public abstract class NameSignatureInstruction extends CPInstruction
indexlength, 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, toStringaccept, consumeStack, copy, dispose, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, setLength, setOpcode, toStringpublic 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)