Uses of Record Class
org.ek9lang.compiler.phase7.generator.GuardedConditionEvaluator.ConditionEvaluation
Packages that use GuardedConditionEvaluator.ConditionEvaluation
-
Uses of GuardedConditionEvaluator.ConditionEvaluation in org.ek9lang.compiler.phase7.generator
Methods in org.ek9lang.compiler.phase7.generator that return GuardedConditionEvaluator.ConditionEvaluationModifier and TypeMethodDescriptionGuardedConditionEvaluator.evaluate(EK9Parser.ExpressionContext conditionExpr, EK9Parser.PreFlowStatementContext preFlowStmt, VariableDetails conditionResult, String scopeId, DebugInfo debugInfo) Evaluates a condition expression that may have guard variables.GuardedConditionEvaluator.evaluateGuardOnlyForVariable(ISymbol guardSymbol, String variableName, VariableDetails conditionResult, String scopeId, DebugInfo debugInfo) Evaluates guard only for a pre-resolved variable (used by WHILE/DO-WHILE for entry check).