AutoDeclarationPart

Undocumented in source.

Members

Functions

accept
void accept(ASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

identifier
Token identifier;
initializer
Initializer initializer;
templateParameters
TemplateParameters templateParameters;

Inherited Members

From BaseNode

tokens
const(Token)[] tokens;

List of tokens consumed by this AST node

accept
void accept(ASTVisitor visitor)
Undocumented in source.

Meta