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