public class ExprCoalesceNodeForge extends Object implements ExprForgeInstrumentable
Constructor and Description |
---|
ExprCoalesceNodeForge(ExprCoalesceNode parent,
Class resultType,
boolean[] isNumericCoercion) |
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() |
ExprCoalesceNode |
getForgeRenderable() |
boolean[] |
getIsNumericCoercion() |
public ExprCoalesceNodeForge(ExprCoalesceNode parent, Class resultType, boolean[] isNumericCoercion)
public ExprCoalesceNode getForgeRenderable()
getForgeRenderable
in interface ExprForge
public boolean[] getIsNumericCoercion()
public ExprEvaluator getExprEvaluator()
getExprEvaluator
in interface ExprForge
public Class getEvaluationType()
getEvaluationType
in interface ExprForge
public ExprForgeConstantType getForgeConstantType()
getForgeConstantType
in interface ExprForge
public CodegenExpression evaluateCodegenUninstrumented(Class requiredType, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
evaluateCodegenUninstrumented
in interface ExprForgeInstrumentable
public CodegenExpression evaluateCodegen(Class requiredType, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
evaluateCodegen
in interface ExprForge
Copyright © 2005–2018. All rights reserved.