net.sourceforge.pmd.lang.ecmascript.ast
Class EcmascriptParser
java.lang.Object
net.sourceforge.pmd.lang.ecmascript.ast.EcmascriptParser
public class EcmascriptParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parserOptions
protected final EcmascriptParserOptions parserOptions
EcmascriptParser
public EcmascriptParser(EcmascriptParserOptions parserOptions)
parseEcmascript
protected org.mozilla.javascript.ast.AstRoot parseEcmascript(String sourceCode,
List<org.mozilla.javascript.ast.ParseProblem> parseProblems)
throws ParseException
- Throws:
ParseException
parse
public EcmascriptNode<org.mozilla.javascript.ast.AstRoot> parse(Reader reader)
getSuppressMap
public Map<Integer,String> getSuppressMap()
Copyright © 2002-2016 InfoEther. All Rights Reserved.