|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.dev.js.JsParser
public class JsParser
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 |
---|
public static java.util.List<JsStatement> parse(SourceInfo rootSourceInfo, JsScope scope, java.io.Reader r, ErrorReporter errorReporter, boolean insideFunction) throws java.io.IOException, JsParserException
java.io.IOException
JsParserException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |