A class that defines all predefined constants and operators
as well as special classes such as java.lang.Object, which need
to be known to the compiler. All symbols are held in instance
fields. This makes it possible to work in multiple concurrent
projects, which might use different class files for library classes.
This is NOT part of any API supported by Sun Microsystems. If
you write code that depends on this, you do so at your own risk.
This code and its internal interfaces are subject to change or
deletion without notice.
A hashtable containing the encountered top-level and member classes,
indexed by flat names. The table does not contain local classes.
It should be updated from the outside to reflect classes defined
by compiled source files.
cloneNotSupportedExceptionType
final publicType cloneNotSupportedExceptionType(Code)