Uses of Class
gnu.regexp.RE

Uses of RE in gnu.regexp
 

Subclasses of RE in gnu.regexp
 class UncheckedRE
          UncheckedRE is a subclass of RE that allows programmers an easier means of programmatically precompiling regular expressions.
 

Constructors in gnu.regexp with parameters of type RE
REMatchEnumeration(RE expr, CharIndexed input, int index, int eflags)
           
REFilterReader(java.io.Reader stream, RE expr, java.lang.String replace)
          Creates an REFilterReader.
REFilterInputStream(java.io.InputStream stream, RE expr, java.lang.String replace)
          Deprecated. Creates an REFilterInputStream.
 



Copyright © 1998,1999 Wes Biggs. All Rights reserved.