Uses of Class
io.jawk.jrt.JRT

Packages that use JRT
Package
Description
 
 
 
  • Uses of JRT in io.jawk.backend

    Methods in io.jawk.backend that return JRT
    Modifier and Type
    Method
    Description
    protected JRT
    AVM.createJrt()
     
    protected JRT
    SandboxedAVM.createJrt()
     
    AVM.getJrt()
    Returns the JRT (Jawk Runtime) instance associated with this interpreter.
  • Uses of JRT in io.jawk.ext

    Methods in io.jawk.ext that return JRT
    Modifier and Type
    Method
    Description
    protected JRT
    AbstractExtension.getJrt()
    Getter for the field jrt.
    Methods in io.jawk.ext with parameters of type JRT
    Modifier and Type
    Method
    Description
    void
    AbstractExtension.beforeStart(AVM avm, JRT runtime)
    Called after the runtime global variable slots have been allocated and before the first executable tuple runs.
    default void
    JawkExtension.beforeStart(AVM avm, JRT jrt)
    Called after the runtime global variable slots have been allocated and before the first executable tuple runs.
    void
    AbstractExtension.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.
    void
    JawkExtension.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.
    void
    StdinExtension.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.
    void
    GawkExtension.initializeGawkVariables(AVM avmParam, JRT jrt)
    Installs the PROCINFO["sorted_in"] traversal order for for-in loops and binds this per-engine extension instance to its interpreter.
  • Uses of JRT in io.jawk.jrt

    Subclasses of JRT in io.jawk.jrt
    Modifier and Type
    Class
    Description
    class 
    Runtime component that raises AwkSandboxException when sandboxed code attempts operations that would escape the sandbox.
    Constructors in io.jawk.jrt with parameters of type JRT
    Modifier
    Constructor
    Description
     
    Creates a stream-backed input source.