Show / Hide Table of Contents

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

Methods

| Improve this Doc View Source

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

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

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