public abstract class NameSignatureInstruction extends CPInstruction
index
length, 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, toString
accept, consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, produceStack, readInstruction, setComparator, toString
public NameSignatureInstruction()
public NameSignatureInstruction(short opcode, int index)
public ConstantNameAndType getNameAndType(ConstantPoolGen cpg)
public String getSignature(ConstantPoolGen cpg)
public String getName(ConstantPoolGen cpg)