public abstract class NameSignatureInstruction extends CPInstruction
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
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, produceStack, readInstruction, setComparator, toString
private static final long serialVersionUID
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)