public abstract class NameSignatureInstruction extends CPInstruction
indexlength, opcode| Constructor and Description |
|---|
NameSignatureInstruction() |
NameSignatureInstruction(short opcode,
int index) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName(ConstantPoolGen cpg) |
ConstantNameAndType |
getNameAndType(ConstantPoolGen cpg) |
String |
getSignature(ConstantPoolGen cpg) |
dump, getIndex, getType, initFromFile, setIndex, toString, toStringaccept, consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, toStringpublic NameSignatureInstruction()
public NameSignatureInstruction(short opcode, int index)
public String getName(ConstantPoolGen cpg)
public ConstantNameAndType getNameAndType(ConstantPoolGen cpg)
public String getSignature(ConstantPoolGen cpg)
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.