public static class ParserRunner.ParseResult extends Object
| Modifier and Type | Field and Description |
|---|---|
Node |
ast |
com.google.javascript.rhino.head.ast.AstRoot |
oldAst |
| Constructor and Description |
|---|
ParseResult(Node ast,
com.google.javascript.rhino.head.ast.AstRoot oldAst) |