Uses of Class
com.mathmaster13.fynotek.FynotekWord
-
Uses of FynotekWord in com.mathmaster13.fynotek
Modifier and TypeFieldDescriptionstatic final @NotNull FynotekWord
FynotekWord.FOLO
The irregular word folo, in its completely unmarked (root) form.Modifier and TypeMethodDescription@NotNull FynotekWord
FynotekWord.ablaut
(@NotNull BaseFynotekWord.Ablaut ablaut) Returns a copy of this FynotekWord marked for the specified ablaut.@NotNull FynotekWord
FynotekWord.inflect
(@Nullable Inflection inflection) @NotNull FynotekWord
FynotekWord.match
(@NotNull BaseFynotekWord word) Returns a copy of this word inflected for the same case or tense asword
.@NotNull FynotekWord
FynotekWord.nounCase
(@NotNull FynotekWord.Case caseOfNoun) Returns a copy of this FynotekWord inflected for the noun case specified bycaseOfNoun
.@NotNull FynotekWord
FynotekWord.personSuffix
(@NotNull BaseFynotekWord.Person person) @NotNull FynotekWord
Returns a new FynotekWord with the specified prefix appended to the beginning of this word.@NotNull FynotekWord
Returns a new FynotekWord with the specified suffix appended to the end of this word.@NotNull FynotekWord
FynotekWord.verbTense
(@NotNull BaseFynotekWord.Tense tenseOfVerb) Returns a copy of this FynotekWord inflected for the verb tense (if this word is not a proper noun) or verb modifier form (if this word is a proper noun or the word folo) specified bytenseOfVerb
.