TypedefNode

Undocumented in source.

Constructors

this
this(string n, string d, ParseTree rhs)
Undocumented in source.

Members

Functions

toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

def
string def;
Undocumented in source.
name
string name;
Undocumented in source.
rhs
ParseTree rhs;
Undocumented in source.

Inherited Members

From Node

toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source.

Meta