Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class DE.fub.inf.JVM.ClassGen.ObjectType

java.lang.Object
  |
  +--DE.fub.inf.JVM.ClassGen.Type
        |
        +--DE.fub.inf.JVM.ClassGen.ReferenceType
              |
              +--DE.fub.inf.JVM.ClassGen.ObjectType

public final class ObjectType
extends ReferenceType
Denotes reference such as java.lang.String.

Version:
$Id: ObjectType.java,v 1.2 1998/10/15 13:17:16 dahm Exp $
Author:
M. Dahm

Fields inherited from class DE.fub.inf.JVM.ClassGen.Type
BOOLEAN, BYTE, CHAR, DOUBLE, FLOAT, INT, LONG, NO_ARGS, SHORT, signature, 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.inf.JVM.ClassGen.Type
getArgumentTypes, getMethodSignature, getReturnType, getSignature, getSize, getType, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, 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

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD