public class EcmascriptParser extends Object
Modifier and Type | Field and Description |
---|---|
protected EcmascriptParserOptions |
parserOptions |
Constructor and Description |
---|
EcmascriptParser(EcmascriptParserOptions parserOptions) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,String> |
getSuppressMap() |
EcmascriptNode<org.mozilla.javascript.ast.AstRoot> |
parse(Reader reader) |
protected org.mozilla.javascript.ast.AstRoot |
parseEcmascript(String sourceCode,
List<org.mozilla.javascript.ast.ParseProblem> parseProblems) |
protected final EcmascriptParserOptions parserOptions
public EcmascriptParser(EcmascriptParserOptions parserOptions)
protected org.mozilla.javascript.ast.AstRoot parseEcmascript(String sourceCode, List<org.mozilla.javascript.ast.ParseProblem> parseProblems) throws ParseException
ParseException
public EcmascriptNode<org.mozilla.javascript.ast.AstRoot> parse(Reader reader)
Copyright © 2002-2015 InfoEther. All Rights Reserved.