gnu.regexp
Class RETokenAny

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

class RETokenAny
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) RETokenAny(int f_subIndex, boolean f_newline, boolean f_null)
           
 
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)  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

RETokenAny

RETokenAny(int f_subIndex,
           boolean f_newline,
           boolean f_null)
Method Detail

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)