Biter

regexp
Class RETokenChar

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

class RETokenChar
extends REToken


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

Field Detail

ch

private char[] ch

insens

private boolean insens
Constructor Detail

RETokenChar

RETokenChar(int f_subIndex,
            char c,
            boolean ins)
Method Detail

getMinimumLength

int getMinimumLength()
Overrides:
getMinimumLength in class REToken

match

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

chain

boolean chain(REToken next)
Overrides:
chain in class REToken

dump

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

Biter

From the Biter project.