Class ParseResult
java.lang.Object
com.espertech.esper.compiler.internal.parse.ParseResult
Result of a parse action.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the expression text no annotations.org.antlr.v4.runtime.CommonTokenStream
org.antlr.v4.runtime.tree.Tree
getTree()
AST.
-
Constructor Details
-
ParseResult
public ParseResult(org.antlr.v4.runtime.tree.Tree tree, String expressionWithoutAnnotations, org.antlr.v4.runtime.CommonTokenStream tokenStream, List<String> scripts, List<String> classes) Ctor.- Parameters:
tree
- parse treeexpressionWithoutAnnotations
- expression text no annotations, or null if samescripts
- script listtokenStream
- tokensclasses
- class list
-
-
Method Details
-
getTree
public org.antlr.v4.runtime.tree.Tree getTree()AST.- Returns:
- ast
-
getExpressionWithoutAnnotations
Returns the expression text no annotations.- Returns:
- expression text no annotations.
-
getTokenStream
public org.antlr.v4.runtime.CommonTokenStream getTokenStream() -
getScripts
-
getClasses
-