|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SourceTypeHandler
Interface for obtaining the classes necessary for checking source files of a specific language.
Method Summary | |
---|---|
VisitorStarter |
getDataFlowFacade()
Get the DataFlowFacade. |
Parser |
getParser()
Get the Parser. |
VisitorStarter |
getSymbolFacade()
Get the SymbolFacade. |
VisitorStarter |
getTypeResolutionFacade(java.lang.ClassLoader classLoader)
Get the getTypeResolutionFacade. |
Method Detail |
---|
Parser getParser()
VisitorStarter getDataFlowFacade()
VisitorStarter getSymbolFacade()
VisitorStarter getTypeResolutionFacade(java.lang.ClassLoader classLoader)
classLoader
- A ClassLoader to use for resolving Types.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |