jaxp/src/com/sun/org/apache/bcel/internal/util/Class2HTML.java
changeset 25264 040625ce9b72
parent 16953 a44e04deb948
equal deleted inserted replaced
25263:0939b202eb62 25264:040625ce9b72
    80  *
    80  *
    81  * All subfiles reference each other appropiately, e.g. clicking on a
    81  * All subfiles reference each other appropiately, e.g. clicking on a
    82  * method in the Method's frame will jump to the appropiate method in
    82  * method in the Method's frame will jump to the appropiate method in
    83  * the Code frame.
    83  * the Code frame.
    84  *
    84  *
    85  * @version $Id: Class2HTML.java,v 1.3 2007-07-19 04:34:52 ofung Exp $
       
    86  * @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
    85  * @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
    87 */
    86 */
    88 public class Class2HTML implements Constants
    87 public class Class2HTML implements Constants
    89 {
    88 {
    90   private JavaClass java_class;     // current class object
    89   private JavaClass java_class;     // current class object