Uses of Class
cz.cuni.amis.introspection.python.PyObjectAdapter

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> PyUnsupportedWrapper.getChildren(Object object)
           
 ArrayList<PyObjectAdapter> PyTupleWrapper.getChildren(Object object)
           
 ArrayList<PyObjectAdapter> PyStringWrapper.getChildren(Object object)
           
abstract  ArrayList<PyObjectAdapter> PyObjectWrapper.getChildren(Object pyObject)
          If the PyObject contains children (e.g.
 ArrayList<PyObjectAdapter> PyLongWrapper.getChildren(Object object)
           
 ArrayList<PyObjectAdapter> PyListWrapper.getChildren(Object object)
           
 ArrayList<PyObjectAdapter> PyIntegerWrapper.getChildren(Object object)
           
 ArrayList<PyObjectAdapter> PyInstanceWrapper.getChildren(Object object)
           
 ArrayList<PyObjectAdapter> PyFloatWrapper.getChildren(Object object)
           
 ArrayList<PyObjectAdapter> PyDictionaryWrapper.getChildren(Object object)
           
 

Constructors in cz.cuni.amis.introspection.python with parameters of type PyObjectAdapter
PythonInstrospectableProxy(PyObjectAdapter adapter)
           
PythonProperty(PyObjectAdapter adapter)
           
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.