Class Statement

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.Statement type.
      • LINEAR_CATALOG_MODIFYING

        public static final Name LINEAR_CATALOG_MODIFYING
        Name of the openGql.grammar.Statement.linearCatalogModifying field.
      • LINEAR_DATA_MODIFYING

        public static final Name LINEAR_DATA_MODIFYING
        Name of the openGql.grammar.Statement.linearDataModifying field.
      • COMPOSITE_QUERY

        public static final Name COMPOSITE_QUERY
        Name of the openGql.grammar.Statement.compositeQuery field.
    • Method Detail

      • accept

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