public class ExprCaseNodeForge extends java.lang.Object implements ExprTypableReturnForge
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedHashMap<java.lang.String,java.lang.Object> |
mapResultType |
protected final java.util.LinkedHashMap<java.lang.String,java.lang.Object> mapResultType
public java.util.List<UniformPair<ExprNode>> getWhenThenNodeList()
public ExprNode getOptionalCompareExprNode()
public ExprNode getOptionalElseExprNode()
public ExprCaseNode getForgeRenderable()
getForgeRenderable
in interface ExprForge
public java.lang.Class getEvaluationType()
getEvaluationType
in interface ExprForge
public boolean isMustCoerce()
public SimpleNumberCoercer getCoercer()
public ExprEvaluator getExprEvaluator()
getExprEvaluator
in interface ExprForge
public ExprTypableReturnEval getTypableReturnEvaluator()
getTypableReturnEvaluator
in interface ExprTypableReturnForge
public CodegenExpression evaluateCodegen(java.lang.Class requiredType, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
evaluateCodegen
in interface ExprForge
public ExprForgeComplexityEnum getComplexity()
getComplexity
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 java.lang.Boolean isMultirow()
ExprTypableReturnForge
isMultirow
in interface ExprTypableReturnForge
public java.util.LinkedHashMap<java.lang.String,java.lang.Object> getRowProperties() throws ExprValidationException
ExprTypableReturnForge
getRowProperties
in interface ExprTypableReturnForge
ExprValidationException
- if the expression is invalid