com.google.javascript.jscomp.parsing
Class ParserRunner.ParseResult
java.lang.Object
com.google.javascript.jscomp.parsing.ParserRunner.ParseResult
- Enclosing class:
- ParserRunner
public static class ParserRunner.ParseResult
- extends Object
Holds results of parsing. Includes both ast formats.
Field Summary |
Node |
ast
|
com.google.javascript.rhino.head.ast.AstRoot |
oldAst
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ast
public final Node ast
oldAst
public final com.google.javascript.rhino.head.ast.AstRoot oldAst
ParserRunner.ParseResult
public ParserRunner.ParseResult(Node ast,
com.google.javascript.rhino.head.ast.AstRoot oldAst)