Uses of Interface
io.github.protasm.jvmud.compiler.preproc.IncludeResolver
Packages that use IncludeResolver
Package
Description
Host-facing LPC execution runtime.
Minimal LPC preprocessor.
Compiled-LPC support runtime consumed by generated bytecode.
-
Uses of IncludeResolver in io.github.protasm.jvmud.compiler.exec
Methods in io.github.protasm.jvmud.compiler.exec that return IncludeResolverModifier and TypeMethodDescriptionLPCRuntimeConfig.includeResolver()Returns the explicitly supplied include resolver, if any.Methods in io.github.protasm.jvmud.compiler.exec with parameters of type IncludeResolverModifier and TypeMethodDescriptionLPCRuntimeConfig.Builder.includeResolver(IncludeResolver includeResolver) Supplies a custom include resolver. -
Uses of IncludeResolver in io.github.protasm.jvmud.compiler.preproc
Classes in io.github.protasm.jvmud.compiler.preproc that implement IncludeResolverModifier and TypeClassDescriptionfinal classInclude resolver that searches a configurable list of system include roots.Methods in io.github.protasm.jvmud.compiler.preproc that return IncludeResolverConstructors in io.github.protasm.jvmud.compiler.preproc with parameters of type IncludeResolverModifierConstructorDescriptionPreprocessor(IncludeResolver resolver) Preprocessor(IncludeResolver resolver, Map<String, String> compatibilityPredefines) Creates a preprocessor with explicit compatibility predefines.Preprocessor(IncludeResolver resolver, Map<String, String> compatibilityPredefines, Map<String, Map<String, String>> compatibilityFunctionPredefines) Creates a preprocessor with object-like and function-like compatibility predefines. -
Uses of IncludeResolver in io.github.protasm.jvmud.compiler.runtime
Methods in io.github.protasm.jvmud.compiler.runtime that return IncludeResolverMethods in io.github.protasm.jvmud.compiler.runtime with parameters of type IncludeResolverModifier and TypeMethodDescriptionvoidRuntimeContext.setIncludeResolver(IncludeResolver includeResolver) Constructors in io.github.protasm.jvmud.compiler.runtime with parameters of type IncludeResolverModifierConstructorDescriptionRuntimeContext(IncludeResolver includeResolver) RuntimeContext(IncludeResolver includeResolver, EfunRegistry efunRegistry)