Uses of Interface
edu.umd.cs.findbugs.ba.ch.SupertypeTraversalVisitor
Packages that use SupertypeTraversalVisitor
Package
Description
Support for analyzing code containing JSR-305 type qualifier annotations.
-
Uses of SupertypeTraversalVisitor in edu.umd.cs.findbugs.ba.ch
Classes in edu.umd.cs.findbugs.ba.ch that implement SupertypeTraversalVisitorModifier and TypeClassDescriptionclassThis 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 SupertypeTraversalVisitorModifier and TypeMethodDescriptionvoidSubtypes2.traverseSupertypesDepthFirst(ClassDescriptor start, SupertypeTraversalVisitor visitor) Starting at the class or interface named by the given ClassDescriptor, traverse the inheritance graph depth first, visiting each class only once.private voidSubtypes2.traverseSupertypesDepthFirstHelper(ClassDescriptor cur, SupertypeTraversalVisitor visitor, Set<ClassDescriptor> seen) -
Uses of SupertypeTraversalVisitor in edu.umd.cs.findbugs.ba.jsr305
Classes in edu.umd.cs.findbugs.ba.jsr305 that implement SupertypeTraversalVisitorModifier and TypeClassDescriptionclassAccumulate type qualifier annotations on method, taking supertype methods into account.classAccumulate type qualifier annotations for a method parameter.(package private) classAccumulate relevant return type annotations for a given method by traversing its supertypes.