Class tinymudBaseListener
This class provides an empty implementation of ItinymudListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Tinymud
Assembly: Tinymud.dll
Syntax
public class tinymudBaseListener : object, ItinymudListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAction(tinymudParser.ActionContext)
Enter a parse tree produced by action().
The default implementation does nothing.
Declaration
public virtual void EnterAction(tinymudParser.ActionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.ActionContext | context | The parse tree. |
EnterBootcommand(tinymudParser.BootcommandContext)
Enter a parse tree produced by bootcommand().
The default implementation does nothing.
Declaration
public virtual void EnterBootcommand(tinymudParser.BootcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.BootcommandContext | context | The parse tree. |
EnterChowncommand(tinymudParser.ChowncommandContext)
Enter a parse tree produced by chowncommand().
The default implementation does nothing.
Declaration
public virtual void EnterChowncommand(tinymudParser.ChowncommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.ChowncommandContext | context | The parse tree. |
EnterCommand(tinymudParser.CommandContext)
Enter a parse tree produced by command().
The default implementation does nothing.
Declaration
public virtual void EnterCommand(tinymudParser.CommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.CommandContext | context | The parse tree. |
EnterCost(tinymudParser.CostContext)
Enter a parse tree produced by cost().
The default implementation does nothing.
Declaration
public virtual void EnterCost(tinymudParser.CostContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.CostContext | context | The parse tree. |
EnterCreatecommand(tinymudParser.CreatecommandContext)
Enter a parse tree produced by createcommand().
The default implementation does nothing.
Declaration
public virtual void EnterCreatecommand(tinymudParser.CreatecommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.CreatecommandContext | context | The parse tree. |
EnterDescribecommand(tinymudParser.DescribecommandContext)
Enter a parse tree produced by describecommand().
The default implementation does nothing.
Declaration
public virtual void EnterDescribecommand(tinymudParser.DescribecommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.DescribecommandContext | context | The parse tree. |
EnterDescription(tinymudParser.DescriptionContext)
Enter a parse tree produced by description().
The default implementation does nothing.
Declaration
public virtual void EnterDescription(tinymudParser.DescriptionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.DescriptionContext | context | The parse tree. |
EnterDigcommand(tinymudParser.DigcommandContext)
Enter a parse tree produced by digcommand().
The default implementation does nothing.
Declaration
public virtual void EnterDigcommand(tinymudParser.DigcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.DigcommandContext | context | The parse tree. |
EnterDir_(tinymudParser.Dir_Context)
Enter a parse tree produced by dir_().
The default implementation does nothing.
Declaration
public virtual void EnterDir_(tinymudParser.Dir_Context context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.Dir_Context | context | The parse tree. |
EnterDirection(tinymudParser.DirectionContext)
Enter a parse tree produced by direction().
The default implementation does nothing.
Declaration
public virtual void EnterDirection(tinymudParser.DirectionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.DirectionContext | context | The parse tree. |
EnterDropaction(tinymudParser.DropactionContext)
Enter a parse tree produced by dropaction().
The default implementation does nothing.
Declaration
public virtual void EnterDropaction(tinymudParser.DropactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.DropactionContext | context | The parse tree. |
EnterDumpcommand(tinymudParser.DumpcommandContext)
Enter a parse tree produced by dumpcommand().
The default implementation does nothing.
Declaration
public virtual void EnterDumpcommand(tinymudParser.DumpcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.DumpcommandContext | context | The parse tree. |
EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
EnterExamineaction(tinymudParser.ExamineactionContext)
Enter a parse tree produced by examineaction().
The default implementation does nothing.
Declaration
public virtual void EnterExamineaction(tinymudParser.ExamineactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.ExamineactionContext | context | The parse tree. |
EnterFailcommand(tinymudParser.FailcommandContext)
Enter a parse tree produced by failcommand().
The default implementation does nothing.
Declaration
public virtual void EnterFailcommand(tinymudParser.FailcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.FailcommandContext | context | The parse tree. |
EnterFindcommand(tinymudParser.FindcommandContext)
Enter a parse tree produced by findcommand().
The default implementation does nothing.
Declaration
public virtual void EnterFindcommand(tinymudParser.FindcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.FindcommandContext | context | The parse tree. |
EnterFlag(tinymudParser.FlagContext)
Enter a parse tree produced by flag().
The default implementation does nothing.
Declaration
public virtual void EnterFlag(tinymudParser.FlagContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.FlagContext | context | The parse tree. |
EnterForcecommand(tinymudParser.ForcecommandContext)
Enter a parse tree produced by forcecommand().
The default implementation does nothing.
Declaration
public virtual void EnterForcecommand(tinymudParser.ForcecommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.ForcecommandContext | context | The parse tree. |
EnterGetaction(tinymudParser.GetactionContext)
Enter a parse tree produced by getaction().
The default implementation does nothing.
Declaration
public virtual void EnterGetaction(tinymudParser.GetactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.GetactionContext | context | The parse tree. |
EnterGiveaction(tinymudParser.GiveactionContext)
Enter a parse tree produced by giveaction().
The default implementation does nothing.
Declaration
public virtual void EnterGiveaction(tinymudParser.GiveactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.GiveactionContext | context | The parse tree. |
EnterGotoaction(tinymudParser.GotoactionContext)
Enter a parse tree produced by gotoaction().
The default implementation does nothing.
Declaration
public virtual void EnterGotoaction(tinymudParser.GotoactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.GotoactionContext | context | The parse tree. |
EnterGripeaction(tinymudParser.GripeactionContext)
Enter a parse tree produced by gripeaction().
The default implementation does nothing.
Declaration
public virtual void EnterGripeaction(tinymudParser.GripeactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.GripeactionContext | context | The parse tree. |
EnterHelpaction(tinymudParser.HelpactionContext)
Enter a parse tree produced by helpaction().
The default implementation does nothing.
Declaration
public virtual void EnterHelpaction(tinymudParser.HelpactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.HelpactionContext | context | The parse tree. |
EnterInventoryaction(tinymudParser.InventoryactionContext)
Enter a parse tree produced by inventoryaction().
The default implementation does nothing.
Declaration
public virtual void EnterInventoryaction(tinymudParser.InventoryactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.InventoryactionContext | context | The parse tree. |
EnterKey(tinymudParser.KeyContext)
Enter a parse tree produced by key().
The default implementation does nothing.
Declaration
public virtual void EnterKey(tinymudParser.KeyContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.KeyContext | context | The parse tree. |
EnterKillaction(tinymudParser.KillactionContext)
Enter a parse tree produced by killaction().
The default implementation does nothing.
Declaration
public virtual void EnterKillaction(tinymudParser.KillactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.KillactionContext | context | The parse tree. |
EnterLine(tinymudParser.LineContext)
Enter a parse tree produced by line().
The default implementation does nothing.
Declaration
public virtual void EnterLine(tinymudParser.LineContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.LineContext | context | The parse tree. |
EnterLinkcommand(tinymudParser.LinkcommandContext)
Enter a parse tree produced by linkcommand().
The default implementation does nothing.
Declaration
public virtual void EnterLinkcommand(tinymudParser.LinkcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.LinkcommandContext | context | The parse tree. |
EnterLockcommand(tinymudParser.LockcommandContext)
Enter a parse tree produced by lockcommand().
The default implementation does nothing.
Declaration
public virtual void EnterLockcommand(tinymudParser.LockcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.LockcommandContext | context | The parse tree. |
EnterLookaction(tinymudParser.LookactionContext)
Enter a parse tree produced by lookaction().
The default implementation does nothing.
Declaration
public virtual void EnterLookaction(tinymudParser.LookactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.LookactionContext | context | The parse tree. |
EnterMessage(tinymudParser.MessageContext)
Enter a parse tree produced by message().
The default implementation does nothing.
Declaration
public virtual void EnterMessage(tinymudParser.MessageContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.MessageContext | context | The parse tree. |
EnterName(tinymudParser.NameContext)
Enter a parse tree produced by name().
The default implementation does nothing.
Declaration
public virtual void EnterName(tinymudParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.NameContext | context | The parse tree. |
EnterNamecommand(tinymudParser.NamecommandContext)
Enter a parse tree produced by namecommand().
The default implementation does nothing.
Declaration
public virtual void EnterNamecommand(tinymudParser.NamecommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.NamecommandContext | context | The parse tree. |
EnterNewpassswordcommand(tinymudParser.NewpassswordcommandContext)
Enter a parse tree produced by newpassswordcommand().
The default implementation does nothing.
Declaration
public virtual void EnterNewpassswordcommand(tinymudParser.NewpassswordcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.NewpassswordcommandContext | context | The parse tree. |
EnterNewsaction(tinymudParser.NewsactionContext)
Enter a parse tree produced by newsaction().
The default implementation does nothing.
Declaration
public virtual void EnterNewsaction(tinymudParser.NewsactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.NewsactionContext | context | The parse tree. |
EnterNumber(tinymudParser.NumberContext)
Enter a parse tree produced by number().
The default implementation does nothing.
Declaration
public virtual void EnterNumber(tinymudParser.NumberContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.NumberContext | context | The parse tree. |
EnterObject_(tinymudParser.Object_Context)
Enter a parse tree produced by object_().
The default implementation does nothing.
Declaration
public virtual void EnterObject_(tinymudParser.Object_Context context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.Object_Context | context | The parse tree. |
EnterOfailcommand(tinymudParser.OfailcommandContext)
Enter a parse tree produced by ofailcommand().
The default implementation does nothing.
Declaration
public virtual void EnterOfailcommand(tinymudParser.OfailcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.OfailcommandContext | context | The parse tree. |
EnterOpencommand(tinymudParser.OpencommandContext)
Enter a parse tree produced by opencommand().
The default implementation does nothing.
Declaration
public virtual void EnterOpencommand(tinymudParser.OpencommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.OpencommandContext | context | The parse tree. |
EnterOsuccesscommand(tinymudParser.OsuccesscommandContext)
Enter a parse tree produced by osuccesscommand().
The default implementation does nothing.
Declaration
public virtual void EnterOsuccesscommand(tinymudParser.OsuccesscommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.OsuccesscommandContext | context | The parse tree. |
EnterPageaction(tinymudParser.PageactionContext)
Enter a parse tree produced by pageaction().
The default implementation does nothing.
Declaration
public virtual void EnterPageaction(tinymudParser.PageactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.PageactionContext | context | The parse tree. |
EnterPassword(tinymudParser.PasswordContext)
Enter a parse tree produced by password().
The default implementation does nothing.
Declaration
public virtual void EnterPassword(tinymudParser.PasswordContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.PasswordContext | context | The parse tree. |
EnterPasswordcommand(tinymudParser.PasswordcommandContext)
Enter a parse tree produced by passwordcommand().
The default implementation does nothing.
Declaration
public virtual void EnterPasswordcommand(tinymudParser.PasswordcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.PasswordcommandContext | context | The parse tree. |
EnterPcreatecommand(tinymudParser.PcreatecommandContext)
Enter a parse tree produced by pcreatecommand().
The default implementation does nothing.
Declaration
public virtual void EnterPcreatecommand(tinymudParser.PcreatecommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.PcreatecommandContext | context | The parse tree. |
EnterPennies(tinymudParser.PenniesContext)
Enter a parse tree produced by pennies().
The default implementation does nothing.
Declaration
public virtual void EnterPennies(tinymudParser.PenniesContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.PenniesContext | context | The parse tree. |
EnterPlayer(tinymudParser.PlayerContext)
Enter a parse tree produced by player().
The default implementation does nothing.
Declaration
public virtual void EnterPlayer(tinymudParser.PlayerContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.PlayerContext | context | The parse tree. |
EnterProg(tinymudParser.ProgContext)
Enter a parse tree produced by prog().
The default implementation does nothing.
Declaration
public virtual void EnterProg(tinymudParser.ProgContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.ProgContext | context | The parse tree. |
EnterQuitaction(tinymudParser.QuitactionContext)
Enter a parse tree produced by quitaction().
The default implementation does nothing.
Declaration
public virtual void EnterQuitaction(tinymudParser.QuitactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.QuitactionContext | context | The parse tree. |
EnterRobaction(tinymudParser.RobactionContext)
Enter a parse tree produced by robaction().
The default implementation does nothing.
Declaration
public virtual void EnterRobaction(tinymudParser.RobactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.RobactionContext | context | The parse tree. |
EnterRoom(tinymudParser.RoomContext)
Enter a parse tree produced by room().
The default implementation does nothing.
Declaration
public virtual void EnterRoom(tinymudParser.RoomContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.RoomContext | context | The parse tree. |
EnterSayaction(tinymudParser.SayactionContext)
Enter a parse tree produced by sayaction().
The default implementation does nothing.
Declaration
public virtual void EnterSayaction(tinymudParser.SayactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.SayactionContext | context | The parse tree. |
EnterScoreaction(tinymudParser.ScoreactionContext)
Enter a parse tree produced by scoreaction().
The default implementation does nothing.
Declaration
public virtual void EnterScoreaction(tinymudParser.ScoreactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.ScoreactionContext | context | The parse tree. |
EnterSetcommand(tinymudParser.SetcommandContext)
Enter a parse tree produced by setcommand().
The default implementation does nothing.
Declaration
public virtual void EnterSetcommand(tinymudParser.SetcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.SetcommandContext | context | The parse tree. |
EnterShutdowncommand(tinymudParser.ShutdowncommandContext)
Enter a parse tree produced by shutdowncommand().
The default implementation does nothing.
Declaration
public virtual void EnterShutdowncommand(tinymudParser.ShutdowncommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.ShutdowncommandContext | context | The parse tree. |
EnterStatscommand(tinymudParser.StatscommandContext)
Enter a parse tree produced by statscommand().
The default implementation does nothing.
Declaration
public virtual void EnterStatscommand(tinymudParser.StatscommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.StatscommandContext | context | The parse tree. |
EnterSuccesscommand(tinymudParser.SuccesscommandContext)
Enter a parse tree produced by successcommand().
The default implementation does nothing.
Declaration
public virtual void EnterSuccesscommand(tinymudParser.SuccesscommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.SuccesscommandContext | context | The parse tree. |
EnterTeleportcommand(tinymudParser.TeleportcommandContext)
Enter a parse tree produced by teleportcommand().
The default implementation does nothing.
Declaration
public virtual void EnterTeleportcommand(tinymudParser.TeleportcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.TeleportcommandContext | context | The parse tree. |
EnterToadcommand(tinymudParser.ToadcommandContext)
Enter a parse tree produced by toadcommand().
The default implementation does nothing.
Declaration
public virtual void EnterToadcommand(tinymudParser.ToadcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.ToadcommandContext | context | The parse tree. |
EnterUnlinkcommand(tinymudParser.UnlinkcommandContext)
Enter a parse tree produced by unlinkcommand().
The default implementation does nothing.
Declaration
public virtual void EnterUnlinkcommand(tinymudParser.UnlinkcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.UnlinkcommandContext | context | The parse tree. |
EnterUnlockcommand(tinymudParser.UnlockcommandContext)
Enter a parse tree produced by unlockcommand().
The default implementation does nothing.
Declaration
public virtual void EnterUnlockcommand(tinymudParser.UnlockcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.UnlockcommandContext | context | The parse tree. |
EnterWallcommand(tinymudParser.WallcommandContext)
Enter a parse tree produced by wallcommand().
The default implementation does nothing.
Declaration
public virtual void EnterWallcommand(tinymudParser.WallcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.WallcommandContext | context | The parse tree. |
EnterWhisperaction(tinymudParser.WhisperactionContext)
Enter a parse tree produced by whisperaction().
The default implementation does nothing.
Declaration
public virtual void EnterWhisperaction(tinymudParser.WhisperactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.WhisperactionContext | context | The parse tree. |
EnterWhoaction(tinymudParser.WhoactionContext)
Enter a parse tree produced by whoaction().
The default implementation does nothing.
Declaration
public virtual void EnterWhoaction(tinymudParser.WhoactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.WhoactionContext | context | The parse tree. |
ExitAction(tinymudParser.ActionContext)
Exit a parse tree produced by action().
The default implementation does nothing.
Declaration
public virtual void ExitAction(tinymudParser.ActionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.ActionContext | context | The parse tree. |
ExitBootcommand(tinymudParser.BootcommandContext)
Exit a parse tree produced by bootcommand().
The default implementation does nothing.
Declaration
public virtual void ExitBootcommand(tinymudParser.BootcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.BootcommandContext | context | The parse tree. |
ExitChowncommand(tinymudParser.ChowncommandContext)
Exit a parse tree produced by chowncommand().
The default implementation does nothing.
Declaration
public virtual void ExitChowncommand(tinymudParser.ChowncommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.ChowncommandContext | context | The parse tree. |
ExitCommand(tinymudParser.CommandContext)
Exit a parse tree produced by command().
The default implementation does nothing.
Declaration
public virtual void ExitCommand(tinymudParser.CommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.CommandContext | context | The parse tree. |
ExitCost(tinymudParser.CostContext)
Exit a parse tree produced by cost().
The default implementation does nothing.
Declaration
public virtual void ExitCost(tinymudParser.CostContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.CostContext | context | The parse tree. |
ExitCreatecommand(tinymudParser.CreatecommandContext)
Exit a parse tree produced by createcommand().
The default implementation does nothing.
Declaration
public virtual void ExitCreatecommand(tinymudParser.CreatecommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.CreatecommandContext | context | The parse tree. |
ExitDescribecommand(tinymudParser.DescribecommandContext)
Exit a parse tree produced by describecommand().
The default implementation does nothing.
Declaration
public virtual void ExitDescribecommand(tinymudParser.DescribecommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.DescribecommandContext | context | The parse tree. |
ExitDescription(tinymudParser.DescriptionContext)
Exit a parse tree produced by description().
The default implementation does nothing.
Declaration
public virtual void ExitDescription(tinymudParser.DescriptionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.DescriptionContext | context | The parse tree. |
ExitDigcommand(tinymudParser.DigcommandContext)
Exit a parse tree produced by digcommand().
The default implementation does nothing.
Declaration
public virtual void ExitDigcommand(tinymudParser.DigcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.DigcommandContext | context | The parse tree. |
ExitDir_(tinymudParser.Dir_Context)
Exit a parse tree produced by dir_().
The default implementation does nothing.
Declaration
public virtual void ExitDir_(tinymudParser.Dir_Context context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.Dir_Context | context | The parse tree. |
ExitDirection(tinymudParser.DirectionContext)
Exit a parse tree produced by direction().
The default implementation does nothing.
Declaration
public virtual void ExitDirection(tinymudParser.DirectionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.DirectionContext | context | The parse tree. |
ExitDropaction(tinymudParser.DropactionContext)
Exit a parse tree produced by dropaction().
The default implementation does nothing.
Declaration
public virtual void ExitDropaction(tinymudParser.DropactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.DropactionContext | context | The parse tree. |
ExitDumpcommand(tinymudParser.DumpcommandContext)
Exit a parse tree produced by dumpcommand().
The default implementation does nothing.
Declaration
public virtual void ExitDumpcommand(tinymudParser.DumpcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.DumpcommandContext | context | The parse tree. |
ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
ExitExamineaction(tinymudParser.ExamineactionContext)
Exit a parse tree produced by examineaction().
The default implementation does nothing.
Declaration
public virtual void ExitExamineaction(tinymudParser.ExamineactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.ExamineactionContext | context | The parse tree. |
ExitFailcommand(tinymudParser.FailcommandContext)
Exit a parse tree produced by failcommand().
The default implementation does nothing.
Declaration
public virtual void ExitFailcommand(tinymudParser.FailcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.FailcommandContext | context | The parse tree. |
ExitFindcommand(tinymudParser.FindcommandContext)
Exit a parse tree produced by findcommand().
The default implementation does nothing.
Declaration
public virtual void ExitFindcommand(tinymudParser.FindcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.FindcommandContext | context | The parse tree. |
ExitFlag(tinymudParser.FlagContext)
Exit a parse tree produced by flag().
The default implementation does nothing.
Declaration
public virtual void ExitFlag(tinymudParser.FlagContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.FlagContext | context | The parse tree. |
ExitForcecommand(tinymudParser.ForcecommandContext)
Exit a parse tree produced by forcecommand().
The default implementation does nothing.
Declaration
public virtual void ExitForcecommand(tinymudParser.ForcecommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.ForcecommandContext | context | The parse tree. |
ExitGetaction(tinymudParser.GetactionContext)
Exit a parse tree produced by getaction().
The default implementation does nothing.
Declaration
public virtual void ExitGetaction(tinymudParser.GetactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.GetactionContext | context | The parse tree. |
ExitGiveaction(tinymudParser.GiveactionContext)
Exit a parse tree produced by giveaction().
The default implementation does nothing.
Declaration
public virtual void ExitGiveaction(tinymudParser.GiveactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.GiveactionContext | context | The parse tree. |
ExitGotoaction(tinymudParser.GotoactionContext)
Exit a parse tree produced by gotoaction().
The default implementation does nothing.
Declaration
public virtual void ExitGotoaction(tinymudParser.GotoactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.GotoactionContext | context | The parse tree. |
ExitGripeaction(tinymudParser.GripeactionContext)
Exit a parse tree produced by gripeaction().
The default implementation does nothing.
Declaration
public virtual void ExitGripeaction(tinymudParser.GripeactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.GripeactionContext | context | The parse tree. |
ExitHelpaction(tinymudParser.HelpactionContext)
Exit a parse tree produced by helpaction().
The default implementation does nothing.
Declaration
public virtual void ExitHelpaction(tinymudParser.HelpactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.HelpactionContext | context | The parse tree. |
ExitInventoryaction(tinymudParser.InventoryactionContext)
Exit a parse tree produced by inventoryaction().
The default implementation does nothing.
Declaration
public virtual void ExitInventoryaction(tinymudParser.InventoryactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.InventoryactionContext | context | The parse tree. |
ExitKey(tinymudParser.KeyContext)
Exit a parse tree produced by key().
The default implementation does nothing.
Declaration
public virtual void ExitKey(tinymudParser.KeyContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.KeyContext | context | The parse tree. |
ExitKillaction(tinymudParser.KillactionContext)
Exit a parse tree produced by killaction().
The default implementation does nothing.
Declaration
public virtual void ExitKillaction(tinymudParser.KillactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.KillactionContext | context | The parse tree. |
ExitLine(tinymudParser.LineContext)
Exit a parse tree produced by line().
The default implementation does nothing.
Declaration
public virtual void ExitLine(tinymudParser.LineContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.LineContext | context | The parse tree. |
ExitLinkcommand(tinymudParser.LinkcommandContext)
Exit a parse tree produced by linkcommand().
The default implementation does nothing.
Declaration
public virtual void ExitLinkcommand(tinymudParser.LinkcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.LinkcommandContext | context | The parse tree. |
ExitLockcommand(tinymudParser.LockcommandContext)
Exit a parse tree produced by lockcommand().
The default implementation does nothing.
Declaration
public virtual void ExitLockcommand(tinymudParser.LockcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.LockcommandContext | context | The parse tree. |
ExitLookaction(tinymudParser.LookactionContext)
Exit a parse tree produced by lookaction().
The default implementation does nothing.
Declaration
public virtual void ExitLookaction(tinymudParser.LookactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.LookactionContext | context | The parse tree. |
ExitMessage(tinymudParser.MessageContext)
Exit a parse tree produced by message().
The default implementation does nothing.
Declaration
public virtual void ExitMessage(tinymudParser.MessageContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.MessageContext | context | The parse tree. |
ExitName(tinymudParser.NameContext)
Exit a parse tree produced by name().
The default implementation does nothing.
Declaration
public virtual void ExitName(tinymudParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.NameContext | context | The parse tree. |
ExitNamecommand(tinymudParser.NamecommandContext)
Exit a parse tree produced by namecommand().
The default implementation does nothing.
Declaration
public virtual void ExitNamecommand(tinymudParser.NamecommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.NamecommandContext | context | The parse tree. |
ExitNewpassswordcommand(tinymudParser.NewpassswordcommandContext)
Exit a parse tree produced by newpassswordcommand().
The default implementation does nothing.
Declaration
public virtual void ExitNewpassswordcommand(tinymudParser.NewpassswordcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.NewpassswordcommandContext | context | The parse tree. |
ExitNewsaction(tinymudParser.NewsactionContext)
Exit a parse tree produced by newsaction().
The default implementation does nothing.
Declaration
public virtual void ExitNewsaction(tinymudParser.NewsactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.NewsactionContext | context | The parse tree. |
ExitNumber(tinymudParser.NumberContext)
Exit a parse tree produced by number().
The default implementation does nothing.
Declaration
public virtual void ExitNumber(tinymudParser.NumberContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.NumberContext | context | The parse tree. |
ExitObject_(tinymudParser.Object_Context)
Exit a parse tree produced by object_().
The default implementation does nothing.
Declaration
public virtual void ExitObject_(tinymudParser.Object_Context context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.Object_Context | context | The parse tree. |
ExitOfailcommand(tinymudParser.OfailcommandContext)
Exit a parse tree produced by ofailcommand().
The default implementation does nothing.
Declaration
public virtual void ExitOfailcommand(tinymudParser.OfailcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.OfailcommandContext | context | The parse tree. |
ExitOpencommand(tinymudParser.OpencommandContext)
Exit a parse tree produced by opencommand().
The default implementation does nothing.
Declaration
public virtual void ExitOpencommand(tinymudParser.OpencommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.OpencommandContext | context | The parse tree. |
ExitOsuccesscommand(tinymudParser.OsuccesscommandContext)
Exit a parse tree produced by osuccesscommand().
The default implementation does nothing.
Declaration
public virtual void ExitOsuccesscommand(tinymudParser.OsuccesscommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.OsuccesscommandContext | context | The parse tree. |
ExitPageaction(tinymudParser.PageactionContext)
Exit a parse tree produced by pageaction().
The default implementation does nothing.
Declaration
public virtual void ExitPageaction(tinymudParser.PageactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.PageactionContext | context | The parse tree. |
ExitPassword(tinymudParser.PasswordContext)
Exit a parse tree produced by password().
The default implementation does nothing.
Declaration
public virtual void ExitPassword(tinymudParser.PasswordContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.PasswordContext | context | The parse tree. |
ExitPasswordcommand(tinymudParser.PasswordcommandContext)
Exit a parse tree produced by passwordcommand().
The default implementation does nothing.
Declaration
public virtual void ExitPasswordcommand(tinymudParser.PasswordcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.PasswordcommandContext | context | The parse tree. |
ExitPcreatecommand(tinymudParser.PcreatecommandContext)
Exit a parse tree produced by pcreatecommand().
The default implementation does nothing.
Declaration
public virtual void ExitPcreatecommand(tinymudParser.PcreatecommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.PcreatecommandContext | context | The parse tree. |
ExitPennies(tinymudParser.PenniesContext)
Exit a parse tree produced by pennies().
The default implementation does nothing.
Declaration
public virtual void ExitPennies(tinymudParser.PenniesContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.PenniesContext | context | The parse tree. |
ExitPlayer(tinymudParser.PlayerContext)
Exit a parse tree produced by player().
The default implementation does nothing.
Declaration
public virtual void ExitPlayer(tinymudParser.PlayerContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.PlayerContext | context | The parse tree. |
ExitProg(tinymudParser.ProgContext)
Exit a parse tree produced by prog().
The default implementation does nothing.
Declaration
public virtual void ExitProg(tinymudParser.ProgContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.ProgContext | context | The parse tree. |
ExitQuitaction(tinymudParser.QuitactionContext)
Exit a parse tree produced by quitaction().
The default implementation does nothing.
Declaration
public virtual void ExitQuitaction(tinymudParser.QuitactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.QuitactionContext | context | The parse tree. |
ExitRobaction(tinymudParser.RobactionContext)
Exit a parse tree produced by robaction().
The default implementation does nothing.
Declaration
public virtual void ExitRobaction(tinymudParser.RobactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.RobactionContext | context | The parse tree. |
ExitRoom(tinymudParser.RoomContext)
Exit a parse tree produced by room().
The default implementation does nothing.
Declaration
public virtual void ExitRoom(tinymudParser.RoomContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.RoomContext | context | The parse tree. |
ExitSayaction(tinymudParser.SayactionContext)
Exit a parse tree produced by sayaction().
The default implementation does nothing.
Declaration
public virtual void ExitSayaction(tinymudParser.SayactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.SayactionContext | context | The parse tree. |
ExitScoreaction(tinymudParser.ScoreactionContext)
Exit a parse tree produced by scoreaction().
The default implementation does nothing.
Declaration
public virtual void ExitScoreaction(tinymudParser.ScoreactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.ScoreactionContext | context | The parse tree. |
ExitSetcommand(tinymudParser.SetcommandContext)
Exit a parse tree produced by setcommand().
The default implementation does nothing.
Declaration
public virtual void ExitSetcommand(tinymudParser.SetcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.SetcommandContext | context | The parse tree. |
ExitShutdowncommand(tinymudParser.ShutdowncommandContext)
Exit a parse tree produced by shutdowncommand().
The default implementation does nothing.
Declaration
public virtual void ExitShutdowncommand(tinymudParser.ShutdowncommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.ShutdowncommandContext | context | The parse tree. |
ExitStatscommand(tinymudParser.StatscommandContext)
Exit a parse tree produced by statscommand().
The default implementation does nothing.
Declaration
public virtual void ExitStatscommand(tinymudParser.StatscommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.StatscommandContext | context | The parse tree. |
ExitSuccesscommand(tinymudParser.SuccesscommandContext)
Exit a parse tree produced by successcommand().
The default implementation does nothing.
Declaration
public virtual void ExitSuccesscommand(tinymudParser.SuccesscommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.SuccesscommandContext | context | The parse tree. |
ExitTeleportcommand(tinymudParser.TeleportcommandContext)
Exit a parse tree produced by teleportcommand().
The default implementation does nothing.
Declaration
public virtual void ExitTeleportcommand(tinymudParser.TeleportcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.TeleportcommandContext | context | The parse tree. |
ExitToadcommand(tinymudParser.ToadcommandContext)
Exit a parse tree produced by toadcommand().
The default implementation does nothing.
Declaration
public virtual void ExitToadcommand(tinymudParser.ToadcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.ToadcommandContext | context | The parse tree. |
ExitUnlinkcommand(tinymudParser.UnlinkcommandContext)
Exit a parse tree produced by unlinkcommand().
The default implementation does nothing.
Declaration
public virtual void ExitUnlinkcommand(tinymudParser.UnlinkcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.UnlinkcommandContext | context | The parse tree. |
ExitUnlockcommand(tinymudParser.UnlockcommandContext)
Exit a parse tree produced by unlockcommand().
The default implementation does nothing.
Declaration
public virtual void ExitUnlockcommand(tinymudParser.UnlockcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.UnlockcommandContext | context | The parse tree. |
ExitWallcommand(tinymudParser.WallcommandContext)
Exit a parse tree produced by wallcommand().
The default implementation does nothing.
Declaration
public virtual void ExitWallcommand(tinymudParser.WallcommandContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.WallcommandContext | context | The parse tree. |
ExitWhisperaction(tinymudParser.WhisperactionContext)
Exit a parse tree produced by whisperaction().
The default implementation does nothing.
Declaration
public virtual void ExitWhisperaction(tinymudParser.WhisperactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.WhisperactionContext | context | The parse tree. |
ExitWhoaction(tinymudParser.WhoactionContext)
Exit a parse tree produced by whoaction().
The default implementation does nothing.
Declaration
public virtual void ExitWhoaction(tinymudParser.WhoactionContext context)
Parameters
Type | Name | Description |
---|---|---|
tinymudParser.WhoactionContext | context | The parse tree. |
VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IErrorNode | node |
Remarks
The default implementation does nothing.
VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.ITerminalNode | node |
Remarks
The default implementation does nothing.