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