org.python.modules
Class _sre

java.lang.Object
  extended byorg.python.modules._sre

public class _sre
extends Object


Field Summary
static int MAGIC
           
 
Constructor Summary
_sre()
           
 
Method Summary
static org.python.modules.sre.PatternObject compile(PyString pattern, int flags, PyObject code, int groups, PyObject groupindex, PyObject indexgroup)
           
static int getcodesize()
           
static int getlower(int ch, int flags)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAGIC

public static int MAGIC
Constructor Detail

_sre

public _sre()
Method Detail

compile

public static org.python.modules.sre.PatternObject compile(PyString pattern,
                                                           int flags,
                                                           PyObject code,
                                                           int groups,
                                                           PyObject groupindex,
                                                           PyObject indexgroup)

getcodesize

public static int getcodesize()

getlower

public static int getlower(int ch,
                           int flags)