com.google.javascript.jscomp.parsing
Class IRFactory
java.lang.Object
com.google.javascript.jscomp.parsing.IRFactory
public class IRFactory
- extends Object
IRFactory transforms the new AST to the old AST.
Method Summary |
static Node |
transformTree(com.google.javascript.jscomp.mozilla.rhino.ast.AstRoot node,
String sourceString,
Config config,
com.google.javascript.jscomp.mozilla.rhino.ErrorReporter errorReporter)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
transformTree
public static Node transformTree(com.google.javascript.jscomp.mozilla.rhino.ast.AstRoot node,
String sourceString,
Config config,
com.google.javascript.jscomp.mozilla.rhino.ErrorReporter errorReporter)