Package openGql.grammar
Class PathSearchPrefix
- java.lang.Object
-
- openGql.grammar.PathSearchPrefix
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<PathSearchPrefix>
- Direct Known Subclasses:
PathSearchPrefix.All,PathSearchPrefix.Any,PathSearchPrefix.Shortest
public abstract class PathSearchPrefix extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<PathSearchPrefix>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPathSearchPrefix.Allstatic classPathSearchPrefix.Anystatic interfacePathSearchPrefix.PartialVisitor<R>Partial visitor overPathSearchPrefixwith a defaultPathSearchPrefix.PartialVisitor.otherwise(openGql.grammar.PathSearchPrefix)branch.static classPathSearchPrefix.Shorteststatic interfacePathSearchPrefix.Visitor<R>Visitor overPathSearchPrefix.
-
Field Summary
Fields Modifier and Type Field Description static NameALLName of theopenGql.grammar.PathSearchPrefix.allfield.static NameANYName of theopenGql.grammar.PathSearchPrefix.anyfield.static NameSHORTESTName of theopenGql.grammar.PathSearchPrefix.shortestfield.static NameTYPE_Name of theopenGql.grammar.PathSearchPrefixtype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(PathSearchPrefix.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.PathSearchPrefixtype.
-
ALL
public static final Name ALL
Name of theopenGql.grammar.PathSearchPrefix.allfield.
-
ANY
public static final Name ANY
Name of theopenGql.grammar.PathSearchPrefix.anyfield.
-
SHORTEST
public static final Name SHORTEST
Name of theopenGql.grammar.PathSearchPrefix.shortestfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(PathSearchPrefix.Visitor<R> visitor)
Dispatch tovisitor.
-
-