tcl.lang
Class TclRegexp

java.lang.Object
  extended by tcl.lang.TclRegexp

public class TclRegexp
extends java.lang.Object


Method Summary
static Regexp compile(Interp interp, TclObject exp, boolean nocase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compile

public static Regexp compile(Interp interp,
                             TclObject exp,
                             boolean nocase)
                      throws TclException
Throws:
TclException