|
|||||||||
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.PyInstanceWrapper
public class PyInstanceWrapper
Constructor Summary | |
---|---|
PyInstanceWrapper()
|
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)
Unsupported! |
PyObject |
getNewValue(java.lang.Object newValue)
Unsupported! |
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 PyInstanceWrapper()
Method Detail |
---|
public java.util.ArrayList<PyObjectAdapter> getChildren(java.lang.Object object)
PyObjectWrapper
getChildren
in class PyObjectWrapper
public java.lang.Object getJavaObject(java.lang.Object pyObject)
getJavaObject
in class PyObjectWrapper
public PyObject getNewValue(java.lang.Object newValue)
getNewValue
in class PyObjectWrapper
public boolean hasChildren(java.lang.Object pyObject)
PyObjectWrapper
hasChildren
in class PyObjectWrapper
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |