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