Uses of Class
io.jawk.jrt.JRT
Packages that use JRT
-
Uses of JRT in io.jawk.backend
Methods in io.jawk.backend that return JRT -
Uses of JRT in io.jawk.ext
Methods in io.jawk.ext with parameters of type JRTModifier 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 JRT in io.jawk.jrt
Subclasses of JRT in io.jawk.jrtModifier and TypeClassDescriptionclassRuntime component that raisesAwkSandboxExceptionwhen sandboxed code attempts operations that would escape the sandbox.Constructors in io.jawk.jrt with parameters of type JRTModifierConstructorDescriptionStreamInputSource(InputStream defaultInput, VariableManager vm, JRT jrt) Creates a stream-backed input source.