Package hydra.query
Class Path.Step
- java.lang.Object
-
- hydra.query.Path
-
- hydra.query.Path.Step
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Path
public static final class Path.Step extends Path implements java.io.Serializable
A path given by a single step- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.query.Path
Path.Inverse, Path.PartialVisitor<R>, Path.Regex, Path.Step, Path.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description Step
value
-
Fields inherited from class hydra.query.Path
FIELD_NAME_INVERSE, FIELD_NAME_REGEX, FIELD_NAME_STEP, TYPE_NAME
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(Path.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final Step value
-
-
Constructor Detail
-
Step
public Step(Step value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(Path.Visitor<R> visitor)
-
-