Uses of Interface
org.jline.reader.Parser
Packages that use Parser
Package
Description
JLine 3 Reader Package - Core components for building interactive command-line interfaces.
JLine 3 Reader Implementation Package.
Clean shell API for building interactive command-line applications with JLine.
Default implementations of the shell API interfaces.
JLine Widget package provides a framework for creating and managing widgets for JLine's LineReader.
-
Uses of Parser in org.jline.console.impl
Fields in org.jline.console.impl declared as ParserMethods in org.jline.console.impl with parameters of type ParserModifier and TypeMethodDescriptionSets the parser.Constructors in org.jline.console.impl with parameters of type ParserModifierConstructorDescriptionSimpleSystemRegistryImpl(Parser parser, Terminal terminal, Supplier<Path> workDir, ConfigurationPath configPath) SystemRegistryImpl(Parser parser, Terminal terminal, Supplier<Path> workDir, ConfigurationPath configPath) -
Uses of Parser in org.jline.reader
Methods in org.jline.reader that return ParserModifier and TypeMethodDescriptionLineReader.getParser()Returns the parser associated with this LineReader.Methods in org.jline.reader with parameters of type ParserModifier and TypeMethodDescriptionSets the parser to be used for parsing command lines. -
Uses of Parser in org.jline.reader.impl
Classes in org.jline.reader.impl that implement ParserFields in org.jline.reader.impl declared as ParserMethods in org.jline.reader.impl that return ParserMethods in org.jline.reader.impl with parameters of type Parser -
Uses of Parser in org.jline.shell
Methods in org.jline.shell with parameters of type ParserModifier and TypeMethodDescriptionSets the line parser. -
Uses of Parser in org.jline.shell.impl
Constructors in org.jline.shell.impl with parameters of type ParserModifierConstructorDescriptionDefaultCommandDispatcher(Terminal terminal, JobManager jobManager, PipelineParser pipelineParser, AliasManager aliasManager, LineExpander lineExpander, ScriptRunner scriptRunner, Parser parser) Creates a new dispatcher with all configuration options including line expansion, script execution and parser. -
Uses of Parser in org.jline.widget
Methods in org.jline.widget that return Parser