Uses of Record Class
org.ek9lang.compiler.phase7.generator.GuardedScopeOrchestrator.OrchestratorContext
Packages that use GuardedScopeOrchestrator.OrchestratorContext
-
Uses of GuardedScopeOrchestrator.OrchestratorContext in org.ek9lang.compiler.phase7.generator
Method parameters in org.ek9lang.compiler.phase7.generator with type arguments of type GuardedScopeOrchestrator.OrchestratorContextModifier and TypeMethodDescriptionGuardedScopeOrchestrator.orchestrate(org.antlr.v4.runtime.tree.ParseTree ctx, EK9Parser.PreFlowStatementContext preFlowStmt, EK9Parser.ReturningParamContext returningParam, Function<GuardedScopeOrchestrator.OrchestratorContext, List<IRInstr>> coreGenerator) Orchestrate for constructs whose core producesList<IRInstr>.GuardedScopeOrchestrator.orchestrateChain(org.antlr.v4.runtime.tree.ParseTree ctx, EK9Parser.PreFlowStatementContext preFlowStmt, EK9Parser.ReturningParamContext returningParam, Function<GuardedScopeOrchestrator.OrchestratorContext, ControlFlowChainDetails> coreGenerator) Orchestrate for constructs whose core producesControlFlowChainDetails.