Package openGql.grammar
Class FocusedLinearDataModifyingStatement
- java.lang.Object
-
- openGql.grammar.FocusedLinearDataModifyingStatement
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<FocusedLinearDataModifyingStatement>
- Direct Known Subclasses:
FocusedLinearDataModifyingStatement.Nested,FocusedLinearDataModifyingStatement.Simple
public abstract class FocusedLinearDataModifyingStatement extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<FocusedLinearDataModifyingStatement>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFocusedLinearDataModifyingStatement.Nestedstatic interfaceFocusedLinearDataModifyingStatement.PartialVisitor<R>Partial visitor overFocusedLinearDataModifyingStatementwith a defaultFocusedLinearDataModifyingStatement.PartialVisitor.otherwise(openGql.grammar.FocusedLinearDataModifyingStatement)branch.static classFocusedLinearDataModifyingStatement.Simplestatic interfaceFocusedLinearDataModifyingStatement.Visitor<R>Visitor overFocusedLinearDataModifyingStatement.
-
Field Summary
Fields Modifier and Type Field Description static NameNESTEDName of theopenGql.grammar.FocusedLinearDataModifyingStatement.nestedfield.static NameSIMPLEName of theopenGql.grammar.FocusedLinearDataModifyingStatement.simplefield.static NameTYPE_Name of theopenGql.grammar.FocusedLinearDataModifyingStatementtype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(FocusedLinearDataModifyingStatement.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.FocusedLinearDataModifyingStatementtype.
-
SIMPLE
public static final Name SIMPLE
Name of theopenGql.grammar.FocusedLinearDataModifyingStatement.simplefield.
-
NESTED
public static final Name NESTED
Name of theopenGql.grammar.FocusedLinearDataModifyingStatement.nestedfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(FocusedLinearDataModifyingStatement.Visitor<R> visitor)
Dispatch tovisitor.
-
-