Class Java.Invocation

All Implemented Interfaces:
Java.ArrayInitializerOrRvalue, Java.ElementValue, Java.Locatable
Direct Known Subclasses:
Java.MethodInvocation, Java.SuperclassMethodInvocation
Enclosing class:
Java

public abstract static class Java.Invocation extends Java.Rvalue
  • Field Details

    • methodName

      public final String methodName
      Name of the invoked method.
    • arguments

      public final Java.Rvalue[] arguments
      Arguments to pass to the method.
  • Constructor Details