|
|||||||||
| 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.PyLongWrapper
public class PyLongWrapper
| Constructor Summary | |
|---|---|
PyLongWrapper()
|
|
| 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 Long instance of the stored value. |
PyObject |
getNewValue(java.lang.Object newValue)
Returns PyLong 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 PyLongWrapper()
| Method Detail |
|---|
public java.util.ArrayList<PyObjectAdapter> getChildren(java.lang.Object object)
PyObjectWrapper
getChildren in class PyObjectWrapperpublic boolean hasChildren(java.lang.Object pyObject)
PyObjectWrapper
hasChildren in class PyObjectWrapperpublic java.lang.Object getJavaObject(java.lang.Object pyObject)
getJavaObject in class PyObjectWrapperpublic 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 | ||||||||