Class NullnessNoInitValue

java.lang.Object
org.checkerframework.framework.flow.CFAbstractValue<NullnessNoInitValue>
org.checkerframework.checker.nullness.NullnessNoInitValue
All Implemented Interfaces:
AbstractValue<NullnessNoInitValue>

public class NullnessNoInitValue extends CFAbstractValue<NullnessNoInitValue>
Behaves just like CFValue, but additionally tracks whether at this point PolyNull is known to be NonNull or Nullable (or not known to be either)