Class IntType

  • All Implemented Interfaces:
    Type<java.math.BigInteger>
    Direct Known Subclasses:
    Int, Uint

    public abstract class IntType
    extends NumericType
    Common integer properties.
    • Constructor Detail

      • IntType

        public IntType​(java.lang.String typePrefix,
                       int bitSize,
                       java.math.BigInteger value)
    • Method Detail

      • valid

        protected boolean valid()