InterfaceTypeDefinition

Undocumented in source.

Constructors

this
this(InterfaceTypeDefinitionEnum ruleSelection, Token name, Directives dirs, FieldDefinitions fds)
Undocumented in source.
this
this(InterfaceTypeDefinitionEnum 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

dirs
Directives dirs;
Undocumented in source.
fds
FieldDefinitions fds;
Undocumented in source.
name
Token name;
Undocumented in source.
ruleSelection
InterfaceTypeDefinitionEnum ruleSelection;
Undocumented in source.

Meta