Uses of Class
io.github.protasm.jvmud.compiler.exec.LPCRuntimeConfig
Packages that use LPCRuntimeConfig
Package
Description
Public entry point for the JVMud LPC compiler module.
Host-facing LPC execution runtime.
-
Uses of LPCRuntimeConfig in io.github.protasm.jvmud.compiler
Methods in io.github.protasm.jvmud.compiler with parameters of type LPCRuntimeConfigModifier and TypeMethodDescriptionstatic LPCRuntimeJVMudCompiler.createRuntime(LPCRuntimeConfig config) -
Uses of LPCRuntimeConfig in io.github.protasm.jvmud.compiler.exec
Methods in io.github.protasm.jvmud.compiler.exec that return LPCRuntimeConfigModifier and TypeMethodDescriptionLPCRuntimeConfig.Builder.build()Builds an immutable runtime configuration.Constructors in io.github.protasm.jvmud.compiler.exec with parameters of type LPCRuntimeConfig