Package openGql.grammar
Class SimplifiedPathPatternExpression.Undirected
- java.lang.Object
-
- openGql.grammar.SimplifiedPathPatternExpression
-
- openGql.grammar.SimplifiedPathPatternExpression.Undirected
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SimplifiedPathPatternExpression>
- Enclosing class:
- SimplifiedPathPatternExpression
public static final class SimplifiedPathPatternExpression.Undirected extends SimplifiedPathPatternExpression implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.SimplifiedPathPatternExpression
SimplifiedPathPatternExpression.AnyDirection, SimplifiedPathPatternExpression.Left, SimplifiedPathPatternExpression.LeftOrRight, SimplifiedPathPatternExpression.LeftOrUndirected, SimplifiedPathPatternExpression.PartialVisitor<R>, SimplifiedPathPatternExpression.Right, SimplifiedPathPatternExpression.Undirected, SimplifiedPathPatternExpression.UndirectedOrRight, SimplifiedPathPatternExpression.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description SimplifiedContentsvalue-
Fields inherited from class openGql.grammar.SimplifiedPathPatternExpression
ANY_DIRECTION, LEFT, LEFT_OR_RIGHT, LEFT_OR_UNDIRECTED, RIGHT, TYPE_, UNDIRECTED, UNDIRECTED_OR_RIGHT
-
-
Constructor Summary
Constructors Constructor Description Undirected(SimplifiedContents value)Constructs an immutableSimplifiedPathPatternExpression.Undirected.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(SimplifiedPathPatternExpression.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(SimplifiedPathPatternExpression other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final SimplifiedContents value
-
-
Constructor Detail
-
Undirected
public Undirected(SimplifiedContents value)
Constructs an immutableSimplifiedPathPatternExpression.Undirected.
-
-
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(SimplifiedPathPatternExpression other)
- Specified by:
compareToin interfacejava.lang.Comparable<SimplifiedPathPatternExpression>
-
accept
public <R> R accept(SimplifiedPathPatternExpression.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classSimplifiedPathPatternExpression
-
-