Uses of Class
org.jline.reader.impl.LineReaderImpl.PostResult
Packages that use LineReaderImpl.PostResult
-
Uses of LineReaderImpl.PostResult in org.jline.reader.impl
Methods in org.jline.reader.impl that return LineReaderImpl.PostResultModifier and TypeMethodDescriptionprotected LineReaderImpl.PostResult
LineReaderImpl.computePost
(List<Candidate> possible, Candidate selection, List<Candidate> ordered, String completed) protected LineReaderImpl.PostResult
LineReaderImpl.computePost
(List<Candidate> possible, Candidate selection, List<Candidate> ordered, String completed, Function<String, Integer> wcwidth, int width, boolean autoGroup, boolean groupName, boolean rowsFirst) protected LineReaderImpl.PostResult
LineReaderImpl.toColumns
(List<Object> items, Candidate selection, String completed, Function<String, Integer> wcwidth, int width, boolean rowsFirst)