|
|||||||||
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.PyStringWrapper
public class PyStringWrapper
Constructor Summary | |
---|---|
PyStringWrapper()
|
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 String instance of the stored value. |
PyObject |
getNewValue(java.lang.Object newValue)
Returns PyString instance of the value newValue. |
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 PyStringWrapper()
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)
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 |