Package org.eclipse.jface.text.rules
Interface IWhitespaceDetector
public interface IWhitespaceDetector
Defines the interface by which
WhitespaceRule
determines whether a given character is to be considered
whitespace in the current context.
Originally since unknown version, but moved to org.eclipse.text in 3.14- Since:
- 3.14
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isWhitespace
(char c) Returns whether the specified character is whitespace.
-
Method Details
-
isWhitespace
boolean isWhitespace(char c) Returns whether the specified character is whitespace.- Parameters:
c
- the character to be checked- Returns:
true
if the specified character is a whitespace char
-