Package openGql.grammar
Class GraphReference.HomeGraph
- java.lang.Object
-
- openGql.grammar.GraphReference
-
- openGql.grammar.GraphReference.HomeGraph
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<GraphReference>
- Enclosing class:
- GraphReference
public static final class GraphReference.HomeGraph extends GraphReference implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.GraphReference
GraphReference.DelimitedGraphName, GraphReference.HomeGraph, GraphReference.ParameterSpecification, GraphReference.ParentAndGraphName, GraphReference.PartialVisitor<R>, GraphReference.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description HomeGraphvalue-
Fields inherited from class openGql.grammar.GraphReference
DELIMITED_GRAPH_NAME, HOME_GRAPH, PARAMETER_SPECIFICATION, PARENT_AND_GRAPH_NAME, TYPE_
-
-
Constructor Summary
Constructors Constructor Description HomeGraph(HomeGraph value)Constructs an immutableGraphReference.HomeGraph.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(GraphReference.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(GraphReference other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final HomeGraph value
-
-
Constructor Detail
-
HomeGraph
public HomeGraph(HomeGraph value)
Constructs an immutableGraphReference.HomeGraph.
-
-
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(GraphReference other)
- Specified by:
compareToin interfacejava.lang.Comparable<GraphReference>
-
accept
public <R> R accept(GraphReference.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classGraphReference
-
-