de.fub.bytecode.generic
Class ReferenceType

java.lang.Object
  |
  +--de.fub.bytecode.generic.Type
        |
        +--de.fub.bytecode.generic.ReferenceType
Direct Known Subclasses:
ArrayType, ObjectType

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

Fields inherited from class de.fub.bytecode.generic.Type
BOOLEAN, BYTE, CHAR, DOUBLE, FLOAT, INT, LONG, NO_ARGS, NULL, OBJECT, SHORT, signature, STRING, STRINGBUFFER, type, VOID
 
Constructor Summary
protected ReferenceType(byte t, java.lang.String s)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class de.fub.bytecode.generic.Type
getArgumentTypes, getMethodSignature, getReturnType, getSignature, getSize, getType, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReferenceType

protected ReferenceType(byte t,
                        java.lang.String s)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Type