Class CompOp

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.CompOp type.
      • EQUALS

        public static final Name EQUALS
        Name of the openGql.grammar.CompOp.equals field.
      • NOT_EQUALS

        public static final Name NOT_EQUALS
        Name of the openGql.grammar.CompOp.notEquals field.
      • LESS_THAN

        public static final Name LESS_THAN
        Name of the openGql.grammar.CompOp.lessThan field.
      • GREATER_THAN

        public static final Name GREATER_THAN
        Name of the openGql.grammar.CompOp.greaterThan field.
      • LESS_THAN_OR_EQUALS

        public static final Name LESS_THAN_OR_EQUALS
        Name of the openGql.grammar.CompOp.lessThanOrEquals field.
      • GREATER_THAN_OR_EQUALS

        public static final Name GREATER_THAN_OR_EQUALS
        Name of the openGql.grammar.CompOp.greaterThanOrEquals field.
    • Method Detail

      • accept

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