#include <FunctionCallNode.h>
Public Member Functions | |
| FunctionCallNode (unsigned long code_ref) | |
| ~FunctionCallNode (void) | |
| const ExpressionNodes * | get_parameter_expression_nodes () const |
| void | add_parameter (ExpressionNode *parameter_expression_node) |
| void | build (building::Builder *builder) const |
Represents a function call node within the syntax tree built by the parser.
| el7::scripting::parsing::FunctionCallNode::FunctionCallNode | ( | unsigned long | code_ref | ) | [explicit] |
Explicit constructor.
| el7::scripting::parsing::FunctionCallNode::~FunctionCallNode | ( | void | ) |
Destructor.
| void el7::scripting::parsing::FunctionCallNode::add_parameter | ( | ExpressionNode * | parameter_expression_node | ) |
Adds an expression node as a parameter to pass in to the function.
| void el7::scripting::parsing::FunctionCallNode::build | ( | building::Builder * | builder | ) | const [virtual] |
Implements el7::scripting::parsing::Node.
| const ExpressionNodes* el7::scripting::parsing::FunctionCallNode::get_parameter_expression_nodes | ( | ) | const [inline] |
Returns the list of expression nodes to pass in as parameters.
1.7.1