Package openGql.grammar
Class NonParenthesizedPrimaryValueExpression.Special
- java.lang.Object
-
- openGql.grammar.NonParenthesizedPrimaryValueExpression
-
- openGql.grammar.NonParenthesizedPrimaryValueExpression.Special
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<NonParenthesizedPrimaryValueExpression>
- Enclosing class:
- NonParenthesizedPrimaryValueExpression
public static final class NonParenthesizedPrimaryValueExpression.Special extends NonParenthesizedPrimaryValueExpression implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.NonParenthesizedPrimaryValueExpression
NonParenthesizedPrimaryValueExpression.BindingVariable, NonParenthesizedPrimaryValueExpression.PartialVisitor<R>, NonParenthesizedPrimaryValueExpression.Special, NonParenthesizedPrimaryValueExpression.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description NonParenthesizedPrimaryValueExpressionSpecialCasevalue-
Fields inherited from class openGql.grammar.NonParenthesizedPrimaryValueExpression
BINDING_VARIABLE, SPECIAL, TYPE_
-
-
Constructor Summary
Constructors Constructor Description Special(NonParenthesizedPrimaryValueExpressionSpecialCase value)Constructs an immutableNonParenthesizedPrimaryValueExpression.Special.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(NonParenthesizedPrimaryValueExpression.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(NonParenthesizedPrimaryValueExpression other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final NonParenthesizedPrimaryValueExpressionSpecialCase value
-
-
Constructor Detail
-
Special
public Special(NonParenthesizedPrimaryValueExpressionSpecialCase value)
Constructs an immutableNonParenthesizedPrimaryValueExpression.Special.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(NonParenthesizedPrimaryValueExpression other)
- Specified by:
compareToin interfacejava.lang.Comparable<NonParenthesizedPrimaryValueExpression>
-
accept
public <R> R accept(NonParenthesizedPrimaryValueExpression.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classNonParenthesizedPrimaryValueExpression
-
-