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.
Method Summary |
boolean |
isWhitespace(char c)
Returns whether the specified character is whitespace. |
isWhitespace
public boolean isWhitespace(char c)
- Returns whether the specified character is whitespace.
- Parameters:
c
- the character to be checked
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.