|
|||||
| PREV CLASS NEXT CLASS | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
java.lang.Object | +--swishej.ContainsVowel
| Constructor Summary | |
(package private) |
ContainsVowel()
|
| Method Summary | |
boolean |
cond(java.lang.String word,
java.lang.Integer[] endp)
Some of the rewrite rules apply only to a root containing a vowel, where a vowel is one of "aeiou" or y with a consonant in front of it. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
ContainsVowel()
| Method Detail |
public boolean cond(java.lang.String word,
java.lang.Integer[] endp)
word - word to be testedendp - dummy int array reference to satisfy interface
|
|||||
| PREV CLASS NEXT CLASS | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||