ObjectTypeDefinition

Undocumented in source.

Constructors

this
this(ObjectTypeDefinitionEnum ruleSelection, Token name, ImplementsInterfaces ii, Directives dir, FieldDefinitions fds)
Undocumented in source.
this
this(ObjectTypeDefinitionEnum ruleSelection, Token name, ImplementsInterfaces ii, FieldDefinitions fds)
Undocumented in source.
this
this(ObjectTypeDefinitionEnum ruleSelection, Token name, Directives dir, FieldDefinitions fds)
Undocumented in source.
this
this(ObjectTypeDefinitionEnum ruleSelection, Token name, FieldDefinitions fds)
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

dir
Directives dir;
Undocumented in source.
fds
FieldDefinitions fds;
Undocumented in source.
ii
ImplementsInterfaces ii;
Undocumented in source.
name
Token name;
Undocumented in source.
ruleSelection
ObjectTypeDefinitionEnum ruleSelection;
Undocumented in source.

Meta