Class CodegenLegoCast
java.lang.Object
com.espertech.esper.common.internal.epl.expression.codegen.CodegenLegoCast
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
asDoubleNullReturnNull
(CodegenBlock block, String variable, ExprForge forge, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope) static CodegenExpression
castSafeFromObjectType
(EPTypeClass targetType, CodegenExpression value) static CodegenExpression
castSafeFromObjectType
(EPType targetType, CodegenExpression value)
-
Constructor Details
-
CodegenLegoCast
public CodegenLegoCast()
-
-
Method Details
-
castSafeFromObjectType
public static CodegenExpression castSafeFromObjectType(EPTypeClass targetType, CodegenExpression value) -
castSafeFromObjectType
-
asDoubleNullReturnNull
public static void asDoubleNullReturnNull(CodegenBlock block, String variable, ExprForge forge, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
-