Class CompareSym

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.syntax.CompareSym type.
      • EQUAL

        public static final Name EQUAL
        Name of the com.gdblab.pathAlgebra.syntax.CompareSym.equal field.
      • NOT_EQUAL

        public static final Name NOT_EQUAL
        Name of the com.gdblab.pathAlgebra.syntax.CompareSym.notEqual field.
      • LESS_THAN

        public static final Name LESS_THAN
        Name of the com.gdblab.pathAlgebra.syntax.CompareSym.lessThan field.
      • GREATER_THAN

        public static final Name GREATER_THAN
        Name of the com.gdblab.pathAlgebra.syntax.CompareSym.greaterThan field.
      • LESS_THAN_OR_EQUAL

        public static final Name LESS_THAN_OR_EQUAL
        Name of the com.gdblab.pathAlgebra.syntax.CompareSym.lessThanOrEqual field.
      • GREATER_THAN_OR_EQUAL

        public static final Name GREATER_THAN_OR_EQUAL
        Name of the com.gdblab.pathAlgebra.syntax.CompareSym.greaterThanOrEqual field.
    • Method Detail

      • accept

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