Package openGql.grammar
Class FocusedNestedQuerySpecification
- java.lang.Object
-
- openGql.grammar.FocusedNestedQuerySpecification
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<FocusedNestedQuerySpecification>
public class FocusedNestedQuerySpecification extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<FocusedNestedQuerySpecification>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description ProcedureBodynestedstatic NameNESTEDName of theopenGql.grammar.FocusedNestedQuerySpecification.nestedfield.static NameTYPE_Name of theopenGql.grammar.FocusedNestedQuerySpecificationtype.static NameUSE_GRAPHName of theopenGql.grammar.FocusedNestedQuerySpecification.useGraphfield.GraphExpressionuseGraph
-
Constructor Summary
Constructors Constructor Description FocusedNestedQuerySpecification(GraphExpression useGraph, ProcedureBody nested)Constructs an immutableFocusedNestedQuerySpecification.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(FocusedNestedQuerySpecification other)booleanequals(java.lang.Object other)inthashCode()FocusedNestedQuerySpecificationwithNested(ProcedureBody nested)Returns a copy of thisFocusedNestedQuerySpecificationwithnestedreplaced.FocusedNestedQuerySpecificationwithUseGraph(GraphExpression useGraph)Returns a copy of thisFocusedNestedQuerySpecificationwithuseGraphreplaced.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.FocusedNestedQuerySpecificationtype.
-
USE_GRAPH
public static final Name USE_GRAPH
Name of theopenGql.grammar.FocusedNestedQuerySpecification.useGraphfield.
-
NESTED
public static final Name NESTED
Name of theopenGql.grammar.FocusedNestedQuerySpecification.nestedfield.
-
useGraph
public final GraphExpression useGraph
-
nested
public final ProcedureBody nested
-
-
Constructor Detail
-
FocusedNestedQuerySpecification
public FocusedNestedQuerySpecification(GraphExpression useGraph, ProcedureBody nested)
Constructs an immutableFocusedNestedQuerySpecification.
-
-
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(FocusedNestedQuerySpecification other)
- Specified by:
compareToin interfacejava.lang.Comparable<FocusedNestedQuerySpecification>
-
withUseGraph
public FocusedNestedQuerySpecification withUseGraph(GraphExpression useGraph)
Returns a copy of thisFocusedNestedQuerySpecificationwithuseGraphreplaced.
-
withNested
public FocusedNestedQuerySpecification withNested(ProcedureBody nested)
Returns a copy of thisFocusedNestedQuerySpecificationwithnestedreplaced.
-
-