1 instantiation of ExptypeDeclContext
ILAssembler (1)
gen\CILParser.cs (1)
16598
ExptypeDeclContext _localctx = new
ExptypeDeclContext
(Context, State);
9 references to ExptypeDeclContext
ILAssembler (9)
gen\CILBaseVisitor.cs (1)
1970
public virtual Result VisitExptypeDecl([NotNull] CILParser.
ExptypeDeclContext
context) { return VisitChildren(context); }
gen\CILParser.cs (6)
16510
[System.Diagnostics.DebuggerNonUserCode] public
ExptypeDeclContext
[] exptypeDecl() {
16511
return GetRuleContexts<
ExptypeDeclContext
>();
16513
[System.Diagnostics.DebuggerNonUserCode] public
ExptypeDeclContext
exptypeDecl(int i) {
16514
return GetRuleContext<
ExptypeDeclContext
>(i);
16597
public
ExptypeDeclContext
exptypeDecl() {
16598
ExptypeDeclContext
_localctx = new ExptypeDeclContext(Context, State);
gen\CILVisitor.cs (1)
1199
Result VisitExptypeDecl([NotNull] CILParser.
ExptypeDeclContext
context);
GrammarVisitor.cs (1)
2494
public GrammarResult VisitExptypeDecl(CILParser.
ExptypeDeclContext
context) => throw new UnreachableException(NodeShouldNeverBeDirectlyVisited);