| AssignValueOperation |
The AssignValueOperation class describes operation which creates new variable.
|
| AssignVariableOperation |
Created by dl on 9/10/14.
|
| CalculateOperation |
The CalculateOperation class describes simple class which calculates some expression.
|
| ConditionalGotoOperation |
The CalculateOperation class describes GOTO operation which will be realized if previous condition
returned expected result.
|
| DeclareIteratorOperation |
Created by dl on 9/10/14.
|
| GotoOperation |
The CalculateOperation class describes GOTO operation.
|
| IteratorHasNextOperation |
Created by dl on 9/10/14.
|
| IteratorNextOperation |
Created by dl on 9/10/14.
|
| NopOperation |
Empty operation.
|
| OpenLEvaluationOperation |
The OpenLEvaluationOperation class describes operation which has expression which must be calculated.
|
| PerformOperation |
The PerformOperation class describes simple class which calculates some statement, but does not requires
any return.
|
| ReturnOperation<ResultValueType> |
The ReturnOperation class describes operation which finalizes execution of some function or subroutine
and returns some value if necessary.
|
| RuntimeOperation |
The RuntimeOperation class describes operation in common.
|