com.espertech.esper.epl.parse
Class ASTParameterHelper

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

public class ASTParameterHelper
extends Object

Parse AST parameter nodes including constants, arrays, lists. Distinguishes between uniform and non-uniform arrays.


Constructor Summary
ASTParameterHelper()
           
 
Method Summary
static Object makeParameter(org.antlr.runtime.tree.Tree parameterNode, long engineTime)
          Returns the parse Object for the parameter/constant AST node whose text to parse.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTParameterHelper

public ASTParameterHelper()
Method Detail

makeParameter

public static Object makeParameter(org.antlr.runtime.tree.Tree parameterNode,
                                   long engineTime)
                            throws ASTWalkException
Returns the parse Object for the parameter/constant AST node whose text to parse.

Parameters:
parameterNode - - AST node to parse
engineTime - the engine current time
Returns:
object value
Throws:
ASTWalkException - is thrown to indicate a parse error

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