Show / Hide Table of Contents

Class memcached_protocolParser.Command_lineContext

Inheritance
System.Object
memcached_protocolParser.Command_lineContext
Namespace: GCore.Antlr.Grammers.Memcached_protocol
Assembly: Memcached_protocol.dll
Syntax
public class Command_lineContext : ParserRuleContext

Constructors

| Improve this Doc View Source

Command_lineContext(ParserRuleContext, Int32)

Declaration
public Command_lineContext(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

decrement_command()

Declaration
public memcached_protocolParser.Decrement_commandContext[] decrement_command()
Returns
Type Description
memcached_protocolParser.Decrement_commandContext[]
| Improve this Doc View Source

decrement_command(Int32)

Declaration
public memcached_protocolParser.Decrement_commandContext decrement_command(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
memcached_protocolParser.Decrement_commandContext
| Improve this Doc View Source

delete_command()

Declaration
public memcached_protocolParser.Delete_commandContext[] delete_command()
Returns
Type Description
memcached_protocolParser.Delete_commandContext[]
| Improve this Doc View Source

delete_command(Int32)

Declaration
public memcached_protocolParser.Delete_commandContext delete_command(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
memcached_protocolParser.Delete_commandContext
| 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

flush_command()

Declaration
public memcached_protocolParser.Flush_commandContext[] flush_command()
Returns
Type Description
memcached_protocolParser.Flush_commandContext[]
| Improve this Doc View Source

flush_command(Int32)

Declaration
public memcached_protocolParser.Flush_commandContext flush_command(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
memcached_protocolParser.Flush_commandContext
| Improve this Doc View Source

increment_command()

Declaration
public memcached_protocolParser.Increment_commandContext[] increment_command()
Returns
Type Description
memcached_protocolParser.Increment_commandContext[]
| Improve this Doc View Source

increment_command(Int32)

Declaration
public memcached_protocolParser.Increment_commandContext increment_command(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
memcached_protocolParser.Increment_commandContext
| Improve this Doc View Source

quit_command()

Declaration
public memcached_protocolParser.Quit_commandContext[] quit_command()
Returns
Type Description
memcached_protocolParser.Quit_commandContext[]
| Improve this Doc View Source

quit_command(Int32)

Declaration
public memcached_protocolParser.Quit_commandContext quit_command(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
memcached_protocolParser.Quit_commandContext
| Improve this Doc View Source

retrieval_command()

Declaration
public memcached_protocolParser.Retrieval_commandContext[] retrieval_command()
Returns
Type Description
memcached_protocolParser.Retrieval_commandContext[]
| Improve this Doc View Source

retrieval_command(Int32)

Declaration
public memcached_protocolParser.Retrieval_commandContext retrieval_command(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
memcached_protocolParser.Retrieval_commandContext
| Improve this Doc View Source

statistics_command()

Declaration
public memcached_protocolParser.Statistics_commandContext[] statistics_command()
Returns
Type Description
memcached_protocolParser.Statistics_commandContext[]
| Improve this Doc View Source

statistics_command(Int32)

Declaration
public memcached_protocolParser.Statistics_commandContext statistics_command(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
memcached_protocolParser.Statistics_commandContext
| Improve this Doc View Source

storage_command()

Declaration
public memcached_protocolParser.Storage_commandContext[] storage_command()
Returns
Type Description
memcached_protocolParser.Storage_commandContext[]
| Improve this Doc View Source

storage_command(Int32)

Declaration
public memcached_protocolParser.Storage_commandContext storage_command(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
memcached_protocolParser.Storage_commandContext
| Improve this Doc View Source

verbosity_command()

Declaration
public memcached_protocolParser.Verbosity_commandContext[] verbosity_command()
Returns
Type Description
memcached_protocolParser.Verbosity_commandContext[]
| Improve this Doc View Source

verbosity_command(Int32)

Declaration
public memcached_protocolParser.Verbosity_commandContext verbosity_command(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
memcached_protocolParser.Verbosity_commandContext
| Improve this Doc View Source

version_command()

Declaration
public memcached_protocolParser.Version_commandContext[] version_command()
Returns
Type Description
memcached_protocolParser.Version_commandContext[]
| Improve this Doc View Source

version_command(Int32)

Declaration
public memcached_protocolParser.Version_commandContext version_command(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
memcached_protocolParser.Version_commandContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX