com.google.gwt.dev.js
Class JsParser

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

public class JsParser
extends java.lang.Object

Parses JavaScript source.


Method Summary
static java.util.List<JsStatement> parse(SourceInfo rootSourceInfo, JsScope scope, java.io.Reader r, ErrorReporter errorReporter, boolean insideFunction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static java.util.List<JsStatement> parse(SourceInfo rootSourceInfo,
                                                JsScope scope,
                                                java.io.Reader r,
                                                ErrorReporter errorReporter,
                                                boolean insideFunction)
                                         throws java.io.IOException,
                                                JsParserException
Throws:
java.io.IOException
JsParserException