|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.findbugs.util.SubtypeTypeMatcher
public class SubtypeTypeMatcher
Type matcher that determines if a candidate Type is a subtype of a given Type.
| Constructor Summary | |
|---|---|
SubtypeTypeMatcher(ClassDescriptor classDescriptor)
Constructor. |
|
SubtypeTypeMatcher(org.apache.bcel.generic.ReferenceType supertype)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
matches(org.apache.bcel.generic.Type t)
Determine whether given type matches this predicate. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SubtypeTypeMatcher(org.apache.bcel.generic.ReferenceType supertype)
supertype - a ReferenceType: this TypeMatcher will test whether
or not candidate Types are subtypes of this Typepublic SubtypeTypeMatcher(ClassDescriptor classDescriptor)
classDescriptor - a ClassDescriptor naming a class: this TypeMatcher will test whether
or not candidate Types are subtypes of the class| Method Detail |
|---|
public boolean matches(org.apache.bcel.generic.Type t)
TypeMatcher
matches in interface TypeMatchert - a Type
public java.lang.String toString()
toString in class java.lang.Object
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||