public final class NeverSuppress extends Object
MatchSuppressor that never suppresses a
match.| 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 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.