org.prorefactor.refactor
Interface ILint

All Known Implementing Classes:
NamesLint

public interface ILint

Interface to a Lint object. Useful for lint-and-refactor wrappers.


Method Summary
 java.util.TreeSet getTargetSet()
          Get the lint's RefactorTarget set
 java.lang.String run(int topNode)
          Run this lint for a given syntax tree node handle.
 

Method Detail

getTargetSet

java.util.TreeSet getTargetSet()
Get the lint's RefactorTarget set


run

java.lang.String run(int topNode)
Run this lint for a given syntax tree node handle.

Returns:
Any error message, empty or null string otherwise.


Copyright © 2008 Joanju Software. All Rights Reserved.