gnu.regexp
Class RETokenRepeated

java.lang.Object
  extended bygnu.regexp.REToken
      extended bygnu.regexp.RETokenRepeated

class RETokenRepeated
extends REToken


Field Summary
protected  REToken m_next
           
protected  int m_subIndex
           
protected  REToken m_uncle
           
(package private) static String newline
           
 
Constructor Summary
(package private) RETokenRepeated(int f_subIndex, REToken f_token, int f_min, int f_max)
           
 
Method Summary
(package private)  boolean chain(REToken next)
           
(package private)  void dump(StringBuffer os)
           
(package private)  void dumpAll(StringBuffer os)
           
(package private)  int getMinimumLength()
           
(package private)  void makeStingy()
           
(package private)  int[] match(CharIndexed input, int index, int eflags, REMatch mymatch)
           
protected  int[] next(CharIndexed input, int index, int eflags, REMatch mymatch)
           
(package private)  void setUncle(REToken f_uncle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newline

static final String newline

m_next

protected REToken m_next

m_uncle

protected REToken m_uncle

m_subIndex

protected int m_subIndex
Constructor Detail

RETokenRepeated

RETokenRepeated(int f_subIndex,
                REToken f_token,
                int f_min,
                int f_max)
Method Detail

makeStingy

void makeStingy()

getMinimumLength

int getMinimumLength()
Overrides:
getMinimumLength in class REToken

match

int[] match(CharIndexed input,
            int index,
            int eflags,
            REMatch mymatch)
Specified by:
match in class REToken

dump

void dump(StringBuffer os)
Overrides:
dump in class REToken

setUncle

void setUncle(REToken f_uncle)

next

protected int[] next(CharIndexed input,
                     int index,
                     int eflags,
                     REMatch mymatch)

chain

boolean chain(REToken next)

dumpAll

void dumpAll(StringBuffer os)