MacroNode

Undocumented in source.

Constructors

this
this(Position pos, string name, Arg[] args, Node block, bool isReturn)
Undocumented in source.

Members

Mixins

__anonymous
mixin AcceptVisitor
Undocumented in source.

Variables

args
Arg[] args;
Undocumented in source.
block
Nullable!Node block;
Undocumented in source.
isReturn
bool isReturn;
Undocumented in source.
name
string name;
Undocumented in source.

Mixed In Members

From mixin AcceptVisitor

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

Inherited Members

From Node

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

Meta