org.aspectj.apache.bcel.generic
Class BasicType

java.lang.Object
  extended by org.aspectj.apache.bcel.generic.Type
      extended by org.aspectj.apache.bcel.generic.BasicType

public final class BasicType
extends Type

Denotes basic type such as int.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.aspectj.apache.bcel.generic.Type
Type.TypeHolder
 
Field Summary
 
Fields inherited from class org.aspectj.apache.bcel.generic.Type
BOOLEAN, BYTE, CHAR, CLASS, DOUBLE, EXCEPTION, FLOAT, INT, INTEGER, ITERATOR, LIST, LONG, NO_ARGS, NULL, OBJECT, OBJECT_ARRAY, SHORT, signature, STRING, STRING_ARRAY, STRINGARRAY1, STRINGARRAY2, STRINGARRAY3, STRINGARRAY4, STRINGARRAY5, STRINGARRAY6, STRINGARRAY7, STRINGBUFFER, STRINGBUILDER, THROWABLE, type, UNKNOWN, VOID
 
Method Summary
 boolean equals(java.lang.Object type)
           
static BasicType getType(byte type)
           
 
Methods inherited from class org.aspectj.apache.bcel.generic.Type
getArgumentSizes, getArgumentTypes, getReturnType, getSignature, getSignature, getSignature, getSize, getType, getType, getType, getTypeInternal, getTypeSize, 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