public final class NeverSuppress extends Object
MatchSuppressor that never suppresses a
match.| Modifier and Type | Field and Description |
|---|---|
static com.puppycrawl.tools.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 com.puppycrawl.tools.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 © 2001-2012. All Rights Reserved.