Class FunctionInvocation

  • All Implemented Interfaces:
    Expression, Visitable

    @API(status=EXPERIMENTAL,
         since="1.0")
    public final class FunctionInvocation
    extends java.lang.Object
    implements Expression
    Since:
    1.0
    Author:
    Gerrit Meier, Michael J. Simons
    • Method Detail

      • getFunctionName

        @API(status=INTERNAL)
        public java.lang.String getFunctionName()
        Returns:
        The name of this function.
      • accept

        public void accept​(Visitor visitor)
        Description copied from interface: Visitable
        Accept a Visitor visiting this Visitable and its nested Visitables if applicable.
        Specified by:
        accept in interface Visitable
        Parameters:
        visitor - the visitor to notify, must not be null.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object