Package openGql.grammar
Class PathMode.Trail
- java.lang.Object
-
- openGql.grammar.PathMode
-
- openGql.grammar.PathMode.Trail
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<PathMode>
- Enclosing class:
- PathMode
public static final class PathMode.Trail extends PathMode implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.PathMode
PathMode.Acyclic, PathMode.PartialVisitor<R>, PathMode.Simple, PathMode.Trail, PathMode.Visitor<R>, PathMode.Walk
-
-
Constructor Summary
Constructors Constructor Description Trail()Constructs an immutablePathMode.Trail.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(PathMode.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(PathMode other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
Trail
public Trail()
Constructs an immutablePathMode.Trail.
-
-
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(PathMode other)
- Specified by:
compareToin interfacejava.lang.Comparable<PathMode>
-
accept
public <R> R accept(PathMode.Visitor<R> visitor)
Dispatch tovisitor.
-
-