class level information of stored java class owned by the user
Columns ___________________________ NAME name of the java class MAJOR the major version number of the java class as defined in JVM specification MINOR the minor version number of the java class as defined in JVM specification KIND is the stored object a java class or java interface? ACCESSIBILITY the accessiblity of the java class IS_INNER is this java class an inner class IS_ABSTRACT is this an abstract class? IS_FINAL is this an final class? IS_DEBUG does this class contain debug information? SOURCE source designation of the java class SUPER super class of this java class OUTER outer class of this java class if this java class is an inner class