Uses of Class
org.ek9lang.cli.CommandLine
Packages that use CommandLine
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
-
Uses of CommandLine in org.ek9lang.cli
Methods in org.ek9lang.cli that return CommandLineModifier and TypeMethodDescriptionCompilationContext.commandLine()Returns the value of thecommandLinerecord component.Constructors in org.ek9lang.cli with parameters of type CommandLineModifierConstructorDescription(package private)CompilationContext(CommandLine commandLine, Compiler compiler, FileCache sourceFileCache, boolean muteReportedErrors, CompilationResult compilationResult) Creates an instance of aCompilationContextrecord 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)