| Modifier and Type | Field and Description |
|---|---|
| pack-priv int | |
| pack-priv int | |
| pack-priv int | |
| pack-priv int[] | |
| pack-priv PatternObject | |
| pack-priv int | |
| public PyObject | |
| public PyString |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __findattr_ex__(String key)
Overrides org. Attribute lookup hook. |
| pack-priv PyTuple | |
| public PyObject | |
| public PyObject | |
| public PyObject | |
| private int | |
| private PyObject | |
| private PyObject | |
| public PyObject | |
| public PyObject | |
| public PyObject | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public PyObject | |
| public PyTuple | |
| public PyTuple | |
| public PyObject | |
| public PyObject | |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| endpos | back to summary |
|---|---|
| pack-priv int endpos | |
| groups | back to summary |
|---|---|
| pack-priv int groups | |
| lastindex | back to summary |
|---|---|
| pack-priv int lastindex | |
| mark | back to summary |
|---|---|
| pack-priv int[] mark | |
| pattern | back to summary |
|---|---|
| pack-priv PatternObject pattern | |
| pos | back to summary |
|---|---|
| pack-priv int pos | |
| regs | back to summary |
|---|---|
| public PyObject regs | |
| string | back to summary |
|---|---|
| public PyString string | |
| MatchObject | back to summary |
|---|---|
| public MatchObject() | |
| __findattr_ex__ | back to summary |
|---|---|
| public PyObject __findattr_ex__(String key) Overrides org. Doc from org. Attribute lookup hook. If the attribute is not found, null may be returned or a
Py.AttributeError can be thrown, whatever is more correct, efficient and/or convenient for
the implementing class.
Client code should use
| |
| _pair | back to summary |
|---|---|
| pack-priv PyTuple _pair(int i1, int i2) | |
| end | back to summary |
|---|---|
| public PyObject end() | |
| end | back to summary |
|---|---|
| public PyObject end(PyObject index_) | |
| expand | back to summary |
|---|---|
| public PyObject expand(PyObject[] args) | |
| getindex | back to summary |
|---|---|
| private int getindex(PyObject index) | |
| getslice | back to summary |
|---|---|
| private PyObject getslice(PyObject index, PyObject def) | |
| getslice_by_index | back to summary |
|---|---|
| private PyObject getslice_by_index(int index, PyObject def) | |
| group | back to summary |
|---|---|
| public PyObject group(PyObject[] args) | |
| groupdict | back to summary |
|---|---|
| public PyObject groupdict(PyObject[] args, String[] kws) | |
| groups | back to summary |
|---|---|
| public PyObject groups(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
| |
| regs | back to summary |
|---|---|
| public PyObject regs() | |
| span | back to summary |
|---|---|
| public PyTuple span() | |
| span | back to summary |
|---|---|
| public PyTuple span(PyObject index_) | |
| start | back to summary |
|---|---|
| public PyObject start() | |
| start | back to summary |
|---|---|
| public PyObject start(PyObject index_) | |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |