#include <CharValueNode.h>
Public Member Functions | |
| CharValueNode (unsigned long code_ref, cl7::char_type value) | |
| ~CharValueNode (void) | |
| cl7::char_type | get_value () const |
| void | build (building::Builder *builder) const |
| xl7::scripting::parsing::CharValueNode::CharValueNode | ( | unsigned long | code_ref, | |
| cl7::char_type | value | |||
| ) |
Explicit constructor.
| xl7::scripting::parsing::CharValueNode::~CharValueNode | ( | void | ) |
Destructor.
| void xl7::scripting::parsing::CharValueNode::build | ( | building::Builder * | builder | ) | const [virtual] |
Implements xl7::scripting::parsing::Node.
| cl7::char_type xl7::scripting::parsing::CharValueNode::get_value | ( | ) | const [inline] |
Returns the (char) value represented by this node.
1.6.1