org.python.core
Class InternalTables

java.lang.Object
  extended by org.python.core.InternalTables
Direct Known Subclasses:
AutoInternalTables

public class InternalTables
extends java.lang.Object


Nested Class Summary
static class InternalTables._LazyRep
           
 
Constructor Summary
InternalTables()
           
 
Method Summary
 void _beginCanonical()
           
 void _beginLazyCanonical()
           
 void _beginOverAdapterClasses()
           
 void _beginOverAdapters()
           
 void _flush(PyJavaClass jc)
           
 void _flushCurrent()
           
 java.lang.Object _next()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalTables

public InternalTables()
Method Detail

_beginCanonical

public void _beginCanonical()

_beginLazyCanonical

public void _beginLazyCanonical()

_beginOverAdapterClasses

public void _beginOverAdapterClasses()

_beginOverAdapters

public void _beginOverAdapters()

_next

public java.lang.Object _next()

_flushCurrent

public void _flushCurrent()

_flush

public void _flush(PyJavaClass jc)


Jython homepage