Uses of Class
org.ek9lang.cli.FileCache
Packages that use FileCache
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
-
Uses of FileCache in org.ek9lang.cli
Methods in org.ek9lang.cli that return FileCacheModifier and TypeMethodDescriptionCompilationContext.sourceFileCache()Returns the value of thesourceFileCacherecord component.Constructors in org.ek9lang.cli with parameters of type FileCacheModifierConstructorDescription(package private)CompilationContext(CommandLine commandLine, Compiler compiler, FileCache sourceFileCache, boolean muteReportedErrors, CompilationResult compilationResult) Creates an instance of aCompilationContextrecord class.