Package openGql.grammar
Class PathOrPaths
- java.lang.Object
-
- openGql.grammar.PathOrPaths
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<PathOrPaths>
- Direct Known Subclasses:
PathOrPaths.Path,PathOrPaths.Paths
public abstract class PathOrPaths extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<PathOrPaths>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePathOrPaths.PartialVisitor<R>Partial visitor overPathOrPathswith a defaultPathOrPaths.PartialVisitor.otherwise(openGql.grammar.PathOrPaths)branch.static classPathOrPaths.Pathstatic classPathOrPaths.Pathsstatic interfacePathOrPaths.Visitor<R>Visitor overPathOrPaths.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(PathOrPaths.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Method Detail
-
accept
public abstract <R> R accept(PathOrPaths.Visitor<R> visitor)
Dispatch tovisitor.
-
-