Uses of Record Class
org.ek9lang.compiler.phase7.generator.SwitchStatementGenerator.EvalVariable
Packages that use SwitchStatementGenerator.EvalVariable
-
Uses of SwitchStatementGenerator.EvalVariable in org.ek9lang.compiler.phase7.generator
Methods in org.ek9lang.compiler.phase7.generator with parameters of type SwitchStatementGenerator.EvalVariableModifier and TypeMethodDescriptionSwitchCaseOrChainGenerator.generateOrChain(List<EK9Parser.CaseExpressionContext> caseExpressions, SwitchStatementGenerator.EvalVariable evalVariable, String conditionScopeId) Generate OR chain for multiple case expressions with short-circuit evaluation.