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 |
---|
ParserRunner.ParseResult(Node ast,
com.google.javascript.rhino.head.ast.AstRoot oldAst) |