1 instantiation of GenArityNotEmptyContext
ILAssembler (1)
gen\CILParser.cs (1)
9043 GenArityNotEmptyContext _localctx = new GenArityNotEmptyContext(Context, State);
12 references to GenArityNotEmptyContext
ILAssembler (12)
gen\CILBaseVisitor.cs (1)
1220 public virtual Result VisitGenArityNotEmpty([NotNull] CILParser.GenArityNotEmptyContext context) { return VisitChildren(context); }
gen\CILParser.cs (6)
7976 [System.Diagnostics.DebuggerNonUserCode] public GenArityNotEmptyContext genArityNotEmpty() { 7977 return GetRuleContext<GenArityNotEmptyContext>(0); 8972 [System.Diagnostics.DebuggerNonUserCode] public GenArityNotEmptyContext genArityNotEmpty() { 8973 return GetRuleContext<GenArityNotEmptyContext>(0); 9042 public GenArityNotEmptyContext genArityNotEmpty() { 9043 GenArityNotEmptyContext _localctx = new GenArityNotEmptyContext(Context, State);
gen\CILVisitor.cs (1)
749 Result VisitGenArityNotEmpty([NotNull] CILParser.GenArityNotEmptyContext context);
GrammarVisitor.cs (4)
2765=> context.genArityNotEmpty() is CILParser.GenArityNotEmptyContext genArity ? VisitGenArityNotEmpty(genArity) : new(0); 2767GrammarResult ICILVisitor<GrammarResult>.VisitGenArityNotEmpty(CILParser.GenArityNotEmptyContext context) => VisitGenArityNotEmpty(context); 2768public GrammarResult.Literal<int> VisitGenArityNotEmpty(CILParser.GenArityNotEmptyContext context) => VisitInt32(context.int32()); 4042else if (context.genArityNotEmpty() is CILParser.GenArityNotEmptyContext genArityNotEmpty)