Uses of Class
gnu.regexp.RE

Packages that use RE
gnu.regexp   
ij.plugin.frame.jedit.syntax The jEdit syntax highlighting engine. 
 

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
REFilterInputStream(java.io.InputStream stream, RE expr, java.lang.String replace)
          Deprecated. Creates an REFilterInputStream.
REFilterReader(java.io.Reader stream, RE expr, java.lang.String replace)
          Creates an REFilterReader.
 

Uses of RE in ij.plugin.frame.jedit.syntax
 

Fields in ij.plugin.frame.jedit.syntax declared as RE
 RE ParserRule.startRegexp
           
 

Methods in ij.plugin.frame.jedit.syntax that return RE
 RE ParserRuleSet.getDigitRegexp()
           
 

Methods in ij.plugin.frame.jedit.syntax with parameters of type RE
 void ParserRuleSet.setDigitRegexp(RE digitRE)