Interface ImooListener
This interface defines a complete listener for a parse tree produced by mooParser.
Namespace: GCore.Antlr.Grammers.Moo
Assembly: Moo.dll
Syntax
public interface ImooListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAddaliasdecl(mooParser.AddaliasdeclContext)
Enter a parse tree produced by addaliasdecl().
Declaration
void EnterAddaliasdecl(mooParser.AddaliasdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.AddaliasdeclContext | context | The parse tree. |
EnterAssignblock(mooParser.AssignblockContext)
Enter a parse tree produced by assignblock().
Declaration
void EnterAssignblock(mooParser.AssignblockContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.AssignblockContext | context | The parse tree. |
EnterAtom(mooParser.AtomContext)
Enter a parse tree produced by atom().
Declaration
void EnterAtom(mooParser.AtomContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.AtomContext | context | The parse tree. |
EnterCommand(mooParser.CommandContext)
Enter a parse tree produced by command().
Declaration
void EnterCommand(mooParser.CommandContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.CommandContext | context | The parse tree. |
EnterCondition(mooParser.ConditionContext)
Enter a parse tree produced by condition().
Declaration
void EnterCondition(mooParser.ConditionContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ConditionContext | context | The parse tree. |
EnterContentsdecl(mooParser.ContentsdeclContext)
Enter a parse tree produced by contentsdecl().
Declaration
void EnterContentsdecl(mooParser.ContentsdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ContentsdeclContext | context | The parse tree. |
EnterCreatedecl(mooParser.CreatedeclContext)
Enter a parse tree produced by createdecl().
Declaration
void EnterCreatedecl(mooParser.CreatedeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.CreatedeclContext | context | The parse tree. |
EnterDeclaration(mooParser.DeclarationContext)
Enter a parse tree produced by declaration().
Declaration
void EnterDeclaration(mooParser.DeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.DeclarationContext | context | The parse tree. |
EnterDescribedecl(mooParser.DescribedeclContext)
Enter a parse tree produced by describedecl().
Declaration
void EnterDescribedecl(mooParser.DescribedeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.DescribedeclContext | context | The parse tree. |
EnterDisplaypropertydecl(mooParser.DisplaypropertydeclContext)
Enter a parse tree produced by displaypropertydecl().
Declaration
void EnterDisplaypropertydecl(mooParser.DisplaypropertydeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.DisplaypropertydeclContext | context | The parse tree. |
EnterDoblock(mooParser.DoblockContext)
Enter a parse tree produced by doblock().
Declaration
void EnterDoblock(mooParser.DoblockContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.DoblockContext | context | The parse tree. |
EnterEditdecl(mooParser.EditdeclContext)
Enter a parse tree produced by editdecl().
Declaration
void EnterEditdecl(mooParser.EditdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.EditdeclContext | context | The parse tree. |
EnterExpression(mooParser.ExpressionContext)
Enter a parse tree produced by expression().
Declaration
void EnterExpression(mooParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ExpressionContext | context | The parse tree. |
EnterExpressionlist(mooParser.ExpressionlistContext)
Enter a parse tree produced by expressionlist().
Declaration
void EnterExpressionlist(mooParser.ExpressionlistContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ExpressionlistContext | context | The parse tree. |
EnterFactor(mooParser.FactorContext)
Enter a parse tree produced by factor().
Declaration
void EnterFactor(mooParser.FactorContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.FactorContext | context | The parse tree. |
EnterForblock(mooParser.ForblockContext)
Enter a parse tree produced by forblock().
Declaration
void EnterForblock(mooParser.ForblockContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ForblockContext | context | The parse tree. |
EnterFunctioninvocation(mooParser.FunctioninvocationContext)
Enter a parse tree produced by functioninvocation().
Declaration
void EnterFunctioninvocation(mooParser.FunctioninvocationContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.FunctioninvocationContext | context | The parse tree. |
EnterIfblock(mooParser.IfblockContext)
Enter a parse tree produced by ifblock().
Declaration
void EnterIfblock(mooParser.IfblockContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.IfblockContext | context | The parse tree. |
EnterInteger(mooParser.IntegerContext)
Enter a parse tree produced by integer().
Declaration
void EnterInteger(mooParser.IntegerContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.IntegerContext | context | The parse tree. |
EnterKidsdecl(mooParser.KidsdeclContext)
Enter a parse tree produced by kidsdecl().
Declaration
void EnterKidsdecl(mooParser.KidsdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.KidsdeclContext | context | The parse tree. |
EnterList_(mooParser.List_Context)
Enter a parse tree produced by list_().
Declaration
void EnterList_(mooParser.List_Context context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.List_Context | context | The parse tree. |
EnterName(mooParser.NameContext)
Enter a parse tree produced by name().
Declaration
void EnterName(mooParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.NameContext | context | The parse tree. |
EnterNoteditdecl(mooParser.NoteditdeclContext)
Enter a parse tree produced by noteditdecl().
Declaration
void EnterNoteditdecl(mooParser.NoteditdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.NoteditdeclContext | context | The parse tree. |
EnterObjref(mooParser.ObjrefContext)
Enter a parse tree produced by objref().
Declaration
void EnterObjref(mooParser.ObjrefContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ObjrefContext | context | The parse tree. |
EnterParentdecl(mooParser.ParentdeclContext)
Enter a parse tree produced by parentdecl().
Declaration
void EnterParentdecl(mooParser.ParentdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ParentdeclContext | context | The parse tree. |
EnterPermissions(mooParser.PermissionsContext)
Enter a parse tree produced by permissions().
Declaration
void EnterPermissions(mooParser.PermissionsContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.PermissionsContext | context | The parse tree. |
EnterProg(mooParser.ProgContext)
Enter a parse tree produced by prog().
Declaration
void EnterProg(mooParser.ProgContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ProgContext | context | The parse tree. |
EnterProgramdecl(mooParser.ProgramdeclContext)
Enter a parse tree produced by programdecl().
Declaration
void EnterProgramdecl(mooParser.ProgramdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ProgramdeclContext | context | The parse tree. |
EnterProgramname(mooParser.ProgramnameContext)
Enter a parse tree produced by programname().
Declaration
void EnterProgramname(mooParser.ProgramnameContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ProgramnameContext | context | The parse tree. |
EnterProperty_(mooParser.Property_Context)
Enter a parse tree produced by property_().
Declaration
void EnterProperty_(mooParser.Property_Context context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.Property_Context | context | The parse tree. |
EnterPropertydecl(mooParser.PropertydeclContext)
Enter a parse tree produced by propertydecl().
Declaration
void EnterPropertydecl(mooParser.PropertydeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.PropertydeclContext | context | The parse tree. |
EnterPropertyname(mooParser.PropertynameContext)
Enter a parse tree produced by propertyname().
Declaration
void EnterPropertyname(mooParser.PropertynameContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.PropertynameContext | context | The parse tree. |
EnterReal(mooParser.RealContext)
Enter a parse tree produced by real().
Declaration
void EnterReal(mooParser.RealContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.RealContext | context | The parse tree. |
EnterRelop(mooParser.RelopContext)
Enter a parse tree produced by relop().
Declaration
void EnterRelop(mooParser.RelopContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.RelopContext | context | The parse tree. |
EnterReturncommand(mooParser.ReturncommandContext)
Enter a parse tree produced by returncommand().
Declaration
void EnterReturncommand(mooParser.ReturncommandContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ReturncommandContext | context | The parse tree. |
EnterRmpropertydecl(mooParser.RmpropertydeclContext)
Enter a parse tree produced by rmpropertydecl().
Declaration
void EnterRmpropertydecl(mooParser.RmpropertydeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.RmpropertydeclContext | context | The parse tree. |
EnterSetpropertydecl(mooParser.SetpropertydeclContext)
Enter a parse tree produced by setpropertydecl().
Declaration
void EnterSetpropertydecl(mooParser.SetpropertydeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.SetpropertydeclContext | context | The parse tree. |
EnterSignedAtom(mooParser.SignedAtomContext)
Enter a parse tree produced by signedAtom().
Declaration
void EnterSignedAtom(mooParser.SignedAtomContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.SignedAtomContext | context | The parse tree. |
EnterStatement(mooParser.StatementContext)
Enter a parse tree produced by statement().
Declaration
void EnterStatement(mooParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.StatementContext | context | The parse tree. |
EnterStringliteral(mooParser.StringliteralContext)
Enter a parse tree produced by stringliteral().
Declaration
void EnterStringliteral(mooParser.StringliteralContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.StringliteralContext | context | The parse tree. |
EnterSysname(mooParser.SysnameContext)
Enter a parse tree produced by sysname().
Declaration
void EnterSysname(mooParser.SysnameContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.SysnameContext | context | The parse tree. |
EnterTerm(mooParser.TermContext)
Enter a parse tree produced by term().
Declaration
void EnterTerm(mooParser.TermContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.TermContext | context | The parse tree. |
EnterTryblock(mooParser.TryblockContext)
Enter a parse tree produced by tryblock().
Declaration
void EnterTryblock(mooParser.TryblockContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.TryblockContext | context | The parse tree. |
EnterUsername(mooParser.UsernameContext)
Enter a parse tree produced by username().
Declaration
void EnterUsername(mooParser.UsernameContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.UsernameContext | context | The parse tree. |
EnterVerb(mooParser.VerbContext)
Enter a parse tree produced by verb().
Declaration
void EnterVerb(mooParser.VerbContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.VerbContext | context | The parse tree. |
EnterVerbdecl(mooParser.VerbdeclContext)
Enter a parse tree produced by verbdecl().
Declaration
void EnterVerbdecl(mooParser.VerbdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.VerbdeclContext | context | The parse tree. |
EnterVerbinvocation(mooParser.VerbinvocationContext)
Enter a parse tree produced by verbinvocation().
Declaration
void EnterVerbinvocation(mooParser.VerbinvocationContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.VerbinvocationContext | context | The parse tree. |
EnterVerbname(mooParser.VerbnameContext)
Enter a parse tree produced by verbname().
Declaration
void EnterVerbname(mooParser.VerbnameContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.VerbnameContext | context | The parse tree. |
EnterWhileblock(mooParser.WhileblockContext)
Enter a parse tree produced by whileblock().
Declaration
void EnterWhileblock(mooParser.WhileblockContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.WhileblockContext | context | The parse tree. |
ExitAddaliasdecl(mooParser.AddaliasdeclContext)
Exit a parse tree produced by addaliasdecl().
Declaration
void ExitAddaliasdecl(mooParser.AddaliasdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.AddaliasdeclContext | context | The parse tree. |
ExitAssignblock(mooParser.AssignblockContext)
Exit a parse tree produced by assignblock().
Declaration
void ExitAssignblock(mooParser.AssignblockContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.AssignblockContext | context | The parse tree. |
ExitAtom(mooParser.AtomContext)
Exit a parse tree produced by atom().
Declaration
void ExitAtom(mooParser.AtomContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.AtomContext | context | The parse tree. |
ExitCommand(mooParser.CommandContext)
Exit a parse tree produced by command().
Declaration
void ExitCommand(mooParser.CommandContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.CommandContext | context | The parse tree. |
ExitCondition(mooParser.ConditionContext)
Exit a parse tree produced by condition().
Declaration
void ExitCondition(mooParser.ConditionContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ConditionContext | context | The parse tree. |
ExitContentsdecl(mooParser.ContentsdeclContext)
Exit a parse tree produced by contentsdecl().
Declaration
void ExitContentsdecl(mooParser.ContentsdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ContentsdeclContext | context | The parse tree. |
ExitCreatedecl(mooParser.CreatedeclContext)
Exit a parse tree produced by createdecl().
Declaration
void ExitCreatedecl(mooParser.CreatedeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.CreatedeclContext | context | The parse tree. |
ExitDeclaration(mooParser.DeclarationContext)
Exit a parse tree produced by declaration().
Declaration
void ExitDeclaration(mooParser.DeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.DeclarationContext | context | The parse tree. |
ExitDescribedecl(mooParser.DescribedeclContext)
Exit a parse tree produced by describedecl().
Declaration
void ExitDescribedecl(mooParser.DescribedeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.DescribedeclContext | context | The parse tree. |
ExitDisplaypropertydecl(mooParser.DisplaypropertydeclContext)
Exit a parse tree produced by displaypropertydecl().
Declaration
void ExitDisplaypropertydecl(mooParser.DisplaypropertydeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.DisplaypropertydeclContext | context | The parse tree. |
ExitDoblock(mooParser.DoblockContext)
Exit a parse tree produced by doblock().
Declaration
void ExitDoblock(mooParser.DoblockContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.DoblockContext | context | The parse tree. |
ExitEditdecl(mooParser.EditdeclContext)
Exit a parse tree produced by editdecl().
Declaration
void ExitEditdecl(mooParser.EditdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.EditdeclContext | context | The parse tree. |
ExitExpression(mooParser.ExpressionContext)
Exit a parse tree produced by expression().
Declaration
void ExitExpression(mooParser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ExpressionContext | context | The parse tree. |
ExitExpressionlist(mooParser.ExpressionlistContext)
Exit a parse tree produced by expressionlist().
Declaration
void ExitExpressionlist(mooParser.ExpressionlistContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ExpressionlistContext | context | The parse tree. |
ExitFactor(mooParser.FactorContext)
Exit a parse tree produced by factor().
Declaration
void ExitFactor(mooParser.FactorContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.FactorContext | context | The parse tree. |
ExitForblock(mooParser.ForblockContext)
Exit a parse tree produced by forblock().
Declaration
void ExitForblock(mooParser.ForblockContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ForblockContext | context | The parse tree. |
ExitFunctioninvocation(mooParser.FunctioninvocationContext)
Exit a parse tree produced by functioninvocation().
Declaration
void ExitFunctioninvocation(mooParser.FunctioninvocationContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.FunctioninvocationContext | context | The parse tree. |
ExitIfblock(mooParser.IfblockContext)
Exit a parse tree produced by ifblock().
Declaration
void ExitIfblock(mooParser.IfblockContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.IfblockContext | context | The parse tree. |
ExitInteger(mooParser.IntegerContext)
Exit a parse tree produced by integer().
Declaration
void ExitInteger(mooParser.IntegerContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.IntegerContext | context | The parse tree. |
ExitKidsdecl(mooParser.KidsdeclContext)
Exit a parse tree produced by kidsdecl().
Declaration
void ExitKidsdecl(mooParser.KidsdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.KidsdeclContext | context | The parse tree. |
ExitList_(mooParser.List_Context)
Exit a parse tree produced by list_().
Declaration
void ExitList_(mooParser.List_Context context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.List_Context | context | The parse tree. |
ExitName(mooParser.NameContext)
Exit a parse tree produced by name().
Declaration
void ExitName(mooParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.NameContext | context | The parse tree. |
ExitNoteditdecl(mooParser.NoteditdeclContext)
Exit a parse tree produced by noteditdecl().
Declaration
void ExitNoteditdecl(mooParser.NoteditdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.NoteditdeclContext | context | The parse tree. |
ExitObjref(mooParser.ObjrefContext)
Exit a parse tree produced by objref().
Declaration
void ExitObjref(mooParser.ObjrefContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ObjrefContext | context | The parse tree. |
ExitParentdecl(mooParser.ParentdeclContext)
Exit a parse tree produced by parentdecl().
Declaration
void ExitParentdecl(mooParser.ParentdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ParentdeclContext | context | The parse tree. |
ExitPermissions(mooParser.PermissionsContext)
Exit a parse tree produced by permissions().
Declaration
void ExitPermissions(mooParser.PermissionsContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.PermissionsContext | context | The parse tree. |
ExitProg(mooParser.ProgContext)
Exit a parse tree produced by prog().
Declaration
void ExitProg(mooParser.ProgContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ProgContext | context | The parse tree. |
ExitProgramdecl(mooParser.ProgramdeclContext)
Exit a parse tree produced by programdecl().
Declaration
void ExitProgramdecl(mooParser.ProgramdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ProgramdeclContext | context | The parse tree. |
ExitProgramname(mooParser.ProgramnameContext)
Exit a parse tree produced by programname().
Declaration
void ExitProgramname(mooParser.ProgramnameContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ProgramnameContext | context | The parse tree. |
ExitProperty_(mooParser.Property_Context)
Exit a parse tree produced by property_().
Declaration
void ExitProperty_(mooParser.Property_Context context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.Property_Context | context | The parse tree. |
ExitPropertydecl(mooParser.PropertydeclContext)
Exit a parse tree produced by propertydecl().
Declaration
void ExitPropertydecl(mooParser.PropertydeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.PropertydeclContext | context | The parse tree. |
ExitPropertyname(mooParser.PropertynameContext)
Exit a parse tree produced by propertyname().
Declaration
void ExitPropertyname(mooParser.PropertynameContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.PropertynameContext | context | The parse tree. |
ExitReal(mooParser.RealContext)
Exit a parse tree produced by real().
Declaration
void ExitReal(mooParser.RealContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.RealContext | context | The parse tree. |
ExitRelop(mooParser.RelopContext)
Exit a parse tree produced by relop().
Declaration
void ExitRelop(mooParser.RelopContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.RelopContext | context | The parse tree. |
ExitReturncommand(mooParser.ReturncommandContext)
Exit a parse tree produced by returncommand().
Declaration
void ExitReturncommand(mooParser.ReturncommandContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.ReturncommandContext | context | The parse tree. |
ExitRmpropertydecl(mooParser.RmpropertydeclContext)
Exit a parse tree produced by rmpropertydecl().
Declaration
void ExitRmpropertydecl(mooParser.RmpropertydeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.RmpropertydeclContext | context | The parse tree. |
ExitSetpropertydecl(mooParser.SetpropertydeclContext)
Exit a parse tree produced by setpropertydecl().
Declaration
void ExitSetpropertydecl(mooParser.SetpropertydeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.SetpropertydeclContext | context | The parse tree. |
ExitSignedAtom(mooParser.SignedAtomContext)
Exit a parse tree produced by signedAtom().
Declaration
void ExitSignedAtom(mooParser.SignedAtomContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.SignedAtomContext | context | The parse tree. |
ExitStatement(mooParser.StatementContext)
Exit a parse tree produced by statement().
Declaration
void ExitStatement(mooParser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.StatementContext | context | The parse tree. |
ExitStringliteral(mooParser.StringliteralContext)
Exit a parse tree produced by stringliteral().
Declaration
void ExitStringliteral(mooParser.StringliteralContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.StringliteralContext | context | The parse tree. |
ExitSysname(mooParser.SysnameContext)
Exit a parse tree produced by sysname().
Declaration
void ExitSysname(mooParser.SysnameContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.SysnameContext | context | The parse tree. |
ExitTerm(mooParser.TermContext)
Exit a parse tree produced by term().
Declaration
void ExitTerm(mooParser.TermContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.TermContext | context | The parse tree. |
ExitTryblock(mooParser.TryblockContext)
Exit a parse tree produced by tryblock().
Declaration
void ExitTryblock(mooParser.TryblockContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.TryblockContext | context | The parse tree. |
ExitUsername(mooParser.UsernameContext)
Exit a parse tree produced by username().
Declaration
void ExitUsername(mooParser.UsernameContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.UsernameContext | context | The parse tree. |
ExitVerb(mooParser.VerbContext)
Exit a parse tree produced by verb().
Declaration
void ExitVerb(mooParser.VerbContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.VerbContext | context | The parse tree. |
ExitVerbdecl(mooParser.VerbdeclContext)
Exit a parse tree produced by verbdecl().
Declaration
void ExitVerbdecl(mooParser.VerbdeclContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.VerbdeclContext | context | The parse tree. |
ExitVerbinvocation(mooParser.VerbinvocationContext)
Exit a parse tree produced by verbinvocation().
Declaration
void ExitVerbinvocation(mooParser.VerbinvocationContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.VerbinvocationContext | context | The parse tree. |
ExitVerbname(mooParser.VerbnameContext)
Exit a parse tree produced by verbname().
Declaration
void ExitVerbname(mooParser.VerbnameContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.VerbnameContext | context | The parse tree. |
ExitWhileblock(mooParser.WhileblockContext)
Exit a parse tree produced by whileblock().
Declaration
void ExitWhileblock(mooParser.WhileblockContext context)
Parameters
Type | Name | Description |
---|---|---|
mooParser.WhileblockContext | context | The parse tree. |