Package org.checkerframework.checker.signedness.qual


package org.checkerframework.checker.signedness.qual
  • Annotation Interfaces
    Class
    Description
    A polymorphic qualifier for the signedness type system.
    The value is to be interpreted as signed.
    The bottom type in the Signedness type system.
    Client code may interpret the value either as Signed or as Unsigned.
    The expression's value is in the signed positive range; that is, its most significant bit is zero.
    The value's signedness is not known to the Signedness Checker.
    The value is to be interpreted as unsigned.