Class PyTableCode

All Implemented Interfaces:
Serializable

public class PyTableCode extends PyCode
An implementation of PyCode where the actual executable content is stored as a PyFunctionTable instance and an integer index.
See Also: