Uses of Interface
com.mathmaster13.fynotek.Inflection
-
Uses of Inflection in com.mathmaster13.fynotek
Modifier and TypeInterfaceDescriptioninterface
Represents a specific Fynotek inflection type—namely, a noun case or verb tense.Modifier and TypeClassDescriptionstatic enum
Represents Fynotek ablaut.static enum
Represents the tense of a Fynotek verb.static enum
Represents the case of a Fynotek noun.Modifier and TypeFieldDescriptionfinal @Nullable Inflection
BaseFynotekWord.inflection
Represents the case or tense that this word is marked with.static final @NotNull Inflection[]
Inflection.values
An array containing all constants that extend this interface.Modifier and TypeMethodDescription@NotNull BaseFynotekWord
BaseFynotekWord.inflect
(@Nullable Inflection inflection) Returns a copy of this word inflected for the inflection specified byinflection
.@NotNull FynotekWord
FynotekWord.inflect
(@Nullable Inflection inflection) @NotNull OldFynotekWord
OldFynotekWord.inflect
(@Nullable Inflection inflection) Returns a copy of this word inflected for the inflection specified byinflection
.ModifierConstructorDescriptionBaseFynotekWord
(@NotNull String word, @Nullable Inflection inflection) Converts a String to a BaseFynotekWord, and marks the word as having the specified inflection.FynotekWord
(@NotNull String word, @Nullable Inflection inflection, boolean isProper) Converts a String to a FynotekWord, and marks the word as having the specified inflection.OldFynotekWord
(@NotNull String word, @NotNull Inflection inflection) Converts a String to an OldFynotekWord, and marks the word as having the specified inflection.