|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pmd.lang.AbstractLanguageVersionHandler
public abstract class AbstractLanguageVersionHandler
This is a generic implementation of the LanguageVersionHandler interface.
LanguageVersionHandler| Constructor Summary | |
|---|---|
AbstractLanguageVersionHandler()
|
|
| Method Summary | |
|---|---|
VisitorStarter |
getDataFlowFacade()
Get the DataFlowFacade. |
DataFlowHandler |
getDataFlowHandler()
Get the DataFlowHandler. |
ParserOptions |
getDefaultParserOptions()
Get the default ParserOptions. |
DFAGraphRule |
getDFAGraphRule()
|
VisitorStarter |
getDumpFacade(Writer writer,
String prefix,
boolean recurse)
Get the DumpFacade. |
VisitorStarter |
getSymbolFacade()
Get the SymbolFacade. |
VisitorStarter |
getSymbolFacade(ClassLoader classLoader)
Get the SymbolFacade. |
VisitorStarter |
getTypeResolutionFacade(ClassLoader classLoader)
Get the TypeResolutionFacade. |
XPathHandler |
getXPathHandler()
Get the XPathHandler. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.pmd.lang.LanguageVersionHandler |
|---|
getParser, getRuleViolationFactory |
| Constructor Detail |
|---|
public AbstractLanguageVersionHandler()
| Method Detail |
|---|
public DataFlowHandler getDataFlowHandler()
LanguageVersionHandler
getDataFlowHandler in interface LanguageVersionHandlerpublic XPathHandler getXPathHandler()
LanguageVersionHandler
getXPathHandler in interface LanguageVersionHandlerpublic ParserOptions getDefaultParserOptions()
LanguageVersionHandler
getDefaultParserOptions in interface LanguageVersionHandlerpublic VisitorStarter getDataFlowFacade()
LanguageVersionHandler
getDataFlowFacade in interface LanguageVersionHandlerpublic VisitorStarter getSymbolFacade()
LanguageVersionHandler
getSymbolFacade in interface LanguageVersionHandlerpublic VisitorStarter getSymbolFacade(ClassLoader classLoader)
LanguageVersionHandler
getSymbolFacade in interface LanguageVersionHandlerclassLoader - A ClassLoader to use for resolving Types.
public VisitorStarter getTypeResolutionFacade(ClassLoader classLoader)
LanguageVersionHandler
getTypeResolutionFacade in interface LanguageVersionHandlerclassLoader - A ClassLoader to use for resolving Types.
public VisitorStarter getDumpFacade(Writer writer,
String prefix,
boolean recurse)
LanguageVersionHandler
getDumpFacade in interface LanguageVersionHandlerwriter - The writer to dump to.
public DFAGraphRule getDFAGraphRule()
getDFAGraphRule in interface LanguageVersionHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||