public class ParseResult extends Object
ParseDriver.parse(String).| Constructor and Description |
|---|
ParseResult(ASTNode tree,
org.antlr.runtime.TokenRewriteStream tokenRewriteStream,
List<org.apache.commons.lang3.tuple.Pair<String,String>> tables) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.commons.lang3.tuple.Pair<String,String>> |
getTables() |
org.antlr.runtime.TokenRewriteStream |
getTokenRewriteStream() |
ASTNode |
getTree() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.