|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.python.modules._sre
public class _sre
Field Summary | |
---|---|
static int |
CODESIZE
|
static int |
MAGIC
|
Constructor Summary | |
---|---|
_sre()
|
Method Summary | |
---|---|
static 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 |
---|
public static int MAGIC
public static int CODESIZE
Constructor Detail |
---|
public _sre()
Method Detail |
---|
public static PatternObject compile(PyString pattern, int flags, PyObject code, int groups, PyObject groupindex, PyObject indexgroup)
public static int getcodesize()
public static int getlower(int ch, int flags)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |