Uses of Interface
com.mathmaster13.fynotek.Inflection
-
Uses of Inflection in com.mathmaster13.fynotek
Subinterfaces of Inflection in com.mathmaster13.fynotekModifier and TypeInterfaceDescriptioninterfaceRepresents a specific Fynotek inflection type—namely, a noun case or verb tense.Classes in com.mathmaster13.fynotek that implement InflectionModifier and TypeClassDescriptionstatic enumRepresents Fynotek ablaut.static enumRepresents the tense of a Fynotek verb.static enumRepresents the case of a Fynotek noun.Fields in com.mathmaster13.fynotek declared as InflectionModifier and TypeFieldDescriptionfinal @Nullable InflectionBaseFynotekWord.inflectionRepresents the case or tense that this word is marked with.static final @NotNull Inflection[]Inflection.valuesAn array containing all constants that extend this interface.Methods in com.mathmaster13.fynotek with parameters of type InflectionModifier and TypeMethodDescription@NotNull BaseFynotekWordBaseFynotekWord.inflect(@Nullable Inflection inflection) Returns a copy of this word inflected for the inflection specified byinflection.@NotNull FynotekWordFynotekWord.inflect(@Nullable Inflection inflection) @NotNull OldFynotekWordOldFynotekWord.inflect(@Nullable Inflection inflection) Returns a copy of this word inflected for the inflection specified byinflection.Constructors in com.mathmaster13.fynotek with parameters of type InflectionModifierConstructorDescriptionBaseFynotekWord(@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.