Uses of Class
org.ek9lang.cli.CommandLine
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
-
Uses of CommandLine in org.ek9lang.cli
Modifier and TypeMethodDescriptionCompilationContext.commandLine()
Returns the value of thecommandLine
record component.ModifierConstructorDescription(package private)
CompilationContext
(CommandLine commandLine, Compiler compiler, FileCache sourceFileCache, boolean muteReportedErrors) Creates an instance of aCompilationContext
record class.(package private)
DependencyNodeFactory
(CommandLine commandLine, boolean muteReportedErrors) Make a new Dependency Node Factory.(package private)
FileCache
(CommandLine commandLine) Create a new FileCache referencing a specific commandLine.(package private)
PackageResolver
(CommandLine commandLine, boolean muteReportedErrors)