FunctionNode

Undocumented in source.

Constructors

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

args
Argument[] args;
Undocumented in source.
baseType
string baseType;
Undocumented in source.
customName
string customName;
Undocumented in source.
manglePostfix
string manglePostfix;
Undocumented in source.
name
string name;
Undocumented in source.
result
ParseTree result;
Undocumented in source.
type
FunctionType type;
Undocumented in source.

Inherited Members

From Node

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

Meta