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.

Method Detail

getDataFlowFacade

public VisitorStarter getDataFlowFacade()
Get the DataFlowFacade.

Returns:

getParser

public Parser getParser()
Get the Parser.

Returns:

getSymbolFacade

public VisitorStarter getSymbolFacade()
Get the SymbolFacade.

Returns: