|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.pogamut.introspection.python.PyObjectWrapper
cz.cuni.pogamut.introspection.python.PyListWrapper
public class PyListWrapper
Constructor Summary | |
---|---|
PyListWrapper()
|
Method Summary | |
---|---|
java.util.ArrayList<PyObjectAdapter> |
getChildren(java.lang.Object object)
If the PyObject contains children (e.g. |
java.lang.Object |
getJavaObject(java.lang.Object pyObject)
Returns java representation of the object. |
PyObject |
getNewValue(java.lang.Object newValue)
Accepts Collection |
boolean |
hasChildren(java.lang.Object pyObject)
Whether the wrapper may have children (e.g. |
Methods inherited from class cz.cuni.pogamut.introspection.python.PyObjectWrapper |
---|
getJavaClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PyListWrapper()
Method Detail |
---|
public java.util.ArrayList<PyObjectAdapter> getChildren(java.lang.Object object)
PyObjectWrapper
getChildren
in class PyObjectWrapper
public boolean hasChildren(java.lang.Object pyObject)
PyObjectWrapper
hasChildren
in class PyObjectWrapper
public java.lang.Object getJavaObject(java.lang.Object pyObject)
PyObjectWrapper
getJavaObject
in class PyObjectWrapper
public PyObject getNewValue(java.lang.Object newValue)
getNewValue
in class PyObjectWrapper
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |