Class InitialCompilableProgramSupplier
java.lang.Object
org.ek9lang.lsp.InitialCompilableProgramSupplier
- All Implemented Interfaces:
Supplier<SharedThreadContext<CompilableProgram>>
@Deprecated(forRemoval=true)
final class InitialCompilableProgramSupplier
extends Object
implements Supplier<SharedThreadContext<CompilableProgram>>
Deprecated, for removal: This API element is subject to removal in a future version.
Delegate to the shared InitialCompilableProgramSupplier in compiler package.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionget()Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
InitialCompilableProgramSupplier
InitialCompilableProgramSupplier()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
get
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getin interfaceSupplier<SharedThreadContext<CompilableProgram>>
-
InitialCompilableProgramSupplierdirectly.