Package gnu.bytecode

Class CpoolClass


  • public class CpoolClass
    extends CpoolEntry
    A CONSTANT_Class entry in the constant pool.
    • Method Detail

      • getStringName

        public final String getStringName()
        Get name of the class as a String.
      • getClassName

        public final String getClassName()
      • getClassType

        public final ObjectType getClassType()
        Get corresponding ObjectType (ClassType or ArrayType).
      • print

        public void print​(ClassTypeWriter dst,
                          int verbosity)
        Description copied from class: CpoolEntry
        Print this constant pool entry. If verbosity==0, print very tersely (no extraneous text). If verbosity==1, prefix the type of the constant. If verbosity==2, add more descriptive text.
        Specified by:
        print in class CpoolEntry