Uses of Interface
io.jawk.jrt.VariableManager
Packages that use VariableManager
-
Uses of VariableManager in io.jawk.backend
Classes in io.jawk.backend that implement VariableManagerModifier and TypeClassDescriptionclassThe Jawk interpreter.classAVMvariant enforcing sandbox restrictions at runtime. -
Uses of VariableManager in io.jawk.ext
Methods in io.jawk.ext with parameters of type VariableManagerModifier and TypeMethodDescriptionvoidAbstractExtension.init(VariableManager vmParam, JRT runtime, AwkSettings conf) Called after the creation and before normal processing of the extension, pass in the Jawk Runtime Manager and the Variable Manager once.voidJawkExtension.init(VariableManager vm, JRT jrt, AwkSettings settings) Called after the creation and before normal processing of the extension, pass in the Jawk Runtime Manager and the Variable Manager once.voidStdinExtension.init(VariableManager vm, JRT jrt, AwkSettings settings) Called after the creation and before normal processing of the extension, pass in the Jawk Runtime Manager and the Variable Manager once. -
Uses of VariableManager in io.jawk.jrt
Constructors in io.jawk.jrt with parameters of type VariableManagerModifierConstructorDescriptionJRT(VariableManager vm, Locale locale, AwkSink awkSink, PrintStream error) Create a JRT with explicit default output and error streams.SandboxedJRT(VariableManager vm, Locale locale, AwkSink awkSink, PrintStream error) Creates a sandboxed runtime facade with explicit default output settings.StreamInputSource(InputStream defaultInput, VariableManager vm, JRT jrt) Creates a stream-backed input source.