Package openGql.grammar
Class GraphExpression.Object_
- java.lang.Object
-
- openGql.grammar.GraphExpression
-
- openGql.grammar.GraphExpression.Object_
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<GraphExpression>
- Enclosing class:
- GraphExpression
public static final class GraphExpression.Object_ extends GraphExpression implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.GraphExpression
GraphExpression.Current, GraphExpression.Name, GraphExpression.Object_, GraphExpression.PartialVisitor<R>, GraphExpression.Reference, GraphExpression.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description ObjectExpressionPrimaryvalue
-
Constructor Summary
Constructors Constructor Description Object_(ObjectExpressionPrimary value)Constructs an immutableGraphExpression.Object_.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(GraphExpression.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(GraphExpression other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final ObjectExpressionPrimary value
-
-
Constructor Detail
-
Object_
public Object_(ObjectExpressionPrimary value)
Constructs an immutableGraphExpression.Object_.
-
-
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(GraphExpression other)
- Specified by:
compareToin interfacejava.lang.Comparable<GraphExpression>
-
accept
public <R> R accept(GraphExpression.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classGraphExpression
-
-