com.caucho.regexp
Class Lex

java.lang.Object
  |
  +--com.caucho.regexp.Lex

public class Lex
extends java.lang.Object


Constructor Summary
Lex(java.lang.String sflags)
           
 
Method Summary
 void addLexeme(java.lang.String pattern, int value)
           
 Regexp compile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lex

public Lex(java.lang.String sflags)
Method Detail

addLexeme

public void addLexeme(java.lang.String pattern,
                      int value)
               throws IllegalRegexpException

compile

public Regexp compile()