public class FieldMatcher extends MemberMatcher implements Matcher
name, role, signature| Constructor and Description |
|---|
FieldMatcher(String name) |
FieldMatcher(String name,
String type) |
FieldMatcher(String name,
String type,
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 FieldMatcher(String name)
public String toString()
toString in class MemberMatcherpublic boolean match(BugInstance bugInstance)
Matcherpublic void writeXML(XMLOutput xmlOutput, boolean disabled) throws IOException
writeXML in interface MatcherIOExceptionCopyright © 2003–2015. All rights reserved.