de.fub.bytecode.generic
Class ObjectType

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

public final class ObjectType
extends ReferenceType

Denotes reference such as java.lang.String.

Version:
$Id: ObjectType.java,v 1.3 1999/05/04 13:14:43 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
ObjectType(java.lang.String class_name)
           
 
Method Summary
 boolean equals(java.lang.Object type)
           
 java.lang.String getClassName()
           
 
Methods inherited from class de.fub.bytecode.generic.ReferenceType
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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectType

public ObjectType(java.lang.String class_name)
Parameters:
class_name - fully qualified class name, e.g. java.lang.String
Method Detail

getClassName

public java.lang.String getClassName()
Returns:
name of referenced class

equals

public boolean equals(java.lang.Object type)
Overrides:
equals in class java.lang.Object