Class Java.Invocation

    • Field Detail

      • methodName

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

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

      • Invocation

        protected Invocation​(Location location,
                             java.lang.String methodName,
                             Java.Rvalue[] arguments)