Package org.sentrysoftware.jawk.jrt
package org.sentrysoftware.jawk.jrt
-
ClassDescriptionAn 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.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 endConditionRelay 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 list of keys into an associative array.Implement the KeyList interface with an ArrayList.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.Similar to StringTokenizer, except that tokens are delimited by a single character.The AWK Variable Manager.