Uses of Class
org.metricshub.jawk.ext.ExtensionFunction
Packages that use ExtensionFunction
Package
Description
-
Uses of ExtensionFunction in org.metricshub.jawk.ext
Methods in org.metricshub.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 org.metricshub.jawk.frontend
Constructor parameters in org.metricshub.jawk.frontend with type arguments of type ExtensionFunctionModifierConstructorDescriptionAwkParser(Map<String, ExtensionFunction> extensions) Constructor for AwkParser. -
Uses of ExtensionFunction in org.metricshub.jawk.intermediate
Methods in org.metricshub.jawk.intermediate that return ExtensionFunctionMethods in org.metricshub.jawk.intermediate with parameters of type ExtensionFunctionModifier and TypeMethodDescriptionvoidAwkTuples.extension(ExtensionFunction function, int paramCount, boolean isInitial) Emits an extension invocation tuple.