Show / Hide Table of Contents

Interface IorwellListener

This interface defines a complete listener for a parse tree produced by orwellParser.

Namespace: GCore.Antlr.Grammers.Orwell
Assembly: Orwell.dll
Syntax
public interface IorwellListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAssoc(orwellParser.AssocContext)

Enter a parse tree produced by assoc().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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_().

Declaration
void EnterDef_(orwellParser.Def_Context context)
Parameters
Type Name Description
orwellParser.Def_Context context

The parse tree.

| Improve this Doc View Source

EnterFliteral(orwellParser.FliteralContext)

Enter a parse tree produced by fliteral().

Declaration
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().

Declaration
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().

Declaration
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_().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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_().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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_().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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_().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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_().

Declaration
void ExitDef_(orwellParser.Def_Context context)
Parameters
Type Name Description
orwellParser.Def_Context context

The parse tree.

| Improve this Doc View Source

ExitFliteral(orwellParser.FliteralContext)

Exit a parse tree produced by fliteral().

Declaration
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().

Declaration
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().

Declaration
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_().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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_().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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_().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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_().

Declaration
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().

Declaration
void ExitWherepart(orwellParser.WherepartContext context)
Parameters
Type Name Description
orwellParser.WherepartContext context

The parse tree.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX