OperationDefinition

Undocumented in source.

Constructors

this
this(OperationDefinitionEnum ruleSelection, SelectionSet ss)
Undocumented in source.
this
this(OperationDefinitionEnum ruleSelection, OperationType ot, Token name, VariableDefinitions vd, Directives d, SelectionSet ss)
Undocumented in source.
this
this(OperationDefinitionEnum ruleSelection, OperationType ot, Token name, VariableDefinitions vd, SelectionSet ss)
Undocumented in source.
this
this(OperationDefinitionEnum ruleSelection, OperationType ot, Token name, Directives d, SelectionSet ss)
Undocumented in source.
this
this(OperationDefinitionEnum ruleSelection, OperationType ot, Token name, SelectionSet ss)
Undocumented in source.
this
this(OperationDefinitionEnum ruleSelection, OperationType ot, VariableDefinitions vd, Directives d, SelectionSet ss)
Undocumented in source.
this
this(OperationDefinitionEnum ruleSelection, OperationType ot, VariableDefinitions vd, SelectionSet ss)
Undocumented in source.
this
this(OperationDefinitionEnum ruleSelection, OperationType ot, Directives d, SelectionSet ss)
Undocumented in source.
this
this(OperationDefinitionEnum ruleSelection, OperationType ot, SelectionSet ss)
Undocumented in source.

Members

Functions

visit
void visit(Visitor vis)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ConstVisitor vis)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Visitor vis)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ConstVisitor vis)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

d
Directives d;
Undocumented in source.
name
Token name;
Undocumented in source.
ot
OperationType ot;
Undocumented in source.
ruleSelection
OperationDefinitionEnum ruleSelection;
Undocumented in source.
ss
SelectionSet ss;
Undocumented in source.
vd
VariableDefinitions vd;
Undocumented in source.

Meta