Uses of Class
io.jawk.ext.AbstractExtension
Packages that use AbstractExtension
-
Uses of AbstractExtension in io.jawk.ext
Subclasses of AbstractExtension in io.jawk.extModifier and TypeClassDescriptionclassGNU awk compatibility extension for array sorting and type introspection.classEnable stdin processing in Jawk, to be used in conjunction with the -ni parameter.Methods in io.jawk.ext that return types with arguments of type AbstractExtensionModifier and TypeMethodDescriptionClass<? extends AbstractExtension>ExtensionFunction.getDeclaringType()Returns the extension type that declares the underlying Java method.Methods in io.jawk.ext with parameters of type AbstractExtensionModifier and TypeMethodDescriptionExtensionFunction.invoke(AbstractExtension target, Object[] args) Invokes the underlying Java method on the supplied target instance.