Interface IInvokeInstruction

All Superinterfaces:
IInstruction
All Known Implementing Classes:
InvokeDynamicInstruction, InvokeInstruction

public interface IInvokeInstruction extends IInstruction
Author:
sfink

Basic functionality any invoke instruction should provide

  • Method Details

    • getInvocationCode

      IInvokeInstruction.IDispatch getInvocationCode()
      Returns:
      one of BytecodeConstants.INVOKE[SPECIAL|VIRTUAL|STATIC|INTERFACE]
    • getMethodSignature

      String getMethodSignature()
    • getMethodName

      String getMethodName()
    • getClassType

      String getClassType()