Class NodeLocation
java.lang.Object
graphql.util.NodeLocation
General position of a Node inside a parent.
Can be an index or a name with an index.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
index
private final int index
-
-
Constructor Details
-
NodeLocation
-
-
Method Details
-
getName
- Returns:
- the name or null if there is no name
-
getIndex
public int getIndex() -
toString
-
equals
-
hashCode
-