Package openGql.grammar
Class NonParenthesizedPrimaryValueExpression
- java.lang.Object
-
- openGql.grammar.NonParenthesizedPrimaryValueExpression
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<NonParenthesizedPrimaryValueExpression>
- Direct Known Subclasses:
NonParenthesizedPrimaryValueExpression.BindingVariable,NonParenthesizedPrimaryValueExpression.Special
public abstract class NonParenthesizedPrimaryValueExpression extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<NonParenthesizedPrimaryValueExpression>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNonParenthesizedPrimaryValueExpression.BindingVariablestatic interfaceNonParenthesizedPrimaryValueExpression.PartialVisitor<R>Partial visitor overNonParenthesizedPrimaryValueExpressionwith a defaultNonParenthesizedPrimaryValueExpression.PartialVisitor.otherwise(openGql.grammar.NonParenthesizedPrimaryValueExpression)branch.static classNonParenthesizedPrimaryValueExpression.Specialstatic interfaceNonParenthesizedPrimaryValueExpression.Visitor<R>Visitor overNonParenthesizedPrimaryValueExpression.
-
Field Summary
Fields Modifier and Type Field Description static NameBINDING_VARIABLEName of theopenGql.grammar.NonParenthesizedPrimaryValueExpression.bindingVariablefield.static NameSPECIALName of theopenGql.grammar.NonParenthesizedPrimaryValueExpression.specialfield.static NameTYPE_Name of theopenGql.grammar.NonParenthesizedPrimaryValueExpressiontype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(NonParenthesizedPrimaryValueExpression.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.NonParenthesizedPrimaryValueExpressiontype.
-
SPECIAL
public static final Name SPECIAL
Name of theopenGql.grammar.NonParenthesizedPrimaryValueExpression.specialfield.
-
BINDING_VARIABLE
public static final Name BINDING_VARIABLE
Name of theopenGql.grammar.NonParenthesizedPrimaryValueExpression.bindingVariablefield.
-
-
Method Detail
-
accept
public abstract <R> R accept(NonParenthesizedPrimaryValueExpression.Visitor<R> visitor)
Dispatch tovisitor.
-
-