Uses of Class
org.ek9lang.compiler.phase5.flow.PathCondition
Packages that use PathCondition
-
Uses of PathCondition in org.ek9lang.compiler.phase5.flow
Methods in org.ek9lang.compiler.phase5.flow that return PathConditionModifier and TypeMethodDescriptionSymbolicPathConditionWalker.AnalysisResult.baseCondition()Returns the value of thebaseConditionrecord component.PathCondition.snapshot()An independent copy — used to branch a path condition without aliasing the parent's fact list.Constructors in org.ek9lang.compiler.phase5.flow with parameters of type PathConditionModifierConstructorDescriptionAnalysisResult(PathCondition baseCondition, SymbolicPathConditionWalker.BranchResult ifBranch) Creates an instance of aAnalysisResultrecord class.