Class BasicType

java.lang.Object
org.apache.bcel.generic.Type
org.apache.bcel.generic.BasicType

public final class BasicType extends Type
Denotes basic type such as int.
  • Method Details

    • getType

      public static BasicType getType(byte type)
      Gets the BasicType for the given type constant.
      Parameters:
      type - the type constant.
      Returns:
      the BasicType.
      Since:
      6.0
    • equals

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

      public int hashCode()
      Description copied from class: Type
      Gets the hash code of this Type.
      Overrides:
      hashCode in class Type
      Returns:
      a hash code value for the object.