#include <EndNode.h>
Public Member Functions | |
| EndNode (unsigned long code_ref) | |
| ~EndNode (void) | |
| void | build (building::Builder *builder) const |
Represents an end node stopping the currently running script within the syntax tree built by the parser.
| el7::scripting::parsing::EndNode::EndNode | ( | unsigned long | code_ref | ) |
Explicit constructor.
| el7::scripting::parsing::EndNode::~EndNode | ( | void | ) |
Destructor.
| void el7::scripting::parsing::EndNode::build | ( | building::Builder * | builder | ) | const [virtual] |
Implements el7::scripting::parsing::Node.
1.7.1