Class SetItem

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.SetItem type.
      • PROPERTY

        public static final Name PROPERTY
        Name of the openGql.grammar.SetItem.property field.
      • ALL_PROPERTIES

        public static final Name ALL_PROPERTIES
        Name of the openGql.grammar.SetItem.allProperties field.
      • LABEL

        public static final Name LABEL
        Name of the openGql.grammar.SetItem.label field.
    • Method Detail

      • accept

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