public class MethodMatcher extends MemberMatcher implements Matcher
name, role, signature| Constructor and Description |
|---|
MethodMatcher(String name) |
MethodMatcher(String name,
String role) |
MethodMatcher(String name,
String params,
String returns) |
MethodMatcher(String name,
String params,
String returns,
String role) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(BugInstance bugInstance)
Determine whether or not the given BugInstance has the feature this
Matcher tests for.
|
String |
toString() |
void |
writeXML(XMLOutput xmlOutput,
boolean disabled) |
equals, hashCodepublic MethodMatcher(String name)
public boolean match(BugInstance bugInstance)
Matcherpublic String toString()
toString in class MemberMatcherpublic void writeXML(XMLOutput xmlOutput, boolean disabled) throws IOException
writeXML in interface MatcherIOExceptionCopyright © 2003–2015. All rights reserved.