public class UnaryOperationWrapperOperand extends Operand<java.lang.Object>
| Constructor and Description |
|---|
UnaryOperationWrapperOperand(Operand operand,
OperationType unaryOperationType) |
| 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 UnaryOperationWrapperOperand(Operand operand, OperationType unaryOperationType)
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.