Package edu.umd.cs.findbugs.filter
Class TypeMatcher
- java.lang.Object
-
- edu.umd.cs.findbugs.filter.TypeMatcher
-
-
Constructor Summary
Constructors Constructor Description TypeMatcher(java.lang.String descriptor, java.lang.String role, java.lang.String typeParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatch(BugInstance bugInstance)Determine whether or not the given BugInstance has the feature this Matcher tests for.java.lang.StringtoString()voidwriteXML(XMLOutput xmlOutput, boolean disabled)
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
match
public boolean match(BugInstance bugInstance)
Description copied from interface:MatcherDetermine whether or not the given BugInstance has the feature this Matcher tests for.
-
-