Uses of Class
io.github.protasm.jvmud.compiler.exec.LPCRuntimeConfig.Builder
Packages that use LPCRuntimeConfig.Builder
-
Uses of LPCRuntimeConfig.Builder in io.github.protasm.jvmud.compiler.exec
Methods in io.github.protasm.jvmud.compiler.exec that return LPCRuntimeConfig.BuilderModifier and TypeMethodDescriptionLPCRuntimeConfig.Builder.baseIncludePath(Path baseIncludePath) Sets the mudlib root used to resolve host-supplied source paths.static LPCRuntimeConfig.BuilderLPCRuntimeConfig.builder()Starts a builder with local-development defaults.LPCRuntimeConfig.Builder.compilationObserver(CompilationObserver compilationObserver) Supplies a compiler stage observer.LPCRuntimeConfig.Builder.includeResolver(IncludeResolver includeResolver) Supplies a custom include resolver.LPCRuntimeConfig.Builder.includeSearchPaths(List<Path> includeSearchPaths) Sets additional include search paths for the default include resolver.LPCRuntimeConfig.Builder.objectLoadObserver(LPCObjectLoadObserver objectLoadObserver) Supplies an observer for host-side LPC object load and compile attempts.LPCRuntimeConfig.Builder.parentClassLoader(ClassLoader parentClassLoader) Sets the parent class loader visible to generated LPC classes.LPCRuntimeConfig.Builder.parentInternalName(String parentInternalName) Sets the JVM internal superclass name for generated LPC classes.