public abstract class AbstractJavaHandler extends AbstractLanguageVersionHandler
Constructor and Description |
---|
AbstractJavaHandler() |
Modifier and Type | Method and Description |
---|---|
VisitorStarter |
getDataFlowFacade()
Get the DataFlowFacade.
|
DataFlowHandler |
getDataFlowHandler()
Get the DataFlowHandler.
|
VisitorStarter |
getDumpFacade(Writer writer,
String prefix,
boolean recurse)
Get the DumpFacade.
|
RuleViolationFactory |
getRuleViolationFactory()
Get the RuleViolationFactory.
|
VisitorStarter |
getSymbolFacade()
Get the SymbolFacade.
|
VisitorStarter |
getTypeResolutionFacade(ClassLoader classLoader)
Get the TypeResolutionFacade.
|
XPathHandler |
getXPathHandler()
Get the XPathHandler.
|
getDefaultParserOptions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParser
public DataFlowHandler getDataFlowHandler()
LanguageVersionHandler
getDataFlowHandler
in interface LanguageVersionHandler
getDataFlowHandler
in class AbstractLanguageVersionHandler
public XPathHandler getXPathHandler()
LanguageVersionHandler
getXPathHandler
in interface LanguageVersionHandler
getXPathHandler
in class AbstractLanguageVersionHandler
public RuleViolationFactory getRuleViolationFactory()
LanguageVersionHandler
public VisitorStarter getDataFlowFacade()
LanguageVersionHandler
getDataFlowFacade
in interface LanguageVersionHandler
getDataFlowFacade
in class AbstractLanguageVersionHandler
public VisitorStarter getSymbolFacade()
LanguageVersionHandler
getSymbolFacade
in interface LanguageVersionHandler
getSymbolFacade
in class AbstractLanguageVersionHandler
public VisitorStarter getTypeResolutionFacade(ClassLoader classLoader)
LanguageVersionHandler
getTypeResolutionFacade
in interface LanguageVersionHandler
getTypeResolutionFacade
in class AbstractLanguageVersionHandler
classLoader
- A ClassLoader to use for resolving Types.public VisitorStarter getDumpFacade(Writer writer, String prefix, boolean recurse)
LanguageVersionHandler
getDumpFacade
in interface LanguageVersionHandler
getDumpFacade
in class AbstractLanguageVersionHandler
writer
- The writer to dump to.Copyright © 2002-2013 InfoEther. All Rights Reserved.