FindBugs™ 1.3.9

Uses of Interface
edu.umd.cs.findbugs.ba.ch.InheritanceGraphVisitor

Packages that use InheritanceGraphVisitor
edu.umd.cs.findbugs.ba.ch   
edu.umd.cs.findbugs.ba.jsr305 Support for analyzing code containing JSR-305 type qualifier annotations. 
 

Uses of InheritanceGraphVisitor in edu.umd.cs.findbugs.ba.ch
 

Classes in edu.umd.cs.findbugs.ba.ch that implement InheritanceGraphVisitor
 class OverriddenMethodsVisitor
          This class implements a best-effort visitation of all methods overridden by a given derived instance method.
 

Methods in edu.umd.cs.findbugs.ba.ch with parameters of type InheritanceGraphVisitor
 void Subtypes2.traverseSupertypes(ClassDescriptor start, InheritanceGraphVisitor visitor)
          Starting at the class or interface named by the given ClassDescriptor, traverse the inheritance graph, exploring all paths from the class or interface to java.lang.Object.
 

Uses of InheritanceGraphVisitor in edu.umd.cs.findbugs.ba.jsr305
 

Classes in edu.umd.cs.findbugs.ba.jsr305 that implement InheritanceGraphVisitor
 class AbstractMethodAnnotationAccumulator
          Accumulate type qualifier annotations on method, taking supertype methods into account.
 class ParameterAnnotationAccumulator
          Accumulate type qualifier annotations for a method parameter.
 


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.