OperationResultOperand, ParsedOperand, UnaryOperationWrapperOperandpublic abstract class Operand<T> extends Object
| Constructor | Description |
|---|---|
Operand() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract Class<? extends T> |
getOperandsJavaType() |
Can be used to get the java type of the operand.
|
abstract OperandType |
getOperandType() |
|
static String |
getStringRepresentationOfOperandsJavaTypes(Operand[] operandsArray) |
Gets a String representation of all operand types of the passed Operands array.
|
abstract T |
value() |
Gets the value of the operand
|
public abstract OperandType getOperandType()
public abstract Class<? extends T> getOperandsJavaType()
public abstract T value()
public static String getStringRepresentationOfOperandsJavaTypes(Operand[] operandsArray)
operandsArray - the operands array to build the string representation forCopyright © 2017–2020 Holisticon AG. All rights reserved.