com.espertech.esper.epl.parse
Class ASTLibHelper

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

public class ASTLibHelper
extends java.lang.Object


Constructor Summary
ASTLibHelper()
           
 
Method Summary
static java.util.List<ExprNode> getExprNodesLibFunc(int start, org.antlr.runtime.tree.Tree parent, java.util.Map<org.antlr.runtime.tree.Tree,ExprNode> astExprNodeMap)
           
static java.util.List<java.lang.String> getIdentList(org.antlr.runtime.tree.Tree node)
           
static ExprChainedSpec getLibFunctionChainSpec(org.antlr.runtime.tree.Tree libFunctionParent, java.util.Map<org.antlr.runtime.tree.Tree,ExprNode> astExprNodeMap)
           
static java.util.List<java.lang.String> getTextList(org.antlr.runtime.tree.Tree node, int nodeType)
           
static java.util.List<java.lang.String> getTextListChild(org.antlr.runtime.tree.Tree node, int nodeType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTLibHelper

public ASTLibHelper()
Method Detail

getLibFunctionChainSpec

public static ExprChainedSpec getLibFunctionChainSpec(org.antlr.runtime.tree.Tree libFunctionParent,
                                                      java.util.Map<org.antlr.runtime.tree.Tree,ExprNode> astExprNodeMap)

getExprNodesLibFunc

public static java.util.List<ExprNode> getExprNodesLibFunc(int start,
                                                           org.antlr.runtime.tree.Tree parent,
                                                           java.util.Map<org.antlr.runtime.tree.Tree,ExprNode> astExprNodeMap)

getIdentList

public static java.util.List<java.lang.String> getIdentList(org.antlr.runtime.tree.Tree node)

getTextList

public static java.util.List<java.lang.String> getTextList(org.antlr.runtime.tree.Tree node,
                                                           int nodeType)

getTextListChild

public static java.util.List<java.lang.String> getTextListChild(org.antlr.runtime.tree.Tree node,
                                                                int nodeType)

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