Value

Represents a single value with no = after it.

Constructors

this
this(Variant v)
Undocumented in source.

Members

Functions

children
Node[] children()
Undocumented in source. Be warned that the author may not have intended to support it.
key
string key()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(Node) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Node opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
type
NodeType type()
Undocumented in source. Be warned that the author may not have intended to support it.
value_
Variant value_()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_value
Variant _value;
Undocumented in source.

Inherited Members

From Node

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

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

block
Block block()

Equivalent to .value!Block

toString
string toString()
Undocumented in source.

Meta