Class Java.MethodReference

    • Field Detail

      • lhs

        public final Java.Atom lhs
        The expression name, primary or reference type that poses the left hand side of the expression.
      • methodName

        public final java.lang.String methodName
        The name of the referenced method.
    • Constructor Detail

      • MethodReference

        public MethodReference​(Location location,
                               Java.Atom lhs,
                               java.lang.String methodName)