Interface IInvokeInstruction
- All Superinterfaces:
IInstruction
- All Known Implementing Classes:
InvokeDynamicInstruction, InvokeInstruction
- Author:
- sfink
Basic functionality any invoke instruction should provide
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic interfaceNested classes/interfaces inherited from interface IInstruction
IInstruction.Visitor -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface IInstruction
getBranchTargets, getPoppedCount, getPushedType, getPushedWordSize, isFallThrough, isPEI, redirectTargets, toString, visit
-
Method Details
-
getInvocationCode
IInvokeInstruction.IDispatch getInvocationCode()- Returns:
- one of BytecodeConstants.INVOKE[SPECIAL|VIRTUAL|STATIC|INTERFACE]
-
getMethodSignature
String getMethodSignature() -
getMethodName
String getMethodName() -
getClassType
String getClassType()
-