Package org.apache.bcel.generic
Class NameSignatureInstruction
java.lang.Object
org.apache.bcel.generic.Instruction
org.apache.bcel.generic.CPInstruction
org.apache.bcel.generic.NameSignatureInstruction
- All Implemented Interfaces:
Cloneable
,IndexedInstruction
,TypedInstruction
Super class for FieldOrMethod and INVOKEDYNAMIC, since they both have
names and signatures
- Since:
- 6.0
-
Field Summary
Fields inherited from class org.apache.bcel.generic.CPInstruction
index
Fields inherited from class org.apache.bcel.generic.Instruction
length, opcode
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.bcel.generic.CPInstruction
dump, getIndex, getType, initFromFile, setIndex, toString, toString
Methods inherited from class org.apache.bcel.generic.Instruction
accept, consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, toString
-
Constructor Details
-
NameSignatureInstruction
public NameSignatureInstruction() -
NameSignatureInstruction
public NameSignatureInstruction(short opcode, int index)
-
-
Method Details
-
getNameAndType
-
getSignature
- Returns:
- signature of referenced method/field.
-
getName
- Returns:
- name of referenced method/field.
-