Alphabetical Index

A B C D E F G H I L M N O P R S T U V X

A

action(Event,Object) - method in class gnu.regexp.util.REApplet
Handles events in the applet.
ALNUM - static field in class gnu.regexp.RETokenPOSIX
ALPHA - static field in class gnu.regexp.RETokenPOSIX
anchor - field in class gnu.regexp.REMatch
assignFrom(gnu.regexp.REMatch) - method in class gnu.regexp.REMatch

B

BEGIN - static field in class gnu.regexp.RETokenWordBoundary
bk - field in class gnu.regexp.CharUnit
BLANK - static field in class gnu.regexp.RETokenPOSIX

C

ch - field in class gnu.regexp.CharUnit
chain(gnu.regexp.REToken) - method in class gnu.regexp.RE
chain(gnu.regexp.REToken) - method in class gnu.regexp.REToken
chain(gnu.regexp.REToken) - method in class gnu.regexp.RETokenChar
charAt(int) - method in class gnu.regexp.CharIndexed
Returns the character at the given offset past the current cursor position in the input.
charAt(int) - method in class gnu.regexp.CharIndexedCharArray
Returns the character at the given offset past the current cursor position in the input.
charAt(int) - method in class gnu.regexp.CharIndexedInputStream
Returns the character at the given offset past the current cursor position in the input.
charAt(int) - method in class gnu.regexp.CharIndexedReader
Returns the character at the given offset past the current cursor position in the input.
charAt(int) - method in class gnu.regexp.CharIndexedString
Returns the character at the given offset past the current cursor position in the input.
charAt(int) - method in class gnu.regexp.CharIndexedStringBuffer
CharIndexed - interface gnu.regexp.CharIndexed
Defines the interface used internally so that different types of source text can be accessed in the same way.
CharIndexedCharArray(char[],int) - constructor for class gnu.regexp.CharIndexedCharArray
CharIndexedReader(Reader,int) - constructor for class gnu.regexp.CharIndexedReader
CharIndexedString(String,int) - constructor for class gnu.regexp.CharIndexedString
CharUnit - class gnu.regexp.CharUnit
clear(int) - method in class gnu.regexp.REMatch
Clears the current match and moves the offset to the new index.
clear(int) - method in class gnu.regexp.RESyntax
Clear a given bit in this syntax.
clone() - method in class gnu.regexp.REMatch
CNTRL - static field in class gnu.regexp.RETokenPOSIX

D

DEFAULT_LINE_SEPARATOR - static field in class gnu.regexp.RESyntax
DIGIT - static field in class gnu.regexp.RETokenPOSIX
dump(StringBuffer) - method in class gnu.regexp.RE
dump(StringBuffer) - method in class gnu.regexp.REToken
dump(StringBuffer) - method in class gnu.regexp.RETokenAny
dump(StringBuffer) - method in class gnu.regexp.RETokenBackRef
dump(StringBuffer) - method in class gnu.regexp.RETokenChar
dump(StringBuffer) - method in class gnu.regexp.RETokenEnd
dump(StringBuffer) - method in class gnu.regexp.RETokenEndSub
dump(StringBuffer) - method in class gnu.regexp.RETokenLookAhead
dump(StringBuffer) - method in class gnu.regexp.RETokenOneOf
dump(StringBuffer) - method in class gnu.regexp.RETokenPOSIX
dump(StringBuffer) - method in class gnu.regexp.RETokenRange
dump(StringBuffer) - method in class gnu.regexp.RETokenRepeated
dump(StringBuffer) - method in class gnu.regexp.RETokenStart
dump(StringBuffer) - method in class gnu.regexp.RETokenWordBoundary
dumpAll(StringBuffer) - method in class gnu.regexp.REToken

E

eflags - field in class gnu.regexp.REMatch
Egrep - class gnu.regexp.util.Egrep
This is a front end to the gnu.regexp.util.Grep class which sets the syntax used to RE_SYNTAX_EGREP, which aims to emulate the standard UNIX egrep command.
end - field in class gnu.regexp.REMatch
END - static field in class gnu.regexp.RETokenWordBoundary

F

finish(gnu.regexp.CharIndexed) - method in class gnu.regexp.REMatch
first - field in class gnu.regexp.IntPair

G

get(int) - method in class gnu.regexp.RESyntax
Check if a given bit is set in this syntax.
getAllMatches(Object) - method in class gnu.regexp.RE
Returns an array of all matches found in the input.
getAllMatches(Object,int) - method in class gnu.regexp.RE
Returns an array of all matches found in the input, beginning at the specified index position.
getAllMatches(Object,int,int) - method in class gnu.regexp.RE
Returns an array of all matches found in the input string, beginning at the specified index position and using the specified execution flags.
getEndIndex() - method in class gnu.regexp.REMatch
Returns the index within the input string where the match in its entirety ends.
getEndIndex(int) - method in class gnu.regexp.REMatch
Returns the index within the input string used to generate this match where subexpression number sub ends, or -1 if the subexpression does not exist.
getLineSeparator() - method in class gnu.regexp.RESyntax
Returns the currently active line separator string.
getLocalizedMessage(String) - static method in class gnu.regexp.RE
getMatch(Object) - method in class gnu.regexp.RE
Returns the first match found in the input.
getMatch(Object,int) - method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index.
getMatch(Object,int,int) - method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index, and using the specified execution flags.
getMatch(Object,int,int,StringBuffer) - method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index, and using the specified execution flags.
getMatchEnumeration(Object) - method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMatchEnumeration(Object,int) - method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMatchEnumeration(Object,int,int) - method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMessage() - method in class gnu.regexp.REException
Reports the descriptive message associated with this exception as well as its index position in the string or character array being compiled.
getMinimumLength() - method in class gnu.regexp.RE
Returns the minimum number of characters that could possibly constitute a match of this regular expression.
getMinimumLength() - method in class gnu.regexp.REToken
getMinimumLength() - method in class gnu.regexp.RETokenAny
getMinimumLength() - method in class gnu.regexp.RETokenChar
getMinimumLength() - method in class gnu.regexp.RETokenOneOf
getMinimumLength() - method in class gnu.regexp.RETokenPOSIX
getMinimumLength() - method in class gnu.regexp.RETokenRange
getMinimumLength() - method in class gnu.regexp.RETokenRepeated
The minimum length of a repeated token is the minimum length of the token multiplied by the minimum number of times it must match.
getNumSubs() - method in class gnu.regexp.RE
Returns the maximum number of subexpressions in this regular expression.
getPosition() - method in class gnu.regexp.REException
Returns the position, relative to the string or character array being compiled, where the error occurred.
getStartIndex() - method in class gnu.regexp.REMatch
Returns the index within the input text where the match in its entirety began.
getStartIndex(int) - method in class gnu.regexp.REMatch
Returns the index within the input string used to generate this match where subexpression number sub begins, or -1 if the subexpression does not exist.
getSubEndIndex(int) - method in class gnu.regexp.REMatch
Returns the index within the input string used to generate this match where subexpression number sub ends, or -1 if the subexpression does not exist.
getSubStartIndex(int) - method in class gnu.regexp.REMatch
Returns the index within the input string used to generate this match where subexpression number sub begins, or -1 if the subexpression does not exist.
getType() - method in class gnu.regexp.REException
Returns the type of the exception, one of the constants listed above.
gnu.regexp - package
gnu.regexp.util - package
GRAPH - static field in class gnu.regexp.RETokenPOSIX
Grep - class gnu.regexp.util.Grep
Grep is a pure-Java clone of the GNU grep utility.
grep(String[],gnu.regexp.RESyntax,PrintStream) - static method in class gnu.regexp.util.Grep
Runs Grep with the specified arguments.

H

hasMoreElements() - method in class gnu.regexp.REMatchEnumeration
Returns true if there are more matches in the input text.
hasMoreMatches() - method in class gnu.regexp.REMatchEnumeration
Returns true if there are more matches in the input text.
Returns true if there are more matches in the input text.

I

index - field in class gnu.regexp.REMatch
init() - method in class gnu.regexp.util.REApplet
Initializes the applet and constructs GUI elements.
insens - field in class gnu.regexp.RETokenPOSIX
IntPair - class gnu.regexp.IntPair
intValue(String) - static method in class gnu.regexp.RETokenPOSIX
isMatch(Object) - method in class gnu.regexp.RE
Checks if the regular expression matches the input in its entirety.
isMatch(Object,int) - method in class gnu.regexp.RE
Checks if the input string, starting from index, is an exact match of this regular expression.
isMatch(Object,int,int) - method in class gnu.regexp.RE
Checks if the input, starting from index and using the specified execution flags, is an exact match of this regular expression.
isStingy() - method in class gnu.regexp.RETokenRepeated
Queries if this token has minimal matching enabled.
isValid() - method in class gnu.regexp.CharIndexed
Returns true if the most recent move() operation placed the cursor position at a valid position in the input.
isValid() - method in class gnu.regexp.CharIndexedCharArray
Returns true if the most recent move() operation placed the cursor position at a valid position in the input.
isValid() - method in class gnu.regexp.CharIndexedInputStream
Returns true if the most recent move() operation placed the cursor position at a valid position in the input.
isValid() - method in class gnu.regexp.CharIndexedReader
Returns true if the most recent move() operation placed the cursor position at a valid position in the input.
isValid() - method in class gnu.regexp.CharIndexedString
Returns true if the most recent move() operation placed the cursor position at a valid position in the input.
isValid() - method in class gnu.regexp.CharIndexedStringBuffer

L

LOWER - static field in class gnu.regexp.RETokenPOSIX

M

main(argv[]) - static method in class gnu.regexp.util.RETest
Invokes the test function with the command line arguments specified.
main(String[]) - static method in class gnu.regexp.util.Egrep
Invokes Grep.grep() using the RE_SYNTAX_EGREP syntax and the command line arguments specified.
main(String[]) - static method in class gnu.regexp.util.Grep
Invokes the grep() function below with the command line arguments and using the RESyntax.RE_SYNTAX_GREP syntax, which attempts to emulate the traditional UNIX grep syntax.
main(String[]) - static method in class gnu.regexp.util.Tests
Runs the testsuite.
makeFinal() - method in class gnu.regexp.RESyntax
Called internally when constructing predefined syntaxes so their interpretation cannot vary.
makeStingy() - method in class gnu.regexp.RETokenRepeated
Sets the minimal matching mode to true.
markSupported() - method in class gnu.regexp.REFilterInputStream
Returns false.
markSupported() - method in class gnu.regexp.REFilterReader
Returns false.
Returns true if the match succeeded, false if it failed.
Returns true if the match succeeded, false if it failed.
Returns true if the match succeeded, false if it failed.
move(int) - method in class gnu.regexp.CharIndexed
Shifts the input buffer by a given number of positions.
move(int) - method in class gnu.regexp.CharIndexedCharArray
Shifts the input buffer by a given number of positions.
move(int) - method in class gnu.regexp.CharIndexedInputStream
Shifts the input buffer by a given number of positions.
move(int) - method in class gnu.regexp.CharIndexedReader
Shifts the input buffer by a given number of positions.
move(int) - method in class gnu.regexp.CharIndexedString
Shifts the input buffer by a given number of positions.
move(int) - method in class gnu.regexp.CharIndexedStringBuffer

N

negated - field in class gnu.regexp.RETokenPOSIX
negative - field in class gnu.regexp.RETokenLookAhead
next - field in class gnu.regexp.REMatch
next - field in class gnu.regexp.REToken
Returns true if the rest of the tokens match, false if they fail.
nextElement() - method in class gnu.regexp.REMatchEnumeration
Returns the next match in the input text.
nextMatch() - method in class gnu.regexp.REMatchEnumeration
Returns the next match in the input text.

O

offset - field in class gnu.regexp.REMatch
OUT_OF_BOUNDS - static field in class gnu.regexp.CharIndexed
Defines a constant (0xFFFF was somewhat arbitrarily chosen) that can be returned by the charAt() function indicating that the specified index is out of range.

P

PRINT - static field in class gnu.regexp.RETokenPOSIX
PUNCT - static field in class gnu.regexp.RETokenPOSIX

R

RE - class gnu.regexp.RE
RE provides the user interface for compiling and matching regular expressions.
re - field in class gnu.regexp.RETokenLookAhead
RE() - constructor for class gnu.regexp.RE
RE(Object) - constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer without any compilation flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(Object,int) - constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer using the specified compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(Object,int,gnu.regexp.RESyntax) - constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer using the specified compilation flags and regular expression syntax.
RE_BACKSLASH_ESCAPE_IN_LISTS - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_BK_PLUS_QM - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASS_ESC_IN_LISTS - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASS_ESCAPES - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASSES - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_COMMENTS - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INDEP_ANCHORS - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INDEP_OPS - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INVALID_OPS - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_DOT_NEWLINE - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_DOT_NOT_NULL - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_HAT_LISTS_NOT_NEWLINE - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_INTERVALS - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_LIMITED_OPS - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_LOOKAHEAD - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_NEWLINE_ALT - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_BRACES - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_PARENS - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_REFS - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_VBAR - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_EMPTY_RANGES - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_PURE_GROUPING - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_STINGY_OPS - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_STRING_ANCHORS - static field in class gnu.regexp.RESyntax
Syntax bit.
RE_SYNTAX_AWK - static field in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_ED - static field in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_EGREP - static field in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_EMACS - static field in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_GREP - static field in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL4 - static field in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL4_S - static field in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL5 - static field in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL5_S - static field in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_AWK - static field in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_BASIC - static field in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EGREP - static field in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EXTENDED - static field in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_BASIC - static field in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_EXTENDED - static field in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_SED - static field in class gnu.regexp.RESyntax
Predefined syntax.
RE_UNMATCHED_RIGHT_PAREN_ORD - static field in class gnu.regexp.RESyntax
Syntax bit.
read() - method in class gnu.regexp.REFilterInputStream
Reads the next byte from the stream per the general contract of InputStream.read().
read() - method in class gnu.regexp.REFilterReader
Reads the next character from the stream per the general contract of Reader.read().
read(byte[]) - method in class gnu.regexp.REFilterInputStream
Reads from the stream into the provided array.
read(byte[],int,int) - method in class gnu.regexp.REFilterInputStream
Reads from the stream into the provided array.
read(char[]) - method in class gnu.regexp.REFilterReader
Reads from the stream into the provided array.
read(char[],int,int) - method in class gnu.regexp.REFilterReader
Reads from the stream into the provided array.
REApplet - class gnu.regexp.util.REApplet
This is a simple applet to demonstrate the capabilities of gnu.regexp.
REApplet() - constructor for class gnu.regexp.util.REApplet
Creates an REApplet.
REException - class gnu.regexp.REException
This is the regular expression exception class.
REException(String,int,int) - constructor for class gnu.regexp.REException
Replaces instances of a given RE found within an InputStream with replacement text.
Creates an REFilterInputStream.
REFilterReader - class gnu.regexp.REFilterReader
Replaces instances of a given RE with replacement text.
Creates an REFilterReader.
REG_ANCHORINDEX - static field in class gnu.regexp.RE
Execution flag.
REG_BADBR - static field in class gnu.regexp.REException
Error flag.
REG_BADPAT - static field in class gnu.regexp.REException
Error flag.
REG_BADRPT - static field in class gnu.regexp.REException
Error flag.
REG_DOT_NEWLINE - static field in class gnu.regexp.RE
Compilation flag.
REG_EBRACE - static field in class gnu.regexp.REException
Error flag.
REG_EBRACK - static field in class gnu.regexp.REException
Error flag.
REG_ECTYPE - static field in class gnu.regexp.REException
Error flag.
REG_EEND - static field in class gnu.regexp.REException
Error flag.
REG_EPAREN - static field in class gnu.regexp.REException
Error flag.
REG_ERANGE - static field in class gnu.regexp.REException
Error flag.
REG_ESCAPE - static field in class gnu.regexp.REException
Error flag.
REG_ESIZE - static field in class gnu.regexp.REException
Error flag.
REG_ESPACE - static field in class gnu.regexp.REException
Error flag.
REG_ESUBREG - static field in class gnu.regexp.REException
Error flag.
REG_ICASE - static field in class gnu.regexp.RE
Compilation flag.
REG_MULTILINE - static field in class gnu.regexp.RE
Compilation flag.
REG_NO_INTERPOLATE - static field in class gnu.regexp.RE
Execution flag.
REG_NOTBOL - static field in class gnu.regexp.RE
Execution flag.
REG_NOTEOL - static field in class gnu.regexp.RE
Execution flag.
REMatch - class gnu.regexp.REMatch
An instance of this class represents a match completed by a gnu.regexp matching function.
REMatch(int,int,int) - constructor for class gnu.regexp.REMatch
An REMatchEnumeration enumerates regular expression matches over a given input text.
RESyntax - class gnu.regexp.RESyntax
An RESyntax specifies the way a regular expression will be compiled.
RESyntax() - constructor for class gnu.regexp.RESyntax
Construct a new syntax object with all bits turned off.
RESyntax(gnu.regexp.RESyntax) - constructor for class gnu.regexp.RESyntax
Construct a new syntax object with all bits set the same as the other syntax.
RETest - class gnu.regexp.util.RETest
RETest provides a simple way to test regular expressions.
REToken - class gnu.regexp.REToken
REToken(int) - constructor for class gnu.regexp.REToken
RETokenAny - class gnu.regexp.RETokenAny
RETokenAny(int,boolean,boolean) - constructor for class gnu.regexp.RETokenAny
RETokenBackRef - class gnu.regexp.RETokenBackRef
RETokenBackRef(int,int,boolean) - constructor for class gnu.regexp.RETokenBackRef
RETokenChar - class gnu.regexp.RETokenChar
RETokenChar(int,char,boolean) - constructor for class gnu.regexp.RETokenChar
RETokenEnd - class gnu.regexp.RETokenEnd
RETokenEnd(int,String) - constructor for class gnu.regexp.RETokenEnd
RETokenEndSub - class gnu.regexp.RETokenEndSub
RETokenEndSub(int) - constructor for class gnu.regexp.RETokenEndSub
RETokenOneOf - class gnu.regexp.RETokenOneOf
RETokenOneOf(int,String,boolean,boolean) - constructor for class gnu.regexp.RETokenOneOf
RETokenOneOf(int,Vector,boolean) - constructor for class gnu.regexp.RETokenOneOf
RETokenPOSIX - class gnu.regexp.RETokenPOSIX
RETokenPOSIX(int,int,boolean,boolean) - constructor for class gnu.regexp.RETokenPOSIX
RETokenRange - class gnu.regexp.RETokenRange
RETokenRange(int,char,char,boolean) - constructor for class gnu.regexp.RETokenRange
RETokenRepeated - class gnu.regexp.RETokenRepeated
RETokenStart - class gnu.regexp.RETokenStart
RETokenStart(int,String) - constructor for class gnu.regexp.RETokenStart
Represents a combination lookahead/lookbehind for POSIX [:alnum:].

S

s_nameTable - static field in class gnu.regexp.RETokenPOSIX
second - field in class gnu.regexp.IntPair
set(int) - method in class gnu.regexp.RESyntax
Set a given bit in this syntax.
setLineSeparator(String) - method in class gnu.regexp.RESyntax
Changes the line separator string for regular expressions created using this RESyntax.
setUncle(gnu.regexp.REToken) - method in class gnu.regexp.RE
setUncle(gnu.regexp.REToken) - method in class gnu.regexp.REToken
SPACE - static field in class gnu.regexp.RETokenPOSIX
start - field in class gnu.regexp.REMatch
subIndex - field in class gnu.regexp.REToken
substitute(Object,String) - method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input.
substitute(Object,String,int) - method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input beginning at the specified index position.
substitute(Object,String,int,int) - method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input string, beginning at the specified index position and using the specified execution flags.
substituteAll(Object,String) - method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text.
substituteAll(Object,String,int) - method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text, starting at the specified index.
substituteAll(Object,String,int,int) - method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text, starting at the specified index and using the specified execution flags.
substituteInto(String) - method in class gnu.regexp.REMatch
Substitute the results of this match to create a new string.

T

Tests - class gnu.regexp.util.Tests
This is a very basic testsuite application for gnu.regexp.
toString() - method in class gnu.regexp.RE
Return a human readable form of the compiled regular expression, useful for debugging.
toString() - method in class gnu.regexp.REMatch
Returns the string matching the pattern.
toString(int) - method in class gnu.regexp.REMatch
Returns the string matching the given subexpression.
type - field in class gnu.regexp.RETokenPOSIX

U

UncheckedRE - class gnu.regexp.UncheckedRE
UncheckedRE is a subclass of RE that allows programmers an easier means of programmatically precompiling regular expressions.
UncheckedRE(Object) - constructor for class gnu.regexp.UncheckedRE
Constructs a regular expression pattern buffer without any compilation flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5).
UncheckedRE(Object,int) - constructor for class gnu.regexp.UncheckedRE
Constructs a regular expression pattern buffer using the specified compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5).
UncheckedRE(Object,int,gnu.regexp.RESyntax) - constructor for class gnu.regexp.UncheckedRE
Constructs a regular expression pattern buffer using the specified compilation flags and regular expression syntax.
uncle - field in class gnu.regexp.REToken
UPPER - static field in class gnu.regexp.RETokenPOSIX

V

version() - static method in class gnu.regexp.RE
Returns a string representing the version of the gnu.regexp package.

X

XDIGIT - static field in class gnu.regexp.RETokenPOSIX