public class ParseResult
extends java.lang.Object
Constructor and Description |
---|
ParseResult(Tree tree,
java.lang.String expressionWithoutAnnotations,
CommonTokenStream tokenStream,
java.util.List<java.lang.String> scripts)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpressionWithoutAnnotations()
Returns the expression text no annotations.
|
java.util.List<java.lang.String> |
getScripts() |
CommonTokenStream |
getTokenStream() |
Tree |
getTree()
AST.
|
public ParseResult(Tree tree, java.lang.String expressionWithoutAnnotations, CommonTokenStream tokenStream, java.util.List<java.lang.String> scripts)
tree
- parse treeexpressionWithoutAnnotations
- expression text no annotations, or null if samepublic Tree getTree()
public java.lang.String getExpressionWithoutAnnotations()
public CommonTokenStream getTokenStream()
public java.util.List<java.lang.String> getScripts()