Uses of Interface
edu.umd.cs.findbugs.util.TypeMatcher
Packages that use TypeMatcher
-
Uses of TypeMatcher in edu.umd.cs.findbugs.ba.obl
Constructors in edu.umd.cs.findbugs.ba.obl with parameters of type TypeMatcherModifierConstructorDescriptionMatchMethodEntry
(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 TypeMatcherModifier and TypeClassDescriptionclass
A TypeMatcher that matches all types.class
Type matcher that determines if a candidate Type is a subtype of a given Type.