Uses of Class
org.sentrysoftware.jawk.jrt.JRT

Packages that use JRT
Package
Description
 
  • Uses of JRT in org.sentrysoftware.jawk.ext

    Methods in org.sentrysoftware.jawk.ext with parameters of type JRT
    Modifier and Type
    Method
    Description
    void
    AbstractExtension.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
    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.