| Modifier and Type | Field and Description |
|---|---|
| public final String | |
| pack-priv final String | |
| private static final String[] | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final boolean | |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __call__(PyObject
the first argument to the function. string, PyObject the second argument to the function. idx)Overrides org. A variant of the __call__ method with two arguments. |
| private static String | |
| public PyTuple | |
| public PyTuple | |
| public PyTuple | |
| public PyTuple | |
| public PyTuple | |
| private static boolean | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| pack-priv static PyObject | Scanner___new__(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
|
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| pack-priv static PyTuple |
| __module__ | back to summary |
|---|---|
| public final String __module__
| |
| encoding | back to summary |
|---|---|
| pack-priv final String encoding | |
| newArgs | back to summary |
|---|---|
| private static final String[] newArgs | |
| object_hook | back to summary |
|---|---|
| pack-priv final PyObject object_hook | |
| pairs_hook | back to summary |
|---|---|
| pack-priv final PyObject pairs_hook | |
| parse_constant | back to summary |
|---|---|
| pack-priv final PyObject parse_constant | |
| parse_float | back to summary |
|---|---|
| pack-priv final PyObject parse_float | |
| parse_int | back to summary |
|---|---|
| pack-priv final PyObject parse_int | |
| strict | back to summary |
|---|---|
| pack-priv final boolean strict | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| Scanner | back to summary |
|---|---|
| public Scanner(PyObject context) | |
| Scanner | back to summary |
|---|---|
| public Scanner(PyType subtype, PyObject context) | |
| __call__ | back to summary |
|---|---|
| public PyObject __call__(PyObject string, PyObject idx) Overrides org. Doc from org. A variant of the __call__ method with two arguments. The default behavior is to invoke
| |
| _castString | back to summary |
|---|---|
| private static String _castString(PyObject pystr, String defaultValue) | |
| _match_number | back to summary |
|---|---|
| public PyTuple _match_number(PyString pystr, int start) | |
| _parse_array | back to summary |
|---|---|
| public PyTuple _parse_array(PyString pystr, int idx) | |
| _parse_constant | back to summary |
|---|---|
| public PyTuple _parse_constant(String constant, int idx) | |
| _parse_object | back to summary |
|---|---|
| public PyTuple _parse_object(PyString pystr, int idx) | |
| _scan_once | back to summary |
|---|---|
| public PyTuple _scan_once(PyString pystr, int idx) | |
| IS_WHITESPACE | back to summary |
|---|---|
| private static boolean IS_WHITESPACE(int c) | |
| 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___new__ | back to summary |
|---|---|
pack-priv static PyObject Scanner___new__(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
| |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |
| valIndex | back to summary |
|---|---|
| pack-priv static PyTuple valIndex(PyObject obj, int i) | |