Uses of Interface
org.sentrysoftware.jawk.ext.JawkExtension
Packages that use JawkExtension
Package
Description
-
Uses of JawkExtension in org.sentrysoftware.jawk.backend
Constructor parameters in org.sentrysoftware.jawk.backend with type arguments of type JawkExtensionModifierConstructorDescriptionAVM
(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
Classes in org.sentrysoftware.jawk.ext that implement JawkExtensionModifier 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
Constructor parameters in org.sentrysoftware.jawk.frontend with type arguments of type JawkExtensionModifierConstructorDescriptionAwkParser
(boolean additional_functions, boolean additional_type_functions, Map<String, JawkExtension> extensions) Constructor for AwkParser.