Uses of Class
org.sentrysoftware.jawk.util.AwkSettings
Package
Description
-
Uses of AwkSettings in org.sentrysoftware.jawk
-
Uses of AwkSettings in org.sentrysoftware.jawk.backend
ModifierConstructorDescriptionAVM
(AwkSettings parameters, Map<String, JawkExtension> extensions) Construct the interpreter, accepting parameters which may have been set on the command-line arguments to the JVM. -
Uses of AwkSettings 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 AwkSettings in org.sentrysoftware.jawk.util
Modifier and TypeMethodDescriptionstatic AwkSettings
AwkParameters.parseCommandLineArguments
(String[] args) Parses AWK command line parameters, for example from the VM entry pointmain()
.