StructNode

Undocumented in source.

Constructors

this
this(string name, ParseTree baseType, Node[] children, string[] functions, Flag!"isStatic" isStatic)
Undocumented in source.
this
this(string name, ParseTree baseType, Node[] children, Flag!"isStatic" isStatic)
Undocumented in source.

Members

Functions

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

Variables

baseType
ParseTree baseType;
Undocumented in source.
children
Node[] children;
Undocumented in source.
functions
string[] functions;
Undocumented in source.
isStatic
Flag!"isStatic" isStatic;
Undocumented in source.
name
string name;
Undocumented in source.

Inherited Members

From Node

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

Meta