Package edu.umd.cs.findbugs.filter
Class VersionMatcher
- java.lang.Object
-
- edu.umd.cs.findbugs.filter.VersionMatcher
-
- Direct Known Subclasses:
FirstVersionMatcher
,LastVersionMatcher
public class VersionMatcher extends java.lang.Object
- Author:
- pugh
-
-
Field Summary
Fields Modifier and Type Field Description protected RelationalOp
relOp
protected long
version
-
Constructor Summary
Constructors Constructor Description VersionMatcher(long version, RelationalOp relOp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
Field Detail
-
version
protected final long version
-
relOp
protected final RelationalOp relOp
-
-
Constructor Detail
-
VersionMatcher
public VersionMatcher(long version, @Nonnull RelationalOp relOp)
-
-