Uses of Class
org.sentrysoftware.jawk.jrt.JRT
Packages that use JRT
-
Uses of JRT in org.sentrysoftware.jawk.ext
Methods in org.sentrysoftware.jawk.ext with parameters of type JRTModifier and TypeMethodDescriptionvoid
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.