com.espertech.esper.epl.parse
Class ASTLibHelper
java.lang.Object
com.espertech.esper.epl.parse.ASTLibHelper
public class ASTLibHelper
- extends java.lang.Object
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 |
ASTLibHelper
public ASTLibHelper()
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)