1 instantiation of ExptypeDeclContext
ILAssembler (1)
gen\CILParser.cs (1)
16124
ExptypeDeclContext _localctx = new
ExptypeDeclContext
(Context, State);
9 references to ExptypeDeclContext
ILAssembler (9)
gen\CILBaseVisitor.cs (1)
1930
public virtual Result VisitExptypeDecl([NotNull] CILParser.
ExptypeDeclContext
context) { return VisitChildren(context); }
gen\CILParser.cs (6)
16036
[System.Diagnostics.DebuggerNonUserCode] public
ExptypeDeclContext
[] exptypeDecl() {
16037
return GetRuleContexts<
ExptypeDeclContext
>();
16039
[System.Diagnostics.DebuggerNonUserCode] public
ExptypeDeclContext
exptypeDecl(int i) {
16040
return GetRuleContext<
ExptypeDeclContext
>(i);
16123
public
ExptypeDeclContext
exptypeDecl() {
16124
ExptypeDeclContext
_localctx = new ExptypeDeclContext(Context, State);
gen\CILVisitor.cs (1)
1175
Result VisitExptypeDecl([NotNull] CILParser.
ExptypeDeclContext
context);
GrammarVisitor.cs (1)
2148
public GrammarResult VisitExptypeDecl(CILParser.
ExptypeDeclContext
context) => throw new UnreachableException(NodeShouldNeverBeDirectlyVisited);