Interface SOperation
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SOperationImpl
- Author:
- Elias Ricken de Medeiros, Baptiste Mesta
-
Method Summary
-
Method Details
-
getLeftOperand
SLeftOperand getLeftOperand() -
getType
SOperatorType getType() -
getOperator
String getOperator() -
getRightOperand
SExpression getRightOperand()
-