| Package | Description |
|---|---|
| uk.co.cogitolearning.cogpar |
| Modifier and Type | Class and Description |
|---|---|
class |
SetVariable
A visitor that sets a variable with a specific name to a given value
|
| Modifier and Type | Method and Description |
|---|---|
void |
VariableExpressionNode.accept(ExpressionNodeVisitor visitor)
Implementation of the visitor design pattern.
|
void |
MultiplicationExpressionNode.accept(ExpressionNodeVisitor visitor)
Implementation of the visitor design pattern.
|
void |
FunctionExpressionNode.accept(ExpressionNodeVisitor visitor)
Implementation of the visitor design pattern.
|
void |
ExpressionNode.accept(ExpressionNodeVisitor visitor)
Method needed for the visitor design pattern
|
void |
ExponentiationExpressionNode.accept(ExpressionNodeVisitor visitor)
Implementation of the visitor design pattern.
|
void |
ConstantExpressionNode.accept(ExpressionNodeVisitor visitor)
Implementation of the visitor design pattern.
|
void |
AdditionExpressionNode.accept(ExpressionNodeVisitor visitor)
Implementation of the visitor design pattern.
|
Copyright © 2017. All rights reserved.