Class Result

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.Result type.
      • SIMPLE

        public static final Name SIMPLE
        Name of the openGql.grammar.Result.simple field.
      • NULL_LITERAL

        public static final Name NULL_LITERAL
        Name of the openGql.grammar.Result.nullLiteral field.
    • Method Detail

      • accept

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