Show / Hide Table of Contents

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

Methods

| Improve this Doc View Source

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

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| 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

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| 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

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| 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

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