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 that return JRTModifier and TypeMethodDescriptionprotected JRTAbstractExtension.getJrt()Getter for the fieldjrt.Methods in io.jawk.ext with parameters of type JRTModifier and TypeMethodDescriptionvoidAbstractExtension.beforeStart(AVM avm, JRT runtime) Called after the runtime global variable slots have been allocated and before the first executable tuple runs.default voidJawkExtension.beforeStart(AVM avm, JRT jrt) Called after the runtime global variable slots have been allocated and before the first executable tuple runs.voidAbstractExtension.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.voidGawkExtension.initializeGawkVariables(AVM avmParam, JRT jrt) Installs thePROCINFO["sorted_in"]traversal order forfor-inloops and binds this per-engine extension instance to its interpreter. -
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.