public class ExprCaseNodeForge extends Object implements ExprTypableReturnForge, ExprForgeInstrumentable
Modifier and Type | Field and Description |
---|---|
protected LinkedHashMap<String,Object> |
mapResultType |
protected final LinkedHashMap<String,Object> mapResultType
public List<UniformPair<ExprNode>> getWhenThenNodeList()
public ExprNode getOptionalCompareExprNode()
public ExprNode getOptionalElseExprNode()
public ExprCaseNode getForgeRenderable()
getForgeRenderable
in interface ExprForge
public Class getEvaluationType()
getEvaluationType
in interface ExprForge
public boolean isMustCoerce()
public SimpleNumberCoercer getCoercer()
public ExprEvaluator getExprEvaluator()
getExprEvaluator
in interface ExprForge
public ExprTypableReturnEval getTypableReturnEvaluator()
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
public CodegenExpression evaluateTypableSingleCodegen(CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
evaluateTypableSingleCodegen
in interface ExprTypableReturnForge
public CodegenExpression evaluateTypableMultiCodegen(CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
evaluateTypableMultiCodegen
in interface ExprTypableReturnForge
public ExprForgeConstantType getForgeConstantType()
getForgeConstantType
in interface ExprForge
public Boolean isMultirow()
ExprTypableReturnForge
isMultirow
in interface ExprTypableReturnForge
public LinkedHashMap<String,Object> getRowProperties() throws ExprValidationException
ExprTypableReturnForge
getRowProperties
in interface ExprTypableReturnForge
ExprValidationException
- if the expression is invalidCopyright © 2005–2018. All rights reserved.