Uses of Package
org.ek9lang.compiler.phase5.flow
Packages that use org.ek9lang.compiler.phase5.flow
Package
Description
I - PRE Intermediate Representation generation checks.
-
Classes in org.ek9lang.compiler.phase5.flow used by org.ek9lang.compiler.phase5ClassDescriptionTracks variable values through control flow for tautological condition detection.
-
Classes in org.ek9lang.compiler.phase5.flow used by org.ek9lang.compiler.phase5.flowClassDescriptionRepresents an abstract value in the value-tracking lattice for flow analysis.Represents an unreachable program point — a contradiction in constraints.Result of evaluating a condition against abstract values.Represents a variable known to hold a specific constant value.Immutable constraint state mapping variables to their abstract values.Represents a variable known to be within a numeric range [lo, hi].Represents a variable known to be either SET (has a meaningful value) or UNSET (declared but no value).Represents an unknown value — no information available about the variable.