Class NumericType

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.NumericType type.
      • EXACT

        public static final Name EXACT
        Name of the openGql.grammar.NumericType.exact field.
      • APPROXIMATE

        public static final Name APPROXIMATE
        Name of the openGql.grammar.NumericType.approximate field.
    • Method Detail

      • accept

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