Show / Hide Table of Contents

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
System.Object
alefBaseListener
Implements
IalefListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Alef
Assembly: Alef.dll
Syntax
public class alefBaseListener : object, IalefListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAdtfunc(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

Implements

IalefListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX