Uses of Interface
org.sentrysoftware.jawk.jrt.VariableManager
Package
Description
-
Uses of VariableManager in org.sentrysoftware.jawk.backend
-
Uses of VariableManager in org.sentrysoftware.jawk.ext
Modifier 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. -
Uses of VariableManager in org.sentrysoftware.jawk.jrt