Package org.checkerframework.checker.signedness
package org.checkerframework.checker.signedness
-
ClassDescriptionThe type factory for the Signedness Checker.A type-checker that prevents mixing of unsigned and signed values, and prevents meaningless operations on unsigned values.This file contains code to special-case shifts whose result does not depend on the MSB of the first argument, due to subsequent masking or casts.The SignednessVisitor enforces the Signedness Checker rules.