Class EcmascriptParser
- java.lang.Object
-
- net.sourceforge.pmd.lang.ecmascript.ast.EcmascriptParser
-
- All Implemented Interfaces:
net.sourceforge.pmd.lang.ast.Parser
public final class EcmascriptParser extends Object implements net.sourceforge.pmd.lang.ast.Parser
-
-
Constructor Summary
Constructors Constructor Description EcmascriptParser(net.sourceforge.pmd.lang.LanguagePropertyBundle properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.sourceforge.pmd.lang.ast.RootNode
parse(net.sourceforge.pmd.lang.ast.Parser.ParserTask task)
-
-
-
Method Detail
-
parse
public net.sourceforge.pmd.lang.ast.RootNode parse(net.sourceforge.pmd.lang.ast.Parser.ParserTask task) throws net.sourceforge.pmd.lang.ast.FileAnalysisException
- Specified by:
parse
in interfacenet.sourceforge.pmd.lang.ast.Parser
- Throws:
net.sourceforge.pmd.lang.ast.FileAnalysisException
-
-