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 CPInstruction
indexFields inherited from class Instruction
length, opcode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CPInstruction
dump, getIndex, getType, initFromFile, setIndex, toString, toStringMethods inherited from class Instruction
accept, consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, toString
-
Constructor Details
-
NameSignatureInstruction
public NameSignatureInstruction() -
NameSignatureInstruction
-
-
Method Details
-
getName
- Returns:
- name of referenced method/field.
-
getNameAndType
-
getSignature
- Returns:
- signature of referenced method/field.
-