| Modifier and Type | Method and Description |
|---|---|
OperationType[] |
Expression.getOperationTypes() |
| Constructor and Description |
|---|
Expression(Operand[] operands,
OperationType[] operationTypes) |
| Modifier and Type | Method and Description |
|---|---|
static Operand |
OperandFactory.createOperand(OperandType operandType,
java.lang.String expressionString,
OperationType[] unaryOperationsToBeApplied,
Expression expression)
Factory class for the creation of Operands.
|
static UnaryOperationWrapperOperand |
OperandFactory.createUnaryOperand(Operand operand,
OperationType operationType) |
| Constructor and Description |
|---|
UnaryOperationWrapperOperand(Operand operand,
OperationType unaryOperationType) |
| Modifier and Type | Method and Description |
|---|---|
static OperationType[] |
OperationType.getOperationsByOperationTypeMode(OperationTypeMode operationTypeMode)
Gets the operations by OperationTypeMode.
|
static OperationType |
OperationType.valueOf(java.lang.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 and 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 and Description |
|---|
OperationTypeSearchResult(OperationType value,
int startIndex,
int endIndex) |
Copyright © 2017-2018 Holisticon AG. All Rights Reserved.