net.sourceforge.pmd.sourcetypehandlers

Interface SourceTypeHandler

public interface SourceTypeHandler

Interface for obtaining the classes necessary for checking source files of a specific language.

Author: pieter_van_raemdonck - Application Engineers NV/SA - www.ae.be

Method Summary
VisitorStartergetDataFlowFacade()
Get the DataFlowFacade.
ParsergetParser()
Get the Parser.
VisitorStartergetSymbolFacade()
Get the SymbolFacade.
VisitorStartergetTypeResolutionFacade()
Get the getTypeResolutionFacade.

Method Detail

getDataFlowFacade

public VisitorStarter getDataFlowFacade()
Get the DataFlowFacade.

Returns: VisitorStarter

getParser

public Parser getParser()
Get the Parser.

Returns: Parser

getSymbolFacade

public VisitorStarter getSymbolFacade()
Get the SymbolFacade.

Returns: VisitorStarter

getTypeResolutionFacade

public VisitorStarter getTypeResolutionFacade()
Get the getTypeResolutionFacade.

Returns: VisitorStarter