Interface IInvokeInstruction
- All Superinterfaces:
IInstruction
- All Known Implementing Classes:
InvokeDynamicInstruction
,InvokeInstruction
- Author:
- sfink
Basic functionality any invoke instruction should provide
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
static interface
Nested classes/interfaces inherited from interface com.ibm.wala.shrike.shrikeBT.IInstruction
IInstruction.Visitor
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.ibm.wala.shrike.shrikeBT.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()
-