org.apache.bcel.generic

Class BasicType

public final class BasicType extends Type

Denotes basic type such as int.

Version: $Id: BasicType.java 386056 2006-03-15 11:31:56Z tcurdt $

Author: M. Dahm

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

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)

hashCode

public int hashCode()

Returns: a hash code value for the object.

Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.