public class JsParser extends Object
Modifier and Type | Method and Description |
---|---|
static List<JsStatement> |
parse(SourceInfo rootSourceInfo,
JsScope scope,
Reader r) |
static void |
parseInto(SourceInfo rootSourceInfo,
JsScope scope,
JsBlock block,
Reader r) |
public static List<JsStatement> parse(SourceInfo rootSourceInfo, JsScope scope, Reader r) throws IOException, JsParserException
IOException
JsParserException
public static void parseInto(SourceInfo rootSourceInfo, JsScope scope, JsBlock block, Reader r) throws IOException, JsParserException
IOException
JsParserException
Copyright © 2018. All rights reserved.