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)
    • 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()
      Overrides:
      hashCode in class Type
      Returns:
      a hash code value for the object.