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.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.