Uses of Interface
org.sentrysoftware.jawk.ext.JawkExtension
Package
Description
-
Uses of JawkExtension 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 JawkExtension in org.sentrysoftware.jawk.ext
Modifier and TypeClassDescriptionclass
Base class of various extensions.class
Extensions which make developing in Jawk and interfacing other extensions with Jawk much easier.class
Enable stdin processing in Jawk, to be used in conjunction with the -ni parameter. -
Uses of JawkExtension in org.sentrysoftware.jawk.frontend
ModifierConstructorDescriptionAwkParser
(boolean additional_functions, boolean additional_type_functions, Map<String, JawkExtension> extensions) Constructor for AwkParser.