Class SSAInvokeInstruction

Direct Known Subclasses:
SSAInvokeDynamicInstruction

public abstract class SSAInvokeInstruction extends SSAAbstractInvokeInstruction
  • Field Details

    • result

      protected final int result
    • params

      protected final int[] params
      The value numbers of the arguments passed to the call. For non-static methods, params[0] == this. If params == null, this should be a static method with no parameters.
  • Constructor Details

    • SSAInvokeInstruction

      protected SSAInvokeInstruction(int iindex, int result, int[] params, int exception, CallSiteReference site)
    • SSAInvokeInstruction

      protected SSAInvokeInstruction(int iindex, int[] params, int exception, CallSiteReference site)
      Constructor InvokeInstruction. This case for void return values
  • Method Details