Class ReturnItems

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.ReturnItems type.
      • ASTERISK

        public static final Name ASTERISK
        Name of the openGql.grammar.ReturnItems.asterisk field.
      • ITEM_LIST

        public static final Name ITEM_LIST
        Name of the openGql.grammar.ReturnItems.itemList field.
    • Method Detail

      • accept

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