Biter

regexp
Class RETokenOneOf

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

class RETokenOneOf
extends REToken


Field Summary
private  boolean negative
           
private  Vector options
           
 
Fields inherited from class regexp.REToken
m_next, m_subIndex, m_uncle, newline
 
Constructor Summary
(package private) RETokenOneOf(int f_subIndex, String f_options, boolean f_negative, boolean f_insens)
           
(package private) RETokenOneOf(int f_subIndex, Vector f_options, boolean f_negative)
           
 
Method Summary
(package private)  boolean chain(REToken f_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

options

private Vector options

negative

private boolean negative
Constructor Detail

RETokenOneOf

RETokenOneOf(int f_subIndex,
             String f_options,
             boolean f_negative,
             boolean f_insens)

RETokenOneOf

RETokenOneOf(int f_subIndex,
             Vector f_options,
             boolean f_negative)
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

dump

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

chain

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

Biter

From the Biter project.