Biter

regexp
Class RETokenStart

java.lang.Object
  |
  +--regexp.REToken
        |
        +--regexp.RETokenStart

class RETokenStart
extends REToken


Field Summary
private  boolean newline
           
 
Fields inherited from class regexp.REToken
m_next, m_subIndex, m_uncle, newline
 
Constructor Summary
(package private) RETokenStart(int f_subIndex, boolean f_newline)
           
 
Method Summary
(package private)  void dump(StringBuffer os)
           
(package private)  int[] match(CharIndexed input, int index, int eflags, REMatch mymatch)
           
 
Methods inherited from class regexp.REToken
chain, dumpAll, getMinimumLength, next, setUncle
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

newline

private boolean newline
Constructor Detail

RETokenStart

RETokenStart(int f_subIndex,
             boolean f_newline)
Method Detail

match

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

dump

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

Biter

From the Biter project.