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(Reader reader,
List<org.mozilla.javascript.ast.ParseProblem> parseProblems)
throws ParseException
- Throws:
ParseException
parse
public EcmascriptNode parse(Reader reader)
Copyright © 2002-2012 InfoEther. All Rights Reserved.