Package gnu.regexp

Interface Summary

CharIndexed Defines the interface used internally so that different types of source text can be accessed in the same way.

Class Summary

CharIndexedCharArray
CharIndexedInputStream
CharIndexedReader
CharIndexedString
CharIndexedStringBuffer
CharUnit
IntPair
RE RE provides the user interface for compiling and matching regular expressions.
REException This is the regular expression exception class.
REFilterInputStream Replaces instances of a given RE found within an InputStream with replacement text.
REFilterReader Replaces instances of a given RE with replacement text.
REMatch An instance of this class represents a match completed by a gnu.regexp matching function.
REMatchEnumeration An REMatchEnumeration enumerates regular expression matches over a given input text.
RESyntax An RESyntax specifies the way a regular expression will be compiled.
REToken
RETokenAny
RETokenBackRef
RETokenChar
RETokenEnd
RETokenEndSub
RETokenLookAhead
RETokenOneOf
RETokenPOSIX
RETokenRange
RETokenRepeated
RETokenStart
RETokenWordBoundary Represents a combination lookahead/lookbehind for POSIX [:alnum:].
UncheckedRE UncheckedRE is a subclass of RE that allows programmers an easier means of programmatically precompiling regular expressions.