Class orwellBaseListener
This class provides an empty implementation of IorwellListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Orwell
Assembly: Orwell.dll
Syntax
public class orwellBaseListener : object, IorwellListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAssoc(orwellParser.AssocContext)
Enter a parse tree produced by assoc().
The default implementation does nothing.
Declaration
public virtual void EnterAssoc(orwellParser.AssocContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.AssocContext | context | The parse tree. |
EnterComp(orwellParser.CompContext)
Enter a parse tree produced by comp().
The default implementation does nothing.
Declaration
public virtual void EnterComp(orwellParser.CompContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.CompContext | context | The parse tree. |
EnterCon(orwellParser.ConContext)
Enter a parse tree produced by con().
The default implementation does nothing.
Declaration
public virtual void EnterCon(orwellParser.ConContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.ConContext | context | The parse tree. |
EnterCondecl(orwellParser.CondeclContext)
Enter a parse tree produced by condecl().
The default implementation does nothing.
Declaration
public virtual void EnterCondecl(orwellParser.CondeclContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.CondeclContext | context | The parse tree. |
EnterConditional(orwellParser.ConditionalContext)
Enter a parse tree produced by conditional().
The default implementation does nothing.
Declaration
public virtual void EnterConditional(orwellParser.ConditionalContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.ConditionalContext | context | The parse tree. |
EnterConstruct(orwellParser.ConstructContext)
Enter a parse tree produced by construct().
The default implementation does nothing.
Declaration
public virtual void EnterConstruct(orwellParser.ConstructContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.ConstructContext | context | The parse tree. |
EnterDecl(orwellParser.DeclContext)
Enter a parse tree produced by decl().
The default implementation does nothing.
Declaration
public virtual void EnterDecl(orwellParser.DeclContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.DeclContext | context | The parse tree. |
EnterDef_(orwellParser.Def_Context)
Enter a parse tree produced by def_().
The default implementation does nothing.
Declaration
public virtual void EnterDef_(orwellParser.Def_Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Def_Context | 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.
EnterFliteral(orwellParser.FliteralContext)
Enter a parse tree produced by fliteral().
The default implementation does nothing.
Declaration
public virtual void EnterFliteral(orwellParser.FliteralContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.FliteralContext | context | The parse tree. |
EnterIfpart(orwellParser.IfpartContext)
Enter a parse tree produced by ifpart().
The default implementation does nothing.
Declaration
public virtual void EnterIfpart(orwellParser.IfpartContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.IfpartContext | context | The parse tree. |
EnterInfix(orwellParser.InfixContext)
Enter a parse tree produced by infix().
The default implementation does nothing.
Declaration
public virtual void EnterInfix(orwellParser.InfixContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.InfixContext | context | The parse tree. |
EnterList_(orwellParser.List_Context)
Enter a parse tree produced by list_().
The default implementation does nothing.
Declaration
public virtual void EnterList_(orwellParser.List_Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.List_Context | context | The parse tree. |
EnterListform(orwellParser.ListformContext)
Enter a parse tree produced by listform().
The default implementation does nothing.
Declaration
public virtual void EnterListform(orwellParser.ListformContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.ListformContext | context | The parse tree. |
EnterLiteral(orwellParser.LiteralContext)
Enter a parse tree produced by literal().
The default implementation does nothing.
Declaration
public virtual void EnterLiteral(orwellParser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.LiteralContext | context | The parse tree. |
EnterName(orwellParser.NameContext)
Enter a parse tree produced by name().
The default implementation does nothing.
Declaration
public virtual void EnterName(orwellParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.NameContext | context | The parse tree. |
EnterOpdecl(orwellParser.OpdeclContext)
Enter a parse tree produced by opdecl().
The default implementation does nothing.
Declaration
public virtual void EnterOpdecl(orwellParser.OpdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.OpdeclContext | context | The parse tree. |
EnterOpkind(orwellParser.OpkindContext)
Enter a parse tree produced by opkind().
The default implementation does nothing.
Declaration
public virtual void EnterOpkind(orwellParser.OpkindContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.OpkindContext | context | The parse tree. |
EnterOtherpart(orwellParser.OtherpartContext)
Enter a parse tree produced by otherpart().
The default implementation does nothing.
Declaration
public virtual void EnterOtherpart(orwellParser.OtherpartContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.OtherpartContext | context | The parse tree. |
EnterPat(orwellParser.PatContext)
Enter a parse tree produced by pat().
The default implementation does nothing.
Declaration
public virtual void EnterPat(orwellParser.PatContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PatContext | context | The parse tree. |
EnterPat1(orwellParser.Pat1Context)
Enter a parse tree produced by pat1().
The default implementation does nothing.
Declaration
public virtual void EnterPat1(orwellParser.Pat1Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Pat1Context | context | The parse tree. |
EnterPat2(orwellParser.Pat2Context)
Enter a parse tree produced by pat2().
The default implementation does nothing.
Declaration
public virtual void EnterPat2(orwellParser.Pat2Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Pat2Context | context | The parse tree. |
EnterPatlist(orwellParser.PatlistContext)
Enter a parse tree produced by patlist().
The default implementation does nothing.
Declaration
public virtual void EnterPatlist(orwellParser.PatlistContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PatlistContext | context | The parse tree. |
EnterPatprimary(orwellParser.PatprimaryContext)
Enter a parse tree produced by patprimary().
The default implementation does nothing.
Declaration
public virtual void EnterPatprimary(orwellParser.PatprimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PatprimaryContext | context | The parse tree. |
EnterPatprimaryname(orwellParser.PatprimarynameContext)
Enter a parse tree produced by patprimaryname().
The default implementation does nothing.
Declaration
public virtual void EnterPatprimaryname(orwellParser.PatprimarynameContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PatprimarynameContext | context | The parse tree. |
EnterPatsection(orwellParser.PatsectionContext)
Enter a parse tree produced by patsection().
The default implementation does nothing.
Declaration
public virtual void EnterPatsection(orwellParser.PatsectionContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PatsectionContext | context | The parse tree. |
EnterPattuple(orwellParser.PattupleContext)
Enter a parse tree produced by pattuple().
The default implementation does nothing.
Declaration
public virtual void EnterPattuple(orwellParser.PattupleContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PattupleContext | context | The parse tree. |
EnterPrefix(orwellParser.PrefixContext)
Enter a parse tree produced by prefix().
The default implementation does nothing.
Declaration
public virtual void EnterPrefix(orwellParser.PrefixContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PrefixContext | context | The parse tree. |
EnterPrimary(orwellParser.PrimaryContext)
Enter a parse tree produced by primary().
The default implementation does nothing.
Declaration
public virtual void EnterPrimary(orwellParser.PrimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PrimaryContext | context | The parse tree. |
EnterPrimaryname(orwellParser.PrimarynameContext)
Enter a parse tree produced by primaryname().
The default implementation does nothing.
Declaration
public virtual void EnterPrimaryname(orwellParser.PrimarynameContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PrimarynameContext | context | The parse tree. |
EnterProgram(orwellParser.ProgramContext)
Enter a parse tree produced by program().
The default implementation does nothing.
Declaration
public virtual void EnterProgram(orwellParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.ProgramContext | context | The parse tree. |
EnterQualifier(orwellParser.QualifierContext)
Enter a parse tree produced by qualifier().
The default implementation does nothing.
Declaration
public virtual void EnterQualifier(orwellParser.QualifierContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.QualifierContext | context | The parse tree. |
EnterRhs(orwellParser.RhsContext)
Enter a parse tree produced by rhs().
The default implementation does nothing.
Declaration
public virtual void EnterRhs(orwellParser.RhsContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.RhsContext | context | The parse tree. |
EnterSection(orwellParser.SectionContext)
Enter a parse tree produced by section().
The default implementation does nothing.
Declaration
public virtual void EnterSection(orwellParser.SectionContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.SectionContext | context | The parse tree. |
EnterSyndecl(orwellParser.SyndeclContext)
Enter a parse tree produced by syndecl().
The default implementation does nothing.
Declaration
public virtual void EnterSyndecl(orwellParser.SyndeclContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.SyndeclContext | context | The parse tree. |
EnterTerm(orwellParser.TermContext)
Enter a parse tree produced by term().
The default implementation does nothing.
Declaration
public virtual void EnterTerm(orwellParser.TermContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TermContext | context | The parse tree. |
EnterTerm1(orwellParser.Term1Context)
Enter a parse tree produced by term1().
The default implementation does nothing.
Declaration
public virtual void EnterTerm1(orwellParser.Term1Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Term1Context | context | The parse tree. |
EnterTerm2(orwellParser.Term2Context)
Enter a parse tree produced by term2().
The default implementation does nothing.
Declaration
public virtual void EnterTerm2(orwellParser.Term2Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Term2Context | context | The parse tree. |
EnterTuple_(orwellParser.Tuple_Context)
Enter a parse tree produced by tuple_().
The default implementation does nothing.
Declaration
public virtual void EnterTuple_(orwellParser.Tuple_Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Tuple_Context | context | The parse tree. |
EnterTylhs(orwellParser.TylhsContext)
Enter a parse tree produced by tylhs().
The default implementation does nothing.
Declaration
public virtual void EnterTylhs(orwellParser.TylhsContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TylhsContext | context | The parse tree. |
EnterTylhs1(orwellParser.Tylhs1Context)
Enter a parse tree produced by tylhs1().
The default implementation does nothing.
Declaration
public virtual void EnterTylhs1(orwellParser.Tylhs1Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Tylhs1Context | context | The parse tree. |
EnterTylhsprimary(orwellParser.TylhsprimaryContext)
Enter a parse tree produced by tylhsprimary().
The default implementation does nothing.
Declaration
public virtual void EnterTylhsprimary(orwellParser.TylhsprimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TylhsprimaryContext | context | The parse tree. |
EnterTylhssection(orwellParser.TylhssectionContext)
Enter a parse tree produced by tylhssection().
The default implementation does nothing.
Declaration
public virtual void EnterTylhssection(orwellParser.TylhssectionContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TylhssectionContext | context | The parse tree. |
EnterTylist(orwellParser.TylistContext)
Enter a parse tree produced by tylist().
The default implementation does nothing.
Declaration
public virtual void EnterTylist(orwellParser.TylistContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TylistContext | context | The parse tree. |
EnterTyname(orwellParser.TynameContext)
Enter a parse tree produced by tyname().
The default implementation does nothing.
Declaration
public virtual void EnterTyname(orwellParser.TynameContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TynameContext | context | The parse tree. |
EnterType_(orwellParser.Type_Context)
Enter a parse tree produced by type_().
The default implementation does nothing.
Declaration
public virtual void EnterType_(orwellParser.Type_Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Type_Context | context | The parse tree. |
EnterTypedecl(orwellParser.TypedeclContext)
Enter a parse tree produced by typedecl().
The default implementation does nothing.
Declaration
public virtual void EnterTypedecl(orwellParser.TypedeclContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TypedeclContext | context | The parse tree. |
EnterTyprimary(orwellParser.TyprimaryContext)
Enter a parse tree produced by typrimary().
The default implementation does nothing.
Declaration
public virtual void EnterTyprimary(orwellParser.TyprimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TyprimaryContext | context | The parse tree. |
EnterTyprimaryname(orwellParser.TyprimarynameContext)
Enter a parse tree produced by typrimaryname().
The default implementation does nothing.
Declaration
public virtual void EnterTyprimaryname(orwellParser.TyprimarynameContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TyprimarynameContext | context | The parse tree. |
EnterTysection(orwellParser.TysectionContext)
Enter a parse tree produced by tysection().
The default implementation does nothing.
Declaration
public virtual void EnterTysection(orwellParser.TysectionContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TysectionContext | context | The parse tree. |
EnterTyterm1(orwellParser.Tyterm1Context)
Enter a parse tree produced by tyterm1().
The default implementation does nothing.
Declaration
public virtual void EnterTyterm1(orwellParser.Tyterm1Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Tyterm1Context | context | The parse tree. |
EnterTyterm2(orwellParser.Tyterm2Context)
Enter a parse tree produced by tyterm2().
The default implementation does nothing.
Declaration
public virtual void EnterTyterm2(orwellParser.Tyterm2Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Tyterm2Context | context | The parse tree. |
EnterTytuple(orwellParser.TytupleContext)
Enter a parse tree produced by tytuple().
The default implementation does nothing.
Declaration
public virtual void EnterTytuple(orwellParser.TytupleContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TytupleContext | context | The parse tree. |
EnterTyvar(orwellParser.TyvarContext)
Enter a parse tree produced by tyvar().
The default implementation does nothing.
Declaration
public virtual void EnterTyvar(orwellParser.TyvarContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TyvarContext | context | The parse tree. |
EnterUpto(orwellParser.UptoContext)
Enter a parse tree produced by upto().
The default implementation does nothing.
Declaration
public virtual void EnterUpto(orwellParser.UptoContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.UptoContext | context | The parse tree. |
EnterVar_(orwellParser.Var_Context)
Enter a parse tree produced by var_().
The default implementation does nothing.
Declaration
public virtual void EnterVar_(orwellParser.Var_Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Var_Context | context | The parse tree. |
EnterWherepart(orwellParser.WherepartContext)
Enter a parse tree produced by wherepart().
The default implementation does nothing.
Declaration
public virtual void EnterWherepart(orwellParser.WherepartContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.WherepartContext | context | The parse tree. |
ExitAssoc(orwellParser.AssocContext)
Exit a parse tree produced by assoc().
The default implementation does nothing.
Declaration
public virtual void ExitAssoc(orwellParser.AssocContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.AssocContext | context | The parse tree. |
ExitComp(orwellParser.CompContext)
Exit a parse tree produced by comp().
The default implementation does nothing.
Declaration
public virtual void ExitComp(orwellParser.CompContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.CompContext | context | The parse tree. |
ExitCon(orwellParser.ConContext)
Exit a parse tree produced by con().
The default implementation does nothing.
Declaration
public virtual void ExitCon(orwellParser.ConContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.ConContext | context | The parse tree. |
ExitCondecl(orwellParser.CondeclContext)
Exit a parse tree produced by condecl().
The default implementation does nothing.
Declaration
public virtual void ExitCondecl(orwellParser.CondeclContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.CondeclContext | context | The parse tree. |
ExitConditional(orwellParser.ConditionalContext)
Exit a parse tree produced by conditional().
The default implementation does nothing.
Declaration
public virtual void ExitConditional(orwellParser.ConditionalContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.ConditionalContext | context | The parse tree. |
ExitConstruct(orwellParser.ConstructContext)
Exit a parse tree produced by construct().
The default implementation does nothing.
Declaration
public virtual void ExitConstruct(orwellParser.ConstructContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.ConstructContext | context | The parse tree. |
ExitDecl(orwellParser.DeclContext)
Exit a parse tree produced by decl().
The default implementation does nothing.
Declaration
public virtual void ExitDecl(orwellParser.DeclContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.DeclContext | context | The parse tree. |
ExitDef_(orwellParser.Def_Context)
Exit a parse tree produced by def_().
The default implementation does nothing.
Declaration
public virtual void ExitDef_(orwellParser.Def_Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Def_Context | 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.
ExitFliteral(orwellParser.FliteralContext)
Exit a parse tree produced by fliteral().
The default implementation does nothing.
Declaration
public virtual void ExitFliteral(orwellParser.FliteralContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.FliteralContext | context | The parse tree. |
ExitIfpart(orwellParser.IfpartContext)
Exit a parse tree produced by ifpart().
The default implementation does nothing.
Declaration
public virtual void ExitIfpart(orwellParser.IfpartContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.IfpartContext | context | The parse tree. |
ExitInfix(orwellParser.InfixContext)
Exit a parse tree produced by infix().
The default implementation does nothing.
Declaration
public virtual void ExitInfix(orwellParser.InfixContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.InfixContext | context | The parse tree. |
ExitList_(orwellParser.List_Context)
Exit a parse tree produced by list_().
The default implementation does nothing.
Declaration
public virtual void ExitList_(orwellParser.List_Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.List_Context | context | The parse tree. |
ExitListform(orwellParser.ListformContext)
Exit a parse tree produced by listform().
The default implementation does nothing.
Declaration
public virtual void ExitListform(orwellParser.ListformContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.ListformContext | context | The parse tree. |
ExitLiteral(orwellParser.LiteralContext)
Exit a parse tree produced by literal().
The default implementation does nothing.
Declaration
public virtual void ExitLiteral(orwellParser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.LiteralContext | context | The parse tree. |
ExitName(orwellParser.NameContext)
Exit a parse tree produced by name().
The default implementation does nothing.
Declaration
public virtual void ExitName(orwellParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.NameContext | context | The parse tree. |
ExitOpdecl(orwellParser.OpdeclContext)
Exit a parse tree produced by opdecl().
The default implementation does nothing.
Declaration
public virtual void ExitOpdecl(orwellParser.OpdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.OpdeclContext | context | The parse tree. |
ExitOpkind(orwellParser.OpkindContext)
Exit a parse tree produced by opkind().
The default implementation does nothing.
Declaration
public virtual void ExitOpkind(orwellParser.OpkindContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.OpkindContext | context | The parse tree. |
ExitOtherpart(orwellParser.OtherpartContext)
Exit a parse tree produced by otherpart().
The default implementation does nothing.
Declaration
public virtual void ExitOtherpart(orwellParser.OtherpartContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.OtherpartContext | context | The parse tree. |
ExitPat(orwellParser.PatContext)
Exit a parse tree produced by pat().
The default implementation does nothing.
Declaration
public virtual void ExitPat(orwellParser.PatContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PatContext | context | The parse tree. |
ExitPat1(orwellParser.Pat1Context)
Exit a parse tree produced by pat1().
The default implementation does nothing.
Declaration
public virtual void ExitPat1(orwellParser.Pat1Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Pat1Context | context | The parse tree. |
ExitPat2(orwellParser.Pat2Context)
Exit a parse tree produced by pat2().
The default implementation does nothing.
Declaration
public virtual void ExitPat2(orwellParser.Pat2Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Pat2Context | context | The parse tree. |
ExitPatlist(orwellParser.PatlistContext)
Exit a parse tree produced by patlist().
The default implementation does nothing.
Declaration
public virtual void ExitPatlist(orwellParser.PatlistContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PatlistContext | context | The parse tree. |
ExitPatprimary(orwellParser.PatprimaryContext)
Exit a parse tree produced by patprimary().
The default implementation does nothing.
Declaration
public virtual void ExitPatprimary(orwellParser.PatprimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PatprimaryContext | context | The parse tree. |
ExitPatprimaryname(orwellParser.PatprimarynameContext)
Exit a parse tree produced by patprimaryname().
The default implementation does nothing.
Declaration
public virtual void ExitPatprimaryname(orwellParser.PatprimarynameContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PatprimarynameContext | context | The parse tree. |
ExitPatsection(orwellParser.PatsectionContext)
Exit a parse tree produced by patsection().
The default implementation does nothing.
Declaration
public virtual void ExitPatsection(orwellParser.PatsectionContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PatsectionContext | context | The parse tree. |
ExitPattuple(orwellParser.PattupleContext)
Exit a parse tree produced by pattuple().
The default implementation does nothing.
Declaration
public virtual void ExitPattuple(orwellParser.PattupleContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PattupleContext | context | The parse tree. |
ExitPrefix(orwellParser.PrefixContext)
Exit a parse tree produced by prefix().
The default implementation does nothing.
Declaration
public virtual void ExitPrefix(orwellParser.PrefixContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PrefixContext | context | The parse tree. |
ExitPrimary(orwellParser.PrimaryContext)
Exit a parse tree produced by primary().
The default implementation does nothing.
Declaration
public virtual void ExitPrimary(orwellParser.PrimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PrimaryContext | context | The parse tree. |
ExitPrimaryname(orwellParser.PrimarynameContext)
Exit a parse tree produced by primaryname().
The default implementation does nothing.
Declaration
public virtual void ExitPrimaryname(orwellParser.PrimarynameContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.PrimarynameContext | context | The parse tree. |
ExitProgram(orwellParser.ProgramContext)
Exit a parse tree produced by program().
The default implementation does nothing.
Declaration
public virtual void ExitProgram(orwellParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.ProgramContext | context | The parse tree. |
ExitQualifier(orwellParser.QualifierContext)
Exit a parse tree produced by qualifier().
The default implementation does nothing.
Declaration
public virtual void ExitQualifier(orwellParser.QualifierContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.QualifierContext | context | The parse tree. |
ExitRhs(orwellParser.RhsContext)
Exit a parse tree produced by rhs().
The default implementation does nothing.
Declaration
public virtual void ExitRhs(orwellParser.RhsContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.RhsContext | context | The parse tree. |
ExitSection(orwellParser.SectionContext)
Exit a parse tree produced by section().
The default implementation does nothing.
Declaration
public virtual void ExitSection(orwellParser.SectionContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.SectionContext | context | The parse tree. |
ExitSyndecl(orwellParser.SyndeclContext)
Exit a parse tree produced by syndecl().
The default implementation does nothing.
Declaration
public virtual void ExitSyndecl(orwellParser.SyndeclContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.SyndeclContext | context | The parse tree. |
ExitTerm(orwellParser.TermContext)
Exit a parse tree produced by term().
The default implementation does nothing.
Declaration
public virtual void ExitTerm(orwellParser.TermContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TermContext | context | The parse tree. |
ExitTerm1(orwellParser.Term1Context)
Exit a parse tree produced by term1().
The default implementation does nothing.
Declaration
public virtual void ExitTerm1(orwellParser.Term1Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Term1Context | context | The parse tree. |
ExitTerm2(orwellParser.Term2Context)
Exit a parse tree produced by term2().
The default implementation does nothing.
Declaration
public virtual void ExitTerm2(orwellParser.Term2Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Term2Context | context | The parse tree. |
ExitTuple_(orwellParser.Tuple_Context)
Exit a parse tree produced by tuple_().
The default implementation does nothing.
Declaration
public virtual void ExitTuple_(orwellParser.Tuple_Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Tuple_Context | context | The parse tree. |
ExitTylhs(orwellParser.TylhsContext)
Exit a parse tree produced by tylhs().
The default implementation does nothing.
Declaration
public virtual void ExitTylhs(orwellParser.TylhsContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TylhsContext | context | The parse tree. |
ExitTylhs1(orwellParser.Tylhs1Context)
Exit a parse tree produced by tylhs1().
The default implementation does nothing.
Declaration
public virtual void ExitTylhs1(orwellParser.Tylhs1Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Tylhs1Context | context | The parse tree. |
ExitTylhsprimary(orwellParser.TylhsprimaryContext)
Exit a parse tree produced by tylhsprimary().
The default implementation does nothing.
Declaration
public virtual void ExitTylhsprimary(orwellParser.TylhsprimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TylhsprimaryContext | context | The parse tree. |
ExitTylhssection(orwellParser.TylhssectionContext)
Exit a parse tree produced by tylhssection().
The default implementation does nothing.
Declaration
public virtual void ExitTylhssection(orwellParser.TylhssectionContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TylhssectionContext | context | The parse tree. |
ExitTylist(orwellParser.TylistContext)
Exit a parse tree produced by tylist().
The default implementation does nothing.
Declaration
public virtual void ExitTylist(orwellParser.TylistContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TylistContext | context | The parse tree. |
ExitTyname(orwellParser.TynameContext)
Exit a parse tree produced by tyname().
The default implementation does nothing.
Declaration
public virtual void ExitTyname(orwellParser.TynameContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TynameContext | context | The parse tree. |
ExitType_(orwellParser.Type_Context)
Exit a parse tree produced by type_().
The default implementation does nothing.
Declaration
public virtual void ExitType_(orwellParser.Type_Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Type_Context | context | The parse tree. |
ExitTypedecl(orwellParser.TypedeclContext)
Exit a parse tree produced by typedecl().
The default implementation does nothing.
Declaration
public virtual void ExitTypedecl(orwellParser.TypedeclContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TypedeclContext | context | The parse tree. |
ExitTyprimary(orwellParser.TyprimaryContext)
Exit a parse tree produced by typrimary().
The default implementation does nothing.
Declaration
public virtual void ExitTyprimary(orwellParser.TyprimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TyprimaryContext | context | The parse tree. |
ExitTyprimaryname(orwellParser.TyprimarynameContext)
Exit a parse tree produced by typrimaryname().
The default implementation does nothing.
Declaration
public virtual void ExitTyprimaryname(orwellParser.TyprimarynameContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TyprimarynameContext | context | The parse tree. |
ExitTysection(orwellParser.TysectionContext)
Exit a parse tree produced by tysection().
The default implementation does nothing.
Declaration
public virtual void ExitTysection(orwellParser.TysectionContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TysectionContext | context | The parse tree. |
ExitTyterm1(orwellParser.Tyterm1Context)
Exit a parse tree produced by tyterm1().
The default implementation does nothing.
Declaration
public virtual void ExitTyterm1(orwellParser.Tyterm1Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Tyterm1Context | context | The parse tree. |
ExitTyterm2(orwellParser.Tyterm2Context)
Exit a parse tree produced by tyterm2().
The default implementation does nothing.
Declaration
public virtual void ExitTyterm2(orwellParser.Tyterm2Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Tyterm2Context | context | The parse tree. |
ExitTytuple(orwellParser.TytupleContext)
Exit a parse tree produced by tytuple().
The default implementation does nothing.
Declaration
public virtual void ExitTytuple(orwellParser.TytupleContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TytupleContext | context | The parse tree. |
ExitTyvar(orwellParser.TyvarContext)
Exit a parse tree produced by tyvar().
The default implementation does nothing.
Declaration
public virtual void ExitTyvar(orwellParser.TyvarContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.TyvarContext | context | The parse tree. |
ExitUpto(orwellParser.UptoContext)
Exit a parse tree produced by upto().
The default implementation does nothing.
Declaration
public virtual void ExitUpto(orwellParser.UptoContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.UptoContext | context | The parse tree. |
ExitVar_(orwellParser.Var_Context)
Exit a parse tree produced by var_().
The default implementation does nothing.
Declaration
public virtual void ExitVar_(orwellParser.Var_Context context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.Var_Context | context | The parse tree. |
ExitWherepart(orwellParser.WherepartContext)
Exit a parse tree produced by wherepart().
The default implementation does nothing.
Declaration
public virtual void ExitWherepart(orwellParser.WherepartContext context)
Parameters
Type | Name | Description |
---|---|---|
orwellParser.WherepartContext | 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.