org.apache.bcel.generic

Class BasicType

public final class BasicType extends Type

Denotes basic type such as int.

Version: $Id: BasicType.java 152690 2001-10-29 19:59:54Z jvanzyl $

Author: M. Dahm

Method Summary
booleanequals(Object type)
static BasicTypegetType(byte type)

Method Detail

equals

public boolean equals(Object type)

Returns: true if both type objects refer to the same type

getType

public static final BasicType getType(byte type)