Uses of Annotation Type
io.jawk.ext.annotations.JawkOptional
Packages that use JawkOptional
-
Uses of JawkOptional in io.jawk.ext
Method parameters in io.jawk.ext with annotations of type JawkOptionalModifier and TypeMethodDescriptionSorts an array by value, optionally writing the result to another array.Sorts an array by value, optionally writing the result to another array.Sorts an array by index, 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.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.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.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.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.Formats a timestamp with Cstrftime(3)conversion specifiers.Formats a timestamp with Cstrftime(3)conversion specifiers.Formats a timestamp with Cstrftime(3)conversion specifiers.Returns the gawk type category for a value.