Show / Hide Table of Contents

Class tinymudParser.CommandContext

Inheritance
System.Object
tinymudParser.CommandContext
Namespace: GCore.Antlr.Grammers.Tinymud
Assembly: Tinymud.dll
Syntax
public class CommandContext : ParserRuleContext

Constructors

| Improve this Doc View Source

CommandContext(ParserRuleContext, Int32)

Declaration
public CommandContext(ParserRuleContext parent, int invokingState)
Parameters
Type Name Description
ParserRuleContext parent
System.Int32 invokingState

Properties

| Improve this Doc View Source

RuleIndex

Declaration
public override int RuleIndex { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Accept<TResult>(IParseTreeVisitor<TResult>)

Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
Type Name Description
IParseTreeVisitor<TResult> visitor
Returns
Type Description
TResult
Type Parameters
Name Description
TResult
| Improve this Doc View Source

bootcommand()

Declaration
public tinymudParser.BootcommandContext bootcommand()
Returns
Type Description
tinymudParser.BootcommandContext
| Improve this Doc View Source

chowncommand()

Declaration
public tinymudParser.ChowncommandContext chowncommand()
Returns
Type Description
tinymudParser.ChowncommandContext
| Improve this Doc View Source

createcommand()

Declaration
public tinymudParser.CreatecommandContext createcommand()
Returns
Type Description
tinymudParser.CreatecommandContext
| Improve this Doc View Source

describecommand()

Declaration
public tinymudParser.DescribecommandContext describecommand()
Returns
Type Description
tinymudParser.DescribecommandContext
| Improve this Doc View Source

digcommand()

Declaration
public tinymudParser.DigcommandContext digcommand()
Returns
Type Description
tinymudParser.DigcommandContext
| Improve this Doc View Source

dumpcommand()

Declaration
public tinymudParser.DumpcommandContext dumpcommand()
Returns
Type Description
tinymudParser.DumpcommandContext
| Improve this Doc View Source

EnterRule(IParseTreeListener)

Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

ExitRule(IParseTreeListener)

Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

failcommand()

Declaration
public tinymudParser.FailcommandContext failcommand()
Returns
Type Description
tinymudParser.FailcommandContext
| Improve this Doc View Source

findcommand()

Declaration
public tinymudParser.FindcommandContext findcommand()
Returns
Type Description
tinymudParser.FindcommandContext
| Improve this Doc View Source

forcecommand()

Declaration
public tinymudParser.ForcecommandContext forcecommand()
Returns
Type Description
tinymudParser.ForcecommandContext
| Improve this Doc View Source

linkcommand()

Declaration
public tinymudParser.LinkcommandContext linkcommand()
Returns
Type Description
tinymudParser.LinkcommandContext
| Improve this Doc View Source

lockcommand()

Declaration
public tinymudParser.LockcommandContext lockcommand()
Returns
Type Description
tinymudParser.LockcommandContext
| Improve this Doc View Source

namecommand()

Declaration
public tinymudParser.NamecommandContext namecommand()
Returns
Type Description
tinymudParser.NamecommandContext
| Improve this Doc View Source

newpassswordcommand()

Declaration
public tinymudParser.NewpassswordcommandContext newpassswordcommand()
Returns
Type Description
tinymudParser.NewpassswordcommandContext
| Improve this Doc View Source

ofailcommand()

Declaration
public tinymudParser.OfailcommandContext ofailcommand()
Returns
Type Description
tinymudParser.OfailcommandContext
| Improve this Doc View Source

opencommand()

Declaration
public tinymudParser.OpencommandContext opencommand()
Returns
Type Description
tinymudParser.OpencommandContext
| Improve this Doc View Source

osuccesscommand()

Declaration
public tinymudParser.OsuccesscommandContext osuccesscommand()
Returns
Type Description
tinymudParser.OsuccesscommandContext
| Improve this Doc View Source

passwordcommand()

Declaration
public tinymudParser.PasswordcommandContext passwordcommand()
Returns
Type Description
tinymudParser.PasswordcommandContext
| Improve this Doc View Source

pcreatecommand()

Declaration
public tinymudParser.PcreatecommandContext pcreatecommand()
Returns
Type Description
tinymudParser.PcreatecommandContext
| Improve this Doc View Source

setcommand()

Declaration
public tinymudParser.SetcommandContext setcommand()
Returns
Type Description
tinymudParser.SetcommandContext
| Improve this Doc View Source

shutdowncommand()

Declaration
public tinymudParser.ShutdowncommandContext shutdowncommand()
Returns
Type Description
tinymudParser.ShutdowncommandContext
| Improve this Doc View Source

statscommand()

Declaration
public tinymudParser.StatscommandContext statscommand()
Returns
Type Description
tinymudParser.StatscommandContext
| Improve this Doc View Source

successcommand()

Declaration
public tinymudParser.SuccesscommandContext successcommand()
Returns
Type Description
tinymudParser.SuccesscommandContext
| Improve this Doc View Source

teleportcommand()

Declaration
public tinymudParser.TeleportcommandContext teleportcommand()
Returns
Type Description
tinymudParser.TeleportcommandContext
| Improve this Doc View Source

toadcommand()

Declaration
public tinymudParser.ToadcommandContext toadcommand()
Returns
Type Description
tinymudParser.ToadcommandContext
| Improve this Doc View Source

unlinkcommand()

Declaration
public tinymudParser.UnlinkcommandContext unlinkcommand()
Returns
Type Description
tinymudParser.UnlinkcommandContext
| Improve this Doc View Source

unlockcommand()

Declaration
public tinymudParser.UnlockcommandContext unlockcommand()
Returns
Type Description
tinymudParser.UnlockcommandContext
| Improve this Doc View Source

wallcommand()

Declaration
public tinymudParser.WallcommandContext wallcommand()
Returns
Type Description
tinymudParser.WallcommandContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX