Uses of Class
org.jline.reader.impl.LineReaderImpl.CompletionType
-
Packages that use LineReaderImpl.CompletionType Package Description org.jline.reader.impl -
-
Uses of LineReaderImpl.CompletionType in org.jline.reader.impl
Methods in org.jline.reader.impl that return LineReaderImpl.CompletionType Modifier and Type Method Description static LineReaderImpl.CompletionType
LineReaderImpl.CompletionType. valueOf(java.lang.String name)
Returns 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.CompletionType Modifier and Type Method Description protected boolean
LineReaderImpl. doComplete(LineReaderImpl.CompletionType lst, boolean useMenu, boolean prefix)
protected boolean
LineReaderImpl. doComplete(LineReaderImpl.CompletionType lst, boolean useMenu, boolean prefix, boolean forSuggestion)
-