tcl.lang
Class TclRegexp

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

public class TclRegexp
extends Object


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

Method Detail

compile

public static Regex compile(Interp interp,
                            TclObject exp,
                            String str)
                     throws TclException
Throws:
TclException


Copyright © 2015. All rights reserved.