Class ExprPlugInSingleRowNodeForge
java.lang.Object
com.espertech.esper.common.internal.epl.expression.funcs.ExprPlugInSingleRowNodeForge
- All Implemented Interfaces:
ExprEventEvaluatorForge
,ExprForge
,ExprForgeInstrumentable
- Direct Known Subclasses:
ExprPlugInSingleRowNodeForgeConst
,ExprPlugInSingleRowNodeForgeNC
public abstract class ExprPlugInSingleRowNodeForge
extends Object
implements ExprForgeInstrumentable, ExprEventEvaluatorForge
-
Constructor Summary
ConstructorDescriptionExprPlugInSingleRowNodeForge
(ExprPlugInSingleRowNode parent, boolean isReturnsConstantResult) -
Method Summary
Modifier and TypeMethodDescriptionabstract Method
protected CodegenExpression[]
boolean
abstract boolean
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.espertech.esper.common.internal.epl.expression.core.ExprEventEvaluatorForge
eventBeanWithCtxGet
Methods inherited from interface com.espertech.esper.common.internal.epl.expression.core.ExprForge
evaluateCodegen, getEvaluationType, getExprEvaluator, getForgeConstantType
Methods inherited from interface com.espertech.esper.common.internal.epl.expression.core.ExprForgeInstrumentable
evaluateCodegenUninstrumented
-
Constructor Details
-
ExprPlugInSingleRowNodeForge
public ExprPlugInSingleRowNodeForge(ExprPlugInSingleRowNode parent, boolean isReturnsConstantResult)
-
-
Method Details
-
getMethod
-
isLocalInlinedClass
public abstract boolean isLocalInlinedClass() -
isHasMethodInvocationContextParam
public boolean isHasMethodInvocationContextParam() -
isReturnsConstantResult
public boolean isReturnsConstantResult() -
getForgeRenderable
- Specified by:
getForgeRenderable
in interfaceExprForge
-
getMethodAsParams
-