| Modifier and Type | Field and Description |
|---|---|
| protected PyType | |
| protected String |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| protected void | |
| protected void | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| PyDescriptor | back to summary |
|---|---|
| public PyDescriptor() | |
| checkCallerType | back to summary |
|---|---|
| protected void checkCallerType(PyType type) | |
| checkGetterType | back to summary |
|---|---|
| protected void checkGetterType(PyType type) | |
| refersDirectlyTo | back to summary |
|---|---|
| public boolean refersDirectlyTo(PyObject ob) Implements org. Doc from org. Optional operation.
Should only be implemented if it is more efficient
than calling
| |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |