| Modifier and Type | Field and Description |
|---|---|
| pack-priv int[] | |
| public int | |
| public int | |
| public PyObject | |
| public int | |
| pack-priv PyObject | |
| public PyString |
| Access | Constructor and Description |
|---|---|
| public | PatternObject(PyString pattern, int flags, int[] code, int groups, PyObject groupindex, PyObject indexgroup)
|
| Modifier and Type | Method and Description |
|---|---|
| private void | |
| pack-priv MatchObject | |
| private PyObject | |
| private static PyString | |
| public PyObject | |
| public PyObject | |
| public int | |
| public PyObject | |
| public int | |
| public PyString | |
| private PyObject | |
| public PyObject | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public ScannerObject | |
| public PyObject | |
| public PyObject | |
| public PyObject | |
| public PyObject | |
| private PyObject | |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| code | back to summary |
|---|---|
| pack-priv int[] code | |
| codesize | back to summary |
|---|---|
| public int codesize | |
| flags | back to summary |
|---|---|
| public int flags | |
| groupindex | back to summary |
|---|---|
| public PyObject groupindex | |
| groups | back to summary |
|---|---|
| public int groups | |
| indexgroup | back to summary |
|---|---|
| pack-priv PyObject indexgroup | |
| pattern | back to summary |
|---|---|
| public PyString pattern | |
| PatternObject | back to summary |
|---|---|
| public PatternObject(PyString pattern, int flags, int[] code, int groups, PyObject groupindex, PyObject indexgroup) | |
| _error | back to summary |
|---|---|
| private void _error(int status) | |
| _pattern_new_match | back to summary |
|---|---|
| pack-priv MatchObject _pattern_new_match(SRE_STATE state, PyString string, int status) | |
| call | back to summary |
|---|---|
| private PyObject call(String module, String function, PyObject[] args) | |
| extractPyString | back to summary |
|---|---|
| private static PyString extractPyString(ArgParser ap, int pos) | |
| findall | back to summary |
|---|---|
public PyObject findall(PyObject[] args, String[] kws)
| |
| finditer | back to summary |
|---|---|
public PyObject finditer(PyObject[] args, String[] kws)
| |
| getFlags | back to summary |
|---|---|
public int getFlags()
| |
| getGroupindex | back to summary |
|---|---|
public PyObject getGroupindex()
| |
| getGroups | back to summary |
|---|---|
public int getGroups()
| |
| getPattern | back to summary |
|---|---|
public PyString getPattern()
| |
| join_list | back to summary |
|---|---|
| private PyObject join_list(PyList list, PyString string) | |
| match | back to summary |
|---|---|
public PyObject match(PyObject[] args, String[] kws)
| |
| refersDirectlyTo | back to summary |
|---|---|
| public boolean refersDirectlyTo(PyObject ob) Implements org. Doc from org. Optional operation.
Should only be implemented if it is more efficient
than calling
| |
| scanner | back to summary |
|---|---|
public ScannerObject scanner(PyObject[] args, String[] kws)
| |
| search | back to summary |
|---|---|
public PyObject search(PyObject[] args, String[] kws)
| |
| split | back to summary |
|---|---|
public PyObject split(PyObject[] args, String[] kws)
| |
| sub | back to summary |
|---|---|
public PyObject sub(PyObject[] args, String[] kws)
| |
| subn | back to summary |
|---|---|
public PyObject subn(PyObject[] args, String[] kws)
| |
| subx | back to summary |
|---|---|
| private PyObject subx(PyObject template, PyString instring, int count, boolean subn) | |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |