Jython 2.7.4
org.python.core
Visitproc
Top
Methods
org.python.core
public
Interface Visitproc
Known Direct Implementers
org.
python.
modules.
gc.
ReferentsFinder
,
org.
python.
modules.
gc.
ReachableFinder
,
org.
python.
modules.
gc.
ReachableFinderWeakRefs
,
org.
python.
modules.
gc.
ReferrerFinder
,
org.
python.
modules.
gc.
RefersToSetFinder
,
org.
python.
modules.
gc.
RefInListFinder
,
org.
python.
modules.
gc.
ObjectInListFinder
Method Summary
Modifier and Type
Method and Description
public
int
visit
(
PyObject
object,
Object
arg
)
Must not be called with
object == null
.
Method Detail
visit
back to summary
public
int
visit
(
PyObject
object,
Object
arg
)
Must not be called with
object == null
.