net.sourceforge.pmd.lang.ecmascript
Class Ecmascript3Parser
java.lang.Object
net.sourceforge.pmd.lang.AbstractParser
net.sourceforge.pmd.lang.ecmascript.Ecmascript3Parser
- All Implemented Interfaces:
- Parser
public class Ecmascript3Parser
- extends AbstractParser
Adapter for the EcmascriptParser.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ecmascript3Parser
public Ecmascript3Parser(ParserOptions parserOptions)
createTokenManager
public TokenManager createTokenManager(Reader source)
- Specified by:
createTokenManager
in class AbstractParser
canParse
public boolean canParse()
parse
public Node parse(String fileName,
Reader source)
throws ParseException
- Throws:
ParseException
getSuppressMap
public Map<Integer,String> getSuppressMap()
Copyright © 2002-2016 InfoEther. All Rights Reserved.