|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.lang.AbstractLanguageVersionHandler
net.sourceforge.pmd.lang.ecmascript.Ecmascript3Handler
public class Ecmascript3Handler
Implementation of LanguageVersionHandler for the ECMAScript Version 3.
Constructor Summary | |
---|---|
Ecmascript3Handler()
|
Method Summary | |
---|---|
ParserOptions |
getDefaultParserOptions()
Get the default ParserOptions. |
VisitorStarter |
getDumpFacade(Writer writer,
String prefix,
boolean recurse)
Get the DumpFacade. |
Parser |
getParser(ParserOptions parserOptions)
Get the Parser. |
RuleViolationFactory |
getRuleViolationFactory()
Get the RuleViolationFactory. |
XPathHandler |
getXPathHandler()
Get the XPathHandler. |
Methods inherited from class net.sourceforge.pmd.lang.AbstractLanguageVersionHandler |
---|
getDataFlowFacade, getDataFlowHandler, getDFAGraphRule, getSymbolFacade, getSymbolFacade, getTypeResolutionFacade |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Ecmascript3Handler()
Method Detail |
---|
public XPathHandler getXPathHandler()
LanguageVersionHandler
getXPathHandler
in interface LanguageVersionHandler
getXPathHandler
in class AbstractLanguageVersionHandler
public RuleViolationFactory getRuleViolationFactory()
LanguageVersionHandler
public ParserOptions getDefaultParserOptions()
LanguageVersionHandler
getDefaultParserOptions
in interface LanguageVersionHandler
getDefaultParserOptions
in class AbstractLanguageVersionHandler
public Parser getParser(ParserOptions parserOptions)
LanguageVersionHandler
public VisitorStarter getDumpFacade(Writer writer, String prefix, boolean recurse)
LanguageVersionHandler
getDumpFacade
in interface LanguageVersionHandler
getDumpFacade
in class AbstractLanguageVersionHandler
writer
- The writer to dump to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |