public abstract class NameSignatureInstruction extends CPInstruction
index
length, opcode
Constructor and Description |
---|
NameSignatureInstruction() |
NameSignatureInstruction(short opcode,
int index) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName(ConstantPoolGen cpg) |
ConstantNameAndType |
getNameAndType(ConstantPoolGen cpg) |
java.lang.String |
getSignature(ConstantPoolGen cpg) |
dump, getIndex, getType, initFromFile, setIndex, toString, toString
accept, consumeStack, copy, dispose, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, setLength, setOpcode, toString
public NameSignatureInstruction()
public NameSignatureInstruction(short opcode, int index)
public ConstantNameAndType getNameAndType(ConstantPoolGen cpg)
public java.lang.String getSignature(ConstantPoolGen cpg)
public java.lang.String getName(ConstantPoolGen cpg)