Uses of Class
io.github.protasm.jvmud.compiler.exec.LPCRuntime
Packages that use LPCRuntime
Package
Description
Public entry point for the JVMud LPC compiler module.
Built-in LPC-facing efun catalog.
-
Uses of LPCRuntime in io.github.protasm.jvmud.compiler
Methods in io.github.protasm.jvmud.compiler that return LPCRuntimeModifier and TypeMethodDescriptionstatic LPCRuntimeJVMudCompiler.createRuntime(LPCRuntimeConfig config) static LPCRuntimeJVMudCompiler.createRuntime(Path baseIncludePath) -
Uses of LPCRuntime in io.github.protasm.jvmud.compiler.efun.builtin
Methods in io.github.protasm.jvmud.compiler.efun.builtin with parameters of type LPCRuntimeModifier and TypeMethodDescriptionstatic voidCoreEfuns.registerCore(LPCRuntime runtime) Registers the complete core efun set into a host-facing LPC runtime.