Uses of Interface
io.github.protasm.jvmud.compiler.pipeline.CompilationObserver
Packages that use CompilationObserver
Package
Description
Host-facing LPC execution runtime.
Orchestration layer for the compiler pipeline.
-
Uses of CompilationObserver in io.github.protasm.jvmud.compiler.exec
Methods in io.github.protasm.jvmud.compiler.exec that return CompilationObserverModifier and TypeMethodDescriptionLPCRuntimeConfig.compilationObserver()Returns the observer used for compiler stage progress.Methods in io.github.protasm.jvmud.compiler.exec with parameters of type CompilationObserverModifier and TypeMethodDescriptionLPCRuntimeConfig.Builder.compilationObserver(CompilationObserver compilationObserver) Supplies a compiler stage observer. -
Uses of CompilationObserver in io.github.protasm.jvmud.compiler.pipeline
Fields in io.github.protasm.jvmud.compiler.pipeline declared as CompilationObserverConstructors in io.github.protasm.jvmud.compiler.pipeline with parameters of type CompilationObserverModifierConstructorDescriptionCompilationPipeline(String parentInternalName, RuntimeContext runtimeContext, CompilationObserver observer) Creates a pipeline with stage observation.