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

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, RESyntax) - Constructor for class gnu.regexp.UncheckedRE
Constructs a regular expression pattern buffer using the specified compilation flags and regular expression syntax.
uncle - Variable in class gnu.regexp.REToken
 
UPPER - Static variable in class gnu.regexp.RETokenPOSIX
 

A B C D E F G H I L M N O P R S T U V X
Copyright © 1998,1999 Wes Biggs. All Rights reserved.