void |
AdditionExpressionNode.accept(ExpressionNodeVisitor visitor) |
Implementation of the visitor design pattern.
|
void |
ConstantExpressionNode.accept(ExpressionNodeVisitor visitor) |
Implementation of the visitor design pattern.
|
void |
ExponentiationExpressionNode.accept(ExpressionNodeVisitor visitor) |
Implementation of the visitor design pattern.
|
void |
ExpressionNode.accept(ExpressionNodeVisitor visitor) |
Method needed for the visitor design pattern
|
void |
FunctionExpressionNode.accept(ExpressionNodeVisitor visitor) |
Implementation of the visitor design pattern.
|
void |
MultiplicationExpressionNode.accept(ExpressionNodeVisitor visitor) |
Implementation of the visitor design pattern.
|
void |
VariableExpressionNode.accept(ExpressionNodeVisitor visitor) |
Implementation of the visitor design pattern.
|