Uses of Interface
gnu.regexp.CharIndexed

Uses of CharIndexed in gnu.regexp
 

Classes in gnu.regexp that implement CharIndexed
(package private)  class CharIndexedCharArray
           
(package private)  class CharIndexedInputStream
           
(package private)  class CharIndexedReader
           
(package private)  class CharIndexedString
           
(package private)  class CharIndexedStringBuffer
           
 

Methods in gnu.regexp with parameters of type CharIndexed
(package private)  boolean RETokenWordBoundary.match(CharIndexed input, REMatch mymatch)
           
(package private)  boolean RETokenStart.match(CharIndexed input, REMatch mymatch)
           
(package private)  boolean RETokenRepeated.match(CharIndexed input, REMatch mymatch)
           
(package private)  boolean RETokenRange.match(CharIndexed input, REMatch mymatch)
           
(package private)  boolean RETokenPOSIX.match(CharIndexed input, REMatch mymatch)
           
(package private)  boolean RETokenOneOf.match(CharIndexed input, REMatch mymatch)
           
(package private)  boolean RETokenLookAhead.match(CharIndexed input, REMatch mymatch)
           
(package private)  boolean RETokenEndSub.match(CharIndexed input, REMatch mymatch)
           
(package private)  boolean RETokenEnd.match(CharIndexed input, REMatch mymatch)
           
(package private)  boolean RETokenChar.match(CharIndexed input, REMatch mymatch)
           
(package private)  boolean RETokenBackRef.match(CharIndexed input, REMatch mymatch)
           
(package private)  boolean RETokenAny.match(CharIndexed input, REMatch mymatch)
           
(package private) abstract  boolean REToken.match(CharIndexed input, REMatch mymatch)
          Returns true if the match succeeded, false if it failed.
protected  boolean REToken.next(CharIndexed input, REMatch mymatch)
          Returns true if the rest of the tokens match, false if they fail.
(package private)  void REMatch.finish(CharIndexed text)
           
(package private)  boolean RE.match(CharIndexed input, REMatch mymatch)
           
(package private)  REMatch RE.getMatchImpl(CharIndexed input, int anchor, int eflags, java.lang.StringBuffer buffer)
           
 

Constructors in gnu.regexp with parameters of type CharIndexed
REMatchEnumeration(RE expr, CharIndexed input, int index, int eflags)
           
 



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