Package edu.umd.cs.findbugs.ba.ch
Class Subtypes2.SupertypeTraversalPath
java.lang.Object
edu.umd.cs.findbugs.ba.ch.Subtypes2.SupertypeTraversalPath
- Enclosing class:
Subtypes2
An in-progress traversal of one path from a class or interface to
java.lang.Object.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ClassVertex(package private) Set<ClassDescriptor> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfork(ClassVertex next) getNext()booleanhasBeenSeen(ClassDescriptor classDescriptor) voidmarkSeen(ClassDescriptor classDescriptor) voidsetNext(ClassVertex next) toString()
-
Field Details
-
next
ClassVertex next -
seen
Set<ClassDescriptor> seen
-
-
Constructor Details
-
SupertypeTraversalPath
-
-
Method Details