Package openGql.grammar
Class NonParenthesizedPrimaryValueExpressionSpecialCase.ElementIdFunction
- java.lang.Object
-
- openGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase
-
- openGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase.ElementIdFunction
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<NonParenthesizedPrimaryValueExpressionSpecialCase>
- Enclosing class:
- NonParenthesizedPrimaryValueExpressionSpecialCase
public static final class NonParenthesizedPrimaryValueExpressionSpecialCase.ElementIdFunction extends NonParenthesizedPrimaryValueExpressionSpecialCase implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase
NonParenthesizedPrimaryValueExpressionSpecialCase.AggregateFunction, NonParenthesizedPrimaryValueExpressionSpecialCase.CaseExpression, NonParenthesizedPrimaryValueExpressionSpecialCase.CastSpecification, NonParenthesizedPrimaryValueExpressionSpecialCase.ElementIdFunction, NonParenthesizedPrimaryValueExpressionSpecialCase.LetValueExpression, NonParenthesizedPrimaryValueExpressionSpecialCase.PartialVisitor<R>, NonParenthesizedPrimaryValueExpressionSpecialCase.PathValueConstructor, NonParenthesizedPrimaryValueExpressionSpecialCase.PropertyReference, NonParenthesizedPrimaryValueExpressionSpecialCase.UnsignedValueSpecification, NonParenthesizedPrimaryValueExpressionSpecialCase.ValueQueryExpression, NonParenthesizedPrimaryValueExpressionSpecialCase.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringvalue-
Fields inherited from class openGql.grammar.NonParenthesizedPrimaryValueExpressionSpecialCase
AGGREGATE_FUNCTION, CASE_EXPRESSION, CAST_SPECIFICATION, ELEMENT_ID_FUNCTION, LET_VALUE_EXPRESSION, PATH_VALUE_CONSTRUCTOR, PROPERTY_REFERENCE, TYPE_, UNSIGNED_VALUE_SPECIFICATION, VALUE_QUERY_EXPRESSION
-
-
Constructor Summary
Constructors Constructor Description ElementIdFunction(java.lang.String value)Constructs an immutableNonParenthesizedPrimaryValueExpressionSpecialCase.ElementIdFunction.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(NonParenthesizedPrimaryValueExpressionSpecialCase.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(NonParenthesizedPrimaryValueExpressionSpecialCase other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
ElementIdFunction
public ElementIdFunction(java.lang.String value)
Constructs an immutableNonParenthesizedPrimaryValueExpressionSpecialCase.ElementIdFunction.
-
-
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(NonParenthesizedPrimaryValueExpressionSpecialCase other)
- Specified by:
compareToin interfacejava.lang.Comparable<NonParenthesizedPrimaryValueExpressionSpecialCase>
-
accept
public <R> R accept(NonParenthesizedPrimaryValueExpressionSpecialCase.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classNonParenthesizedPrimaryValueExpressionSpecialCase
-
-