CdmNode.this
Constructs a NULL node with the given location.
Parameters
loc | Source location of this node. |
Constructs a BOOL node.
Parameters
value | Boolean value. |
loc | Source location. |
Constructs an INTEGER node.
Parameters
value | Integer value. |
loc | Source location. |
Constructs a FLOAT node.
Parameters
value | Floating-point value. |
loc | Source location. |
Constructs a STRING node.
Parameters
value | String value. |
loc | Source location. |
Constructs a BINARY node.
Parameters
value | Raw binary data. |
loc | Source location. |
Constructs a DATE node.
Parameters
value | Calendar date. |
loc | Source location. |
Constructs a TIME node.
Parameters
value | Time of day. |
loc | Source location. |
Constructs a DATETIME node.
Parameters
value | Combined date and time. |
loc | Source location. |
Constructs a DURATION node.
The duration is stored internally as nanoseconds.
Parameters
value | Time duration. |
loc | Source location. |