Show / Hide Table of Contents

Interface Imemcached_protocolVisitor<Result>

This interface defines a complete generic visitor for a parse tree produced by memcached_protocolParser.

Namespace: GCore.Antlr.Grammers.Memcached_protocol
Assembly: Memcached_protocol.dll
Syntax
public interface Imemcached_protocolVisitor<Result> : IParseTreeVisitor<Result>
Type Parameters
Name Description
Result

The return type of the visit operation.

Methods

| Improve this Doc View Source

VisitBytes(memcached_protocolParser.BytesContext)

Visit a parse tree produced by bytes().

Declaration
Result VisitBytes(memcached_protocolParser.BytesContext context)
Parameters
Type Name Description
memcached_protocolParser.BytesContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCas_unique(memcached_protocolParser.Cas_uniqueContext)

Visit a parse tree produced by cas_unique().

Declaration
Result VisitCas_unique(memcached_protocolParser.Cas_uniqueContext context)
Parameters
Type Name Description
memcached_protocolParser.Cas_uniqueContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitClient_error_message(memcached_protocolParser.Client_error_messageContext)

Visit a parse tree produced by client_error_message().

Declaration
Result VisitClient_error_message(memcached_protocolParser.Client_error_messageContext context)
Parameters
Type Name Description
memcached_protocolParser.Client_error_messageContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCommand_line(memcached_protocolParser.Command_lineContext)

Visit a parse tree produced by command_line().

Declaration
Result VisitCommand_line(memcached_protocolParser.Command_lineContext context)
Parameters
Type Name Description
memcached_protocolParser.Command_lineContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitCount(memcached_protocolParser.CountContext)

Visit a parse tree produced by count().

Declaration
Result VisitCount(memcached_protocolParser.CountContext context)
Parameters
Type Name Description
memcached_protocolParser.CountContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDecrement_command(memcached_protocolParser.Decrement_commandContext)

Visit a parse tree produced by decrement_command().

Declaration
Result VisitDecrement_command(memcached_protocolParser.Decrement_commandContext context)
Parameters
Type Name Description
memcached_protocolParser.Decrement_commandContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDelay(memcached_protocolParser.DelayContext)

Visit a parse tree produced by delay().

Declaration
Result VisitDelay(memcached_protocolParser.DelayContext context)
Parameters
Type Name Description
memcached_protocolParser.DelayContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDelete_command(memcached_protocolParser.Delete_commandContext)

Visit a parse tree produced by delete_command().

Declaration
Result VisitDelete_command(memcached_protocolParser.Delete_commandContext context)
Parameters
Type Name Description
memcached_protocolParser.Delete_commandContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitDeletion_response(memcached_protocolParser.Deletion_responseContext)

Visit a parse tree produced by deletion_response().

Declaration
Result VisitDeletion_response(memcached_protocolParser.Deletion_responseContext context)
Parameters
Type Name Description
memcached_protocolParser.Deletion_responseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitEnd(memcached_protocolParser.EndContext)

Visit a parse tree produced by end().

Declaration
Result VisitEnd(memcached_protocolParser.EndContext context)
Parameters
Type Name Description
memcached_protocolParser.EndContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitError_response(memcached_protocolParser.Error_responseContext)

Visit a parse tree produced by error_response().

Declaration
Result VisitError_response(memcached_protocolParser.Error_responseContext context)
Parameters
Type Name Description
memcached_protocolParser.Error_responseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitExptime(memcached_protocolParser.ExptimeContext)

Visit a parse tree produced by exptime().

Declaration
Result VisitExptime(memcached_protocolParser.ExptimeContext context)
Parameters
Type Name Description
memcached_protocolParser.ExptimeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFlags(memcached_protocolParser.FlagsContext)

Visit a parse tree produced by flags().

Declaration
Result VisitFlags(memcached_protocolParser.FlagsContext context)
Parameters
Type Name Description
memcached_protocolParser.FlagsContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitFlush_command(memcached_protocolParser.Flush_commandContext)

Visit a parse tree produced by flush_command().

Declaration
Result VisitFlush_command(memcached_protocolParser.Flush_commandContext context)
Parameters
Type Name Description
memcached_protocolParser.Flush_commandContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitGeneral_error(memcached_protocolParser.General_errorContext)

Visit a parse tree produced by general_error().

Declaration
Result VisitGeneral_error(memcached_protocolParser.General_errorContext context)
Parameters
Type Name Description
memcached_protocolParser.General_errorContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitGeneral_statistic(memcached_protocolParser.General_statisticContext)

Visit a parse tree produced by general_statistic().

Declaration
Result VisitGeneral_statistic(memcached_protocolParser.General_statisticContext context)
Parameters
Type Name Description
memcached_protocolParser.General_statisticContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIncr_or_decr_response(memcached_protocolParser.Incr_or_decr_responseContext)

Visit a parse tree produced by incr_or_decr_response().

Declaration
Result VisitIncr_or_decr_response(memcached_protocolParser.Incr_or_decr_responseContext context)
Parameters
Type Name Description
memcached_protocolParser.Incr_or_decr_responseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitIncrement_command(memcached_protocolParser.Increment_commandContext)

Visit a parse tree produced by increment_command().

Declaration
Result VisitIncrement_command(memcached_protocolParser.Increment_commandContext context)
Parameters
Type Name Description
memcached_protocolParser.Increment_commandContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitKey(memcached_protocolParser.KeyContext)

Visit a parse tree produced by key().

Declaration
Result VisitKey(memcached_protocolParser.KeyContext context)
Parameters
Type Name Description
memcached_protocolParser.KeyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitNoreply(memcached_protocolParser.NoreplyContext)

Visit a parse tree produced by noreply().

Declaration
Result VisitNoreply(memcached_protocolParser.NoreplyContext context)
Parameters
Type Name Description
memcached_protocolParser.NoreplyContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitQuit_command(memcached_protocolParser.Quit_commandContext)

Visit a parse tree produced by quit_command().

Declaration
Result VisitQuit_command(memcached_protocolParser.Quit_commandContext context)
Parameters
Type Name Description
memcached_protocolParser.Quit_commandContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRetrieval_command(memcached_protocolParser.Retrieval_commandContext)

Visit a parse tree produced by retrieval_command().

Declaration
Result VisitRetrieval_command(memcached_protocolParser.Retrieval_commandContext context)
Parameters
Type Name Description
memcached_protocolParser.Retrieval_commandContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitRetrieval_response(memcached_protocolParser.Retrieval_responseContext)

Visit a parse tree produced by retrieval_response().

Declaration
Result VisitRetrieval_response(memcached_protocolParser.Retrieval_responseContext context)
Parameters
Type Name Description
memcached_protocolParser.Retrieval_responseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitServer_error_message(memcached_protocolParser.Server_error_messageContext)

Visit a parse tree produced by server_error_message().

Declaration
Result VisitServer_error_message(memcached_protocolParser.Server_error_messageContext context)
Parameters
Type Name Description
memcached_protocolParser.Server_error_messageContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSize(memcached_protocolParser.SizeContext)

Visit a parse tree produced by size().

Declaration
Result VisitSize(memcached_protocolParser.SizeContext context)
Parameters
Type Name Description
memcached_protocolParser.SizeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitSize_statistic(memcached_protocolParser.Size_statisticContext)

Visit a parse tree produced by size_statistic().

Declaration
Result VisitSize_statistic(memcached_protocolParser.Size_statisticContext context)
Parameters
Type Name Description
memcached_protocolParser.Size_statisticContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStatistic_name(memcached_protocolParser.Statistic_nameContext)

Visit a parse tree produced by statistic_name().

Declaration
Result VisitStatistic_name(memcached_protocolParser.Statistic_nameContext context)
Parameters
Type Name Description
memcached_protocolParser.Statistic_nameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStatistic_value(memcached_protocolParser.Statistic_valueContext)

Visit a parse tree produced by statistic_value().

Declaration
Result VisitStatistic_value(memcached_protocolParser.Statistic_valueContext context)
Parameters
Type Name Description
memcached_protocolParser.Statistic_valueContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStatistics_command(memcached_protocolParser.Statistics_commandContext)

Visit a parse tree produced by statistics_command().

Declaration
Result VisitStatistics_command(memcached_protocolParser.Statistics_commandContext context)
Parameters
Type Name Description
memcached_protocolParser.Statistics_commandContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStatistics_option(memcached_protocolParser.Statistics_optionContext)

Visit a parse tree produced by statistics_option().

Declaration
Result VisitStatistics_option(memcached_protocolParser.Statistics_optionContext context)
Parameters
Type Name Description
memcached_protocolParser.Statistics_optionContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStatistics_response(memcached_protocolParser.Statistics_responseContext)

Visit a parse tree produced by statistics_response().

Declaration
Result VisitStatistics_response(memcached_protocolParser.Statistics_responseContext context)
Parameters
Type Name Description
memcached_protocolParser.Statistics_responseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStorage_command(memcached_protocolParser.Storage_commandContext)

Visit a parse tree produced by storage_command().

Declaration
Result VisitStorage_command(memcached_protocolParser.Storage_commandContext context)
Parameters
Type Name Description
memcached_protocolParser.Storage_commandContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStorage_command_name(memcached_protocolParser.Storage_command_nameContext)

Visit a parse tree produced by storage_command_name().

Declaration
Result VisitStorage_command_name(memcached_protocolParser.Storage_command_nameContext context)
Parameters
Type Name Description
memcached_protocolParser.Storage_command_nameContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitStorage_response(memcached_protocolParser.Storage_responseContext)

Visit a parse tree produced by storage_response().

Declaration
Result VisitStorage_response(memcached_protocolParser.Storage_responseContext context)
Parameters
Type Name Description
memcached_protocolParser.Storage_responseContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitTime(memcached_protocolParser.TimeContext)

Visit a parse tree produced by time().

Declaration
Result VisitTime(memcached_protocolParser.TimeContext context)
Parameters
Type Name Description
memcached_protocolParser.TimeContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitValue(memcached_protocolParser.ValueContext)

Visit a parse tree produced by value().

Declaration
Result VisitValue(memcached_protocolParser.ValueContext context)
Parameters
Type Name Description
memcached_protocolParser.ValueContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVerbosity_command(memcached_protocolParser.Verbosity_commandContext)

Visit a parse tree produced by verbosity_command().

Declaration
Result VisitVerbosity_command(memcached_protocolParser.Verbosity_commandContext context)
Parameters
Type Name Description
memcached_protocolParser.Verbosity_commandContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVerbosity_level(memcached_protocolParser.Verbosity_levelContext)

Visit a parse tree produced by verbosity_level().

Declaration
Result VisitVerbosity_level(memcached_protocolParser.Verbosity_levelContext context)
Parameters
Type Name Description
memcached_protocolParser.Verbosity_levelContext context

The parse tree.

Returns
Type Description
Result
| Improve this Doc View Source

VisitVersion_command(memcached_protocolParser.Version_commandContext)

Visit a parse tree produced by version_command().

Declaration
Result VisitVersion_command(memcached_protocolParser.Version_commandContext context)
Parameters
Type Name Description
memcached_protocolParser.Version_commandContext context

The parse tree.

Returns
Type Description
Result
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX