Uses of Interface
edu.umd.cs.findbugs.util.StringMatcher
Packages that use StringMatcher
-
Uses of StringMatcher in edu.umd.cs.findbugs.ba.obl
Constructors in edu.umd.cs.findbugs.ba.obl with parameters of type StringMatcherModifierConstructorDescriptionMatchMethodEntry
(TypeMatcher receiverType, StringMatcher methodName, StringMatcher signature, boolean isStatic, ObligationPolicyDatabaseActionType action, ObligationPolicyDatabaseEntryType entryType, Obligation... obligations) Constructor. -
Uses of StringMatcher in edu.umd.cs.findbugs.util
Classes in edu.umd.cs.findbugs.util that implement StringMatcherModifier and TypeClassDescriptionclass
A StringMatcher that checks to see if a candidate string (assumed to be a camel-case word), when broken into components, contains a given word.class
Exact String-matching predicate.class
StringMatcher that matches based on a regular expression.