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 TypeMethodDescriptionStdinExtension.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.