Uses of Record Class
org.ek9lang.compiler.phase7.generator.ConditionEvaluation
Packages that use ConditionEvaluation
-
Uses of ConditionEvaluation in org.ek9lang.compiler.phase7.generator
Methods in org.ek9lang.compiler.phase7.generator that return 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.