Node

Represents a single usable thing in the given script

Members

Functions

block
Block block()

Equivalent to .value!Block

children
Node[] children()
Undocumented in source.
key
string key()
Undocumented in source.
opApply
int opApply(int delegate(Node) dg)
Undocumented in source.
opIndex
Node opIndex(size_t i)
Undocumented in source.
toString
string toString()
Undocumented in source.
type
NodeType type()
Undocumented in source.
value
T value()

Gets the value of an assignment or the value of a value

value_
Variant value_()
Undocumented in source.

Meta