Definition

Undocumented in source.

Constructors

this
this(string name, string type, Ast ast)
Undocumented in source.

Members

Mixins

__anonymous
mixin Visitable
Undocumented in source.

Variables

ast
Ast ast;
Undocumented in source.
dynamic
bool dynamic;
Undocumented in source.
name
string name;
Undocumented in source.
type
string type;
Undocumented in source.

Mixed In Members

From mixin Visitable

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

Inherited Members

From Ast

mod
Modifier mod;
Undocumented in source.
ignored
bool ignored;
Undocumented in source.
accept
void accept(Visitor visitor)
Undocumented in source.

Meta