com.google.gwt.dev.js
Class JsAstMapper

java.lang.Object
  extended by com.google.gwt.dev.js.JsAstMapper

public class JsAstMapper
extends java.lang.Object


Constructor Summary
JsAstMapper(JsScope scope)
           
 
Method Summary
 JsFunction mapFunction(Node fnNode)
           
 java.util.List<JsStatement> mapStatements(Node nodeStmts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsAstMapper

public JsAstMapper(@NotNull
                   JsScope scope)
Method Detail

mapFunction

public JsFunction mapFunction(Node fnNode)
                       throws JsParserException
Throws:
JsParserException

mapStatements

public java.util.List<JsStatement> mapStatements(Node nodeStmts)
                                          throws JsParserException
Throws:
JsParserException