|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InheritanceGraphVisitor
Visitor interface for traversals of the inheritance graph.
Subtypes2
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 resolved
boolean 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 resolved
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |