com.espertech.esper.epl.parse
Class ASTConstantHelper

java.lang.Object
  extended by com.espertech.esper.epl.parse.ASTConstantHelper

public class ASTConstantHelper
extends Object

Parses constant strings and returns the constant Object.


Constructor Summary
ASTConstantHelper()
           
 
Method Summary
static Object parse(org.antlr.runtime.tree.Tree node)
          Parse the AST constant node and return Object value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTConstantHelper

public ASTConstantHelper()
Method Detail

parse

public static Object parse(org.antlr.runtime.tree.Tree node)
Parse the AST constant node and return Object value.

Parameters:
node - - parse node for which to parse the string value
Returns:
value matching AST node type

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com