Class OfGraphType

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.OfGraphType type.
      • LIKE_GRAPH

        public static final Name LIKE_GRAPH
        Name of the openGql.grammar.OfGraphType.likeGraph field.
      • REFERENCE

        public static final Name REFERENCE
        Name of the openGql.grammar.OfGraphType.reference field.
      • NESTED

        public static final Name NESTED
        Name of the openGql.grammar.OfGraphType.nested field.
    • Method Detail

      • accept

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