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