Uses of Interface
org.sentrysoftware.jawk.jrt.VariableManager
Packages that use VariableManager
Package
Description
-
Uses of VariableManager in org.sentrysoftware.jawk.backend
Classes in org.sentrysoftware.jawk.backend that implement VariableManager -
Uses of VariableManager in org.sentrysoftware.jawk.ext
Methods in org.sentrysoftware.jawk.ext with parameters of type VariableManagerModifier 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
Constructors in org.sentrysoftware.jawk.jrt with parameters of type VariableManager