Package edu.umd.cs.findbugs.ba.bcp
Interface Invoke.StringMatcher
-
- All Known Implementing Classes:
Invoke.ExactStringMatcher
,Invoke.RegexpStringMatcher
,Invoke.SubclassMatcher
- Enclosing class:
- Invoke
private static interface Invoke.StringMatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
match(java.lang.String s)
-