| Interface | Description |
|---|---|
| LeftOperand | |
| Operation |
An
Operation has a LeftOperand (typically, for assignment operations, left operand is the part of the operation receiving the
value), an OperatorType which defines the type of operation to execute
and a right operand, represented by an Expression. |
| Class | Description |
|---|---|
| LeftOperandBuilder |
Builder for
LeftOperand. |
| OperationBuilder |
Utilitary builder to creation
Operation objects. |
| Enum | Description |
|---|---|
| LeftOperandType | Deprecated |
| OperatorType |
| Exception | Description |
|---|---|
| ForbiddenOperationException | |
| IncorrectOperationStructureException | |
| OperationExecutionException |
Copyright © 2013 BonitaSoft. All Rights Reserved.