| Modifier and Type | Field and Description |
|---|---|
| pack-priv PyObject | |
| protected ReferenceBackend |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __eq__(PyObject
the object to compare this with. other)Overrides org. Equivalent to the standard Python __eq__ method. |
| public PyObject | __ne__(PyObject
the object to compare this with. other)Overrides org. Equivalent to the standard Python __ne__ method. |
| pack-priv void | |
| public boolean | equals(Object
the reference object with which to compare. ob_other)Overrides org. Should almost never be overridden. |
| protected PyObject | |
| public boolean | |
| public int | |
| protected PyObject | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| callback | back to summary |
|---|---|
| pack-priv PyObject callback | |
| gref | back to summary |
|---|---|
| protected ReferenceBackend gref | |
| AbstractReference | back to summary |
|---|---|
| public AbstractReference(PyType subType, ReferenceBackend gref, PyObject callback) | |
| __eq__ | back to summary |
|---|---|
| public PyObject __eq__(PyObject other) Overrides org. Doc from org. Equivalent to the standard Python __eq__ method. | |
| __ne__ | back to summary |
|---|---|
| public PyObject __ne__(PyObject other) Overrides org. Doc from org. Equivalent to the standard Python __ne__ method. | |
| call | back to summary |
|---|---|
| pack-priv void call() | |
| equals | back to summary |
|---|---|
| public boolean equals(Object ob_other) Overrides org. Doc from org. Should almost never be overridden. If overridden, it is the subclasses responsibility to
ensure that
| |
| get | back to summary |
|---|---|
| protected PyObject get() | |
| hasCallback | back to summary |
|---|---|
| public boolean hasCallback() | |
| hashCode | back to summary |
|---|---|
| public int hashCode() Overrides org. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
| |
| py | back to summary |
|---|---|
| protected PyObject py() | |
| 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
| |