public final class NeverSuppress extends java.lang.Object implements MatchSuppressor
MatchSuppressor that never suppresses a
match.| Modifier and Type | Field and Description |
|---|---|
static MatchSuppressor |
INSTANCE
The shared instance.
|
| Modifier | Constructor and Description |
|---|---|
private |
NeverSuppress()
Stop creation of instances.
|
| 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 MatchSuppressor INSTANCE
private NeverSuppress()
public boolean shouldSuppress(int startLineNo, int startColNo, int endLineNo, int endColNo)
MatchSuppressorshouldSuppress in interface MatchSuppressorstartLineNo - the starting line numberstartColNo - the starting column numberendLineNo - the ending line numberendColNo - the ending column numberCopyright © 2001-2022. All Rights Reserved.