Package openGql.grammar
Class FocusedLinearQueryStatement
- java.lang.Object
-
- openGql.grammar.FocusedLinearQueryStatement
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<FocusedLinearQueryStatement>
- Direct Known Subclasses:
FocusedLinearQueryStatement.Nested,FocusedLinearQueryStatement.Parts,FocusedLinearQueryStatement.Primitive,FocusedLinearQueryStatement.Select
public abstract class FocusedLinearQueryStatement extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<FocusedLinearQueryStatement>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFocusedLinearQueryStatement.Nestedstatic interfaceFocusedLinearQueryStatement.PartialVisitor<R>Partial visitor overFocusedLinearQueryStatementwith a defaultFocusedLinearQueryStatement.PartialVisitor.otherwise(openGql.grammar.FocusedLinearQueryStatement)branch.static classFocusedLinearQueryStatement.Partsstatic classFocusedLinearQueryStatement.Primitivestatic classFocusedLinearQueryStatement.Selectstatic interfaceFocusedLinearQueryStatement.Visitor<R>Visitor overFocusedLinearQueryStatement.
-
Field Summary
Fields Modifier and Type Field Description static NameNESTEDName of theopenGql.grammar.FocusedLinearQueryStatement.nestedfield.static NamePARTSName of theopenGql.grammar.FocusedLinearQueryStatement.partsfield.static NamePRIMITIVEName of theopenGql.grammar.FocusedLinearQueryStatement.primitivefield.static NameSELECTName of theopenGql.grammar.FocusedLinearQueryStatement.selectfield.static NameTYPE_Name of theopenGql.grammar.FocusedLinearQueryStatementtype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(FocusedLinearQueryStatement.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.FocusedLinearQueryStatementtype.
-
PARTS
public static final Name PARTS
Name of theopenGql.grammar.FocusedLinearQueryStatement.partsfield.
-
PRIMITIVE
public static final Name PRIMITIVE
Name of theopenGql.grammar.FocusedLinearQueryStatement.primitivefield.
-
NESTED
public static final Name NESTED
Name of theopenGql.grammar.FocusedLinearQueryStatement.nestedfield.
-
SELECT
public static final Name SELECT
Name of theopenGql.grammar.FocusedLinearQueryStatement.selectfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(FocusedLinearQueryStatement.Visitor<R> visitor)
Dispatch tovisitor.
-
-