|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use cz.cuni.amis.introspection.python | |
|---|---|
| cz.cuni.amis.introspection.python | Package for introspection of Python code. |
| Classes in cz.cuni.amis.introspection.python used by cz.cuni.amis.introspection.python | |
|---|---|
| PyObjectAdapter
This class is wrapper for PyObject which probes the PyObject for it's type and accessibility and provides methods neccessary for introspection of the PyObject If you want to extend the number of classes the Python introspection accepts, than simply create class PyNewClassWrapper extends PyObjectWrapper and add it to a PyObjectAdapater.probeObject() body. |
|
| PyObjectPlace
This absract class is used for anonymous classes which decribes where the PyObject lies (it's owner), when we do set() on the property we have to know where to write the new value. |
|
| PyObjectWrapper
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||