Uses of Class
org.ek9lang.core.OsSupport
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
Just general operating system stuff and bits and bobs.
A-2 - Start here for tooling entry point specifically 'language server' implementation.
-
Uses of OsSupport in org.ek9lang.cli
Modifier and TypeMethodDescription(package private) OsSupport
CommandLineDetails.getOsSupport()
protected OsSupport
E.getOsSupport()
ModifierConstructorDescription(package private)
CommandLineDetails
(LanguageMetaData languageMetaData, FileHandling fileHandling, OsSupport osSupport) Create a new command line details object. -
Uses of OsSupport in org.ek9lang.core
ModifierConstructorDescriptionFileHandling
(OsSupport osSupport) Create File Handling with the appropriately configured OS support. -
Uses of OsSupport in org.ek9lang.lsp
Modifier and TypeMethodDescriptionServer.runEk9LanguageServer
(OsSupport osSupport, InputStream in, OutputStream out, boolean provideLanguageHoverHelp, boolean enableDebug) Triggers the actual execution of the language service.ModifierConstructorDescription(package private)
Ek9LanguageServer
(OsSupport osSupport) Uses part of the compiler as a plugin language server.