Uses of Enum Class
com.mathmaster13.fynotek.BaseFynotekWord.Tense
-
Uses of BaseFynotekWord.Tense in com.mathmaster13.fynotek
Methods in com.mathmaster13.fynotek that return BaseFynotekWord.TenseModifier and TypeMethodDescriptionstatic BaseFynotekWord.Tense
Returns the enum constant of this class with the specified name.static BaseFynotekWord.Tense[]
BaseFynotekWord.Tense.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mathmaster13.fynotek with parameters of type BaseFynotekWord.TenseModifier and TypeMethodDescriptionabstract @NotNull BaseFynotekWord
BaseFynotekWord.verbTense
(@NotNull BaseFynotekWord.Tense tense) Returns a copy of this word inflected for the verb tense specified bytenseOfVerb
.@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
.@NotNull OldFynotekWord
OldFynotekWord.verbTense
(@NotNull BaseFynotekWord.Tense tenseOfVerb) Returns a copy of this word inflected for the verb tense specified bytenseOfVerb
.