Package openGql.grammar
Class SimpleCatalogModifyingStatement
- java.lang.Object
-
- openGql.grammar.SimpleCatalogModifyingStatement
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SimpleCatalogModifyingStatement>
- Direct Known Subclasses:
SimpleCatalogModifyingStatement.CallProcedure,SimpleCatalogModifyingStatement.Primitive
public abstract class SimpleCatalogModifyingStatement extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<SimpleCatalogModifyingStatement>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimpleCatalogModifyingStatement.CallProcedurestatic interfaceSimpleCatalogModifyingStatement.PartialVisitor<R>Partial visitor overSimpleCatalogModifyingStatementwith a defaultSimpleCatalogModifyingStatement.PartialVisitor.otherwise(openGql.grammar.SimpleCatalogModifyingStatement)branch.static classSimpleCatalogModifyingStatement.Primitivestatic interfaceSimpleCatalogModifyingStatement.Visitor<R>Visitor overSimpleCatalogModifyingStatement.
-
Field Summary
Fields Modifier and Type Field Description static NameCALL_PROCEDUREName of theopenGql.grammar.SimpleCatalogModifyingStatement.callProcedurefield.static NamePRIMITIVEName of theopenGql.grammar.SimpleCatalogModifyingStatement.primitivefield.static NameTYPE_Name of theopenGql.grammar.SimpleCatalogModifyingStatementtype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(SimpleCatalogModifyingStatement.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.SimpleCatalogModifyingStatementtype.
-
PRIMITIVE
public static final Name PRIMITIVE
Name of theopenGql.grammar.SimpleCatalogModifyingStatement.primitivefield.
-
CALL_PROCEDURE
public static final Name CALL_PROCEDURE
Name of theopenGql.grammar.SimpleCatalogModifyingStatement.callProcedurefield.
-
-
Method Detail
-
accept
public abstract <R> R accept(SimpleCatalogModifyingStatement.Visitor<R> visitor)
Dispatch tovisitor.
-
-