Uses of Class
org.ek9lang.compiler.phase5.flow.ConstraintState
Packages that use ConstraintState
-
Uses of ConstraintState in org.ek9lang.compiler.phase5.flow
Methods in org.ek9lang.compiler.phase5.flow that return ConstraintStateModifier and TypeMethodDescriptionstatic ConstraintStateConstraintState.join(ConstraintState first, ConstraintState second) Join this state with another at a branch convergence point.static ConstraintStateConstraintState.joinRetainingMayOf(ConstraintState first, ConstraintState second) Join for a construct whose second state is GUARANTEED to have executed - the body of ado ... whileloop, or afinallyblock.ConstraintState.snapshot()Create a snapshot (copy) of this state for branch splitting.Methods in org.ek9lang.compiler.phase5.flow with parameters of type ConstraintStateModifier and TypeMethodDescriptionstatic ConstraintStateConstraintState.join(ConstraintState first, ConstraintState second) Join this state with another at a branch convergence point.static ConstraintStateConstraintState.joinRetainingMayOf(ConstraintState first, ConstraintState second) Join for a construct whose second state is GUARANTEED to have executed - the body of ado ... whileloop, or afinallyblock.