public class ExprPlugInSingleRowNodeForgeConst extends ExprPlugInSingleRowNodeForge implements ExprEvaluator
EPTYPE, EPTYPEARRAY
Constructor and Description |
---|
ExprPlugInSingleRowNodeForgeConst(ExprPlugInSingleRowNode parent,
ExprDotNodeForgeStaticMethod inner) |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context)
Evaluate event tuple and return result.
|
CodegenExpression |
evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
eventBeanWithCtxGet(CodegenExpression beanExpression,
CodegenExpression ctxExpression,
CodegenMethodScope codegenMethodScope,
CodegenClassScope codegenClassScope) |
EPTypeClass |
getEvaluationType() |
ExprEvaluator |
getExprEvaluator() |
ExprForgeConstantType |
getForgeConstantType() |
Method |
getMethod() |
boolean |
isLocalInlinedClass() |
getForgeRenderable, getMethodAsParams, isHasMethodInvocationContextParam, isReturnsConstantResult
public ExprPlugInSingleRowNodeForgeConst(ExprPlugInSingleRowNode parent, ExprDotNodeForgeStaticMethod inner)
public Method getMethod()
getMethod
in class ExprPlugInSingleRowNodeForge
public ExprEvaluator getExprEvaluator()
getExprEvaluator
in interface ExprForge
public EPTypeClass getEvaluationType()
getEvaluationType
in interface ExprForge
public ExprForgeConstantType getForgeConstantType()
getForgeConstantType
in interface ExprForge
public Object evaluate(EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context)
ExprEvaluator
evaluate
in interface ExprEvaluator
eventsPerStream
- - event tupleisNewData
- - indicates whether we are dealing with new data (istream) or old data (rstream)context
- context for expression evaluationpublic CodegenExpression evaluateCodegenUninstrumented(EPTypeClass requiredType, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
evaluateCodegenUninstrumented
in interface ExprForgeInstrumentable
public CodegenExpression evaluateCodegen(EPTypeClass requiredType, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
evaluateCodegen
in interface ExprForge
public CodegenExpression eventBeanWithCtxGet(CodegenExpression beanExpression, CodegenExpression ctxExpression, CodegenMethodScope codegenMethodScope, CodegenClassScope codegenClassScope)
eventBeanWithCtxGet
in interface ExprEventEvaluatorForge
public boolean isLocalInlinedClass()
isLocalInlinedClass
in class ExprPlugInSingleRowNodeForge
Copyright © 2005–2021. All rights reserved.