Uses of Class
gnu.regexp.REException

Uses of REException in gnu.regexp
 

Methods in gnu.regexp that throw REException
protected  void RE.initialize(java.lang.Object patternObj, int cflags, RESyntax syntax, int myIndex, int nextSub)
           
 

Constructors in gnu.regexp that throw REException
RETokenLookAhead(REToken re, boolean negative)
           
RE(java.lang.Object pattern)
          Constructs a regular expression pattern buffer without any compilation flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(java.lang.Object pattern, int cflags)
          Constructs a regular expression pattern buffer using the specified compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(java.lang.Object pattern, int cflags, RESyntax syntax)
          Constructs a regular expression pattern buffer using the specified compilation flags and regular expression syntax.
 



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