Package org.eclipse.jface.text.rules
Interface IWhitespaceDetector
-
public interface IWhitespaceDetectorDefines the interface by whichWhitespaceRuledetermines 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 booleanisWhitespace(char c)Returns whether the specified character is whitespace.
-