memcached_protocol

package
v0.0.0-...-4c43aeb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Example
package main

import (
	"bramp.net/antlr4/memcached_protocol"

	"fmt"
	"github.com/antlr/antlr4/runtime/Go/antlr"
)

type exampleListener struct {
	*memcached_protocol.Basememcached_protocolListener
}

func (l *exampleListener) EnterEveryRule(ctx antlr.ParserRuleContext) {
	fmt.Println(ctx.GetText())
}
func main() {
	// Setup the input
	is := antlr.NewInputStream("...some text to parse...")

	// Create the Lexer
	lexer := memcached_protocol.Newmemcached_protocolLexer(is)
	stream := antlr.NewCommonTokenStream(lexer, antlr.TokenDefaultChannel)

	// Create the Parser
	p := memcached_protocol.Newmemcached_protocolParser(stream)
	p.BuildParseTrees = true
	p.AddErrorListener(antlr.NewDiagnosticErrorListener(true))

	// Finally walk the tree
	tree := p.Command_line()
	antlr.ParseTreeWalkerDefault.Walk(&exampleListener{}, tree)
}
Output:

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func Newmemcached_protocolLexer

func Newmemcached_protocolLexer(input antlr.CharStream) *memcached_protocolLexer

func Newmemcached_protocolParser

func Newmemcached_protocolParser(input antlr.TokenStream) *memcached_protocolParser

Types

type Basememcached_protocolListener

type Basememcached_protocolListener struct{}

Basememcached_protocolListener is a complete listener for a parse tree produced by memcached_protocolParser.

func (*Basememcached_protocolListener) EnterBytes

func (s *Basememcached_protocolListener) EnterBytes(ctx *BytesContext)

EnterBytes is called when production bytes is entered.

func (*Basememcached_protocolListener) EnterCas_unique

func (s *Basememcached_protocolListener) EnterCas_unique(ctx *Cas_uniqueContext)

EnterCas_unique is called when production cas_unique is entered.

func (*Basememcached_protocolListener) EnterClient_error_message

func (s *Basememcached_protocolListener) EnterClient_error_message(ctx *Client_error_messageContext)

EnterClient_error_message is called when production client_error_message is entered.

func (*Basememcached_protocolListener) EnterCommand_line

func (s *Basememcached_protocolListener) EnterCommand_line(ctx *Command_lineContext)

EnterCommand_line is called when production command_line is entered.

func (*Basememcached_protocolListener) EnterCount

func (s *Basememcached_protocolListener) EnterCount(ctx *CountContext)

EnterCount is called when production count is entered.

func (*Basememcached_protocolListener) EnterDecrement_command

func (s *Basememcached_protocolListener) EnterDecrement_command(ctx *Decrement_commandContext)

EnterDecrement_command is called when production decrement_command is entered.

func (*Basememcached_protocolListener) EnterDelay

func (s *Basememcached_protocolListener) EnterDelay(ctx *DelayContext)

EnterDelay is called when production delay is entered.

func (*Basememcached_protocolListener) EnterDelete_command

func (s *Basememcached_protocolListener) EnterDelete_command(ctx *Delete_commandContext)

EnterDelete_command is called when production delete_command is entered.

func (*Basememcached_protocolListener) EnterDeletion_response

func (s *Basememcached_protocolListener) EnterDeletion_response(ctx *Deletion_responseContext)

EnterDeletion_response is called when production deletion_response is entered.

func (*Basememcached_protocolListener) EnterEnd

func (s *Basememcached_protocolListener) EnterEnd(ctx *EndContext)

EnterEnd is called when production end is entered.

func (*Basememcached_protocolListener) EnterError_response

func (s *Basememcached_protocolListener) EnterError_response(ctx *Error_responseContext)

EnterError_response is called when production error_response is entered.

func (*Basememcached_protocolListener) EnterEveryRule

EnterEveryRule is called when any rule is entered.

func (*Basememcached_protocolListener) EnterExptime

func (s *Basememcached_protocolListener) EnterExptime(ctx *ExptimeContext)

EnterExptime is called when production exptime is entered.

func (*Basememcached_protocolListener) EnterFlags

func (s *Basememcached_protocolListener) EnterFlags(ctx *FlagsContext)

EnterFlags is called when production flags is entered.

func (*Basememcached_protocolListener) EnterFlush_command

func (s *Basememcached_protocolListener) EnterFlush_command(ctx *Flush_commandContext)

EnterFlush_command is called when production flush_command is entered.

func (*Basememcached_protocolListener) EnterGeneral_error

func (s *Basememcached_protocolListener) EnterGeneral_error(ctx *General_errorContext)

EnterGeneral_error is called when production general_error is entered.

func (*Basememcached_protocolListener) EnterGeneral_statistic

func (s *Basememcached_protocolListener) EnterGeneral_statistic(ctx *General_statisticContext)

EnterGeneral_statistic is called when production general_statistic is entered.

func (*Basememcached_protocolListener) EnterIncr_or_decr_response

func (s *Basememcached_protocolListener) EnterIncr_or_decr_response(ctx *Incr_or_decr_responseContext)

EnterIncr_or_decr_response is called when production incr_or_decr_response is entered.

func (*Basememcached_protocolListener) EnterIncrement_command

func (s *Basememcached_protocolListener) EnterIncrement_command(ctx *Increment_commandContext)

EnterIncrement_command is called when production increment_command is entered.

func (*Basememcached_protocolListener) EnterKey

func (s *Basememcached_protocolListener) EnterKey(ctx *KeyContext)

EnterKey is called when production key is entered.

func (*Basememcached_protocolListener) EnterNoreply

func (s *Basememcached_protocolListener) EnterNoreply(ctx *NoreplyContext)

EnterNoreply is called when production noreply is entered.

func (*Basememcached_protocolListener) EnterQuit_command

func (s *Basememcached_protocolListener) EnterQuit_command(ctx *Quit_commandContext)

EnterQuit_command is called when production quit_command is entered.

func (*Basememcached_protocolListener) EnterRetrieval_command

func (s *Basememcached_protocolListener) EnterRetrieval_command(ctx *Retrieval_commandContext)

EnterRetrieval_command is called when production retrieval_command is entered.

func (*Basememcached_protocolListener) EnterRetrieval_response

func (s *Basememcached_protocolListener) EnterRetrieval_response(ctx *Retrieval_responseContext)

EnterRetrieval_response is called when production retrieval_response is entered.

func (*Basememcached_protocolListener) EnterServer_error_message

func (s *Basememcached_protocolListener) EnterServer_error_message(ctx *Server_error_messageContext)

EnterServer_error_message is called when production server_error_message is entered.

func (*Basememcached_protocolListener) EnterSize

func (s *Basememcached_protocolListener) EnterSize(ctx *SizeContext)

EnterSize is called when production size is entered.

func (*Basememcached_protocolListener) EnterSize_statistic

func (s *Basememcached_protocolListener) EnterSize_statistic(ctx *Size_statisticContext)

EnterSize_statistic is called when production size_statistic is entered.

func (*Basememcached_protocolListener) EnterStatistic_name

func (s *Basememcached_protocolListener) EnterStatistic_name(ctx *Statistic_nameContext)

EnterStatistic_name is called when production statistic_name is entered.

func (*Basememcached_protocolListener) EnterStatistic_value

func (s *Basememcached_protocolListener) EnterStatistic_value(ctx *Statistic_valueContext)

EnterStatistic_value is called when production statistic_value is entered.

func (*Basememcached_protocolListener) EnterStatistics_command

func (s *Basememcached_protocolListener) EnterStatistics_command(ctx *Statistics_commandContext)

EnterStatistics_command is called when production statistics_command is entered.

func (*Basememcached_protocolListener) EnterStatistics_option

func (s *Basememcached_protocolListener) EnterStatistics_option(ctx *Statistics_optionContext)

EnterStatistics_option is called when production statistics_option is entered.

func (*Basememcached_protocolListener) EnterStatistics_response

func (s *Basememcached_protocolListener) EnterStatistics_response(ctx *Statistics_responseContext)

EnterStatistics_response is called when production statistics_response is entered.

func (*Basememcached_protocolListener) EnterStorage_command

func (s *Basememcached_protocolListener) EnterStorage_command(ctx *Storage_commandContext)

EnterStorage_command is called when production storage_command is entered.

func (*Basememcached_protocolListener) EnterStorage_command_name

func (s *Basememcached_protocolListener) EnterStorage_command_name(ctx *Storage_command_nameContext)

EnterStorage_command_name is called when production storage_command_name is entered.

func (*Basememcached_protocolListener) EnterStorage_response

func (s *Basememcached_protocolListener) EnterStorage_response(ctx *Storage_responseContext)

EnterStorage_response is called when production storage_response is entered.

func (*Basememcached_protocolListener) EnterTime

func (s *Basememcached_protocolListener) EnterTime(ctx *TimeContext)

EnterTime is called when production time is entered.

func (*Basememcached_protocolListener) EnterValue

func (s *Basememcached_protocolListener) EnterValue(ctx *ValueContext)

EnterValue is called when production value is entered.

func (*Basememcached_protocolListener) EnterVerbosity_command

func (s *Basememcached_protocolListener) EnterVerbosity_command(ctx *Verbosity_commandContext)

EnterVerbosity_command is called when production verbosity_command is entered.

func (*Basememcached_protocolListener) EnterVerbosity_level

func (s *Basememcached_protocolListener) EnterVerbosity_level(ctx *Verbosity_levelContext)

EnterVerbosity_level is called when production verbosity_level is entered.

func (*Basememcached_protocolListener) EnterVersion_command

func (s *Basememcached_protocolListener) EnterVersion_command(ctx *Version_commandContext)

EnterVersion_command is called when production version_command is entered.

func (*Basememcached_protocolListener) ExitBytes

func (s *Basememcached_protocolListener) ExitBytes(ctx *BytesContext)

ExitBytes is called when production bytes is exited.

func (*Basememcached_protocolListener) ExitCas_unique

func (s *Basememcached_protocolListener) ExitCas_unique(ctx *Cas_uniqueContext)

ExitCas_unique is called when production cas_unique is exited.

func (*Basememcached_protocolListener) ExitClient_error_message

func (s *Basememcached_protocolListener) ExitClient_error_message(ctx *Client_error_messageContext)

ExitClient_error_message is called when production client_error_message is exited.

func (*Basememcached_protocolListener) ExitCommand_line

func (s *Basememcached_protocolListener) ExitCommand_line(ctx *Command_lineContext)

ExitCommand_line is called when production command_line is exited.

func (*Basememcached_protocolListener) ExitCount

func (s *Basememcached_protocolListener) ExitCount(ctx *CountContext)

ExitCount is called when production count is exited.

func (*Basememcached_protocolListener) ExitDecrement_command

func (s *Basememcached_protocolListener) ExitDecrement_command(ctx *Decrement_commandContext)

ExitDecrement_command is called when production decrement_command is exited.

func (*Basememcached_protocolListener) ExitDelay

func (s *Basememcached_protocolListener) ExitDelay(ctx *DelayContext)

ExitDelay is called when production delay is exited.

func (*Basememcached_protocolListener) ExitDelete_command

func (s *Basememcached_protocolListener) ExitDelete_command(ctx *Delete_commandContext)

ExitDelete_command is called when production delete_command is exited.

func (*Basememcached_protocolListener) ExitDeletion_response

func (s *Basememcached_protocolListener) ExitDeletion_response(ctx *Deletion_responseContext)

ExitDeletion_response is called when production deletion_response is exited.

func (*Basememcached_protocolListener) ExitEnd

func (s *Basememcached_protocolListener) ExitEnd(ctx *EndContext)

ExitEnd is called when production end is exited.

func (*Basememcached_protocolListener) ExitError_response

func (s *Basememcached_protocolListener) ExitError_response(ctx *Error_responseContext)

ExitError_response is called when production error_response is exited.

func (*Basememcached_protocolListener) ExitEveryRule

ExitEveryRule is called when any rule is exited.

func (*Basememcached_protocolListener) ExitExptime

func (s *Basememcached_protocolListener) ExitExptime(ctx *ExptimeContext)

ExitExptime is called when production exptime is exited.

func (*Basememcached_protocolListener) ExitFlags

func (s *Basememcached_protocolListener) ExitFlags(ctx *FlagsContext)

ExitFlags is called when production flags is exited.

func (*Basememcached_protocolListener) ExitFlush_command

func (s *Basememcached_protocolListener) ExitFlush_command(ctx *Flush_commandContext)

ExitFlush_command is called when production flush_command is exited.

func (*Basememcached_protocolListener) ExitGeneral_error

func (s *Basememcached_protocolListener) ExitGeneral_error(ctx *General_errorContext)

ExitGeneral_error is called when production general_error is exited.

func (*Basememcached_protocolListener) ExitGeneral_statistic

func (s *Basememcached_protocolListener) ExitGeneral_statistic(ctx *General_statisticContext)

ExitGeneral_statistic is called when production general_statistic is exited.

func (*Basememcached_protocolListener) ExitIncr_or_decr_response

func (s *Basememcached_protocolListener) ExitIncr_or_decr_response(ctx *Incr_or_decr_responseContext)

ExitIncr_or_decr_response is called when production incr_or_decr_response is exited.

func (*Basememcached_protocolListener) ExitIncrement_command

func (s *Basememcached_protocolListener) ExitIncrement_command(ctx *Increment_commandContext)

ExitIncrement_command is called when production increment_command is exited.

func (*Basememcached_protocolListener) ExitKey

func (s *Basememcached_protocolListener) ExitKey(ctx *KeyContext)

ExitKey is called when production key is exited.

func (*Basememcached_protocolListener) ExitNoreply

func (s *Basememcached_protocolListener) ExitNoreply(ctx *NoreplyContext)

ExitNoreply is called when production noreply is exited.

func (*Basememcached_protocolListener) ExitQuit_command

func (s *Basememcached_protocolListener) ExitQuit_command(ctx *Quit_commandContext)

ExitQuit_command is called when production quit_command is exited.

func (*Basememcached_protocolListener) ExitRetrieval_command

func (s *Basememcached_protocolListener) ExitRetrieval_command(ctx *Retrieval_commandContext)

ExitRetrieval_command is called when production retrieval_command is exited.

func (*Basememcached_protocolListener) ExitRetrieval_response

func (s *Basememcached_protocolListener) ExitRetrieval_response(ctx *Retrieval_responseContext)

ExitRetrieval_response is called when production retrieval_response is exited.

func (*Basememcached_protocolListener) ExitServer_error_message

func (s *Basememcached_protocolListener) ExitServer_error_message(ctx *Server_error_messageContext)

ExitServer_error_message is called when production server_error_message is exited.

func (*Basememcached_protocolListener) ExitSize

func (s *Basememcached_protocolListener) ExitSize(ctx *SizeContext)

ExitSize is called when production size is exited.

func (*Basememcached_protocolListener) ExitSize_statistic

func (s *Basememcached_protocolListener) ExitSize_statistic(ctx *Size_statisticContext)

ExitSize_statistic is called when production size_statistic is exited.

func (*Basememcached_protocolListener) ExitStatistic_name

func (s *Basememcached_protocolListener) ExitStatistic_name(ctx *Statistic_nameContext)

ExitStatistic_name is called when production statistic_name is exited.

func (*Basememcached_protocolListener) ExitStatistic_value

func (s *Basememcached_protocolListener) ExitStatistic_value(ctx *Statistic_valueContext)

ExitStatistic_value is called when production statistic_value is exited.

func (*Basememcached_protocolListener) ExitStatistics_command

func (s *Basememcached_protocolListener) ExitStatistics_command(ctx *Statistics_commandContext)

ExitStatistics_command is called when production statistics_command is exited.

func (*Basememcached_protocolListener) ExitStatistics_option

func (s *Basememcached_protocolListener) ExitStatistics_option(ctx *Statistics_optionContext)

ExitStatistics_option is called when production statistics_option is exited.

func (*Basememcached_protocolListener) ExitStatistics_response

func (s *Basememcached_protocolListener) ExitStatistics_response(ctx *Statistics_responseContext)

ExitStatistics_response is called when production statistics_response is exited.

func (*Basememcached_protocolListener) ExitStorage_command

func (s *Basememcached_protocolListener) ExitStorage_command(ctx *Storage_commandContext)

ExitStorage_command is called when production storage_command is exited.

func (*Basememcached_protocolListener) ExitStorage_command_name

func (s *Basememcached_protocolListener) ExitStorage_command_name(ctx *Storage_command_nameContext)

ExitStorage_command_name is called when production storage_command_name is exited.

func (*Basememcached_protocolListener) ExitStorage_response

func (s *Basememcached_protocolListener) ExitStorage_response(ctx *Storage_responseContext)

ExitStorage_response is called when production storage_response is exited.

func (*Basememcached_protocolListener) ExitTime

func (s *Basememcached_protocolListener) ExitTime(ctx *TimeContext)

ExitTime is called when production time is exited.

func (*Basememcached_protocolListener) ExitValue

func (s *Basememcached_protocolListener) ExitValue(ctx *ValueContext)

ExitValue is called when production value is exited.

func (*Basememcached_protocolListener) ExitVerbosity_command

func (s *Basememcached_protocolListener) ExitVerbosity_command(ctx *Verbosity_commandContext)

ExitVerbosity_command is called when production verbosity_command is exited.

func (*Basememcached_protocolListener) ExitVerbosity_level

func (s *Basememcached_protocolListener) ExitVerbosity_level(ctx *Verbosity_levelContext)

ExitVerbosity_level is called when production verbosity_level is exited.

func (*Basememcached_protocolListener) ExitVersion_command

func (s *Basememcached_protocolListener) ExitVersion_command(ctx *Version_commandContext)

ExitVersion_command is called when production version_command is exited.

func (*Basememcached_protocolListener) VisitErrorNode

func (s *Basememcached_protocolListener) VisitErrorNode(node antlr.ErrorNode)

VisitErrorNode is called when an error node is visited.

func (*Basememcached_protocolListener) VisitTerminal

func (s *Basememcached_protocolListener) VisitTerminal(node antlr.TerminalNode)

VisitTerminal is called when a terminal node is visited.

type BytesContext

type BytesContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewBytesContext

func NewBytesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BytesContext

func NewEmptyBytesContext

func NewEmptyBytesContext() *BytesContext

func (*BytesContext) EnterRule

func (s *BytesContext) EnterRule(listener antlr.ParseTreeListener)

func (*BytesContext) ExitRule

func (s *BytesContext) ExitRule(listener antlr.ParseTreeListener)

func (*BytesContext) GetParser

func (s *BytesContext) GetParser() antlr.Parser

func (*BytesContext) GetRuleContext

func (s *BytesContext) GetRuleContext() antlr.RuleContext

func (*BytesContext) INTEGER

func (s *BytesContext) INTEGER() antlr.TerminalNode

func (*BytesContext) IsBytesContext

func (*BytesContext) IsBytesContext()

func (*BytesContext) ToStringTree

func (s *BytesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Cas_uniqueContext

type Cas_uniqueContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewCas_uniqueContext

func NewCas_uniqueContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Cas_uniqueContext

func NewEmptyCas_uniqueContext

func NewEmptyCas_uniqueContext() *Cas_uniqueContext

func (*Cas_uniqueContext) EnterRule

func (s *Cas_uniqueContext) EnterRule(listener antlr.ParseTreeListener)

func (*Cas_uniqueContext) ExitRule

func (s *Cas_uniqueContext) ExitRule(listener antlr.ParseTreeListener)

func (*Cas_uniqueContext) GetParser

func (s *Cas_uniqueContext) GetParser() antlr.Parser

func (*Cas_uniqueContext) GetRuleContext

func (s *Cas_uniqueContext) GetRuleContext() antlr.RuleContext

func (*Cas_uniqueContext) INTEGER

func (s *Cas_uniqueContext) INTEGER() antlr.TerminalNode

func (*Cas_uniqueContext) IsCas_uniqueContext

func (*Cas_uniqueContext) IsCas_uniqueContext()

func (*Cas_uniqueContext) ToStringTree

func (s *Cas_uniqueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Client_error_messageContext

type Client_error_messageContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewClient_error_messageContext

func NewClient_error_messageContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Client_error_messageContext

func NewEmptyClient_error_messageContext

func NewEmptyClient_error_messageContext() *Client_error_messageContext

func (*Client_error_messageContext) EnterRule

func (s *Client_error_messageContext) EnterRule(listener antlr.ParseTreeListener)

func (*Client_error_messageContext) ExitRule

func (s *Client_error_messageContext) ExitRule(listener antlr.ParseTreeListener)

func (*Client_error_messageContext) GetParser

func (s *Client_error_messageContext) GetParser() antlr.Parser

func (*Client_error_messageContext) GetRuleContext

func (s *Client_error_messageContext) GetRuleContext() antlr.RuleContext

func (*Client_error_messageContext) IsClient_error_messageContext

func (*Client_error_messageContext) IsClient_error_messageContext()

func (*Client_error_messageContext) ToStringTree

func (s *Client_error_messageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Command_lineContext

type Command_lineContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewCommand_lineContext

func NewCommand_lineContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Command_lineContext

func NewEmptyCommand_lineContext

func NewEmptyCommand_lineContext() *Command_lineContext

func (*Command_lineContext) AllDecrement_command

func (s *Command_lineContext) AllDecrement_command() []IDecrement_commandContext

func (*Command_lineContext) AllDelete_command

func (s *Command_lineContext) AllDelete_command() []IDelete_commandContext

func (*Command_lineContext) AllFlush_command

func (s *Command_lineContext) AllFlush_command() []IFlush_commandContext

func (*Command_lineContext) AllIncrement_command

func (s *Command_lineContext) AllIncrement_command() []IIncrement_commandContext

func (*Command_lineContext) AllQuit_command

func (s *Command_lineContext) AllQuit_command() []IQuit_commandContext

func (*Command_lineContext) AllRetrieval_command

func (s *Command_lineContext) AllRetrieval_command() []IRetrieval_commandContext

func (*Command_lineContext) AllStatistics_command

func (s *Command_lineContext) AllStatistics_command() []IStatistics_commandContext

func (*Command_lineContext) AllStorage_command

func (s *Command_lineContext) AllStorage_command() []IStorage_commandContext

func (*Command_lineContext) AllVerbosity_command

func (s *Command_lineContext) AllVerbosity_command() []IVerbosity_commandContext

func (*Command_lineContext) AllVersion_command

func (s *Command_lineContext) AllVersion_command() []IVersion_commandContext

func (*Command_lineContext) Decrement_command

func (s *Command_lineContext) Decrement_command(i int) IDecrement_commandContext

func (*Command_lineContext) Delete_command

func (s *Command_lineContext) Delete_command(i int) IDelete_commandContext

func (*Command_lineContext) EnterRule

func (s *Command_lineContext) EnterRule(listener antlr.ParseTreeListener)

func (*Command_lineContext) ExitRule

func (s *Command_lineContext) ExitRule(listener antlr.ParseTreeListener)

func (*Command_lineContext) Flush_command

func (s *Command_lineContext) Flush_command(i int) IFlush_commandContext

func (*Command_lineContext) GetParser

func (s *Command_lineContext) GetParser() antlr.Parser

func (*Command_lineContext) GetRuleContext

func (s *Command_lineContext) GetRuleContext() antlr.RuleContext

func (*Command_lineContext) Increment_command

func (s *Command_lineContext) Increment_command(i int) IIncrement_commandContext

func (*Command_lineContext) IsCommand_lineContext

func (*Command_lineContext) IsCommand_lineContext()

func (*Command_lineContext) Quit_command

func (s *Command_lineContext) Quit_command(i int) IQuit_commandContext

func (*Command_lineContext) Retrieval_command

func (s *Command_lineContext) Retrieval_command(i int) IRetrieval_commandContext

func (*Command_lineContext) Statistics_command

func (s *Command_lineContext) Statistics_command(i int) IStatistics_commandContext

func (*Command_lineContext) Storage_command

func (s *Command_lineContext) Storage_command(i int) IStorage_commandContext

func (*Command_lineContext) ToStringTree

func (s *Command_lineContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Command_lineContext) Verbosity_command

func (s *Command_lineContext) Verbosity_command(i int) IVerbosity_commandContext

func (*Command_lineContext) Version_command

func (s *Command_lineContext) Version_command(i int) IVersion_commandContext

type CountContext

type CountContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewCountContext

func NewCountContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CountContext

func NewEmptyCountContext

func NewEmptyCountContext() *CountContext

func (*CountContext) EnterRule

func (s *CountContext) EnterRule(listener antlr.ParseTreeListener)

func (*CountContext) ExitRule

func (s *CountContext) ExitRule(listener antlr.ParseTreeListener)

func (*CountContext) GetParser

func (s *CountContext) GetParser() antlr.Parser

func (*CountContext) GetRuleContext

func (s *CountContext) GetRuleContext() antlr.RuleContext

func (*CountContext) INTEGER

func (s *CountContext) INTEGER() antlr.TerminalNode

func (*CountContext) IsCountContext

func (*CountContext) IsCountContext()

func (*CountContext) ToStringTree

func (s *CountContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Decrement_commandContext

type Decrement_commandContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewDecrement_commandContext

func NewDecrement_commandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Decrement_commandContext

func NewEmptyDecrement_commandContext

func NewEmptyDecrement_commandContext() *Decrement_commandContext

func (*Decrement_commandContext) EnterRule

func (s *Decrement_commandContext) EnterRule(listener antlr.ParseTreeListener)

func (*Decrement_commandContext) ExitRule

func (s *Decrement_commandContext) ExitRule(listener antlr.ParseTreeListener)

func (*Decrement_commandContext) GetParser

func (s *Decrement_commandContext) GetParser() antlr.Parser

func (*Decrement_commandContext) GetRuleContext

func (s *Decrement_commandContext) GetRuleContext() antlr.RuleContext

func (*Decrement_commandContext) IsDecrement_commandContext

func (*Decrement_commandContext) IsDecrement_commandContext()

func (*Decrement_commandContext) Key

func (*Decrement_commandContext) Noreply

func (*Decrement_commandContext) ToStringTree

func (s *Decrement_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Decrement_commandContext) Value

type DelayContext

type DelayContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewDelayContext

func NewDelayContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DelayContext

func NewEmptyDelayContext

func NewEmptyDelayContext() *DelayContext

func (*DelayContext) EnterRule

func (s *DelayContext) EnterRule(listener antlr.ParseTreeListener)

func (*DelayContext) ExitRule

func (s *DelayContext) ExitRule(listener antlr.ParseTreeListener)

func (*DelayContext) GetParser

func (s *DelayContext) GetParser() antlr.Parser

func (*DelayContext) GetRuleContext

func (s *DelayContext) GetRuleContext() antlr.RuleContext

func (*DelayContext) INTEGER

func (s *DelayContext) INTEGER() antlr.TerminalNode

func (*DelayContext) IsDelayContext

func (*DelayContext) IsDelayContext()

func (*DelayContext) ToStringTree

func (s *DelayContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Delete_commandContext

type Delete_commandContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewDelete_commandContext

func NewDelete_commandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Delete_commandContext

func NewEmptyDelete_commandContext

func NewEmptyDelete_commandContext() *Delete_commandContext

func (*Delete_commandContext) EnterRule

func (s *Delete_commandContext) EnterRule(listener antlr.ParseTreeListener)

func (*Delete_commandContext) ExitRule

func (s *Delete_commandContext) ExitRule(listener antlr.ParseTreeListener)

func (*Delete_commandContext) GetParser

func (s *Delete_commandContext) GetParser() antlr.Parser

func (*Delete_commandContext) GetRuleContext

func (s *Delete_commandContext) GetRuleContext() antlr.RuleContext

func (*Delete_commandContext) IsDelete_commandContext

func (*Delete_commandContext) IsDelete_commandContext()

func (*Delete_commandContext) Key

func (*Delete_commandContext) Noreply

func (*Delete_commandContext) Time

func (*Delete_commandContext) ToStringTree

func (s *Delete_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Deletion_responseContext

type Deletion_responseContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewDeletion_responseContext

func NewDeletion_responseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Deletion_responseContext

func NewEmptyDeletion_responseContext

func NewEmptyDeletion_responseContext() *Deletion_responseContext

func (*Deletion_responseContext) EnterRule

func (s *Deletion_responseContext) EnterRule(listener antlr.ParseTreeListener)

func (*Deletion_responseContext) Error_response

func (*Deletion_responseContext) ExitRule

func (s *Deletion_responseContext) ExitRule(listener antlr.ParseTreeListener)

func (*Deletion_responseContext) GetParser

func (s *Deletion_responseContext) GetParser() antlr.Parser

func (*Deletion_responseContext) GetRuleContext

func (s *Deletion_responseContext) GetRuleContext() antlr.RuleContext

func (*Deletion_responseContext) IsDeletion_responseContext

func (*Deletion_responseContext) IsDeletion_responseContext()

func (*Deletion_responseContext) ToStringTree

func (s *Deletion_responseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type EndContext

type EndContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyEndContext

func NewEmptyEndContext() *EndContext

func NewEndContext

func NewEndContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EndContext

func (*EndContext) EnterRule

func (s *EndContext) EnterRule(listener antlr.ParseTreeListener)

func (*EndContext) ExitRule

func (s *EndContext) ExitRule(listener antlr.ParseTreeListener)

func (*EndContext) GetParser

func (s *EndContext) GetParser() antlr.Parser

func (*EndContext) GetRuleContext

func (s *EndContext) GetRuleContext() antlr.RuleContext

func (*EndContext) IsEndContext

func (*EndContext) IsEndContext()

func (*EndContext) ToStringTree

func (s *EndContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Error_responseContext

type Error_responseContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyError_responseContext

func NewEmptyError_responseContext() *Error_responseContext

func NewError_responseContext

func NewError_responseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Error_responseContext

func (*Error_responseContext) Client_error_message

func (s *Error_responseContext) Client_error_message() IClient_error_messageContext

func (*Error_responseContext) EnterRule

func (s *Error_responseContext) EnterRule(listener antlr.ParseTreeListener)

func (*Error_responseContext) ExitRule

func (s *Error_responseContext) ExitRule(listener antlr.ParseTreeListener)

func (*Error_responseContext) General_error

func (s *Error_responseContext) General_error() IGeneral_errorContext

func (*Error_responseContext) GetParser

func (s *Error_responseContext) GetParser() antlr.Parser

func (*Error_responseContext) GetRuleContext

func (s *Error_responseContext) GetRuleContext() antlr.RuleContext

func (*Error_responseContext) IsError_responseContext

func (*Error_responseContext) IsError_responseContext()

func (*Error_responseContext) Server_error_message

func (s *Error_responseContext) Server_error_message() IServer_error_messageContext

func (*Error_responseContext) ToStringTree

func (s *Error_responseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ExptimeContext

type ExptimeContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyExptimeContext

func NewEmptyExptimeContext() *ExptimeContext

func NewExptimeContext

func NewExptimeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExptimeContext

func (*ExptimeContext) EnterRule

func (s *ExptimeContext) EnterRule(listener antlr.ParseTreeListener)

func (*ExptimeContext) ExitRule

func (s *ExptimeContext) ExitRule(listener antlr.ParseTreeListener)

func (*ExptimeContext) GetParser

func (s *ExptimeContext) GetParser() antlr.Parser

func (*ExptimeContext) GetRuleContext

func (s *ExptimeContext) GetRuleContext() antlr.RuleContext

func (*ExptimeContext) INTEGER

func (s *ExptimeContext) INTEGER() antlr.TerminalNode

func (*ExptimeContext) IsExptimeContext

func (*ExptimeContext) IsExptimeContext()

func (*ExptimeContext) ToStringTree

func (s *ExptimeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type FlagsContext

type FlagsContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyFlagsContext

func NewEmptyFlagsContext() *FlagsContext

func NewFlagsContext

func NewFlagsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FlagsContext

func (*FlagsContext) EnterRule

func (s *FlagsContext) EnterRule(listener antlr.ParseTreeListener)

func (*FlagsContext) ExitRule

func (s *FlagsContext) ExitRule(listener antlr.ParseTreeListener)

func (*FlagsContext) GetParser

func (s *FlagsContext) GetParser() antlr.Parser

func (*FlagsContext) GetRuleContext

func (s *FlagsContext) GetRuleContext() antlr.RuleContext

func (*FlagsContext) INTEGER

func (s *FlagsContext) INTEGER() antlr.TerminalNode

func (*FlagsContext) IsFlagsContext

func (*FlagsContext) IsFlagsContext()

func (*FlagsContext) ToStringTree

func (s *FlagsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Flush_commandContext

type Flush_commandContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyFlush_commandContext

func NewEmptyFlush_commandContext() *Flush_commandContext

func NewFlush_commandContext

func NewFlush_commandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Flush_commandContext

func (*Flush_commandContext) Delay

func (*Flush_commandContext) EnterRule

func (s *Flush_commandContext) EnterRule(listener antlr.ParseTreeListener)

func (*Flush_commandContext) ExitRule

func (s *Flush_commandContext) ExitRule(listener antlr.ParseTreeListener)

func (*Flush_commandContext) GetParser

func (s *Flush_commandContext) GetParser() antlr.Parser

func (*Flush_commandContext) GetRuleContext

func (s *Flush_commandContext) GetRuleContext() antlr.RuleContext

func (*Flush_commandContext) IsFlush_commandContext

func (*Flush_commandContext) IsFlush_commandContext()

func (*Flush_commandContext) Noreply

func (*Flush_commandContext) ToStringTree

func (s *Flush_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type General_errorContext

type General_errorContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyGeneral_errorContext

func NewEmptyGeneral_errorContext() *General_errorContext

func NewGeneral_errorContext

func NewGeneral_errorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *General_errorContext

func (*General_errorContext) EnterRule

func (s *General_errorContext) EnterRule(listener antlr.ParseTreeListener)

func (*General_errorContext) ExitRule

func (s *General_errorContext) ExitRule(listener antlr.ParseTreeListener)

func (*General_errorContext) GetParser

func (s *General_errorContext) GetParser() antlr.Parser

func (*General_errorContext) GetRuleContext

func (s *General_errorContext) GetRuleContext() antlr.RuleContext

func (*General_errorContext) IsGeneral_errorContext

func (*General_errorContext) IsGeneral_errorContext()

func (*General_errorContext) ToStringTree

func (s *General_errorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type General_statisticContext

type General_statisticContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyGeneral_statisticContext

func NewEmptyGeneral_statisticContext() *General_statisticContext

func NewGeneral_statisticContext

func NewGeneral_statisticContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *General_statisticContext

func (*General_statisticContext) EnterRule

func (s *General_statisticContext) EnterRule(listener antlr.ParseTreeListener)

func (*General_statisticContext) ExitRule

func (s *General_statisticContext) ExitRule(listener antlr.ParseTreeListener)

func (*General_statisticContext) GetParser

func (s *General_statisticContext) GetParser() antlr.Parser

func (*General_statisticContext) GetRuleContext

func (s *General_statisticContext) GetRuleContext() antlr.RuleContext

func (*General_statisticContext) IsGeneral_statisticContext

func (*General_statisticContext) IsGeneral_statisticContext()

func (*General_statisticContext) Statistic_name

func (*General_statisticContext) Statistic_value

func (*General_statisticContext) ToStringTree

func (s *General_statisticContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type IBytesContext

type IBytesContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsBytesContext differentiates from other interfaces.
	IsBytesContext()
}

IBytesContext is an interface to support dynamic dispatch.

type ICas_uniqueContext

type ICas_uniqueContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsCas_uniqueContext differentiates from other interfaces.
	IsCas_uniqueContext()
}

ICas_uniqueContext is an interface to support dynamic dispatch.

type IClient_error_messageContext

type IClient_error_messageContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsClient_error_messageContext differentiates from other interfaces.
	IsClient_error_messageContext()
}

IClient_error_messageContext is an interface to support dynamic dispatch.

type ICommand_lineContext

type ICommand_lineContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsCommand_lineContext differentiates from other interfaces.
	IsCommand_lineContext()
}

ICommand_lineContext is an interface to support dynamic dispatch.

type ICountContext

type ICountContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsCountContext differentiates from other interfaces.
	IsCountContext()
}

ICountContext is an interface to support dynamic dispatch.

type IDecrement_commandContext

type IDecrement_commandContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsDecrement_commandContext differentiates from other interfaces.
	IsDecrement_commandContext()
}

IDecrement_commandContext is an interface to support dynamic dispatch.

type IDelayContext

type IDelayContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsDelayContext differentiates from other interfaces.
	IsDelayContext()
}

IDelayContext is an interface to support dynamic dispatch.

type IDelete_commandContext

type IDelete_commandContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsDelete_commandContext differentiates from other interfaces.
	IsDelete_commandContext()
}

IDelete_commandContext is an interface to support dynamic dispatch.

type IDeletion_responseContext

type IDeletion_responseContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsDeletion_responseContext differentiates from other interfaces.
	IsDeletion_responseContext()
}

IDeletion_responseContext is an interface to support dynamic dispatch.

type IEndContext

type IEndContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsEndContext differentiates from other interfaces.
	IsEndContext()
}

IEndContext is an interface to support dynamic dispatch.

type IError_responseContext

type IError_responseContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsError_responseContext differentiates from other interfaces.
	IsError_responseContext()
}

IError_responseContext is an interface to support dynamic dispatch.

type IExptimeContext

type IExptimeContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsExptimeContext differentiates from other interfaces.
	IsExptimeContext()
}

IExptimeContext is an interface to support dynamic dispatch.

type IFlagsContext

type IFlagsContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsFlagsContext differentiates from other interfaces.
	IsFlagsContext()
}

IFlagsContext is an interface to support dynamic dispatch.

type IFlush_commandContext

type IFlush_commandContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsFlush_commandContext differentiates from other interfaces.
	IsFlush_commandContext()
}

IFlush_commandContext is an interface to support dynamic dispatch.

type IGeneral_errorContext

type IGeneral_errorContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsGeneral_errorContext differentiates from other interfaces.
	IsGeneral_errorContext()
}

IGeneral_errorContext is an interface to support dynamic dispatch.

type IGeneral_statisticContext

type IGeneral_statisticContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsGeneral_statisticContext differentiates from other interfaces.
	IsGeneral_statisticContext()
}

IGeneral_statisticContext is an interface to support dynamic dispatch.

type IIncr_or_decr_responseContext

type IIncr_or_decr_responseContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsIncr_or_decr_responseContext differentiates from other interfaces.
	IsIncr_or_decr_responseContext()
}

IIncr_or_decr_responseContext is an interface to support dynamic dispatch.

type IIncrement_commandContext

type IIncrement_commandContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsIncrement_commandContext differentiates from other interfaces.
	IsIncrement_commandContext()
}

IIncrement_commandContext is an interface to support dynamic dispatch.

type IKeyContext

type IKeyContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsKeyContext differentiates from other interfaces.
	IsKeyContext()
}

IKeyContext is an interface to support dynamic dispatch.

type INoreplyContext

type INoreplyContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsNoreplyContext differentiates from other interfaces.
	IsNoreplyContext()
}

INoreplyContext is an interface to support dynamic dispatch.

type IQuit_commandContext

type IQuit_commandContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsQuit_commandContext differentiates from other interfaces.
	IsQuit_commandContext()
}

IQuit_commandContext is an interface to support dynamic dispatch.

type IRetrieval_commandContext

type IRetrieval_commandContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsRetrieval_commandContext differentiates from other interfaces.
	IsRetrieval_commandContext()
}

IRetrieval_commandContext is an interface to support dynamic dispatch.

type IRetrieval_responseContext

type IRetrieval_responseContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsRetrieval_responseContext differentiates from other interfaces.
	IsRetrieval_responseContext()
}

IRetrieval_responseContext is an interface to support dynamic dispatch.

type IServer_error_messageContext

type IServer_error_messageContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsServer_error_messageContext differentiates from other interfaces.
	IsServer_error_messageContext()
}

IServer_error_messageContext is an interface to support dynamic dispatch.

type ISizeContext

type ISizeContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsSizeContext differentiates from other interfaces.
	IsSizeContext()
}

ISizeContext is an interface to support dynamic dispatch.

type ISize_statisticContext

type ISize_statisticContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsSize_statisticContext differentiates from other interfaces.
	IsSize_statisticContext()
}

ISize_statisticContext is an interface to support dynamic dispatch.

type IStatistic_nameContext

type IStatistic_nameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsStatistic_nameContext differentiates from other interfaces.
	IsStatistic_nameContext()
}

IStatistic_nameContext is an interface to support dynamic dispatch.

type IStatistic_valueContext

type IStatistic_valueContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsStatistic_valueContext differentiates from other interfaces.
	IsStatistic_valueContext()
}

IStatistic_valueContext is an interface to support dynamic dispatch.

type IStatistics_commandContext

type IStatistics_commandContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsStatistics_commandContext differentiates from other interfaces.
	IsStatistics_commandContext()
}

IStatistics_commandContext is an interface to support dynamic dispatch.

type IStatistics_optionContext

type IStatistics_optionContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsStatistics_optionContext differentiates from other interfaces.
	IsStatistics_optionContext()
}

IStatistics_optionContext is an interface to support dynamic dispatch.

type IStatistics_responseContext

type IStatistics_responseContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsStatistics_responseContext differentiates from other interfaces.
	IsStatistics_responseContext()
}

IStatistics_responseContext is an interface to support dynamic dispatch.

type IStorage_commandContext

type IStorage_commandContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsStorage_commandContext differentiates from other interfaces.
	IsStorage_commandContext()
}

IStorage_commandContext is an interface to support dynamic dispatch.

type IStorage_command_nameContext

type IStorage_command_nameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsStorage_command_nameContext differentiates from other interfaces.
	IsStorage_command_nameContext()
}

IStorage_command_nameContext is an interface to support dynamic dispatch.

type IStorage_responseContext

type IStorage_responseContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsStorage_responseContext differentiates from other interfaces.
	IsStorage_responseContext()
}

IStorage_responseContext is an interface to support dynamic dispatch.

type ITimeContext

type ITimeContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsTimeContext differentiates from other interfaces.
	IsTimeContext()
}

ITimeContext is an interface to support dynamic dispatch.

type IValueContext

type IValueContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsValueContext differentiates from other interfaces.
	IsValueContext()
}

IValueContext is an interface to support dynamic dispatch.

type IVerbosity_commandContext

type IVerbosity_commandContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsVerbosity_commandContext differentiates from other interfaces.
	IsVerbosity_commandContext()
}

IVerbosity_commandContext is an interface to support dynamic dispatch.

type IVerbosity_levelContext

type IVerbosity_levelContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsVerbosity_levelContext differentiates from other interfaces.
	IsVerbosity_levelContext()
}

IVerbosity_levelContext is an interface to support dynamic dispatch.

type IVersion_commandContext

type IVersion_commandContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsVersion_commandContext differentiates from other interfaces.
	IsVersion_commandContext()
}

IVersion_commandContext is an interface to support dynamic dispatch.

type Incr_or_decr_responseContext

type Incr_or_decr_responseContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyIncr_or_decr_responseContext

func NewEmptyIncr_or_decr_responseContext() *Incr_or_decr_responseContext

func NewIncr_or_decr_responseContext

func NewIncr_or_decr_responseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Incr_or_decr_responseContext

func (*Incr_or_decr_responseContext) EnterRule

func (s *Incr_or_decr_responseContext) EnterRule(listener antlr.ParseTreeListener)

func (*Incr_or_decr_responseContext) Error_response

func (*Incr_or_decr_responseContext) ExitRule

func (*Incr_or_decr_responseContext) GetParser

func (s *Incr_or_decr_responseContext) GetParser() antlr.Parser

func (*Incr_or_decr_responseContext) GetRuleContext

func (s *Incr_or_decr_responseContext) GetRuleContext() antlr.RuleContext

func (*Incr_or_decr_responseContext) INTEGER

func (*Incr_or_decr_responseContext) IsIncr_or_decr_responseContext

func (*Incr_or_decr_responseContext) IsIncr_or_decr_responseContext()

func (*Incr_or_decr_responseContext) ToStringTree

func (s *Incr_or_decr_responseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Increment_commandContext

type Increment_commandContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyIncrement_commandContext

func NewEmptyIncrement_commandContext() *Increment_commandContext

func NewIncrement_commandContext

func NewIncrement_commandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Increment_commandContext

func (*Increment_commandContext) EnterRule

func (s *Increment_commandContext) EnterRule(listener antlr.ParseTreeListener)

func (*Increment_commandContext) ExitRule

func (s *Increment_commandContext) ExitRule(listener antlr.ParseTreeListener)

func (*Increment_commandContext) GetParser

func (s *Increment_commandContext) GetParser() antlr.Parser

func (*Increment_commandContext) GetRuleContext

func (s *Increment_commandContext) GetRuleContext() antlr.RuleContext

func (*Increment_commandContext) IsIncrement_commandContext

func (*Increment_commandContext) IsIncrement_commandContext()

func (*Increment_commandContext) Key

func (*Increment_commandContext) Noreply

func (*Increment_commandContext) ToStringTree

func (s *Increment_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Increment_commandContext) Value

type KeyContext

type KeyContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyKeyContext

func NewEmptyKeyContext() *KeyContext

func NewKeyContext

func NewKeyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *KeyContext

func (*KeyContext) EnterRule

func (s *KeyContext) EnterRule(listener antlr.ParseTreeListener)

func (*KeyContext) ExitRule

func (s *KeyContext) ExitRule(listener antlr.ParseTreeListener)

func (*KeyContext) GetParser

func (s *KeyContext) GetParser() antlr.Parser

func (*KeyContext) GetRuleContext

func (s *KeyContext) GetRuleContext() antlr.RuleContext

func (*KeyContext) IsKeyContext

func (*KeyContext) IsKeyContext()

func (*KeyContext) ToStringTree

func (s *KeyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type NoreplyContext

type NoreplyContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyNoreplyContext

func NewEmptyNoreplyContext() *NoreplyContext

func NewNoreplyContext

func NewNoreplyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NoreplyContext

func (*NoreplyContext) EnterRule

func (s *NoreplyContext) EnterRule(listener antlr.ParseTreeListener)

func (*NoreplyContext) ExitRule

func (s *NoreplyContext) ExitRule(listener antlr.ParseTreeListener)

func (*NoreplyContext) GetParser

func (s *NoreplyContext) GetParser() antlr.Parser

func (*NoreplyContext) GetRuleContext

func (s *NoreplyContext) GetRuleContext() antlr.RuleContext

func (*NoreplyContext) IsNoreplyContext

func (*NoreplyContext) IsNoreplyContext()

func (*NoreplyContext) ToStringTree

func (s *NoreplyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Quit_commandContext

type Quit_commandContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyQuit_commandContext

func NewEmptyQuit_commandContext() *Quit_commandContext

func NewQuit_commandContext

func NewQuit_commandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Quit_commandContext

func (*Quit_commandContext) EnterRule

func (s *Quit_commandContext) EnterRule(listener antlr.ParseTreeListener)

func (*Quit_commandContext) ExitRule

func (s *Quit_commandContext) ExitRule(listener antlr.ParseTreeListener)

func (*Quit_commandContext) GetParser

func (s *Quit_commandContext) GetParser() antlr.Parser

func (*Quit_commandContext) GetRuleContext

func (s *Quit_commandContext) GetRuleContext() antlr.RuleContext

func (*Quit_commandContext) IsQuit_commandContext

func (*Quit_commandContext) IsQuit_commandContext()

func (*Quit_commandContext) ToStringTree

func (s *Quit_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Retrieval_commandContext

type Retrieval_commandContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyRetrieval_commandContext

func NewEmptyRetrieval_commandContext() *Retrieval_commandContext

func NewRetrieval_commandContext

func NewRetrieval_commandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Retrieval_commandContext

func (*Retrieval_commandContext) AllKey

func (s *Retrieval_commandContext) AllKey() []IKeyContext

func (*Retrieval_commandContext) EnterRule

func (s *Retrieval_commandContext) EnterRule(listener antlr.ParseTreeListener)

func (*Retrieval_commandContext) ExitRule

func (s *Retrieval_commandContext) ExitRule(listener antlr.ParseTreeListener)

func (*Retrieval_commandContext) GetParser

func (s *Retrieval_commandContext) GetParser() antlr.Parser

func (*Retrieval_commandContext) GetRuleContext

func (s *Retrieval_commandContext) GetRuleContext() antlr.RuleContext

func (*Retrieval_commandContext) IsRetrieval_commandContext

func (*Retrieval_commandContext) IsRetrieval_commandContext()

func (*Retrieval_commandContext) Key

func (*Retrieval_commandContext) ToStringTree

func (s *Retrieval_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Retrieval_responseContext

type Retrieval_responseContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyRetrieval_responseContext

func NewEmptyRetrieval_responseContext() *Retrieval_responseContext

func NewRetrieval_responseContext

func NewRetrieval_responseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Retrieval_responseContext

func (*Retrieval_responseContext) Bytes

func (*Retrieval_responseContext) Cas_unique

func (*Retrieval_responseContext) End

func (*Retrieval_responseContext) EnterRule

func (s *Retrieval_responseContext) EnterRule(listener antlr.ParseTreeListener)

func (*Retrieval_responseContext) Error_response

func (*Retrieval_responseContext) ExitRule

func (s *Retrieval_responseContext) ExitRule(listener antlr.ParseTreeListener)

func (*Retrieval_responseContext) Flags

func (*Retrieval_responseContext) GetParser

func (s *Retrieval_responseContext) GetParser() antlr.Parser

func (*Retrieval_responseContext) GetRuleContext

func (s *Retrieval_responseContext) GetRuleContext() antlr.RuleContext

func (*Retrieval_responseContext) IsRetrieval_responseContext

func (*Retrieval_responseContext) IsRetrieval_responseContext()

func (*Retrieval_responseContext) Key

func (*Retrieval_responseContext) ToStringTree

func (s *Retrieval_responseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Server_error_messageContext

type Server_error_messageContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyServer_error_messageContext

func NewEmptyServer_error_messageContext() *Server_error_messageContext

func NewServer_error_messageContext

func NewServer_error_messageContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Server_error_messageContext

func (*Server_error_messageContext) EnterRule

func (s *Server_error_messageContext) EnterRule(listener antlr.ParseTreeListener)

func (*Server_error_messageContext) ExitRule

func (s *Server_error_messageContext) ExitRule(listener antlr.ParseTreeListener)

func (*Server_error_messageContext) GetParser

func (s *Server_error_messageContext) GetParser() antlr.Parser

func (*Server_error_messageContext) GetRuleContext

func (s *Server_error_messageContext) GetRuleContext() antlr.RuleContext

func (*Server_error_messageContext) IsServer_error_messageContext

func (*Server_error_messageContext) IsServer_error_messageContext()

func (*Server_error_messageContext) ToStringTree

func (s *Server_error_messageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SizeContext

type SizeContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySizeContext

func NewEmptySizeContext() *SizeContext

func NewSizeContext

func NewSizeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SizeContext

func (*SizeContext) EnterRule

func (s *SizeContext) EnterRule(listener antlr.ParseTreeListener)

func (*SizeContext) ExitRule

func (s *SizeContext) ExitRule(listener antlr.ParseTreeListener)

func (*SizeContext) GetParser

func (s *SizeContext) GetParser() antlr.Parser

func (*SizeContext) GetRuleContext

func (s *SizeContext) GetRuleContext() antlr.RuleContext

func (*SizeContext) INTEGER

func (s *SizeContext) INTEGER() antlr.TerminalNode

func (*SizeContext) IsSizeContext

func (*SizeContext) IsSizeContext()

func (*SizeContext) ToStringTree

func (s *SizeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Size_statisticContext

type Size_statisticContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySize_statisticContext

func NewEmptySize_statisticContext() *Size_statisticContext

func NewSize_statisticContext

func NewSize_statisticContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Size_statisticContext

func (*Size_statisticContext) Count

func (*Size_statisticContext) EnterRule

func (s *Size_statisticContext) EnterRule(listener antlr.ParseTreeListener)

func (*Size_statisticContext) ExitRule

func (s *Size_statisticContext) ExitRule(listener antlr.ParseTreeListener)

func (*Size_statisticContext) GetParser

func (s *Size_statisticContext) GetParser() antlr.Parser

func (*Size_statisticContext) GetRuleContext

func (s *Size_statisticContext) GetRuleContext() antlr.RuleContext

func (*Size_statisticContext) IsSize_statisticContext

func (*Size_statisticContext) IsSize_statisticContext()

func (*Size_statisticContext) Size

func (*Size_statisticContext) ToStringTree

func (s *Size_statisticContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Statistic_nameContext

type Statistic_nameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStatistic_nameContext

func NewEmptyStatistic_nameContext() *Statistic_nameContext

func NewStatistic_nameContext

func NewStatistic_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Statistic_nameContext

func (*Statistic_nameContext) EnterRule

func (s *Statistic_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Statistic_nameContext) ExitRule

func (s *Statistic_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Statistic_nameContext) GetParser

func (s *Statistic_nameContext) GetParser() antlr.Parser

func (*Statistic_nameContext) GetRuleContext

func (s *Statistic_nameContext) GetRuleContext() antlr.RuleContext

func (*Statistic_nameContext) IsStatistic_nameContext

func (*Statistic_nameContext) IsStatistic_nameContext()

func (*Statistic_nameContext) ToStringTree

func (s *Statistic_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Statistic_nameContext) WORD

type Statistic_valueContext

type Statistic_valueContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStatistic_valueContext

func NewEmptyStatistic_valueContext() *Statistic_valueContext

func NewStatistic_valueContext

func NewStatistic_valueContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Statistic_valueContext

func (*Statistic_valueContext) EnterRule

func (s *Statistic_valueContext) EnterRule(listener antlr.ParseTreeListener)

func (*Statistic_valueContext) ExitRule

func (s *Statistic_valueContext) ExitRule(listener antlr.ParseTreeListener)

func (*Statistic_valueContext) GetParser

func (s *Statistic_valueContext) GetParser() antlr.Parser

func (*Statistic_valueContext) GetRuleContext

func (s *Statistic_valueContext) GetRuleContext() antlr.RuleContext

func (*Statistic_valueContext) IsStatistic_valueContext

func (*Statistic_valueContext) IsStatistic_valueContext()

func (*Statistic_valueContext) ToStringTree

func (s *Statistic_valueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Statistics_commandContext

type Statistics_commandContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStatistics_commandContext

func NewEmptyStatistics_commandContext() *Statistics_commandContext

func NewStatistics_commandContext

func NewStatistics_commandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Statistics_commandContext

func (*Statistics_commandContext) EnterRule

func (s *Statistics_commandContext) EnterRule(listener antlr.ParseTreeListener)

func (*Statistics_commandContext) ExitRule

func (s *Statistics_commandContext) ExitRule(listener antlr.ParseTreeListener)

func (*Statistics_commandContext) GetParser

func (s *Statistics_commandContext) GetParser() antlr.Parser

func (*Statistics_commandContext) GetRuleContext

func (s *Statistics_commandContext) GetRuleContext() antlr.RuleContext

func (*Statistics_commandContext) IsStatistics_commandContext

func (*Statistics_commandContext) IsStatistics_commandContext()

func (*Statistics_commandContext) Statistics_option

func (*Statistics_commandContext) ToStringTree

func (s *Statistics_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Statistics_optionContext

type Statistics_optionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStatistics_optionContext

func NewEmptyStatistics_optionContext() *Statistics_optionContext

func NewStatistics_optionContext

func NewStatistics_optionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Statistics_optionContext

func (*Statistics_optionContext) EnterRule

func (s *Statistics_optionContext) EnterRule(listener antlr.ParseTreeListener)

func (*Statistics_optionContext) ExitRule

func (s *Statistics_optionContext) ExitRule(listener antlr.ParseTreeListener)

func (*Statistics_optionContext) GetParser

func (s *Statistics_optionContext) GetParser() antlr.Parser

func (*Statistics_optionContext) GetRuleContext

func (s *Statistics_optionContext) GetRuleContext() antlr.RuleContext

func (*Statistics_optionContext) IsStatistics_optionContext

func (*Statistics_optionContext) IsStatistics_optionContext()

func (*Statistics_optionContext) ToStringTree

func (s *Statistics_optionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Statistics_responseContext

type Statistics_responseContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStatistics_responseContext

func NewEmptyStatistics_responseContext() *Statistics_responseContext

func NewStatistics_responseContext

func NewStatistics_responseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Statistics_responseContext

func (*Statistics_responseContext) End

func (*Statistics_responseContext) EnterRule

func (s *Statistics_responseContext) EnterRule(listener antlr.ParseTreeListener)

func (*Statistics_responseContext) Error_response

func (*Statistics_responseContext) ExitRule

func (s *Statistics_responseContext) ExitRule(listener antlr.ParseTreeListener)

func (*Statistics_responseContext) General_statistic

func (*Statistics_responseContext) GetParser

func (s *Statistics_responseContext) GetParser() antlr.Parser

func (*Statistics_responseContext) GetRuleContext

func (s *Statistics_responseContext) GetRuleContext() antlr.RuleContext

func (*Statistics_responseContext) IsStatistics_responseContext

func (*Statistics_responseContext) IsStatistics_responseContext()

func (*Statistics_responseContext) Size_statistic

func (*Statistics_responseContext) ToStringTree

func (s *Statistics_responseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Storage_commandContext

type Storage_commandContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStorage_commandContext

func NewEmptyStorage_commandContext() *Storage_commandContext

func NewStorage_commandContext

func NewStorage_commandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Storage_commandContext

func (*Storage_commandContext) Bytes

func (*Storage_commandContext) Cas_unique

func (*Storage_commandContext) EnterRule

func (s *Storage_commandContext) EnterRule(listener antlr.ParseTreeListener)

func (*Storage_commandContext) ExitRule

func (s *Storage_commandContext) ExitRule(listener antlr.ParseTreeListener)

func (*Storage_commandContext) Exptime

func (*Storage_commandContext) Flags

func (*Storage_commandContext) GetParser

func (s *Storage_commandContext) GetParser() antlr.Parser

func (*Storage_commandContext) GetRuleContext

func (s *Storage_commandContext) GetRuleContext() antlr.RuleContext

func (*Storage_commandContext) IsStorage_commandContext

func (*Storage_commandContext) IsStorage_commandContext()

func (*Storage_commandContext) Key

func (*Storage_commandContext) Noreply

func (*Storage_commandContext) Storage_command_name

func (s *Storage_commandContext) Storage_command_name() IStorage_command_nameContext

func (*Storage_commandContext) ToStringTree

func (s *Storage_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Storage_command_nameContext

type Storage_command_nameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStorage_command_nameContext

func NewEmptyStorage_command_nameContext() *Storage_command_nameContext

func NewStorage_command_nameContext

func NewStorage_command_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Storage_command_nameContext

func (*Storage_command_nameContext) EnterRule

func (s *Storage_command_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Storage_command_nameContext) ExitRule

func (s *Storage_command_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Storage_command_nameContext) GetParser

func (s *Storage_command_nameContext) GetParser() antlr.Parser

func (*Storage_command_nameContext) GetRuleContext

func (s *Storage_command_nameContext) GetRuleContext() antlr.RuleContext

func (*Storage_command_nameContext) IsStorage_command_nameContext

func (*Storage_command_nameContext) IsStorage_command_nameContext()

func (*Storage_command_nameContext) ToStringTree

func (s *Storage_command_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Storage_responseContext

type Storage_responseContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStorage_responseContext

func NewEmptyStorage_responseContext() *Storage_responseContext

func NewStorage_responseContext

func NewStorage_responseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Storage_responseContext

func (*Storage_responseContext) EnterRule

func (s *Storage_responseContext) EnterRule(listener antlr.ParseTreeListener)

func (*Storage_responseContext) Error_response

func (s *Storage_responseContext) Error_response() IError_responseContext

func (*Storage_responseContext) ExitRule

func (s *Storage_responseContext) ExitRule(listener antlr.ParseTreeListener)

func (*Storage_responseContext) GetParser

func (s *Storage_responseContext) GetParser() antlr.Parser

func (*Storage_responseContext) GetRuleContext

func (s *Storage_responseContext) GetRuleContext() antlr.RuleContext

func (*Storage_responseContext) IsStorage_responseContext

func (*Storage_responseContext) IsStorage_responseContext()

func (*Storage_responseContext) ToStringTree

func (s *Storage_responseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type TimeContext

type TimeContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTimeContext

func NewEmptyTimeContext() *TimeContext

func NewTimeContext

func NewTimeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TimeContext

func (*TimeContext) EnterRule

func (s *TimeContext) EnterRule(listener antlr.ParseTreeListener)

func (*TimeContext) ExitRule

func (s *TimeContext) ExitRule(listener antlr.ParseTreeListener)

func (*TimeContext) GetParser

func (s *TimeContext) GetParser() antlr.Parser

func (*TimeContext) GetRuleContext

func (s *TimeContext) GetRuleContext() antlr.RuleContext

func (*TimeContext) INTEGER

func (s *TimeContext) INTEGER() antlr.TerminalNode

func (*TimeContext) IsTimeContext

func (*TimeContext) IsTimeContext()

func (*TimeContext) ToStringTree

func (s *TimeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ValueContext

type ValueContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyValueContext

func NewEmptyValueContext() *ValueContext

func NewValueContext

func NewValueContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ValueContext

func (*ValueContext) EnterRule

func (s *ValueContext) EnterRule(listener antlr.ParseTreeListener)

func (*ValueContext) ExitRule

func (s *ValueContext) ExitRule(listener antlr.ParseTreeListener)

func (*ValueContext) GetParser

func (s *ValueContext) GetParser() antlr.Parser

func (*ValueContext) GetRuleContext

func (s *ValueContext) GetRuleContext() antlr.RuleContext

func (*ValueContext) INTEGER

func (s *ValueContext) INTEGER() antlr.TerminalNode

func (*ValueContext) IsValueContext

func (*ValueContext) IsValueContext()

func (*ValueContext) ToStringTree

func (s *ValueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Verbosity_commandContext

type Verbosity_commandContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyVerbosity_commandContext

func NewEmptyVerbosity_commandContext() *Verbosity_commandContext

func NewVerbosity_commandContext

func NewVerbosity_commandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Verbosity_commandContext

func (*Verbosity_commandContext) EnterRule

func (s *Verbosity_commandContext) EnterRule(listener antlr.ParseTreeListener)

func (*Verbosity_commandContext) ExitRule

func (s *Verbosity_commandContext) ExitRule(listener antlr.ParseTreeListener)

func (*Verbosity_commandContext) GetParser

func (s *Verbosity_commandContext) GetParser() antlr.Parser

func (*Verbosity_commandContext) GetRuleContext

func (s *Verbosity_commandContext) GetRuleContext() antlr.RuleContext

func (*Verbosity_commandContext) IsVerbosity_commandContext

func (*Verbosity_commandContext) IsVerbosity_commandContext()

func (*Verbosity_commandContext) ToStringTree

func (s *Verbosity_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Verbosity_commandContext) Verbosity_level

type Verbosity_levelContext

type Verbosity_levelContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyVerbosity_levelContext

func NewEmptyVerbosity_levelContext() *Verbosity_levelContext

func NewVerbosity_levelContext

func NewVerbosity_levelContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Verbosity_levelContext

func (*Verbosity_levelContext) EnterRule

func (s *Verbosity_levelContext) EnterRule(listener antlr.ParseTreeListener)

func (*Verbosity_levelContext) ExitRule

func (s *Verbosity_levelContext) ExitRule(listener antlr.ParseTreeListener)

func (*Verbosity_levelContext) GetParser

func (s *Verbosity_levelContext) GetParser() antlr.Parser

func (*Verbosity_levelContext) GetRuleContext

func (s *Verbosity_levelContext) GetRuleContext() antlr.RuleContext

func (*Verbosity_levelContext) INTEGER

func (*Verbosity_levelContext) IsVerbosity_levelContext

func (*Verbosity_levelContext) IsVerbosity_levelContext()

func (*Verbosity_levelContext) ToStringTree

func (s *Verbosity_levelContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Version_commandContext

type Version_commandContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyVersion_commandContext

func NewEmptyVersion_commandContext() *Version_commandContext

func NewVersion_commandContext

func NewVersion_commandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Version_commandContext

func (*Version_commandContext) EnterRule

func (s *Version_commandContext) EnterRule(listener antlr.ParseTreeListener)

func (*Version_commandContext) ExitRule

func (s *Version_commandContext) ExitRule(listener antlr.ParseTreeListener)

func (*Version_commandContext) GetParser

func (s *Version_commandContext) GetParser() antlr.Parser

func (*Version_commandContext) GetRuleContext

func (s *Version_commandContext) GetRuleContext() antlr.RuleContext

func (*Version_commandContext) IsVersion_commandContext

func (*Version_commandContext) IsVersion_commandContext()

func (*Version_commandContext) ToStringTree

func (s *Version_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL