Uses of Interface
edu.umd.cs.findbugs.util.TypeMatcher
-
Packages that use TypeMatcher Package Description edu.umd.cs.findbugs.ba.obl Implementation of dataflow analysis for checking whether obligations to close streams and other resources (e.g., database objects) are satisfied.edu.umd.cs.findbugs.util -
-
Uses of TypeMatcher in edu.umd.cs.findbugs.ba.obl
Fields in edu.umd.cs.findbugs.ba.obl declared as TypeMatcher Modifier and Type Field Description private TypeMatcher
MatchMethodEntry. receiverType
Constructors in edu.umd.cs.findbugs.ba.obl with parameters of type TypeMatcher Constructor Description MatchMethodEntry(TypeMatcher receiverType, StringMatcher methodName, StringMatcher signature, boolean isStatic, ObligationPolicyDatabaseActionType action, ObligationPolicyDatabaseEntryType entryType, Obligation... obligations)
Constructor. -
Uses of TypeMatcher in edu.umd.cs.findbugs.util
Classes in edu.umd.cs.findbugs.util that implement TypeMatcher Modifier and Type Class Description class
AnyTypeMatcher
A TypeMatcher that matches all types.class
SubtypeTypeMatcher
Type matcher that determines if a candidate Type is a subtype of a given Type.
-