1#ifndef AUBO_SCOPE_ASSIGNMENT_NODE_H
2#define AUBO_SCOPE_ASSIGNMENT_NODE_H
#define ARCS_CLASS_FORWARD(C)
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR...
ExpressionPtr getExpression()
void setVariable(VariablePtr var)
void setExpression(ExpressionPtr exp)
AssignmentNode(AssignmentNode &f)
AssignmentNode(AssignmentNode &&f)
ConfigType
The configuration type used to determine which type of configuration this instance is.
@ OPERATOR
Operator assignment has been selected.
void setConfigType(ConfigType type)
ConfigType getConfigType()
VariablePtr getVariable()
virtual ~AssignmentNode()
ProgramNode(ProgramNode &f)