public static class ExprCastNode.StringXFormComputer extends Object implements ExprCastNode.CasterParserComputerForge, ExprCastNode.CasterParserComputer
Constructor and Description |
---|
StringXFormComputer() |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
codegenPremade(Class evaluationType,
CodegenExpression input,
Class inputType,
CodegenContext context,
CodegenParamSetExprPremade params) |
Object |
compute(Object input,
EventBean[] eventsPerStream,
boolean newData,
ExprEvaluatorContext exprEvaluatorContext)
Compute an result performing casting and parsing.
|
ExprCastNode.CasterParserComputer |
getEvaluatorComputer() |
boolean |
isConstantForConstInput() |
public Object compute(Object input, EventBean[] eventsPerStream, boolean newData, ExprEvaluatorContext exprEvaluatorContext)
ExprCastNode.CasterParserComputer
compute
in interface ExprCastNode.CasterParserComputer
input
- to processeventsPerStream
- events per streamnewData
- new data indicatorexprEvaluatorContext
- evaluation contextpublic boolean isConstantForConstInput()
isConstantForConstInput
in interface ExprCastNode.CasterParserComputerForge
public CodegenExpression codegenPremade(Class evaluationType, CodegenExpression input, Class inputType, CodegenContext context, CodegenParamSetExprPremade params)
codegenPremade
in interface ExprCastNode.CasterParserComputerForge
public ExprCastNode.CasterParserComputer getEvaluatorComputer()
getEvaluatorComputer
in interface ExprCastNode.CasterParserComputerForge