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 RelationalOprelOpprotected longversion
-
Constructor Summary
Constructors Constructor Description VersionMatcher(long version, RelationalOp relOp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-
-
-
Field Detail
-
version
protected final long version
-
relOp
protected final RelationalOp relOp
-
-
Constructor Detail
-
VersionMatcher
public VersionMatcher(long version, @Nonnull RelationalOp relOp)
-
-