public interface IWhitespaceDetector
WhitespaceRule
determines whether a given character is to be considered
whitespace in the current context.| Modifier and Type | Method and Description |
|---|---|
boolean |
isWhitespace(char c)
Returns whether the specified character is whitespace.
|