Class alefBaseListener
This class provides an empty implementation of IalefListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Alef
Assembly: Alef.dll
Syntax
public class alefBaseListener : object, IalefListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAdtfunc(alefParser.AdtfuncContext)
Enter a parse tree produced by adtfunc().
The default implementation does nothing.
Declaration
public virtual void EnterAdtfunc(alefParser.AdtfuncContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.AdtfuncContext | context | The parse tree. |
EnterArg(alefParser.ArgContext)
Enter a parse tree produced by arg().
The default implementation does nothing.
Declaration
public virtual void EnterArg(alefParser.ArgContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ArgContext | context | The parse tree. |
EnterArglist(alefParser.ArglistContext)
Enter a parse tree produced by arglist().
The default implementation does nothing.
Declaration
public virtual void EnterArglist(alefParser.ArglistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ArglistContext | context | The parse tree. |
EnterArglistp(alefParser.ArglistpContext)
Enter a parse tree produced by arglistp().
The default implementation does nothing.
Declaration
public virtual void EnterArglistp(alefParser.ArglistpContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ArglistpContext | context | The parse tree. |
EnterArrayspec(alefParser.ArrayspecContext)
Enter a parse tree produced by arrayspec().
The default implementation does nothing.
Declaration
public virtual void EnterArrayspec(alefParser.ArrayspecContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ArrayspecContext | context | The parse tree. |
EnterAutodecl(alefParser.AutodeclContext)
Enter a parse tree produced by autodecl().
The default implementation does nothing.
Declaration
public virtual void EnterAutodecl(alefParser.AutodeclContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.AutodeclContext | context | The parse tree. |
EnterAutolist(alefParser.AutolistContext)
Enter a parse tree produced by autolist().
The default implementation does nothing.
Declaration
public virtual void EnterAutolist(alefParser.AutolistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.AutolistContext | context | The parse tree. |
EnterBlock(alefParser.BlockContext)
Enter a parse tree produced by block().
The default implementation does nothing.
Declaration
public virtual void EnterBlock(alefParser.BlockContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.BlockContext | context | The parse tree. |
EnterBufdim(alefParser.BufdimContext)
Enter a parse tree produced by bufdim().
The default implementation does nothing.
Declaration
public virtual void EnterBufdim(alefParser.BufdimContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.BufdimContext | context | The parse tree. |
EnterCase_(alefParser.Case_Context)
Enter a parse tree produced by case_().
The default implementation does nothing.
Declaration
public virtual void EnterCase_(alefParser.Case_Context context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.Case_Context | context | The parse tree. |
EnterCastexpr(alefParser.CastexprContext)
Enter a parse tree produced by castexpr().
The default implementation does nothing.
Declaration
public virtual void EnterCastexpr(alefParser.CastexprContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.CastexprContext | context | The parse tree. |
EnterCbody(alefParser.CbodyContext)
Enter a parse tree produced by cbody().
The default implementation does nothing.
Declaration
public virtual void EnterCbody(alefParser.CbodyContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.CbodyContext | context | The parse tree. |
EnterClist(alefParser.ClistContext)
Enter a parse tree produced by clist().
The default implementation does nothing.
Declaration
public virtual void EnterClist(alefParser.ClistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ClistContext | context | The parse tree. |
EnterCtlist(alefParser.CtlistContext)
Enter a parse tree produced by ctlist().
The default implementation does nothing.
Declaration
public virtual void EnterCtlist(alefParser.CtlistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.CtlistContext | context | The parse tree. |
EnterDecl(alefParser.DeclContext)
Enter a parse tree produced by decl().
The default implementation does nothing.
Declaration
public virtual void EnterDecl(alefParser.DeclContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.DeclContext | context | The parse tree. |
EnterDecllist(alefParser.DecllistContext)
Enter a parse tree produced by decllist().
The default implementation does nothing.
Declaration
public virtual void EnterDecllist(alefParser.DecllistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.DecllistContext | context | The parse tree. |
EnterElist(alefParser.ElistContext)
Enter a parse tree produced by elist().
The default implementation does nothing.
Declaration
public virtual void EnterElist(alefParser.ElistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ElistContext | context | The parse tree. |
EnterEnum_member(alefParser.Enum_memberContext)
Enter a parse tree produced by enum_member().
The default implementation does nothing.
Declaration
public virtual void EnterEnum_member(alefParser.Enum_memberContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.Enum_memberContext | context | The parse tree. |
EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
EnterExpr_(alefParser.Expr_Context)
Enter a parse tree produced by expr_().
The default implementation does nothing.
Declaration
public virtual void EnterExpr_(alefParser.Expr_Context context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.Expr_Context | context | The parse tree. |
EnterIndsp(alefParser.IndspContext)
Enter a parse tree produced by indsp().
The default implementation does nothing.
Declaration
public virtual void EnterIndsp(alefParser.IndspContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.IndspContext | context | The parse tree. |
EnterInfo(alefParser.InfoContext)
Enter a parse tree produced by info().
The default implementation does nothing.
Declaration
public virtual void EnterInfo(alefParser.InfoContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.InfoContext | context | The parse tree. |
EnterIvardecl(alefParser.IvardeclContext)
Enter a parse tree produced by ivardecl().
The default implementation does nothing.
Declaration
public virtual void EnterIvardecl(alefParser.IvardeclContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.IvardeclContext | context | The parse tree. |
EnterMemberlist(alefParser.MemberlistContext)
Enter a parse tree produced by memberlist().
The default implementation does nothing.
Declaration
public virtual void EnterMemberlist(alefParser.MemberlistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.MemberlistContext | context | The parse tree. |
EnterMonexpr(alefParser.MonexprContext)
Enter a parse tree produced by monexpr().
The default implementation does nothing.
Declaration
public virtual void EnterMonexpr(alefParser.MonexprContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.MonexprContext | context | The parse tree. |
EnterName(alefParser.NameContext)
Enter a parse tree produced by name().
The default implementation does nothing.
Declaration
public virtual void EnterName(alefParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.NameContext | context | The parse tree. |
EnterNlstmnt(alefParser.NlstmntContext)
Enter a parse tree produced by nlstmnt().
The default implementation does nothing.
Declaration
public virtual void EnterNlstmnt(alefParser.NlstmntContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.NlstmntContext | context | The parse tree. |
EnterPolytype(alefParser.PolytypeContext)
Enter a parse tree produced by polytype().
The default implementation does nothing.
Declaration
public virtual void EnterPolytype(alefParser.PolytypeContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.PolytypeContext | context | The parse tree. |
EnterProgram(alefParser.ProgramContext)
Enter a parse tree produced by program().
The default implementation does nothing.
Declaration
public virtual void EnterProgram(alefParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ProgramContext | context | The parse tree. |
EnterRbody(alefParser.RbodyContext)
Enter a parse tree produced by rbody().
The default implementation does nothing.
Declaration
public virtual void EnterRbody(alefParser.RbodyContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.RbodyContext | context | The parse tree. |
EnterSclass(alefParser.SclassContext)
Enter a parse tree produced by sclass().
The default implementation does nothing.
Declaration
public virtual void EnterSclass(alefParser.SclassContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.SclassContext | context | The parse tree. |
EnterSetlist(alefParser.SetlistContext)
Enter a parse tree produced by setlist().
The default implementation does nothing.
Declaration
public virtual void EnterSetlist(alefParser.SetlistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.SetlistContext | context | The parse tree. |
EnterSlist(alefParser.SlistContext)
Enter a parse tree produced by slist().
The default implementation does nothing.
Declaration
public virtual void EnterSlist(alefParser.SlistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.SlistContext | context | The parse tree. |
EnterSname(alefParser.SnameContext)
Enter a parse tree produced by sname().
The default implementation does nothing.
Declaration
public virtual void EnterSname(alefParser.SnameContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.SnameContext | context | The parse tree. |
EnterStag(alefParser.StagContext)
Enter a parse tree produced by stag().
The default implementation does nothing.
Declaration
public virtual void EnterStag(alefParser.StagContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.StagContext | context | The parse tree. |
EnterStmnt(alefParser.StmntContext)
Enter a parse tree produced by stmnt().
The default implementation does nothing.
Declaration
public virtual void EnterStmnt(alefParser.StmntContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.StmntContext | context | The parse tree. |
EnterTbody(alefParser.TbodyContext)
Enter a parse tree produced by tbody().
The default implementation does nothing.
Declaration
public virtual void EnterTbody(alefParser.TbodyContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TbodyContext | context | The parse tree. |
EnterTcase(alefParser.TcaseContext)
Enter a parse tree produced by tcase().
The default implementation does nothing.
Declaration
public virtual void EnterTcase(alefParser.TcaseContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TcaseContext | context | The parse tree. |
EnterTcomp(alefParser.TcompContext)
Enter a parse tree produced by tcomp().
The default implementation does nothing.
Declaration
public virtual void EnterTcomp(alefParser.TcompContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TcompContext | context | The parse tree. |
EnterTelist(alefParser.TelistContext)
Enter a parse tree produced by telist().
The default implementation does nothing.
Declaration
public virtual void EnterTelist(alefParser.TelistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TelistContext | context | The parse tree. |
EnterTerm_(alefParser.Term_Context)
Enter a parse tree produced by term_().
The default implementation does nothing.
Declaration
public virtual void EnterTerm_(alefParser.Term_Context context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.Term_Context | context | The parse tree. |
EnterTlist(alefParser.TlistContext)
Enter a parse tree produced by tlist().
The default implementation does nothing.
Declaration
public virtual void EnterTlist(alefParser.TlistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TlistContext | context | The parse tree. |
EnterTname(alefParser.TnameContext)
Enter a parse tree produced by tname().
The default implementation does nothing.
Declaration
public virtual void EnterTname(alefParser.TnameContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TnameContext | context | The parse tree. |
EnterTuplearg(alefParser.TupleargContext)
Enter a parse tree produced by tuplearg().
The default implementation does nothing.
Declaration
public virtual void EnterTuplearg(alefParser.TupleargContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TupleargContext | context | The parse tree. |
EnterTypecast(alefParser.TypecastContext)
Enter a parse tree produced by typecast().
The default implementation does nothing.
Declaration
public virtual void EnterTypecast(alefParser.TypecastContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TypecastContext | context | The parse tree. |
EnterTypename(alefParser.TypenameContext)
Enter a parse tree produced by typename().
The default implementation does nothing.
Declaration
public virtual void EnterTypename(alefParser.TypenameContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TypenameContext | context | The parse tree. |
EnterTypespec(alefParser.TypespecContext)
Enter a parse tree produced by typespec().
The default implementation does nothing.
Declaration
public virtual void EnterTypespec(alefParser.TypespecContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TypespecContext | context | The parse tree. |
EnterVardecl(alefParser.VardeclContext)
Enter a parse tree produced by vardecl().
The default implementation does nothing.
Declaration
public virtual void EnterVardecl(alefParser.VardeclContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.VardeclContext | context | The parse tree. |
EnterVardecllist(alefParser.VardecllistContext)
Enter a parse tree produced by vardecllist().
The default implementation does nothing.
Declaration
public virtual void EnterVardecllist(alefParser.VardecllistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.VardecllistContext | context | The parse tree. |
EnterVariant(alefParser.VariantContext)
Enter a parse tree produced by variant().
The default implementation does nothing.
Declaration
public virtual void EnterVariant(alefParser.VariantContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.VariantContext | context | The parse tree. |
EnterXtname(alefParser.XtnameContext)
Enter a parse tree produced by xtname().
The default implementation does nothing.
Declaration
public virtual void EnterXtname(alefParser.XtnameContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.XtnameContext | context | The parse tree. |
EnterZargs(alefParser.ZargsContext)
Enter a parse tree produced by zargs().
The default implementation does nothing.
Declaration
public virtual void EnterZargs(alefParser.ZargsContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZargsContext | context | The parse tree. |
EnterZarlist(alefParser.ZarlistContext)
Enter a parse tree produced by zarlist().
The default implementation does nothing.
Declaration
public virtual void EnterZarlist(alefParser.ZarlistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZarlistContext | context | The parse tree. |
EnterZconst(alefParser.ZconstContext)
Enter a parse tree produced by zconst().
The default implementation does nothing.
Declaration
public virtual void EnterZconst(alefParser.ZconstContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZconstContext | context | The parse tree. |
EnterZelist(alefParser.ZelistContext)
Enter a parse tree produced by zelist().
The default implementation does nothing.
Declaration
public virtual void EnterZelist(alefParser.ZelistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZelistContext | context | The parse tree. |
EnterZexpr(alefParser.ZexprContext)
Enter a parse tree produced by zexpr().
The default implementation does nothing.
Declaration
public virtual void EnterZexpr(alefParser.ZexprContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZexprContext | context | The parse tree. |
EnterZinit(alefParser.ZinitContext)
Enter a parse tree produced by zinit().
The default implementation does nothing.
Declaration
public virtual void EnterZinit(alefParser.ZinitContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZinitContext | context | The parse tree. |
EnterZlab(alefParser.ZlabContext)
Enter a parse tree produced by zlab().
The default implementation does nothing.
Declaration
public virtual void EnterZlab(alefParser.ZlabContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZlabContext | context | The parse tree. |
EnterZpolytype(alefParser.ZpolytypeContext)
Enter a parse tree produced by zpolytype().
The default implementation does nothing.
Declaration
public virtual void EnterZpolytype(alefParser.ZpolytypeContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZpolytypeContext | context | The parse tree. |
EnterZtag(alefParser.ZtagContext)
Enter a parse tree produced by ztag().
The default implementation does nothing.
Declaration
public virtual void EnterZtag(alefParser.ZtagContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZtagContext | context | The parse tree. |
EnterZtelist(alefParser.ZtelistContext)
Enter a parse tree produced by ztelist().
The default implementation does nothing.
Declaration
public virtual void EnterZtelist(alefParser.ZtelistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZtelistContext | context | The parse tree. |
EnterZtname(alefParser.ZtnameContext)
Enter a parse tree produced by ztname().
The default implementation does nothing.
Declaration
public virtual void EnterZtname(alefParser.ZtnameContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZtnameContext | context | The parse tree. |
ExitAdtfunc(alefParser.AdtfuncContext)
Exit a parse tree produced by adtfunc().
The default implementation does nothing.
Declaration
public virtual void ExitAdtfunc(alefParser.AdtfuncContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.AdtfuncContext | context | The parse tree. |
ExitArg(alefParser.ArgContext)
Exit a parse tree produced by arg().
The default implementation does nothing.
Declaration
public virtual void ExitArg(alefParser.ArgContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ArgContext | context | The parse tree. |
ExitArglist(alefParser.ArglistContext)
Exit a parse tree produced by arglist().
The default implementation does nothing.
Declaration
public virtual void ExitArglist(alefParser.ArglistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ArglistContext | context | The parse tree. |
ExitArglistp(alefParser.ArglistpContext)
Exit a parse tree produced by arglistp().
The default implementation does nothing.
Declaration
public virtual void ExitArglistp(alefParser.ArglistpContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ArglistpContext | context | The parse tree. |
ExitArrayspec(alefParser.ArrayspecContext)
Exit a parse tree produced by arrayspec().
The default implementation does nothing.
Declaration
public virtual void ExitArrayspec(alefParser.ArrayspecContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ArrayspecContext | context | The parse tree. |
ExitAutodecl(alefParser.AutodeclContext)
Exit a parse tree produced by autodecl().
The default implementation does nothing.
Declaration
public virtual void ExitAutodecl(alefParser.AutodeclContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.AutodeclContext | context | The parse tree. |
ExitAutolist(alefParser.AutolistContext)
Exit a parse tree produced by autolist().
The default implementation does nothing.
Declaration
public virtual void ExitAutolist(alefParser.AutolistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.AutolistContext | context | The parse tree. |
ExitBlock(alefParser.BlockContext)
Exit a parse tree produced by block().
The default implementation does nothing.
Declaration
public virtual void ExitBlock(alefParser.BlockContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.BlockContext | context | The parse tree. |
ExitBufdim(alefParser.BufdimContext)
Exit a parse tree produced by bufdim().
The default implementation does nothing.
Declaration
public virtual void ExitBufdim(alefParser.BufdimContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.BufdimContext | context | The parse tree. |
ExitCase_(alefParser.Case_Context)
Exit a parse tree produced by case_().
The default implementation does nothing.
Declaration
public virtual void ExitCase_(alefParser.Case_Context context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.Case_Context | context | The parse tree. |
ExitCastexpr(alefParser.CastexprContext)
Exit a parse tree produced by castexpr().
The default implementation does nothing.
Declaration
public virtual void ExitCastexpr(alefParser.CastexprContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.CastexprContext | context | The parse tree. |
ExitCbody(alefParser.CbodyContext)
Exit a parse tree produced by cbody().
The default implementation does nothing.
Declaration
public virtual void ExitCbody(alefParser.CbodyContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.CbodyContext | context | The parse tree. |
ExitClist(alefParser.ClistContext)
Exit a parse tree produced by clist().
The default implementation does nothing.
Declaration
public virtual void ExitClist(alefParser.ClistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ClistContext | context | The parse tree. |
ExitCtlist(alefParser.CtlistContext)
Exit a parse tree produced by ctlist().
The default implementation does nothing.
Declaration
public virtual void ExitCtlist(alefParser.CtlistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.CtlistContext | context | The parse tree. |
ExitDecl(alefParser.DeclContext)
Exit a parse tree produced by decl().
The default implementation does nothing.
Declaration
public virtual void ExitDecl(alefParser.DeclContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.DeclContext | context | The parse tree. |
ExitDecllist(alefParser.DecllistContext)
Exit a parse tree produced by decllist().
The default implementation does nothing.
Declaration
public virtual void ExitDecllist(alefParser.DecllistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.DecllistContext | context | The parse tree. |
ExitElist(alefParser.ElistContext)
Exit a parse tree produced by elist().
The default implementation does nothing.
Declaration
public virtual void ExitElist(alefParser.ElistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ElistContext | context | The parse tree. |
ExitEnum_member(alefParser.Enum_memberContext)
Exit a parse tree produced by enum_member().
The default implementation does nothing.
Declaration
public virtual void ExitEnum_member(alefParser.Enum_memberContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.Enum_memberContext | context | The parse tree. |
ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
ExitExpr_(alefParser.Expr_Context)
Exit a parse tree produced by expr_().
The default implementation does nothing.
Declaration
public virtual void ExitExpr_(alefParser.Expr_Context context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.Expr_Context | context | The parse tree. |
ExitIndsp(alefParser.IndspContext)
Exit a parse tree produced by indsp().
The default implementation does nothing.
Declaration
public virtual void ExitIndsp(alefParser.IndspContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.IndspContext | context | The parse tree. |
ExitInfo(alefParser.InfoContext)
Exit a parse tree produced by info().
The default implementation does nothing.
Declaration
public virtual void ExitInfo(alefParser.InfoContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.InfoContext | context | The parse tree. |
ExitIvardecl(alefParser.IvardeclContext)
Exit a parse tree produced by ivardecl().
The default implementation does nothing.
Declaration
public virtual void ExitIvardecl(alefParser.IvardeclContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.IvardeclContext | context | The parse tree. |
ExitMemberlist(alefParser.MemberlistContext)
Exit a parse tree produced by memberlist().
The default implementation does nothing.
Declaration
public virtual void ExitMemberlist(alefParser.MemberlistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.MemberlistContext | context | The parse tree. |
ExitMonexpr(alefParser.MonexprContext)
Exit a parse tree produced by monexpr().
The default implementation does nothing.
Declaration
public virtual void ExitMonexpr(alefParser.MonexprContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.MonexprContext | context | The parse tree. |
ExitName(alefParser.NameContext)
Exit a parse tree produced by name().
The default implementation does nothing.
Declaration
public virtual void ExitName(alefParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.NameContext | context | The parse tree. |
ExitNlstmnt(alefParser.NlstmntContext)
Exit a parse tree produced by nlstmnt().
The default implementation does nothing.
Declaration
public virtual void ExitNlstmnt(alefParser.NlstmntContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.NlstmntContext | context | The parse tree. |
ExitPolytype(alefParser.PolytypeContext)
Exit a parse tree produced by polytype().
The default implementation does nothing.
Declaration
public virtual void ExitPolytype(alefParser.PolytypeContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.PolytypeContext | context | The parse tree. |
ExitProgram(alefParser.ProgramContext)
Exit a parse tree produced by program().
The default implementation does nothing.
Declaration
public virtual void ExitProgram(alefParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ProgramContext | context | The parse tree. |
ExitRbody(alefParser.RbodyContext)
Exit a parse tree produced by rbody().
The default implementation does nothing.
Declaration
public virtual void ExitRbody(alefParser.RbodyContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.RbodyContext | context | The parse tree. |
ExitSclass(alefParser.SclassContext)
Exit a parse tree produced by sclass().
The default implementation does nothing.
Declaration
public virtual void ExitSclass(alefParser.SclassContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.SclassContext | context | The parse tree. |
ExitSetlist(alefParser.SetlistContext)
Exit a parse tree produced by setlist().
The default implementation does nothing.
Declaration
public virtual void ExitSetlist(alefParser.SetlistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.SetlistContext | context | The parse tree. |
ExitSlist(alefParser.SlistContext)
Exit a parse tree produced by slist().
The default implementation does nothing.
Declaration
public virtual void ExitSlist(alefParser.SlistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.SlistContext | context | The parse tree. |
ExitSname(alefParser.SnameContext)
Exit a parse tree produced by sname().
The default implementation does nothing.
Declaration
public virtual void ExitSname(alefParser.SnameContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.SnameContext | context | The parse tree. |
ExitStag(alefParser.StagContext)
Exit a parse tree produced by stag().
The default implementation does nothing.
Declaration
public virtual void ExitStag(alefParser.StagContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.StagContext | context | The parse tree. |
ExitStmnt(alefParser.StmntContext)
Exit a parse tree produced by stmnt().
The default implementation does nothing.
Declaration
public virtual void ExitStmnt(alefParser.StmntContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.StmntContext | context | The parse tree. |
ExitTbody(alefParser.TbodyContext)
Exit a parse tree produced by tbody().
The default implementation does nothing.
Declaration
public virtual void ExitTbody(alefParser.TbodyContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TbodyContext | context | The parse tree. |
ExitTcase(alefParser.TcaseContext)
Exit a parse tree produced by tcase().
The default implementation does nothing.
Declaration
public virtual void ExitTcase(alefParser.TcaseContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TcaseContext | context | The parse tree. |
ExitTcomp(alefParser.TcompContext)
Exit a parse tree produced by tcomp().
The default implementation does nothing.
Declaration
public virtual void ExitTcomp(alefParser.TcompContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TcompContext | context | The parse tree. |
ExitTelist(alefParser.TelistContext)
Exit a parse tree produced by telist().
The default implementation does nothing.
Declaration
public virtual void ExitTelist(alefParser.TelistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TelistContext | context | The parse tree. |
ExitTerm_(alefParser.Term_Context)
Exit a parse tree produced by term_().
The default implementation does nothing.
Declaration
public virtual void ExitTerm_(alefParser.Term_Context context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.Term_Context | context | The parse tree. |
ExitTlist(alefParser.TlistContext)
Exit a parse tree produced by tlist().
The default implementation does nothing.
Declaration
public virtual void ExitTlist(alefParser.TlistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TlistContext | context | The parse tree. |
ExitTname(alefParser.TnameContext)
Exit a parse tree produced by tname().
The default implementation does nothing.
Declaration
public virtual void ExitTname(alefParser.TnameContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TnameContext | context | The parse tree. |
ExitTuplearg(alefParser.TupleargContext)
Exit a parse tree produced by tuplearg().
The default implementation does nothing.
Declaration
public virtual void ExitTuplearg(alefParser.TupleargContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TupleargContext | context | The parse tree. |
ExitTypecast(alefParser.TypecastContext)
Exit a parse tree produced by typecast().
The default implementation does nothing.
Declaration
public virtual void ExitTypecast(alefParser.TypecastContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TypecastContext | context | The parse tree. |
ExitTypename(alefParser.TypenameContext)
Exit a parse tree produced by typename().
The default implementation does nothing.
Declaration
public virtual void ExitTypename(alefParser.TypenameContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TypenameContext | context | The parse tree. |
ExitTypespec(alefParser.TypespecContext)
Exit a parse tree produced by typespec().
The default implementation does nothing.
Declaration
public virtual void ExitTypespec(alefParser.TypespecContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.TypespecContext | context | The parse tree. |
ExitVardecl(alefParser.VardeclContext)
Exit a parse tree produced by vardecl().
The default implementation does nothing.
Declaration
public virtual void ExitVardecl(alefParser.VardeclContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.VardeclContext | context | The parse tree. |
ExitVardecllist(alefParser.VardecllistContext)
Exit a parse tree produced by vardecllist().
The default implementation does nothing.
Declaration
public virtual void ExitVardecllist(alefParser.VardecllistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.VardecllistContext | context | The parse tree. |
ExitVariant(alefParser.VariantContext)
Exit a parse tree produced by variant().
The default implementation does nothing.
Declaration
public virtual void ExitVariant(alefParser.VariantContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.VariantContext | context | The parse tree. |
ExitXtname(alefParser.XtnameContext)
Exit a parse tree produced by xtname().
The default implementation does nothing.
Declaration
public virtual void ExitXtname(alefParser.XtnameContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.XtnameContext | context | The parse tree. |
ExitZargs(alefParser.ZargsContext)
Exit a parse tree produced by zargs().
The default implementation does nothing.
Declaration
public virtual void ExitZargs(alefParser.ZargsContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZargsContext | context | The parse tree. |
ExitZarlist(alefParser.ZarlistContext)
Exit a parse tree produced by zarlist().
The default implementation does nothing.
Declaration
public virtual void ExitZarlist(alefParser.ZarlistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZarlistContext | context | The parse tree. |
ExitZconst(alefParser.ZconstContext)
Exit a parse tree produced by zconst().
The default implementation does nothing.
Declaration
public virtual void ExitZconst(alefParser.ZconstContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZconstContext | context | The parse tree. |
ExitZelist(alefParser.ZelistContext)
Exit a parse tree produced by zelist().
The default implementation does nothing.
Declaration
public virtual void ExitZelist(alefParser.ZelistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZelistContext | context | The parse tree. |
ExitZexpr(alefParser.ZexprContext)
Exit a parse tree produced by zexpr().
The default implementation does nothing.
Declaration
public virtual void ExitZexpr(alefParser.ZexprContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZexprContext | context | The parse tree. |
ExitZinit(alefParser.ZinitContext)
Exit a parse tree produced by zinit().
The default implementation does nothing.
Declaration
public virtual void ExitZinit(alefParser.ZinitContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZinitContext | context | The parse tree. |
ExitZlab(alefParser.ZlabContext)
Exit a parse tree produced by zlab().
The default implementation does nothing.
Declaration
public virtual void ExitZlab(alefParser.ZlabContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZlabContext | context | The parse tree. |
ExitZpolytype(alefParser.ZpolytypeContext)
Exit a parse tree produced by zpolytype().
The default implementation does nothing.
Declaration
public virtual void ExitZpolytype(alefParser.ZpolytypeContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZpolytypeContext | context | The parse tree. |
ExitZtag(alefParser.ZtagContext)
Exit a parse tree produced by ztag().
The default implementation does nothing.
Declaration
public virtual void ExitZtag(alefParser.ZtagContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZtagContext | context | The parse tree. |
ExitZtelist(alefParser.ZtelistContext)
Exit a parse tree produced by ztelist().
The default implementation does nothing.
Declaration
public virtual void ExitZtelist(alefParser.ZtelistContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZtelistContext | context | The parse tree. |
ExitZtname(alefParser.ZtnameContext)
Exit a parse tree produced by ztname().
The default implementation does nothing.
Declaration
public virtual void ExitZtname(alefParser.ZtnameContext context)
Parameters
Type | Name | Description |
---|---|---|
alefParser.ZtnameContext | context | The parse tree. |
VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IErrorNode | node |
Remarks
The default implementation does nothing.
VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.ITerminalNode | node |
Remarks
The default implementation does nothing.