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
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.sourceforge.pmd.lang.ast.Parser

    net.sourceforge.pmd.lang.ast.Parser.ParserTask
  • Constructor Summary

    Constructors
    Constructor
    Description
    EcmascriptParser(net.sourceforge.pmd.lang.LanguagePropertyBundle properties)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.sourceforge.pmd.lang.ast.RootNode
    parse(net.sourceforge.pmd.lang.ast.Parser.ParserTask task)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EcmascriptParser

      public EcmascriptParser(net.sourceforge.pmd.lang.LanguagePropertyBundle properties)
  • Method Details

    • 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 interface net.sourceforge.pmd.lang.ast.Parser
      Throws:
      net.sourceforge.pmd.lang.ast.FileAnalysisException