public final class NeverSuppress extends Object
MatchSuppressor
that never suppresses a
match.Modifier and Type | Field and Description |
---|---|
static org.hibernate.checkstyle.checks.regexp.MatchSuppressor |
INSTANCE
The shared instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
shouldSuppress(int aStartLineNo,
int aStartColNo,
int aEndLineNo,
int aEndColNo)
Checks if the specified selection should be suppressed.
|
public static final org.hibernate.checkstyle.checks.regexp.MatchSuppressor INSTANCE
public boolean shouldSuppress(int aStartLineNo, int aStartColNo, int aEndLineNo, int aEndColNo)
aStartLineNo
- the starting line numberaStartColNo
- the starting column numberaEndLineNo
- the ending line numberaEndColNo
- the ending column numberCopyright © 2006–2016 Hibernate. All rights reserved.