Namespace GCore.Antlr.Grammers.Memcached_protocol
Classes
memcached_protocolBaseListener
This class provides an empty implementation of Imemcached_protocolListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
memcached_protocolBaseVisitor<Result>
This class provides an empty implementation of Imemcached_protocolVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
memcached_protocolLexer
memcached_protocolParser
memcached_protocolParser.BytesContext
memcached_protocolParser.Cas_uniqueContext
memcached_protocolParser.Client_error_messageContext
memcached_protocolParser.Command_lineContext
memcached_protocolParser.CountContext
memcached_protocolParser.Decrement_commandContext
memcached_protocolParser.DelayContext
memcached_protocolParser.Delete_commandContext
memcached_protocolParser.Deletion_responseContext
memcached_protocolParser.EndContext
memcached_protocolParser.Error_responseContext
memcached_protocolParser.ExptimeContext
memcached_protocolParser.FlagsContext
memcached_protocolParser.Flush_commandContext
memcached_protocolParser.General_errorContext
memcached_protocolParser.General_statisticContext
memcached_protocolParser.Incr_or_decr_responseContext
memcached_protocolParser.Increment_commandContext
memcached_protocolParser.KeyContext
memcached_protocolParser.NoreplyContext
memcached_protocolParser.Quit_commandContext
memcached_protocolParser.Retrieval_commandContext
memcached_protocolParser.Retrieval_responseContext
memcached_protocolParser.Server_error_messageContext
memcached_protocolParser.Size_statisticContext
memcached_protocolParser.SizeContext
memcached_protocolParser.Statistic_nameContext
memcached_protocolParser.Statistic_valueContext
memcached_protocolParser.Statistics_commandContext
memcached_protocolParser.Statistics_optionContext
memcached_protocolParser.Statistics_responseContext
memcached_protocolParser.Storage_command_nameContext
memcached_protocolParser.Storage_commandContext
memcached_protocolParser.Storage_responseContext
memcached_protocolParser.TimeContext
memcached_protocolParser.ValueContext
memcached_protocolParser.Verbosity_commandContext
memcached_protocolParser.Verbosity_levelContext
memcached_protocolParser.Version_commandContext
Interfaces
Imemcached_protocolListener
This interface defines a complete listener for a parse tree produced by memcached_protocolParser.
Imemcached_protocolVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by memcached_protocolParser.