org.python.core

Class AutoInternalTables

Known Direct Subclasses:
SoftIInternalTables, WeakInternalTables

public abstract class AutoInternalTables
extends InternalTables2

Nested Class Summary

Nested classes/interfaces inherited from class org.python.core.InternalTables

InternalTables._LazyRep

Method Summary

void
_beginCanonical()
void
_beginLazyCanonical()
void
_beginOverAdapterClasses()
void
_beginOverAdapters()
boolean
_doesSomeAutoUnload()
void
_flush(PyJavaClass jc)
void
_forceCleanup()
Object
_next()

Methods inherited from class org.python.core.InternalTables2

_beginCanonical, _beginLazyCanonical, _beginOverAdapterClasses, _beginOverAdapters, _flushCurrent, _next

Methods inherited from class org.python.core.InternalTables1

_beginCanonical, _beginLazyCanonical, _beginOverAdapterClasses, _beginOverAdapters, _flush, _flushCurrent, _next

Methods inherited from class org.python.core.InternalTables

_beginCanonical, _beginLazyCanonical, _beginOverAdapterClasses, _beginOverAdapters, _doesSomeAutoUnload, _flush, _flushCurrent, _forceCleanup, _next

Method Details

_beginCanonical

public void _beginCanonical()
Overrides:
_beginCanonical in interface InternalTables2

_beginLazyCanonical

public void _beginLazyCanonical()
Overrides:
_beginLazyCanonical in interface InternalTables2

_beginOverAdapterClasses

public void _beginOverAdapterClasses()
Overrides:
_beginOverAdapterClasses in interface InternalTables2

_beginOverAdapters

public void _beginOverAdapters()
Overrides:
_beginOverAdapters in interface InternalTables2

_doesSomeAutoUnload

public boolean _doesSomeAutoUnload()
Overrides:
_doesSomeAutoUnload in interface InternalTables

_flush

public void _flush(PyJavaClass jc)
Overrides:
_flush in interface InternalTables1

_forceCleanup

public void _forceCleanup()
Overrides:
_forceCleanup in interface InternalTables

_next

public Object _next()
Overrides:
_next in interface InternalTables2

Jython homepage