BaseNode

Undocumented in source.

Members

Functions

accept
void accept(ASTVisitor visitor)
Undocumented in source.

Variables

tokens
const(Token)[] tokens;

List of tokens consumed by this AST node

Inherited Members

From ASTNode

accept
void accept(ASTVisitor visitor)

Meta