public static class ExprCastNode.NonnumericCasterComputer extends java.lang.Object implements ExprCastNode.CasterParserComputer
Constructor and Description |
---|
NonnumericCasterComputer(SimpleTypeCaster numericTypeCaster)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
compute(java.lang.Object input)
Compute an result performing casting and parsing.
|
public NonnumericCasterComputer(SimpleTypeCaster numericTypeCaster)
numericTypeCaster
- casterpublic java.lang.Object compute(java.lang.Object input)
ExprCastNode.CasterParserComputer
compute
in interface ExprCastNode.CasterParserComputer
input
- to process