Package org.python.core
Class InternalTables1
- java.lang.Object
-
- org.python.core.InternalTables
-
- org.python.core.InternalTables1
-
- Direct Known Subclasses:
InternalTables2
public class InternalTables1 extends InternalTables
Deprecated.Java1 no longer supported.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.python.core.InternalTables
InternalTables._LazyRep
-
-
Constructor Summary
Constructors Constructor Description InternalTables1()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void_beginCanonical()Deprecated.void_beginLazyCanonical()Deprecated.void_beginOverAdapterClasses()Deprecated.void_beginOverAdapters()Deprecated.void_flush(PyJavaClass jc)Deprecated.void_flushCurrent()Deprecated.java.lang.Object_next()Deprecated.-
Methods inherited from class org.python.core.InternalTables
_doesSomeAutoUnload, _forceCleanup
-
-
-
-
Method Detail
-
_beginCanonical
public void _beginCanonical()
Deprecated.- Specified by:
_beginCanonicalin classInternalTables
-
_beginLazyCanonical
public void _beginLazyCanonical()
Deprecated.- Specified by:
_beginLazyCanonicalin classInternalTables
-
_beginOverAdapterClasses
public void _beginOverAdapterClasses()
Deprecated.- Specified by:
_beginOverAdapterClassesin classInternalTables
-
_beginOverAdapters
public void _beginOverAdapters()
Deprecated.- Specified by:
_beginOverAdaptersin classInternalTables
-
_next
public java.lang.Object _next()
Deprecated.- Specified by:
_nextin classInternalTables
-
_flushCurrent
public void _flushCurrent()
Deprecated.- Specified by:
_flushCurrentin classInternalTables
-
_flush
public void _flush(PyJavaClass jc)
Deprecated.- Specified by:
_flushin classInternalTables
-
-