Uses of Interface
org.metricshub.jawk.jrt.VariableManager
Packages that use VariableManager
-
Uses of VariableManager in org.metricshub.jawk.backend
Classes in org.metricshub.jawk.backend that implement VariableManagerModifier and TypeClassDescriptionclassThe Jawk interpreter.classAVMvariant enforcing sandbox restrictions at runtime. -
Uses of VariableManager in org.metricshub.jawk.ext
Methods in org.metricshub.jawk.ext with parameters of type VariableManagerModifier and TypeMethodDescriptionvoidAbstractExtension.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.voidJawkExtension.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.voidStdinExtension.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.metricshub.jawk.jrt
Constructors in org.metricshub.jawk.jrt with parameters of type VariableManager