de.fub.bytecode.generic
Class BasicType

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

public final class BasicType
extends Type

Denotes basic type such as int.

Version:
$Id: BasicType.java,v 1.4 2001/05/09 09:26:57 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, THROWABLE, type, UNKNOWN, VOID
 
Method Summary
 boolean equals(java.lang.Object type)
           
static BasicType getType(byte type)
           
 
Methods inherited from class de.fub.bytecode.generic.Type
getArgumentTypes, getMethodSignature, getReturnType, getSignature, getSize, getType, getType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getType

public static final BasicType getType(byte type)

equals

public boolean equals(java.lang.Object type)
Overrides:
equals in class java.lang.Object
Returns:
true if both type objects refer to the same type