Package org.metricshub.jawk.jrt


package org.metricshub.jawk.jrt
  • Class
    Description
    An AWK associative array.
    A runtime exception thrown by Jawk.
    Manages multiple blocking code segments simultaneously such that unblocking one block condition releases the block of all other block code segments.
    An item which blocks until something useful can be done with the object.
    Simple pseudo-random number generator compatible with the C library random() function.
    Similar to StringTokenizer, except that tokens are characters in the input string themselves.
    Tracks whether we are within a range defined by a pair of condition: startCondition endCondition
    Relay data from an input stream to an output stream.
    Thrown when exit() is called within a Jawk script.
    Differentiate from IllegalArgumentException to assist in programmatic distinction between Jawk and other argument exception issues.
    The Jawk runtime coordinator.
    A reader which consumes one record at a time from an underlying input reader.
    Similar to StringTokenizer, except that tokens are delimited by a regular expression.
    Runtime component that raises AwkSandboxException when sandboxed code attempts operations that would escape the sandbox.
    Similar to StringTokenizer, except that tokens are delimited by a single character.
    The AWK Variable Manager.