Uses of Annotation Type
io.jawk.ext.annotations.JawkFunction
Packages that use JawkFunction
-
Uses of JawkFunction in io.jawk.ext
Methods in io.jawk.ext with annotations of type JawkFunctionModifier and TypeMethodDescriptionSorts an array by value, optionally writing the result to another array.Sorts an array by index, optionally writing the result to another array.GawkExtension.bindtextdomain(Object directory, Object domain) Binds a text domain to a message catalog directory and returns the binding, mirroring gawk'sbindtextdomain().Returns the translation of a string in the given text domain and locale category.GawkExtension.dcngettext(Object singular, Object plural, Object number, Object domain, Object category) Returns the singular or plural form of a message according to a number.Performs a small gawk-compatiblegensub()substitution.Returns whether the supplied value is an array.Creates a boolean-typed numeric value used by gawk's test suite.Converts a gawk"YYYY MM DD HH MM SS [DST]"date specification into seconds since the epoch, normalizing out-of-range values.GawkExtension.patsplit(Object source, Map<Object, Object> array, Object fieldpat, Map<Object, Object> seps) Splits a string by content: pieces matchingfieldpatbecome fields, the text between them becomes separators.StdinExtension.stdinBlockFunction(Object... args) Returns a block object that waits for stdin readiness and optionally chains to another block.StdinExtension.stdinGetlineFunction()Reads the next line from stdin, or the AWK empty string at EOF.intStdinExtension.stdinHasInputFunction()Reports whether stdin data is available without blocking.Formats a timestamp with Cstrftime(3)conversion specifiers.Converts a string to a number, recognizing gawk's non-decimal notation: a0xprefix selects hexadecimal and a leading0over octal digits selects octal.GawkExtension.systime()Returns the current time in seconds since the epoch.Returns the gawk type category for a value.