Biter

regexp
Class RETokenBackRef

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

class RETokenBackRef
extends REToken


Field Summary
private  boolean insens
           
private  int num
           
 
Fields inherited from class regexp.REToken
m_next, m_subIndex, m_uncle, newline
 
Constructor Summary
(package private) RETokenBackRef(int f_subIndex, int mynum, boolean ins)
           
 
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

num

private int num

insens

private boolean insens
Constructor Detail

RETokenBackRef

RETokenBackRef(int f_subIndex,
               int mynum,
               boolean ins)
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.