Interface Operand
- All Known Implementing Classes:
ExpressionOperand,SimpleOperand
public interface Operand
Created on 21/06/2017.
// TODO @eti: Javadoc
-
Method Summary
Modifier and TypeMethodDescriptiondoubleint
-
Method Details
-
getIntValue
int getIntValue() -
getDecimalValue
double getDecimalValue() -
getStringValue
String getStringValue()
-