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 (Writer writer,
String prefix,
boolean recurse)
Get the DumpFacade.
|
Parser |
getParser (ParserOptions parserOptions)
Get the Parser.
|
RuleViolationFactory |
getRuleViolationFactory ()
Get the RuleViolationFactory.
|
VisitorStarter |
getSymbolFacade ()
Get the SymbolFacade.
|
VisitorStarter |
getTypeResolutionFacade (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 getTypeResolutionFacade(ClassLoader classLoader)
classLoader
- A ClassLoader to use for resolving Types.VisitorStarter getDumpFacade(Writer writer, String prefix, boolean recurse)
writer
- The writer to dump to.DFAGraphRule getDFAGraphRule()
Copyright © 2002-2014 InfoEther. All Rights Reserved.