ExposedConstructorNode

Undocumented in source.

Constructors

this
this(string name, Argument[] args, ParseTree result, string baseType, string manglePostfix)
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.

Inherited Members

From FunctionNode

name
string name;
Undocumented in source.
args
Argument[] args;
Undocumented in source.
result
ParseTree result;
Undocumented in source.
type
FunctionType type;
Undocumented in source.
manglePostfix
string manglePostfix;
Undocumented in source.
baseType
string baseType;
Undocumented in source.
customName
string customName;
Undocumented in source.
toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta