Package org.eclipse.jface.text.rules
Interface IWhitespaceDetector
-
public interface IWhitespaceDetector
Defines the interface by whichWhitespaceRule
determines whether a given character is to be considered whitespace in the current context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isWhitespace(char c)
Returns whether the specified character is whitespace.
-