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 startLineNo,
int startColNo,
int endLineNo,
int endColNo)
Checks if the specified selection should be suppressed.
|
public static final com.puppycrawl.tools.checkstyle.checks.regexp.MatchSuppressor INSTANCE
public boolean shouldSuppress(int startLineNo, int startColNo, int endLineNo, int endColNo)
startLineNo - the starting line numberstartColNo - the starting column numberendLineNo - the ending line numberendColNo - the ending column numberCopyright © 2001–2015. All rights reserved.