1 instantiation of GenArityNotEmptyContext
ILAssembler (1)
gen\CILParser.cs (1)
9465 GenArityNotEmptyContext _localctx = new GenArityNotEmptyContext(Context, State);
12 references to GenArityNotEmptyContext
ILAssembler (12)
gen\CILBaseVisitor.cs (1)
1260 public virtual Result VisitGenArityNotEmpty([NotNull] CILParser.GenArityNotEmptyContext context) { return VisitChildren(context); }
gen\CILParser.cs (6)
8430 [System.Diagnostics.DebuggerNonUserCode] public GenArityNotEmptyContext genArityNotEmpty() { 8431 return GetRuleContext<GenArityNotEmptyContext>(0); 9394 [System.Diagnostics.DebuggerNonUserCode] public GenArityNotEmptyContext genArityNotEmpty() { 9395 return GetRuleContext<GenArityNotEmptyContext>(0); 9464 public GenArityNotEmptyContext genArityNotEmpty() { 9465 GenArityNotEmptyContext _localctx = new GenArityNotEmptyContext(Context, State);
gen\CILVisitor.cs (1)
773 Result VisitGenArityNotEmpty([NotNull] CILParser.GenArityNotEmptyContext context);
GrammarVisitor.cs (4)
3124=> context.genArityNotEmpty() is CILParser.GenArityNotEmptyContext genArity ? VisitGenArityNotEmpty(genArity) : new(0); 3126GrammarResult ICILVisitor<GrammarResult>.VisitGenArityNotEmpty(CILParser.GenArityNotEmptyContext context) => VisitGenArityNotEmpty(context); 3127public GrammarResult.Literal<int> VisitGenArityNotEmpty(CILParser.GenArityNotEmptyContext context) => VisitInt32(context.int32()); 4546else if (context.genArityNotEmpty() is CILParser.GenArityNotEmptyContext genArityNotEmpty)