DirectiveDefinition

Undocumented in source.

Constructors

this
this(DirectiveDefinitionEnum ruleSelection, Token name, ArgumentsDefinition ad, DirectiveLocations dl)
Undocumented in source.
this
this(DirectiveDefinitionEnum ruleSelection, Token name, DirectiveLocations dl)
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

ad
ArgumentsDefinition ad;
Undocumented in source.
dl
DirectiveLocations dl;
Undocumented in source.
name
Token name;
Undocumented in source.
ruleSelection
DirectiveDefinitionEnum ruleSelection;
Undocumented in source.

Meta