A C D E F G H I J K L M P R S V W

V

VectorVisitorCollection - class edu.colby.cs.JeSS.util.VectorVisitorCollection.
The current implementation of JeSSVisitorCollection.
VectorVisitorCollection() - Constructor for class edu.colby.cs.JeSS.util.VectorVisitorCollection
 
VisitorManager - class edu.colby.cs.JeSS.scanner.VisitorManager.
This class is the root of the security analysis.
VisitorManager(IPreferenceStore) - Constructor for class edu.colby.cs.JeSS.scanner.VisitorManager
Initialize the class using the IPreferenceStore to determine what scanners are used during the security analysis
vManager - Variable in class edu.colby.cs.JeSS.scanner.SecurityScanner
 
vManager - Variable in class edu.colby.cs.JeSS.util.JeSSVisitor
 
visit(CatchClause) - Method in class edu.colby.cs.JeSS.visitors.ExceptionFinder
Check to see if the catch clause has a block that has no statements
visit(FieldDeclaration) - Method in class edu.colby.cs.JeSS.visitors.FinalFinder
Check the modifiers on the field as it is declared
visit(MethodDeclaration) - Method in class edu.colby.cs.JeSS.visitors.FinalFinder
Check the modifiers on the method as it is declared
visit(AnonymousClassDeclaration) - Method in class edu.colby.cs.JeSS.visitors.InnerClassFinder
Report problem when a Declaration of this type is found
visit(FieldDeclaration) - Method in class edu.colby.cs.JeSS.visitors.MissingModifierFinder
Check the Field declaration for a missing modifier
visit(MethodDeclaration) - Method in class edu.colby.cs.JeSS.visitors.MissingModifierFinder
Check the Method declaration for a missing modifier
visit(TypeDeclaration) - Method in class edu.colby.cs.JeSS.visitors.MissingModifierFinder
Check the Type declaration for a missing modifier
visit(FieldDeclaration) - Method in class edu.colby.cs.JeSS.visitors.ProtectedModifierFinder
Check the Field declaration for a protected modifier
visit(MethodDeclaration) - Method in class edu.colby.cs.JeSS.visitors.ProtectedModifierFinder
Check the method declaration for a protected modifier
visit(TypeDeclaration) - Method in class edu.colby.cs.JeSS.visitors.ProtectedModifierFinder
Check the Type declaration for a protected modifier
visit(TypeDeclaration) - Method in class edu.colby.cs.JeSS.visitors.PublicFinalClassFinder
Check the Type declaration to determine if the class is public or not Final
visit(FieldDeclaration) - Method in class edu.colby.cs.JeSS.visitors.PublicModifierFinder
Check the Field declaration to see if it is public
visit(MethodDeclaration) - Method in class edu.colby.cs.JeSS.visitors.PublicModifierFinder
Check the Method declaration to see if it is public
visitors - Variable in class edu.colby.cs.JeSS.scanner.VisitorManager
 

A C D E F G H I J K L M P R S V W