Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.memoire.re.RE

Uses of RE in com.memoire.re
 

Fields in com.memoire.re declared as RE
private  RE REFilterInputStream.m_expr
           
private  RE REMatchEnumeration.m_expr
           
 

Constructors in com.memoire.re with parameters of type RE
REFilterInputStream(java.io.InputStream f_stream, RE f_expr, java.lang.String f_replace)
          Creates an REFilterInputStream.
REMatchEnumeration(RE expr, RECharIndexed input, int index, int eflags)