Uses of Enum Class
org.jline.reader.impl.LineReaderImpl.State
Packages that use LineReaderImpl.State
-
Uses of LineReaderImpl.State in org.jline.reader.impl
Subclasses with type arguments of type LineReaderImpl.State in org.jline.reader.implModifier and TypeClassDescriptionprotected static enumPossible states in which the current readline operation may be in.Fields in org.jline.reader.impl declared as LineReaderImpl.StateMethods in org.jline.reader.impl that return LineReaderImpl.StateModifier and TypeMethodDescriptionstatic LineReaderImpl.StateReturns the enum constant of this class with the specified name.static LineReaderImpl.State[]LineReaderImpl.State.values()Returns an array containing the constants of this enum class, in the order they are declared.