Uses of Enum Class
org.jline.reader.impl.LineReaderImpl.CompletionType
Packages that use LineReaderImpl.CompletionType
-
Uses of LineReaderImpl.CompletionType in org.jline.reader.impl
Subclasses with type arguments of type LineReaderImpl.CompletionType in org.jline.reader.implMethods in org.jline.reader.impl that return LineReaderImpl.CompletionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LineReaderImpl.CompletionType[]LineReaderImpl.CompletionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jline.reader.impl with parameters of type LineReaderImpl.CompletionTypeModifier and TypeMethodDescriptionprotected booleanLineReaderImpl.doComplete(LineReaderImpl.CompletionType lst, boolean useMenu, boolean prefix) protected booleanLineReaderImpl.doComplete(LineReaderImpl.CompletionType lst, boolean useMenu, boolean prefix, boolean forSuggestion)