public class DivideExpressionExecutorInt extends Object implements ExpressionExecutor
| Constructor and Description |
|---|
DivideExpressionExecutorInt(ExpressionExecutor leftExpressionExecutor,
ExpressionExecutor rightExpressionExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
ExpressionExecutor |
cloneExecutor(String key) |
Object |
execute(ComplexEvent event) |
org.wso2.siddhi.query.api.definition.Attribute.Type |
getReturnType() |
public DivideExpressionExecutorInt(ExpressionExecutor leftExpressionExecutor, ExpressionExecutor rightExpressionExecutor)
public Object execute(ComplexEvent event)
execute in interface ExpressionExecutorpublic org.wso2.siddhi.query.api.definition.Attribute.Type getReturnType()
getReturnType in interface ExpressionExecutorpublic ExpressionExecutor cloneExecutor(String key)
cloneExecutor in interface ExpressionExecutorpublic void clean()
clean in interface ExpressionExecutorCopyright © 2019 WSO2. All rights reserved.