jdk/src/jdk.jdi/share/classes/com/sun/jdi/ClassType.java
changeset 45564 0149773a140c
parent 45001 9526cc76a8ea
equal deleted inserted replaced
45563:ece4ae6beba3 45564:0149773a140c
    40  * @author Gordon Hirsch
    40  * @author Gordon Hirsch
    41  * @author James McIlree
    41  * @author James McIlree
    42  * @since  1.3
    42  * @since  1.3
    43  */
    43  */
    44 public interface ClassType extends ReferenceType {
    44 public interface ClassType extends ReferenceType {
       
    45 
    45     /**
    46     /**
    46      * Gets the superclass of this class.
    47      * Gets the superclass of this class.
    47      *
    48      *
    48      * @return a {@link ClassType} that mirrors the superclass
    49      * @return a {@link ClassType} that mirrors the superclass
    49      * of this class in the target VM. If no such class exists,
    50      * of this class in the target VM. If no such class exists,