public class ExprEvalStreamInsertBean extends Object implements ExprForgeInstrumentable
Constructor and Description |
---|
ExprEvalStreamInsertBean(ExprStreamUnderlyingNode undNode,
int streamNum,
EPTypeClass returnType) |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
EPTypeClass |
getEvaluationType() |
ExprEvaluator |
getExprEvaluator() |
ExprForgeConstantType |
getForgeConstantType() |
ExprNodeRenderable |
getForgeRenderable() |
int |
getStreamNum() |
EPTypeClass |
getUnderlyingReturnType() |
public ExprEvalStreamInsertBean(ExprStreamUnderlyingNode undNode, int streamNum, EPTypeClass returnType)
public CodegenExpression evaluateCodegen(EPTypeClass requiredType, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
evaluateCodegen
in interface ExprForge
public CodegenExpression evaluateCodegenUninstrumented(EPTypeClass requiredType, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
evaluateCodegenUninstrumented
in interface ExprForgeInstrumentable
public int getStreamNum()
public ExprEvaluator getExprEvaluator()
getExprEvaluator
in interface ExprForge
public EPTypeClass getEvaluationType()
getEvaluationType
in interface ExprForge
public EPTypeClass getUnderlyingReturnType()
public ExprNodeRenderable getForgeRenderable()
getForgeRenderable
in interface ExprForge
public ExprForgeConstantType getForgeConstantType()
getForgeConstantType
in interface ExprForge
Copyright © 2005–2021. All rights reserved.