Package io.jawk.ext


package io.jawk.ext
  • Class
    Description
    Base class of various extensions.
    Metadata describing a single annotated extension function.
    Registry used by extensions and the CLI to expose ready-to-use extension factories.
    Supplies the key traversal order used by for (index in array) statements.
    Numeric value carrying gawk's boolean type attribute.
    GNU awk compatibility extension for array sorting and type introspection.
    A Jawk Extension.
    Enable stdin processing in Jawk, to be used in conjunction with the -ni parameter.