Package edu.colby.cs.JeSS.visitors

Class Summary
ExceptionFinder The Visitor that finds unhandled exceptions
FinalFinder The visitor to find non-Final methods and fields
InnerClassFinder The visitor to find inner classes
MissingModifierFinder The visitor that finds Types, Fields, and Methods that are missing modifiers.
ProtectedModifierFinder This class finds Fields and Mehtods with the protected modifier
PublicFinalClassFinder This visitor finds Types that are public, or are not final
PublicModifierFinder This class finds all publicly declared Fields and Methods