| Package | Description |
|---|---|
| io.toolisticon.annotationprocessortoolkit.templating.expressions.operands |
| Modifier and Type | Method | Description |
|---|---|---|
OperandType |
BooleanOperand.getOperandType() |
|
OperandType |
DoubleOperand.getOperandType() |
|
OperandType |
DynamicOperand.getOperandType() |
|
OperandType |
ExpressionOperand.getOperandType() |
|
OperandType |
LongOperand.getOperandType() |
|
OperandType |
NullValueOperand.getOperandType() |
|
abstract OperandType |
Operand.getOperandType() |
|
static OperandType |
OperandType.getOperandType(String operandString) |
|
OperandType |
OperationResultOperand.getOperandType() |
|
OperandType |
StringOperand.getOperandType() |
|
OperandType |
UnaryOperationWrapperOperand.getOperandType() |
|
static OperandType[] |
OperandType.getPatternBasedOperandTypes() |
|
static OperandType |
OperandType.valueOf(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 | Description |
|---|---|---|
static Operand |
OperandFactory.createOperand(OperandType operandType,
String expressionString,
OperationType[] unaryOperationsToBeApplied,
Expression expression) |
Factory class for the creation of Operands.
|
| Constructor | Description |
|---|---|
OperandTypeSearchResult(OperandType value,
int startIndex,
int endIndex) |
Copyright © 2017–2020 Holisticon AG. All rights reserved.