Uses of Class
io.jawk.ext.ExtensionFunction
Packages that use ExtensionFunction
-
Uses of ExtensionFunction in io.jawk.ext
Methods in io.jawk.ext that return types with arguments of type ExtensionFunctionModifier and TypeMethodDescriptionAbstractExtension.getExtensionFunctions()Returns the mapping between Awk keywords and the functions implemented by this extension.JawkExtension.getExtensionFunctions()Returns the mapping between Awk keywords and the functions implemented by this extension. -
Uses of ExtensionFunction in io.jawk.frontend
Constructor parameters in io.jawk.frontend with type arguments of type ExtensionFunctionModifierConstructorDescriptionAwkParser(Map<String, ExtensionFunction> extensions, boolean allowArraysOfArrays) Constructor for AwkParser. -
Uses of ExtensionFunction in io.jawk.intermediate
Methods in io.jawk.intermediate that return ExtensionFunctionModifier and TypeMethodDescriptionTuple.ExtensionTuple.getFunction()Returns the extension function metadata.Methods in io.jawk.intermediate with parameters of type ExtensionFunctionModifier and TypeMethodDescriptionvoidAwkTuples.extension(ExtensionFunction function, int paramCount, boolean isInitial) Emits an extension invocation tuple.