public abstract class IntType extends NumericType
MAX_BIT_LENGTH, MAX_BYTE_LENGTH| Constructor and Description |
|---|
IntType(java.lang.String typePrefix,
int bitSize,
java.math.BigInteger value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitSize() |
protected boolean |
valid() |
equals, getTypeAsString, getValue, hashCodepublic IntType(java.lang.String typePrefix,
int bitSize,
java.math.BigInteger value)
public int getBitSize()
getBitSize in class NumericTypeprotected boolean valid()