Modifier and Type | Field and Description |
---|---|
static VisitorStarter |
VisitorStarter.DUMMY
Placeholder
VisitorStarter implementation that can be used when
no real implementation exists yet. |
Modifier and Type | Method and Description |
---|---|
VisitorStarter |
AbstractLanguageVersionHandler.getDataFlowFacade() |
VisitorStarter |
LanguageVersionHandler.getDataFlowFacade()
Get the DataFlowFacade.
|
VisitorStarter |
AbstractLanguageVersionHandler.getDumpFacade(Writer writer,
String prefix,
boolean recurse) |
VisitorStarter |
LanguageVersionHandler.getDumpFacade(Writer writer,
String prefix,
boolean recurse)
Get the DumpFacade.
|
VisitorStarter |
AbstractLanguageVersionHandler.getSymbolFacade() |
VisitorStarter |
LanguageVersionHandler.getSymbolFacade()
Get the SymbolFacade.
|
VisitorStarter |
AbstractLanguageVersionHandler.getSymbolFacade(ClassLoader classLoader) |
VisitorStarter |
LanguageVersionHandler.getSymbolFacade(ClassLoader classLoader)
Get the SymbolFacade.
|
VisitorStarter |
AbstractLanguageVersionHandler.getTypeResolutionFacade(ClassLoader classLoader) |
VisitorStarter |
LanguageVersionHandler.getTypeResolutionFacade(ClassLoader classLoader)
Get the TypeResolutionFacade.
|
Modifier and Type | Method and Description |
---|---|
VisitorStarter |
Ecmascript3Handler.getDumpFacade(Writer writer,
String prefix,
boolean recurse) |
Modifier and Type | Method and Description |
---|---|
VisitorStarter |
AbstractJavaHandler.getDataFlowFacade() |
VisitorStarter |
AbstractJavaHandler.getDumpFacade(Writer writer,
String prefix,
boolean recurse) |
VisitorStarter |
AbstractJavaHandler.getSymbolFacade() |
VisitorStarter |
AbstractJavaHandler.getSymbolFacade(ClassLoader classLoader) |
VisitorStarter |
AbstractJavaHandler.getTypeResolutionFacade(ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
VisitorStarter |
JspHandler.getDumpFacade(Writer writer,
String prefix,
boolean recurse) |
Modifier and Type | Method and Description |
---|---|
VisitorStarter |
PLSQLHandler.getDataFlowFacade() |
VisitorStarter |
PLSQLHandler.getDumpFacade(Writer writer,
String prefix,
boolean recurse) |
VisitorStarter |
PLSQLHandler.getSymbolFacade() |
Modifier and Type | Method and Description |
---|---|
VisitorStarter |
VmHandler.getDumpFacade(Writer writer,
String prefix,
boolean recurse) |
Modifier and Type | Method and Description |
---|---|
VisitorStarter |
XmlHandler.getDumpFacade(Writer writer,
String prefix,
boolean recurse) |
Copyright © 2002–2014 InfoEther. All rights reserved.