public interface InheritanceGraphVisitor
Subtypes2
Modifier and Type | Method and Description |
---|---|
boolean |
visitClass(ClassDescriptor classDescriptor,
XClass xclass)
Visit a class vertex in the inheritance graph.
|
boolean |
visitEdge(ClassDescriptor sourceDesc,
XClass source,
ClassDescriptor targetDesc,
XClass target)
Visit an inheritance edge in the inheritance graph.
|
boolean visitClass(ClassDescriptor classDescriptor, @CheckForNull XClass xclass)
classDescriptor
- ClassDescriptor of the class vertexxclass
- XClass object containing information about the class; null if
class cannot be resolvedboolean visitEdge(ClassDescriptor sourceDesc, XClass source, ClassDescriptor targetDesc, @CheckForNull XClass target)
sourceDesc
- ClassDescriptor of the source class (subtype)source
- XClass object containing information about source classtargetDesc
- ClassDescriptor of the target class (supertype)target
- XClass object containing information about target class; null
if class cannot be resolvedFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.