TypeDefinition

Undocumented in source.

Constructors

this
this(TypeDefinitionEnum ruleSelection, ScalarTypeDefinition std)
Undocumented in source.
this
this(TypeDefinitionEnum ruleSelection, ObjectTypeDefinition otd)
Undocumented in source.
this
this(TypeDefinitionEnum ruleSelection, InterfaceTypeDefinition itd)
Undocumented in source.
this
this(TypeDefinitionEnum ruleSelection, UnionTypeDefinition utd)
Undocumented in source.
this
this(TypeDefinitionEnum ruleSelection, EnumTypeDefinition etd)
Undocumented in source.
this
this(TypeDefinitionEnum ruleSelection, InputObjectTypeDefinition iod)
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

etd
EnumTypeDefinition etd;
Undocumented in source.
iod
InputObjectTypeDefinition iod;
Undocumented in source.
itd
InterfaceTypeDefinition itd;
Undocumented in source.
otd
ObjectTypeDefinition otd;
Undocumented in source.
ruleSelection
TypeDefinitionEnum ruleSelection;
Undocumented in source.
std
ScalarTypeDefinition std;
Undocumented in source.
utd
UnionTypeDefinition utd;
Undocumented in source.

Meta