Interface SOperationBuilder
- All Known Implementing Classes:
SOperationBuilderImpl
public interface SOperationBuilder
- Author:
- Zhang Bole, Baptiste Mesta
-
Method Summary
Modifier and TypeMethodDescriptiondone()setLeftOperand(SLeftOperand leftOperand) setOperator(String operator) setRightOperand(SExpression rightOperand) setType(SOperatorType operatorType)
-
Method Details
-
setLeftOperand
-
setType
-
setOperator
-
setRightOperand
-
done
SOperation done()
-