com.espertech.esper.epl.expression.funcs
Class ExprCastNode.StringParserComputer

java.lang.Object
  extended by com.espertech.esper.epl.expression.funcs.ExprCastNode.StringParserComputer
All Implemented Interfaces:
ExprCastNode.CasterParserComputer
Enclosing class:
ExprCastNode

public static class ExprCastNode.StringParserComputer
extends java.lang.Object
implements ExprCastNode.CasterParserComputer

Casting and parsing computer.


Constructor Summary
ExprCastNode.StringParserComputer(SimpleTypeParser parser)
          Ctor.
 
Method Summary
 java.lang.Object compute(java.lang.Object input)
          Compute an result performing casting and parsing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExprCastNode.StringParserComputer

public ExprCastNode.StringParserComputer(SimpleTypeParser parser)
Ctor.

Parameters:
parser - parser
Method Detail

compute

public java.lang.Object compute(java.lang.Object input)
Description copied from interface: ExprCastNode.CasterParserComputer
Compute an result performing casting and parsing.

Specified by:
compute in interface ExprCastNode.CasterParserComputer
Parameters:
input - to process
Returns:
cast or parse result

© 2006-2014 EsperTech Inc.
All rights reserved.
Visit us at espertech.com