1 instantiation of Instr_switchContext
ILAssembler (1)
gen\CILParser.cs (1)
4502 Instr_switchContext _localctx = new Instr_switchContext(Context, State);
8 references to Instr_switchContext
ILAssembler (8)
gen\CILBaseVisitor.cs (1)
647 public virtual Result VisitInstr_switch([NotNull] CILParser.Instr_switchContext context) { return VisitChildren(context); }
gen\CILParser.cs (4)
4501 public Instr_switchContext instr_switch() { 4502 Instr_switchContext _localctx = new Instr_switchContext(Context, State); 4602 [System.Diagnostics.DebuggerNonUserCode] public Instr_switchContext instr_switch() { 4603 return GetRuleContext<Instr_switchContext>(0);
gen\CILVisitor.cs (1)
400 Result VisitInstr_switch([NotNull] CILParser.Instr_switchContext context);
GrammarVisitor.cs (2)
3273public GrammarResult.Literal<ILOpCode> VisitInstr_switch(CILParser.Instr_switchContext context) => new(ParseOpCodeFromToken(((ITerminalNode)context.children[0]).Symbol)); 3292GrammarResult ICILVisitor<GrammarResult>.VisitInstr_switch(CILParser.Instr_switchContext context) => VisitInstr_switch(context);