|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PyObjectAdapter | |
|---|---|
| cz.cuni.amis.introspection.python | Package for introspection of Python code. |
| Uses of PyObjectAdapter in cz.cuni.amis.introspection.python |
|---|
| Methods in cz.cuni.amis.introspection.python that return types with arguments of type PyObjectAdapter | |
|---|---|
protected ArrayList<PyObjectAdapter> |
PythonInstrospectableProxy.filterObject(Object object,
boolean hasChildren)
Filters children of the proxy according to 'hasChildren' parameter. |
ArrayList<PyObjectAdapter> |
PyObjectAdapter.getChildren()
Returns array list of childrens. |
ArrayList<PyObjectAdapter> |
PyTupleWrapper.getChildren(Object object)
|
ArrayList<PyObjectAdapter> |
PyUnsupportedWrapper.getChildren(Object object)
|
ArrayList<PyObjectAdapter> |
PyFloatWrapper.getChildren(Object object)
|
ArrayList<PyObjectAdapter> |
PyStringWrapper.getChildren(Object object)
|
ArrayList<PyObjectAdapter> |
PyIntegerWrapper.getChildren(Object object)
|
ArrayList<PyObjectAdapter> |
PyDictionaryWrapper.getChildren(Object object)
|
ArrayList<PyObjectAdapter> |
PyInstanceWrapper.getChildren(Object object)
|
ArrayList<PyObjectAdapter> |
PyLongWrapper.getChildren(Object object)
|
ArrayList<PyObjectAdapter> |
PyListWrapper.getChildren(Object object)
|
abstract ArrayList<PyObjectAdapter> |
PyObjectWrapper.getChildren(Object pyObject)
If the PyObject contains children (e.g. |
| Constructors in cz.cuni.amis.introspection.python with parameters of type PyObjectAdapter | |
|---|---|
PythonInstrospectableProxy(PyObjectAdapter adapter)
|
|
PythonProperty(PyObjectAdapter adapter)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||