| Modifier and Type | Method | Description |
|---|---|---|
OperationType[] |
Expression.getOperationTypes() |
| Constructor | Description |
|---|---|
Expression(Operand[] operands,
OperationType[] operationTypes) |
| Modifier and Type | Method | Description |
|---|---|---|
static Operand |
OperandFactory.createOperand(OperandType operandType,
String expressionString,
OperationType[] unaryOperationsToBeApplied,
Expression expression) |
Factory class for the creation of Operands.
|
static UnaryOperationWrapperOperand |
OperandFactory.createUnaryOperand(Operand operand,
OperationType operationType) |
| Constructor | Description |
|---|---|
UnaryOperationWrapperOperand(Operand operand,
OperationType unaryOperationType) |
| Modifier and Type | Method | Description |
|---|---|---|
static OperationType[] |
OperationType.getOperationsByOperationTypeMode(OperationTypeMode operationTypeMode) |
Gets the operations by OperationTypeMode.
|
static OperationType |
OperationType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
OperationType.doBaseChecks(OperationType operationType,
Operand[] operands,
boolean doNullCheck,
boolean doSupportedTypesCheck) |
This method is used to do some base checks that must be done before most operations.
|
| Constructor | Description |
|---|---|
OperationTypeSearchResult(OperationType value,
int startIndex,
int endIndex) |
Copyright © 2017–2020 Holisticon AG. All rights reserved.