public interface SOperationBuilder
| Modifier and Type | Method and Description |
|---|---|
SOperation |
done() |
SOperationBuilder |
setLeftOperand(SLeftOperand leftOperand) |
SOperationBuilder |
setOperator(java.lang.String operator) |
SOperationBuilder |
setRightOperand(SExpression rightOperand) |
SOperationBuilder |
setType(SOperatorType operatorType) |
SOperationBuilder setLeftOperand(SLeftOperand leftOperand)
SOperationBuilder setType(SOperatorType operatorType)
SOperationBuilder setOperator(java.lang.String operator)
SOperationBuilder setRightOperand(SExpression rightOperand)
SOperation done()