public final class NeverSuppress extends Object implements MatchSuppressor
MatchSuppressor
that never suppresses a
match.Modifier and Type | Field and Description |
---|---|
static 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 MatchSuppressor INSTANCE
public boolean shouldSuppress(int startLineNo, int startColNo, int endLineNo, int endColNo)
MatchSuppressor
shouldSuppress
in interface MatchSuppressor
startLineNo
- the starting line numberstartColNo
- the starting column numberendLineNo
- the ending line numberendColNo
- the ending column numberCopyright © 2001–2018. All rights reserved.