Uses of Interface
org.jline.reader.ParsedLine
Packages that use ParsedLine
Package
Description
JLine 3.
JLine 3.
-
Uses of ParsedLine in org.jline.builtins
Classes in org.jline.builtins that implement ParsedLineMethods in org.jline.builtins with parameters of type ParsedLineModifier and TypeMethodDescriptionvoid
Completers.AnyCompleter.complete
(LineReader reader, ParsedLine commandLine, List<Candidate> candidates) void
Completers.Completer.complete
(LineReader reader, ParsedLine line, List<Candidate> candidates) void
Completers.FileNameCompleter.complete
(LineReader reader, ParsedLine commandLine, List<Candidate> candidates) void
Completers.OptionCompleter.complete
(LineReader reader, ParsedLine commandLine, List<Candidate> candidates) void
Completers.RegexCompleter.complete
(LineReader reader, ParsedLine line, List<Candidate> candidates) void
Completers.TreeCompleter.complete
(LineReader reader, ParsedLine line, List<Candidate> candidates) protected void
Completers.Completer.completeCommandArguments
(LineReader reader, ParsedLine line, List<Candidate> candidates, List<Completers.CompletionData> completions) protected void
Completers.OptDesc.completeOption
(LineReader reader, ParsedLine commandLine, List<Candidate> candidates, boolean longOpt) protected boolean
Completers.OptDesc.completeValue
(LineReader reader, ParsedLine commandLine, List<Candidate> candidates, String curBuf, String partialValue) Completers.CompletionEnvironment.evaluate
(LineReader reader, ParsedLine line, String func) protected void
Completers.Completer.tryCompleteArguments
(LineReader reader, ParsedLine line, List<Candidate> candidates) -
Uses of ParsedLine in org.jline.console
Methods in org.jline.console with parameters of type ParsedLineModifier and TypeMethodDescriptionboolean
SystemRegistry.isCommandOrScript
(ParsedLine line) Returns whether a line contains command/script that is known to this registry. -
Uses of ParsedLine in org.jline.console.impl
Methods in org.jline.console.impl with parameters of type ParsedLineModifier and TypeMethodDescriptionvoid
ConsoleEngineImpl.AliasValueCompleter.complete
(LineReader reader, ParsedLine commandLine, List<Candidate> candidates) void
ConsoleEngineImpl.VariableReferenceCompleter.complete
(LineReader reader, ParsedLine commandLine, List<Candidate> candidates) void
SystemRegistryImpl.PipelineCompleter.complete
(LineReader reader, ParsedLine commandLine, List<Candidate> candidates) boolean
SystemRegistryImpl.isCommandOrScript
(ParsedLine line) -
Uses of ParsedLine in org.jline.reader
Subinterfaces of ParsedLine in org.jline.readerModifier and TypeInterfaceDescriptioninterface
An extension ofParsedLine
that, being aware of the quoting and escaping rules of theParser
that produced it, knows if and how a completion candidate should be escaped/quoted.Methods in org.jline.reader that return ParsedLineModifier and TypeMethodDescriptionLineReader.getParsedLine()
default ParsedLine
Parser.parse
(String line, int cursor, Parser.ParseContext context) Methods in org.jline.reader with parameters of type ParsedLineModifier and TypeMethodDescriptionvoid
Completer.complete
(LineReader reader, ParsedLine line, List<Candidate> candidates) Populates candidates with a list of possible completions for the command line. -
Uses of ParsedLine in org.jline.reader.impl
Classes in org.jline.reader.impl that implement ParsedLineModifier and TypeClassDescriptionclass
The result of a delimited buffer.private static class
Fields in org.jline.reader.impl declared as ParsedLineMethods in org.jline.reader.impl that return ParsedLineModifier and TypeMethodDescriptionLineReaderImpl.getParsedLine()
DefaultParser.parse
(String line, int cursor, Parser.ParseContext context) Methods in org.jline.reader.impl with parameters of type ParsedLineModifier and TypeMethodDescriptionprotected static CompletingParsedLine
LineReaderImpl.wrap
(ParsedLine line) -
Uses of ParsedLine in org.jline.reader.impl.completer
Classes in org.jline.reader.impl.completer that implement ParsedLineMethods in org.jline.reader.impl.completer with parameters of type ParsedLineModifier and TypeMethodDescriptionvoid
AggregateCompleter.complete
(LineReader reader, ParsedLine line, List<Candidate> candidates) Perform a completion operation across all aggregated completers.void
ArgumentCompleter.complete
(LineReader reader, ParsedLine line, List<Candidate> candidates) void
FileNameCompleter.complete
(LineReader reader, ParsedLine commandLine, List<Candidate> candidates) Deprecated.void
NullCompleter.complete
(LineReader reader, ParsedLine line, List<Candidate> candidates) void
StringsCompleter.complete
(LineReader reader, ParsedLine commandLine, List<Candidate> candidates) void
SystemCompleter.complete
(LineReader reader, ParsedLine commandLine, List<Candidate> candidates)