| Package | Description |
|---|---|
| de.holisticon.annotationprocessortoolkit.templating.expressions.operands |
| Modifier and Type | Method and Description |
|---|---|
OperandType |
DoubleOperand.getOperandType() |
OperandType |
StringOperand.getOperandType() |
OperandType |
BooleanOperand.getOperandType() |
OperandType |
DynamicOperand.getOperandType() |
OperandType |
ExpressionOperand.getOperandType() |
OperandType |
OperationResultOperand.getOperandType() |
OperandType |
UnaryOperationWrapperOperand.getOperandType() |
abstract OperandType |
Operand.getOperandType() |
OperandType |
LongOperand.getOperandType() |
OperandType |
NullValueOperand.getOperandType() |
static OperandType |
OperandType.getOperandType(java.lang.String operandString) |
static OperandType[] |
OperandType.getPatternBasedOperandTypes() |
static OperandType |
OperandType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperandType[] |
OperandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
| Constructor and Description |
|---|
OperandTypeSearchResult(OperandType value,
int startIndex,
int endIndex) |
Copyright © 2017-2018 Holisticon AG. All Rights Reserved.