|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.sourcetypehandlers.JavaTypeHandler
public abstract class JavaTypeHandler
Implementation of VisitorsFactory for the Java AST. It uses anonymous classes as adapters of the visitors to the VisitorStarter interface.
Constructor Summary | |
---|---|
JavaTypeHandler()
|
Method Summary | |
---|---|
VisitorStarter |
getDataFlowFacade()
Get the DataFlowFacade. |
VisitorStarter |
getSymbolFacade()
Get the SymbolFacade. |
VisitorStarter |
getTypeResolutionFacade(java.lang.ClassLoader classLoader)
Get the getTypeResolutionFacade. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sourceforge.pmd.sourcetypehandlers.SourceTypeHandler |
---|
getParser |
Constructor Detail |
---|
public JavaTypeHandler()
Method Detail |
---|
public VisitorStarter getDataFlowFacade()
SourceTypeHandler
getDataFlowFacade
in interface SourceTypeHandler
public VisitorStarter getSymbolFacade()
SourceTypeHandler
getSymbolFacade
in interface SourceTypeHandler
public VisitorStarter getTypeResolutionFacade(java.lang.ClassLoader classLoader)
SourceTypeHandler
getTypeResolutionFacade
in interface SourceTypeHandler
classLoader
- A ClassLoader to use for resolving Types.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |