ConstNode

Undocumented in source.

Constructors

this
this(string type, string name, string value)
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

name
string name;
Undocumented in source.
type
string type;
Undocumented in source.
value
string value;
Undocumented in source.

Inherited Members

From Node

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

Meta