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

Quick Search    Search Deep

Uses of Interface
com.memoire.re.RECharIndexed

Uses of RECharIndexed in com.memoire.re
 

Classes in com.memoire.re that implement RECharIndexed
(package private)  class RECharIndexedCharArray
           
(package private)  class RECharIndexedInputStream
           
(package private)  class RECharIndexedString
           
(package private)  class RECharIndexedStringBuffer
           
 

Fields in com.memoire.re declared as RECharIndexed
private  RECharIndexed REMatchEnumeration.m_input
           
 

Methods in com.memoire.re that return RECharIndexed
private static RECharIndexed RE.makeRECharIndexed(java.lang.Object input, int index)
           
 

Methods in com.memoire.re with parameters of type RECharIndexed
(package private)  int[] RETokenPOSIX.match(RECharIndexed input, int index, int eflags, REMatch mymatch)
           
private  boolean RE.isMatchImpl(RECharIndexed input, int index, int eflags)
           
private  REMatch[] RE.getAllMatchesImpl(RECharIndexed input, int index, int eflags)
           
(package private)  int[] RE.match(RECharIndexed input, int index, int eflags, REMatch mymatch)
           
(package private)  REMatch RE.getMatchImpl(RECharIndexed input, int index, int eflags, java.lang.StringBuffer buffer)
           
private  java.lang.String RE.substituteImpl(RECharIndexed input, java.lang.String replace, int index, int eflags)
           
private  java.lang.String RE.substituteAllImpl(RECharIndexed input, java.lang.String replace, int index, int eflags)
           
(package private)  void REMatch.finish(RECharIndexed text)
           
(package private)  int[] RETokenStart.match(RECharIndexed input, int index, int eflags, REMatch mymatch)
           
(package private)  int[] RETokenEnd.match(RECharIndexed input, int index, int eflags, REMatch mymatch)
           
(package private)  int[] RETokenRange.match(RECharIndexed input, int index, int eflags, REMatch mymatch)
           
(package private)  int[] RETokenAny.match(RECharIndexed input, int index, int eflags, REMatch mymatch)
           
(package private) abstract  int[] REToken.match(RECharIndexed input, int index, int eflags, REMatch mymatch)
           
protected  int[] REToken.next(RECharIndexed input, int index, int eflags, REMatch mymatch)
           
(package private)  int[] RETokenOneOf.match(RECharIndexed input, int index, int eflags, REMatch mymatch)
           
(package private)  int[] RETokenChar.match(RECharIndexed input, int index, int eflags, REMatch mymatch)
           
(package private)  int[] RETokenBackRef.match(RECharIndexed input, int index, int eflags, REMatch mymatch)
           
(package private)  int[] RETokenRepeated.match(RECharIndexed input, int index, int eflags, REMatch mymatch)
           
 

Constructors in com.memoire.re with parameters of type RECharIndexed
REMatchEnumeration(RE expr, RECharIndexed input, int index, int eflags)