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