public interface LanguageVersionHandler
Modifier and Type | Method and Description |
---|---|
VisitorStarter |
getDataFlowFacade()
Get the DataFlowFacade.
|
DataFlowHandler |
getDataFlowHandler()
Get the DataFlowHandler.
|
ParserOptions |
getDefaultParserOptions()
Get the default ParserOptions.
|
DFAGraphRule |
getDFAGraphRule() |
VisitorStarter |
getDumpFacade(java.io.Writer writer,
java.lang.String prefix,
boolean recurse)
Get the DumpFacade.
|
VisitorStarter |
getMultifileFacade()
Gets the visitor that performs multifile data gathering.
|
Parser |
getParser(ParserOptions parserOptions)
Get the Parser.
|
RuleViolationFactory |
getRuleViolationFactory()
Get the RuleViolationFactory.
|
VisitorStarter |
getSymbolFacade()
Get the SymbolFacade.
|
VisitorStarter |
getSymbolFacade(java.lang.ClassLoader classLoader)
Get the SymbolFacade.
|
VisitorStarter |
getTypeResolutionFacade(java.lang.ClassLoader classLoader)
Get the TypeResolutionFacade.
|
XPathHandler |
getXPathHandler()
Get the XPathHandler.
|
DataFlowHandler getDataFlowHandler()
XPathHandler getXPathHandler()
RuleViolationFactory getRuleViolationFactory()
ParserOptions getDefaultParserOptions()
Parser getParser(ParserOptions parserOptions)
VisitorStarter getDataFlowFacade()
VisitorStarter getSymbolFacade()
VisitorStarter getSymbolFacade(java.lang.ClassLoader classLoader)
classLoader
- A ClassLoader to use for resolving Types.VisitorStarter getTypeResolutionFacade(java.lang.ClassLoader classLoader)
classLoader
- A ClassLoader to use for resolving Types.VisitorStarter getDumpFacade(java.io.Writer writer, java.lang.String prefix, boolean recurse)
writer
- The writer to dump to.VisitorStarter getMultifileFacade()
DFAGraphRule getDFAGraphRule()
Copyright © 2002–2017 PMD. All rights reserved.