Package openGql.grammar
Class PathSearchPrefix.Any
- java.lang.Object
-
- openGql.grammar.PathSearchPrefix
-
- openGql.grammar.PathSearchPrefix.Any
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<PathSearchPrefix>
- Enclosing class:
- PathSearchPrefix
public static final class PathSearchPrefix.Any extends PathSearchPrefix implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.PathSearchPrefix
PathSearchPrefix.All, PathSearchPrefix.Any, PathSearchPrefix.PartialVisitor<R>, PathSearchPrefix.Shortest, PathSearchPrefix.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description AnyPathSearchvalue-
Fields inherited from class openGql.grammar.PathSearchPrefix
ALL, ANY, SHORTEST, TYPE_
-
-
Constructor Summary
Constructors Constructor Description Any(AnyPathSearch value)Constructs an immutablePathSearchPrefix.Any.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(PathSearchPrefix.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(PathSearchPrefix other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final AnyPathSearch value
-
-
Constructor Detail
-
Any
public Any(AnyPathSearch value)
Constructs an immutablePathSearchPrefix.Any.
-
-
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(PathSearchPrefix other)
- Specified by:
compareToin interfacejava.lang.Comparable<PathSearchPrefix>
-
accept
public <R> R accept(PathSearchPrefix.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classPathSearchPrefix
-
-