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