|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the interface by which WordRule
determines whether a given character is valid as part
of a word in the current context.
Method Summary | |
boolean |
isWordPart(char c)
Returns whether the specified character is valid as a subsequent character in a word. |
boolean |
isWordStart(char c)
Returns whether the specified character is valid as the first character in a word. |
Method Detail |
public boolean isWordStart(char c)
c
- the character to be checkedtrue
is a valid first character in a word, false
otherwisepublic boolean isWordPart(char c)
c
- the character to be checkedtrue
if the character is a valid word part, false
otherwise
|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |