Class Function

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.syntax.Function type.
      • SIMPLE

        public static final Name SIMPLE
        Name of the com.gdblab.pathAlgebra.syntax.Function.simple field.
      • NESTED

        public static final Name NESTED
        Name of the com.gdblab.pathAlgebra.syntax.Function.nested field.
      • COMPLEX

        public static final Name COMPLEX
        Name of the com.gdblab.pathAlgebra.syntax.Function.complex field.
    • Method Detail

      • accept

        public abstract <R> R accept​(Function.Visitor<R> visitor)
        Dispatch to visitor.