Package openGql.grammar
Class NonParenthesizedPrimaryValueExpressionSpecialCase
- java.lang.Object
-
- openGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<NonParenthesizedPrimaryValueExpressionSpecialCase>
- Direct Known Subclasses:
NonParenthesizedPrimaryValueExpressionSpecialCase.AggregateFunction,NonParenthesizedPrimaryValueExpressionSpecialCase.CaseExpression,NonParenthesizedPrimaryValueExpressionSpecialCase.CastSpecification,NonParenthesizedPrimaryValueExpressionSpecialCase.ElementIdFunction,NonParenthesizedPrimaryValueExpressionSpecialCase.LetValueExpression,NonParenthesizedPrimaryValueExpressionSpecialCase.PathValueConstructor,NonParenthesizedPrimaryValueExpressionSpecialCase.PropertyReference,NonParenthesizedPrimaryValueExpressionSpecialCase.UnsignedValueSpecification,NonParenthesizedPrimaryValueExpressionSpecialCase.ValueQueryExpression
public abstract class NonParenthesizedPrimaryValueExpressionSpecialCase extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<NonParenthesizedPrimaryValueExpressionSpecialCase>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static NameAGGREGATE_FUNCTIONName of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.aggregateFunctionfield.static NameCASE_EXPRESSIONName of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.caseExpressionfield.static NameCAST_SPECIFICATIONName of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.castSpecificationfield.static NameELEMENT_ID_FUNCTIONName of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.elementIdFunctionfield.static NameLET_VALUE_EXPRESSIONName of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.letValueExpressionfield.static NamePATH_VALUE_CONSTRUCTORName of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.pathValueConstructorfield.static NamePROPERTY_REFERENCEName of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.propertyReferencefield.static NameTYPE_Name of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCasetype.static NameUNSIGNED_VALUE_SPECIFICATIONName of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.unsignedValueSpecificationfield.static NameVALUE_QUERY_EXPRESSIONName of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.valueQueryExpressionfield.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(NonParenthesizedPrimaryValueExpressionSpecialCase.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCasetype.
-
AGGREGATE_FUNCTION
public static final Name AGGREGATE_FUNCTION
Name of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.aggregateFunctionfield.
-
UNSIGNED_VALUE_SPECIFICATION
public static final Name UNSIGNED_VALUE_SPECIFICATION
Name of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.unsignedValueSpecificationfield.
-
PATH_VALUE_CONSTRUCTOR
public static final Name PATH_VALUE_CONSTRUCTOR
Name of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.pathValueConstructorfield.
-
PROPERTY_REFERENCE
public static final Name PROPERTY_REFERENCE
Name of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.propertyReferencefield.
-
VALUE_QUERY_EXPRESSION
public static final Name VALUE_QUERY_EXPRESSION
Name of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.valueQueryExpressionfield.
-
CASE_EXPRESSION
public static final Name CASE_EXPRESSION
Name of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.caseExpressionfield.
-
CAST_SPECIFICATION
public static final Name CAST_SPECIFICATION
Name of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.castSpecificationfield.
-
ELEMENT_ID_FUNCTION
public static final Name ELEMENT_ID_FUNCTION
Name of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.elementIdFunctionfield.
-
LET_VALUE_EXPRESSION
public static final Name LET_VALUE_EXPRESSION
Name of theopenGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.letValueExpressionfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(NonParenthesizedPrimaryValueExpressionSpecialCase.Visitor<R> visitor)
Dispatch tovisitor.
-
-