Uses of Class
org.ek9lang.compiler.phase7.generator.ControlFlowChainGenerator
Packages that use ControlFlowChainGenerator
-
Uses of ControlFlowChainGenerator in org.ek9lang.compiler.phase7.generator
Fields in org.ek9lang.compiler.phase7.generator declared as ControlFlowChainGeneratorModifier and TypeFieldDescriptionGeneratorSet.controlFlowChainGeneratorGenerates control flow chains (ternary, guards, etc.).Constructors in org.ek9lang.compiler.phase7.generator with parameters of type ControlFlowChainGeneratorModifierConstructorDescriptionGuardedAssignmentBlockGenerator(IRGenerationContext stackContext, ControlFlowChainGenerator controlFlowChainGenerator, AssignExpressionToSymbol assignExpressionToSymbol) QuestionBlockGenerator(IRGenerationContext stackContext, ControlFlowChainGenerator controlFlowChainGenerator)