All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.ReferenceType

java.lang.Object
   |
   +----de.fub.bytecode.generic.Type
           |
           +----de.fub.bytecode.generic.ReferenceType

public class ReferenceType
extends Type
Super class for objects and arrays.

Version:
$Id: ReferenceType.java,v 1.6 1999/06/08 16:59:55 dahm Exp $
Author:
M. Dahm

Constructor Index

 o ReferenceType(byte, String)

Method Index

 o toString()

Constructors

 o ReferenceType
 protected ReferenceType(byte t,
                         String s)

Methods

 o toString
 public String toString()
Overrides:
toString in class Type

All Packages  Class Hierarchy  This Package  Previous  Next  Index