@FunctionalInterface public interface MatchSuppressor
Modifier and Type | Method and Description |
---|---|
boolean |
shouldSuppress(int startLineNo,
int startColNo,
int endLineNo,
int endColNo)
Checks if the specified selection should be suppressed.
|
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–2018. All rights reserved.