Uses of Record Class
org.ek9lang.compiler.phase5.flow.SymbolicPathConditionWalker.BranchResult
Packages that use SymbolicPathConditionWalker.BranchResult
-
Uses of SymbolicPathConditionWalker.BranchResult in org.ek9lang.compiler.phase5.flow
Methods in org.ek9lang.compiler.phase5.flow that return SymbolicPathConditionWalker.BranchResultModifier and TypeMethodDescriptionSymbolicPathConditionWalker.AnalysisResult.ifBranch()Returns the value of theifBranchrecord component.Constructors in org.ek9lang.compiler.phase5.flow with parameters of type SymbolicPathConditionWalker.BranchResultModifierConstructorDescriptionAnalysisResult(PathCondition baseCondition, SymbolicPathConditionWalker.BranchResult ifBranch) Creates an instance of aAnalysisResultrecord class.