public class OperationResultOperand extends Operand<java.lang.Object>
| Constructor and Description |
|---|
OperationResultOperand(java.lang.Class<java.lang.Object> type,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<java.lang.Object> |
getOperandsJavaType()
Can be used to get the java type of the operand.
|
OperandType |
getOperandType() |
java.lang.Object |
value()
Gets the value of the operand
|
getStringRepresentationOfOperandsJavaTypespublic OperationResultOperand(java.lang.Class<java.lang.Object> type,
java.lang.Object value)
public java.lang.Class<java.lang.Object> getOperandsJavaType()
OperandgetOperandsJavaType in class Operand<java.lang.Object>public java.lang.Object value()
Operandpublic OperandType getOperandType()
getOperandType in class Operand<java.lang.Object>Copyright © 2017 Holisticon AG. All Rights Reserved.