Class MethodInvocation

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<MethodInvocation>

    public class MethodInvocation
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<MethodInvocation>
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.java.syntax.MethodInvocation type.
      • HEADER

        public static final Name HEADER
        Name of the hydra.java.syntax.MethodInvocation.header field.
      • ARGUMENTS

        public static final Name ARGUMENTS
        Name of the hydra.java.syntax.MethodInvocation.arguments field.
      • arguments

        public final java.util.List<Expression> arguments