parser

package
v0.0.0-...-840b1dd Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LiteLexerPow              = 1
	LiteLexerRoot             = 2
	LiteLexerLog              = 3
	LiteLexerAdd_Add          = 4
	LiteLexerSub_Sub          = 5
	LiteLexerAdd_Equal        = 6
	LiteLexerSub_Equal        = 7
	LiteLexerMul_Equal        = 8
	LiteLexerDiv_Equal        = 9
	LiteLexerMod_Equal        = 10
	LiteLexerEqual_Equal      = 11
	LiteLexerLess_Equal       = 12
	LiteLexerGreater_Equal    = 13
	LiteLexerNot_Equal        = 14
	LiteLexerCombine_Equal    = 15
	LiteLexerDot_Dot_Dot      = 16
	LiteLexerDot_Dot          = 17
	LiteLexerDot              = 18
	LiteLexerComma            = 19
	LiteLexerColon_Arrow      = 20
	LiteLexerEqual_Arrow      = 21
	LiteLexerRight_Arrow      = 22
	LiteLexerLeft_Arrow       = 23
	LiteLexerRight_Flow       = 24
	LiteLexerLeft_Flow        = 25
	LiteLexerEqual            = 26
	LiteLexerLess_Less        = 27
	LiteLexerGreater_Greater  = 28
	LiteLexerLess             = 29
	LiteLexerGreater          = 30
	LiteLexerSemi             = 31
	LiteLexerLeft_Paren       = 32
	LiteLexerRight_Paren      = 33
	LiteLexerLeft_Brace       = 34
	LiteLexerRight_Brace      = 35
	LiteLexerLeft_Brack       = 36
	LiteLexerRight_Brack      = 37
	LiteLexerColon            = 38
	LiteLexerQuestion         = 39
	LiteLexerAt               = 40
	LiteLexerBang             = 41
	LiteLexerCoin             = 42
	LiteLexerCent             = 43
	LiteLexerWave             = 44
	LiteLexerAdd              = 45
	LiteLexerSub              = 46
	LiteLexerMul              = 47
	LiteLexerDiv              = 48
	LiteLexerMod              = 49
	LiteLexerAnd              = 50
	LiteLexerOr               = 51
	LiteLexerXor              = 52
	LiteLexerGrave            = 53
	LiteLexerTypeI8           = 54
	LiteLexerTypeU8           = 55
	LiteLexerTypeI16          = 56
	LiteLexerTypeU16          = 57
	LiteLexerTypeI32          = 58
	LiteLexerTypeU32          = 59
	LiteLexerTypeI64          = 60
	LiteLexerTypeU64          = 61
	LiteLexerTypeF32          = 62
	LiteLexerTypeF64          = 63
	LiteLexerTypeChr          = 64
	LiteLexerTypeStr          = 65
	LiteLexerTypeBool         = 66
	LiteLexerTypeInt          = 67
	LiteLexerTypeNum          = 68
	LiteLexerTypeByte         = 69
	LiteLexerTypeAny          = 70
	LiteLexerNilLiteral       = 71
	LiteLexerTrueLiteral      = 72
	LiteLexerFalseLiteral     = 73
	LiteLexerUndefinedLiteral = 74
	LiteLexerNumberLiteral    = 75
	LiteLexerTextLiteral      = 76
	LiteLexerCharLiteral      = 77
	LiteLexerIDPrivate        = 78
	LiteLexerIDPublic         = 79
	LiteLexerDiscard          = 80
	LiteLexerComment_Block    = 81
	LiteLexerComment_Line     = 82
	LiteLexerNew_Line         = 83
	LiteLexerWS               = 84
)

LiteLexer tokens.

View Source
const (
	LiteParserEOF              = antlr.TokenEOF
	LiteParserPow              = 1
	LiteParserRoot             = 2
	LiteParserLog              = 3
	LiteParserAdd_Add          = 4
	LiteParserSub_Sub          = 5
	LiteParserAdd_Equal        = 6
	LiteParserSub_Equal        = 7
	LiteParserMul_Equal        = 8
	LiteParserDiv_Equal        = 9
	LiteParserMod_Equal        = 10
	LiteParserEqual_Equal      = 11
	LiteParserLess_Equal       = 12
	LiteParserGreater_Equal    = 13
	LiteParserNot_Equal        = 14
	LiteParserCombine_Equal    = 15
	LiteParserDot_Dot_Dot      = 16
	LiteParserDot_Dot          = 17
	LiteParserDot              = 18
	LiteParserComma            = 19
	LiteParserColon_Arrow      = 20
	LiteParserEqual_Arrow      = 21
	LiteParserRight_Arrow      = 22
	LiteParserLeft_Arrow       = 23
	LiteParserRight_Flow       = 24
	LiteParserLeft_Flow        = 25
	LiteParserEqual            = 26
	LiteParserLess_Less        = 27
	LiteParserGreater_Greater  = 28
	LiteParserLess             = 29
	LiteParserGreater          = 30
	LiteParserSemi             = 31
	LiteParserLeft_Paren       = 32
	LiteParserRight_Paren      = 33
	LiteParserLeft_Brace       = 34
	LiteParserRight_Brace      = 35
	LiteParserLeft_Brack       = 36
	LiteParserRight_Brack      = 37
	LiteParserColon            = 38
	LiteParserQuestion         = 39
	LiteParserAt               = 40
	LiteParserBang             = 41
	LiteParserCoin             = 42
	LiteParserCent             = 43
	LiteParserWave             = 44
	LiteParserAdd              = 45
	LiteParserSub              = 46
	LiteParserMul              = 47
	LiteParserDiv              = 48
	LiteParserMod              = 49
	LiteParserAnd              = 50
	LiteParserOr               = 51
	LiteParserXor              = 52
	LiteParserGrave            = 53
	LiteParserTypeI8           = 54
	LiteParserTypeU8           = 55
	LiteParserTypeI16          = 56
	LiteParserTypeU16          = 57
	LiteParserTypeI32          = 58
	LiteParserTypeU32          = 59
	LiteParserTypeI64          = 60
	LiteParserTypeU64          = 61
	LiteParserTypeF32          = 62
	LiteParserTypeF64          = 63
	LiteParserTypeChr          = 64
	LiteParserTypeStr          = 65
	LiteParserTypeBool         = 66
	LiteParserTypeInt          = 67
	LiteParserTypeNum          = 68
	LiteParserTypeByte         = 69
	LiteParserTypeAny          = 70
	LiteParserNilLiteral       = 71
	LiteParserTrueLiteral      = 72
	LiteParserFalseLiteral     = 73
	LiteParserUndefinedLiteral = 74
	LiteParserNumberLiteral    = 75
	LiteParserTextLiteral      = 76
	LiteParserCharLiteral      = 77
	LiteParserIDPrivate        = 78
	LiteParserIDPublic         = 79
	LiteParserDiscard          = 80
	LiteParserComment_Block    = 81
	LiteParserComment_Line     = 82
	LiteParserNew_Line         = 83
	LiteParserWS               = 84
)

LiteParser tokens.

View Source
const (
	LiteParserRULE_program                        = 0
	LiteParserRULE_statement                      = 1
	LiteParserRULE_exportStatement                = 2
	LiteParserRULE_importStatement                = 3
	LiteParserRULE_namespaceSupportStatement      = 4
	LiteParserRULE_typeAliasStatement             = 5
	LiteParserRULE_typeRedefineStatement          = 6
	LiteParserRULE_enumStatement                  = 7
	LiteParserRULE_enumSupportStatement           = 8
	LiteParserRULE_namespaceVariableStatement     = 9
	LiteParserRULE_namespaceConstantStatement     = 10
	LiteParserRULE_namespaceFunctionStatement     = 11
	LiteParserRULE_packageStatement               = 12
	LiteParserRULE_packageFieldStatement          = 13
	LiteParserRULE_packageSupportStatement        = 14
	LiteParserRULE_includeStatement               = 15
	LiteParserRULE_packageNewStatement            = 16
	LiteParserRULE_packageVariableStatement       = 17
	LiteParserRULE_packageFunctionStatement       = 18
	LiteParserRULE_packageControlSubStatement     = 19
	LiteParserRULE_packageEventStatement          = 20
	LiteParserRULE_packageImplementStatement      = 21
	LiteParserRULE_implementStatement             = 22
	LiteParserRULE_implementSupportStatement      = 23
	LiteParserRULE_implementVariableStatement     = 24
	LiteParserRULE_implementFunctionStatement     = 25
	LiteParserRULE_overrideVariableStatement      = 26
	LiteParserRULE_overrideFunctionStatement      = 27
	LiteParserRULE_protocolStatement              = 28
	LiteParserRULE_protocolSupportStatement       = 29
	LiteParserRULE_protocolVariableStatement      = 30
	LiteParserRULE_protocolFunctionStatement      = 31
	LiteParserRULE_functionStatement              = 32
	LiteParserRULE_returnStatement                = 33
	LiteParserRULE_returnAwaitStatement           = 34
	LiteParserRULE_yieldReturnStatement           = 35
	LiteParserRULE_yieldBreakStatement            = 36
	LiteParserRULE_parameterClauseIn              = 37
	LiteParserRULE_parameterClauseOut             = 38
	LiteParserRULE_parameter                      = 39
	LiteParserRULE_functionSupportStatement       = 40
	LiteParserRULE_judgeCaseStatement             = 41
	LiteParserRULE_caseStatement                  = 42
	LiteParserRULE_caseExprStatement              = 43
	LiteParserRULE_judgeStatement                 = 44
	LiteParserRULE_judgeElseStatement             = 45
	LiteParserRULE_judgeIfStatement               = 46
	LiteParserRULE_judgeElseIfStatement           = 47
	LiteParserRULE_loopStatement                  = 48
	LiteParserRULE_loopEachStatement              = 49
	LiteParserRULE_loopCaseStatement              = 50
	LiteParserRULE_loopElseStatement              = 51
	LiteParserRULE_loopJumpStatement              = 52
	LiteParserRULE_loopContinueStatement          = 53
	LiteParserRULE_checkStatement                 = 54
	LiteParserRULE_usingStatement                 = 55
	LiteParserRULE_checkErrorStatement            = 56
	LiteParserRULE_checkFinallyStatment           = 57
	LiteParserRULE_checkReportStatement           = 58
	LiteParserRULE_iteratorStatement              = 59
	LiteParserRULE_variableStatement              = 60
	LiteParserRULE_variableDeclaredStatement      = 61
	LiteParserRULE_channelAssignStatement         = 62
	LiteParserRULE_assignStatement                = 63
	LiteParserRULE_expressionStatement            = 64
	LiteParserRULE_idExpression                   = 65
	LiteParserRULE_idExprItem                     = 66
	LiteParserRULE_tupleExpression                = 67
	LiteParserRULE_primaryExpression              = 68
	LiteParserRULE_expression                     = 69
	LiteParserRULE_callExpression                 = 70
	LiteParserRULE_tuple                          = 71
	LiteParserRULE_expressionList                 = 72
	LiteParserRULE_annotationSupport              = 73
	LiteParserRULE_annotation                     = 74
	LiteParserRULE_annotationList                 = 75
	LiteParserRULE_annotationItem                 = 76
	LiteParserRULE_callFunc                       = 77
	LiteParserRULE_callChannel                    = 78
	LiteParserRULE_callElement                    = 79
	LiteParserRULE_callPkg                        = 80
	LiteParserRULE_callNew                        = 81
	LiteParserRULE_orElse                         = 82
	LiteParserRULE_typeConversion                 = 83
	LiteParserRULE_pkgAssign                      = 84
	LiteParserRULE_pkgAssignElement               = 85
	LiteParserRULE_listAssign                     = 86
	LiteParserRULE_setAssign                      = 87
	LiteParserRULE_dictionaryAssign               = 88
	LiteParserRULE_callAwait                      = 89
	LiteParserRULE_callAsync                      = 90
	LiteParserRULE_list                           = 91
	LiteParserRULE_set                            = 92
	LiteParserRULE_dictionary                     = 93
	LiteParserRULE_dictionaryElement              = 94
	LiteParserRULE_slice                          = 95
	LiteParserRULE_sliceFull                      = 96
	LiteParserRULE_sliceStart                     = 97
	LiteParserRULE_sliceEnd                       = 98
	LiteParserRULE_nameSpaceItem                  = 99
	LiteParserRULE_name                           = 100
	LiteParserRULE_templateDefine                 = 101
	LiteParserRULE_templateDefineItem             = 102
	LiteParserRULE_templateCall                   = 103
	LiteParserRULE_lambda                         = 104
	LiteParserRULE_lambdaIn                       = 105
	LiteParserRULE_pkgAnonymous                   = 106
	LiteParserRULE_pkgAnonymousAssign             = 107
	LiteParserRULE_pkgAnonymousAssignElement      = 108
	LiteParserRULE_functionExpression             = 109
	LiteParserRULE_plusMinus                      = 110
	LiteParserRULE_negate                         = 111
	LiteParserRULE_bitwiseNotExpression           = 112
	LiteParserRULE_linq                           = 113
	LiteParserRULE_linqHeadItem                   = 114
	LiteParserRULE_linqItem                       = 115
	LiteParserRULE_stringExpression               = 116
	LiteParserRULE_stringExpressionElement        = 117
	LiteParserRULE_judgeExpression                = 118
	LiteParserRULE_judgeExpressionElseStatement   = 119
	LiteParserRULE_judgeExpressionIfStatement     = 120
	LiteParserRULE_judgeExpressionElseIfStatement = 121
	LiteParserRULE_judgeCaseExpression            = 122
	LiteParserRULE_caseExpressionStatement        = 123
	LiteParserRULE_loopExpression                 = 124
	LiteParserRULE_loopEachExpression             = 125
	LiteParserRULE_loopElseExpression             = 126
	LiteParserRULE_checkExpression                = 127
	LiteParserRULE_checkErrorExpression           = 128
	LiteParserRULE_dataStatement                  = 129
	LiteParserRULE_floatExpr                      = 130
	LiteParserRULE_integerExpr                    = 131
	LiteParserRULE_typeNotNull                    = 132
	LiteParserRULE_typeType                       = 133
	LiteParserRULE_typeReference                  = 134
	LiteParserRULE_typeNullable                   = 135
	LiteParserRULE_typeArray                      = 136
	LiteParserRULE_typeList                       = 137
	LiteParserRULE_typeSet                        = 138
	LiteParserRULE_typeDictionary                 = 139
	LiteParserRULE_typeStack                      = 140
	LiteParserRULE_typeQueue                      = 141
	LiteParserRULE_typeChannel                    = 142
	LiteParserRULE_typePackage                    = 143
	LiteParserRULE_typeFunction                   = 144
	LiteParserRULE_typeAny                        = 145
	LiteParserRULE_typeFunctionParameterClause    = 146
	LiteParserRULE_typeBasic                      = 147
	LiteParserRULE_nilExpr                        = 148
	LiteParserRULE_boolExpr                       = 149
	LiteParserRULE_bitwise                        = 150
	LiteParserRULE_bitwiseAnd                     = 151
	LiteParserRULE_bitwiseOr                      = 152
	LiteParserRULE_bitwiseNot                     = 153
	LiteParserRULE_bitwiseXor                     = 154
	LiteParserRULE_bitwiseLeftShift               = 155
	LiteParserRULE_bitwiseRightShift              = 156
	LiteParserRULE_judgeCombine                   = 157
	LiteParserRULE_judge                          = 158
	LiteParserRULE_assign                         = 159
	LiteParserRULE_add                            = 160
	LiteParserRULE_mul                            = 161
	LiteParserRULE_pow                            = 162
	LiteParserRULE_call                           = 163
	LiteParserRULE_wave                           = 164
	LiteParserRULE_id                             = 165
	LiteParserRULE_idItem                         = 166
	LiteParserRULE_end                            = 167
	LiteParserRULE_more                           = 168
	LiteParserRULE_left_brace                     = 169
	LiteParserRULE_right_brace                    = 170
	LiteParserRULE_left_paren                     = 171
	LiteParserRULE_right_paren                    = 172
	LiteParserRULE_left_brack                     = 173
	LiteParserRULE_right_brack                    = 174
)

LiteParser rules.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddContext

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

func NewAddContext

func NewAddContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AddContext

func NewEmptyAddContext

func NewEmptyAddContext() *AddContext

func (*AddContext) Accept

func (s *AddContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*AddContext) Add

func (s *AddContext) Add() antlr.TerminalNode

func (*AddContext) GetOp

func (s *AddContext) GetOp() antlr.Token

func (*AddContext) GetParser

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

func (*AddContext) GetRuleContext

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

func (*AddContext) IsAddContext

func (*AddContext) IsAddContext()

func (*AddContext) New_Line

func (s *AddContext) New_Line() antlr.TerminalNode

func (*AddContext) SetOp

func (s *AddContext) SetOp(v antlr.Token)

func (*AddContext) Sub

func (s *AddContext) Sub() antlr.TerminalNode

func (*AddContext) ToStringTree

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

type AnnotationContext

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

func NewAnnotationContext

func NewAnnotationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AnnotationContext

func NewEmptyAnnotationContext

func NewEmptyAnnotationContext() *AnnotationContext

func (*AnnotationContext) Accept

func (s *AnnotationContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*AnnotationContext) AnnotationList

func (s *AnnotationContext) AnnotationList() IAnnotationListContext

func (*AnnotationContext) GetParser

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

func (*AnnotationContext) GetRuleContext

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

func (*AnnotationContext) Id

func (s *AnnotationContext) Id() IIdContext

func (*AnnotationContext) IsAnnotationContext

func (*AnnotationContext) IsAnnotationContext()

func (*AnnotationContext) Left_paren

func (s *AnnotationContext) Left_paren() ILeft_parenContext

func (*AnnotationContext) Right_Arrow

func (s *AnnotationContext) Right_Arrow() antlr.TerminalNode

func (*AnnotationContext) Right_paren

func (s *AnnotationContext) Right_paren() IRight_parenContext

func (*AnnotationContext) ToStringTree

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

type AnnotationItemContext

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

func NewAnnotationItemContext

func NewAnnotationItemContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AnnotationItemContext

func NewEmptyAnnotationItemContext

func NewEmptyAnnotationItemContext() *AnnotationItemContext

func (*AnnotationItemContext) Accept

func (s *AnnotationItemContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*AnnotationItemContext) GetParser

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

func (*AnnotationItemContext) GetRuleContext

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

func (*AnnotationItemContext) Id

func (*AnnotationItemContext) IsAnnotationItemContext

func (*AnnotationItemContext) IsAnnotationItemContext()

func (*AnnotationItemContext) Lambda

func (*AnnotationItemContext) ToStringTree

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

func (*AnnotationItemContext) Tuple

type AnnotationListContext

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

func NewAnnotationListContext

func NewAnnotationListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AnnotationListContext

func NewEmptyAnnotationListContext

func NewEmptyAnnotationListContext() *AnnotationListContext

func (*AnnotationListContext) Accept

func (s *AnnotationListContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*AnnotationListContext) AllAnnotationItem

func (s *AnnotationListContext) AllAnnotationItem() []IAnnotationItemContext

func (*AnnotationListContext) AllMore

func (s *AnnotationListContext) AllMore() []IMoreContext

func (*AnnotationListContext) AnnotationItem

func (s *AnnotationListContext) AnnotationItem(i int) IAnnotationItemContext

func (*AnnotationListContext) GetParser

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

func (*AnnotationListContext) GetRuleContext

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

func (*AnnotationListContext) IsAnnotationListContext

func (*AnnotationListContext) IsAnnotationListContext()

func (*AnnotationListContext) More

func (*AnnotationListContext) ToStringTree

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

type AnnotationSupportContext

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

func NewAnnotationSupportContext

func NewAnnotationSupportContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AnnotationSupportContext

func NewEmptyAnnotationSupportContext

func NewEmptyAnnotationSupportContext() *AnnotationSupportContext

func (*AnnotationSupportContext) Accept

func (s *AnnotationSupportContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*AnnotationSupportContext) Annotation

func (*AnnotationSupportContext) GetParser

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

func (*AnnotationSupportContext) GetRuleContext

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

func (*AnnotationSupportContext) IsAnnotationSupportContext

func (*AnnotationSupportContext) IsAnnotationSupportContext()

func (*AnnotationSupportContext) New_Line

func (*AnnotationSupportContext) ToStringTree

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

type AssignContext

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

func NewAssignContext

func NewAssignContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AssignContext

func NewEmptyAssignContext

func NewEmptyAssignContext() *AssignContext

func (*AssignContext) Accept

func (s *AssignContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*AssignContext) Add_Equal

func (s *AssignContext) Add_Equal() antlr.TerminalNode

func (*AssignContext) Div_Equal

func (s *AssignContext) Div_Equal() antlr.TerminalNode

func (*AssignContext) Equal

func (s *AssignContext) Equal() antlr.TerminalNode

func (*AssignContext) GetOp

func (s *AssignContext) GetOp() antlr.Token

func (*AssignContext) GetParser

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

func (*AssignContext) GetRuleContext

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

func (*AssignContext) IsAssignContext

func (*AssignContext) IsAssignContext()

func (*AssignContext) Mod_Equal

func (s *AssignContext) Mod_Equal() antlr.TerminalNode

func (*AssignContext) Mul_Equal

func (s *AssignContext) Mul_Equal() antlr.TerminalNode

func (*AssignContext) New_Line

func (s *AssignContext) New_Line() antlr.TerminalNode

func (*AssignContext) SetOp

func (s *AssignContext) SetOp(v antlr.Token)

func (*AssignContext) Sub_Equal

func (s *AssignContext) Sub_Equal() antlr.TerminalNode

func (*AssignContext) ToStringTree

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

type AssignStatementContext

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

func NewAssignStatementContext

func NewAssignStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AssignStatementContext

func NewEmptyAssignStatementContext

func NewEmptyAssignStatementContext() *AssignStatementContext

func (*AssignStatementContext) Accept

func (s *AssignStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*AssignStatementContext) AllTupleExpression

func (s *AssignStatementContext) AllTupleExpression() []ITupleExpressionContext

func (*AssignStatementContext) Assign

func (*AssignStatementContext) End

func (*AssignStatementContext) GetParser

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

func (*AssignStatementContext) GetRuleContext

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

func (*AssignStatementContext) IsAssignStatementContext

func (*AssignStatementContext) IsAssignStatementContext()

func (*AssignStatementContext) ToStringTree

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

func (*AssignStatementContext) TupleExpression

func (s *AssignStatementContext) TupleExpression(i int) ITupleExpressionContext

type BaseLiteParserVisitor

type BaseLiteParserVisitor struct {
	*antlr.BaseParseTreeVisitor
}

func (*BaseLiteParserVisitor) VisitAdd

func (v *BaseLiteParserVisitor) VisitAdd(ctx *AddContext) interface{}

func (*BaseLiteParserVisitor) VisitAnnotation

func (v *BaseLiteParserVisitor) VisitAnnotation(ctx *AnnotationContext) interface{}

func (*BaseLiteParserVisitor) VisitAnnotationItem

func (v *BaseLiteParserVisitor) VisitAnnotationItem(ctx *AnnotationItemContext) interface{}

func (*BaseLiteParserVisitor) VisitAnnotationList

func (v *BaseLiteParserVisitor) VisitAnnotationList(ctx *AnnotationListContext) interface{}

func (*BaseLiteParserVisitor) VisitAnnotationSupport

func (v *BaseLiteParserVisitor) VisitAnnotationSupport(ctx *AnnotationSupportContext) interface{}

func (*BaseLiteParserVisitor) VisitAssign

func (v *BaseLiteParserVisitor) VisitAssign(ctx *AssignContext) interface{}

func (*BaseLiteParserVisitor) VisitAssignStatement

func (v *BaseLiteParserVisitor) VisitAssignStatement(ctx *AssignStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitBitwise

func (v *BaseLiteParserVisitor) VisitBitwise(ctx *BitwiseContext) interface{}

func (*BaseLiteParserVisitor) VisitBitwiseAnd

func (v *BaseLiteParserVisitor) VisitBitwiseAnd(ctx *BitwiseAndContext) interface{}

func (*BaseLiteParserVisitor) VisitBitwiseLeftShift

func (v *BaseLiteParserVisitor) VisitBitwiseLeftShift(ctx *BitwiseLeftShiftContext) interface{}

func (*BaseLiteParserVisitor) VisitBitwiseNot

func (v *BaseLiteParserVisitor) VisitBitwiseNot(ctx *BitwiseNotContext) interface{}

func (*BaseLiteParserVisitor) VisitBitwiseNotExpression

func (v *BaseLiteParserVisitor) VisitBitwiseNotExpression(ctx *BitwiseNotExpressionContext) interface{}

func (*BaseLiteParserVisitor) VisitBitwiseOr

func (v *BaseLiteParserVisitor) VisitBitwiseOr(ctx *BitwiseOrContext) interface{}

func (*BaseLiteParserVisitor) VisitBitwiseRightShift

func (v *BaseLiteParserVisitor) VisitBitwiseRightShift(ctx *BitwiseRightShiftContext) interface{}

func (*BaseLiteParserVisitor) VisitBitwiseXor

func (v *BaseLiteParserVisitor) VisitBitwiseXor(ctx *BitwiseXorContext) interface{}

func (*BaseLiteParserVisitor) VisitBoolExpr

func (v *BaseLiteParserVisitor) VisitBoolExpr(ctx *BoolExprContext) interface{}

func (*BaseLiteParserVisitor) VisitCall

func (v *BaseLiteParserVisitor) VisitCall(ctx *CallContext) interface{}

func (*BaseLiteParserVisitor) VisitCallAsync

func (v *BaseLiteParserVisitor) VisitCallAsync(ctx *CallAsyncContext) interface{}

func (*BaseLiteParserVisitor) VisitCallAwait

func (v *BaseLiteParserVisitor) VisitCallAwait(ctx *CallAwaitContext) interface{}

func (*BaseLiteParserVisitor) VisitCallChannel

func (v *BaseLiteParserVisitor) VisitCallChannel(ctx *CallChannelContext) interface{}

func (*BaseLiteParserVisitor) VisitCallElement

func (v *BaseLiteParserVisitor) VisitCallElement(ctx *CallElementContext) interface{}

func (*BaseLiteParserVisitor) VisitCallExpression

func (v *BaseLiteParserVisitor) VisitCallExpression(ctx *CallExpressionContext) interface{}

func (*BaseLiteParserVisitor) VisitCallFunc

func (v *BaseLiteParserVisitor) VisitCallFunc(ctx *CallFuncContext) interface{}

func (*BaseLiteParserVisitor) VisitCallNew

func (v *BaseLiteParserVisitor) VisitCallNew(ctx *CallNewContext) interface{}

func (*BaseLiteParserVisitor) VisitCallPkg

func (v *BaseLiteParserVisitor) VisitCallPkg(ctx *CallPkgContext) interface{}

func (*BaseLiteParserVisitor) VisitCaseExprStatement

func (v *BaseLiteParserVisitor) VisitCaseExprStatement(ctx *CaseExprStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitCaseExpressionStatement

func (v *BaseLiteParserVisitor) VisitCaseExpressionStatement(ctx *CaseExpressionStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitCaseStatement

func (v *BaseLiteParserVisitor) VisitCaseStatement(ctx *CaseStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitChannelAssignStatement

func (v *BaseLiteParserVisitor) VisitChannelAssignStatement(ctx *ChannelAssignStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitCheckErrorExpression

func (v *BaseLiteParserVisitor) VisitCheckErrorExpression(ctx *CheckErrorExpressionContext) interface{}

func (*BaseLiteParserVisitor) VisitCheckErrorStatement

func (v *BaseLiteParserVisitor) VisitCheckErrorStatement(ctx *CheckErrorStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitCheckExpression

func (v *BaseLiteParserVisitor) VisitCheckExpression(ctx *CheckExpressionContext) interface{}

func (*BaseLiteParserVisitor) VisitCheckFinallyStatment

func (v *BaseLiteParserVisitor) VisitCheckFinallyStatment(ctx *CheckFinallyStatmentContext) interface{}

func (*BaseLiteParserVisitor) VisitCheckReportStatement

func (v *BaseLiteParserVisitor) VisitCheckReportStatement(ctx *CheckReportStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitCheckStatement

func (v *BaseLiteParserVisitor) VisitCheckStatement(ctx *CheckStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitDataStatement

func (v *BaseLiteParserVisitor) VisitDataStatement(ctx *DataStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitDictionary

func (v *BaseLiteParserVisitor) VisitDictionary(ctx *DictionaryContext) interface{}

func (*BaseLiteParserVisitor) VisitDictionaryAssign

func (v *BaseLiteParserVisitor) VisitDictionaryAssign(ctx *DictionaryAssignContext) interface{}

func (*BaseLiteParserVisitor) VisitDictionaryElement

func (v *BaseLiteParserVisitor) VisitDictionaryElement(ctx *DictionaryElementContext) interface{}

func (*BaseLiteParserVisitor) VisitEnd

func (v *BaseLiteParserVisitor) VisitEnd(ctx *EndContext) interface{}

func (*BaseLiteParserVisitor) VisitEnumStatement

func (v *BaseLiteParserVisitor) VisitEnumStatement(ctx *EnumStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitEnumSupportStatement

func (v *BaseLiteParserVisitor) VisitEnumSupportStatement(ctx *EnumSupportStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitExportStatement

func (v *BaseLiteParserVisitor) VisitExportStatement(ctx *ExportStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitExpression

func (v *BaseLiteParserVisitor) VisitExpression(ctx *ExpressionContext) interface{}

func (*BaseLiteParserVisitor) VisitExpressionList

func (v *BaseLiteParserVisitor) VisitExpressionList(ctx *ExpressionListContext) interface{}

func (*BaseLiteParserVisitor) VisitExpressionStatement

func (v *BaseLiteParserVisitor) VisitExpressionStatement(ctx *ExpressionStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitFloatExpr

func (v *BaseLiteParserVisitor) VisitFloatExpr(ctx *FloatExprContext) interface{}

func (*BaseLiteParserVisitor) VisitFunctionExpression

func (v *BaseLiteParserVisitor) VisitFunctionExpression(ctx *FunctionExpressionContext) interface{}

func (*BaseLiteParserVisitor) VisitFunctionStatement

func (v *BaseLiteParserVisitor) VisitFunctionStatement(ctx *FunctionStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitFunctionSupportStatement

func (v *BaseLiteParserVisitor) VisitFunctionSupportStatement(ctx *FunctionSupportStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitId

func (v *BaseLiteParserVisitor) VisitId(ctx *IdContext) interface{}

func (*BaseLiteParserVisitor) VisitIdExprItem

func (v *BaseLiteParserVisitor) VisitIdExprItem(ctx *IdExprItemContext) interface{}

func (*BaseLiteParserVisitor) VisitIdExpression

func (v *BaseLiteParserVisitor) VisitIdExpression(ctx *IdExpressionContext) interface{}

func (*BaseLiteParserVisitor) VisitIdItem

func (v *BaseLiteParserVisitor) VisitIdItem(ctx *IdItemContext) interface{}

func (*BaseLiteParserVisitor) VisitImplementFunctionStatement

func (v *BaseLiteParserVisitor) VisitImplementFunctionStatement(ctx *ImplementFunctionStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitImplementStatement

func (v *BaseLiteParserVisitor) VisitImplementStatement(ctx *ImplementStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitImplementSupportStatement

func (v *BaseLiteParserVisitor) VisitImplementSupportStatement(ctx *ImplementSupportStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitImplementVariableStatement

func (v *BaseLiteParserVisitor) VisitImplementVariableStatement(ctx *ImplementVariableStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitImportStatement

func (v *BaseLiteParserVisitor) VisitImportStatement(ctx *ImportStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitIncludeStatement

func (v *BaseLiteParserVisitor) VisitIncludeStatement(ctx *IncludeStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitIntegerExpr

func (v *BaseLiteParserVisitor) VisitIntegerExpr(ctx *IntegerExprContext) interface{}

func (*BaseLiteParserVisitor) VisitIteratorStatement

func (v *BaseLiteParserVisitor) VisitIteratorStatement(ctx *IteratorStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitJudge

func (v *BaseLiteParserVisitor) VisitJudge(ctx *JudgeContext) interface{}

func (*BaseLiteParserVisitor) VisitJudgeCaseExpression

func (v *BaseLiteParserVisitor) VisitJudgeCaseExpression(ctx *JudgeCaseExpressionContext) interface{}

func (*BaseLiteParserVisitor) VisitJudgeCaseStatement

func (v *BaseLiteParserVisitor) VisitJudgeCaseStatement(ctx *JudgeCaseStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitJudgeCombine

func (v *BaseLiteParserVisitor) VisitJudgeCombine(ctx *JudgeCombineContext) interface{}

func (*BaseLiteParserVisitor) VisitJudgeElseIfStatement

func (v *BaseLiteParserVisitor) VisitJudgeElseIfStatement(ctx *JudgeElseIfStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitJudgeElseStatement

func (v *BaseLiteParserVisitor) VisitJudgeElseStatement(ctx *JudgeElseStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitJudgeExpression

func (v *BaseLiteParserVisitor) VisitJudgeExpression(ctx *JudgeExpressionContext) interface{}

func (*BaseLiteParserVisitor) VisitJudgeExpressionElseIfStatement

func (v *BaseLiteParserVisitor) VisitJudgeExpressionElseIfStatement(ctx *JudgeExpressionElseIfStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitJudgeExpressionElseStatement

func (v *BaseLiteParserVisitor) VisitJudgeExpressionElseStatement(ctx *JudgeExpressionElseStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitJudgeExpressionIfStatement

func (v *BaseLiteParserVisitor) VisitJudgeExpressionIfStatement(ctx *JudgeExpressionIfStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitJudgeIfStatement

func (v *BaseLiteParserVisitor) VisitJudgeIfStatement(ctx *JudgeIfStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitJudgeStatement

func (v *BaseLiteParserVisitor) VisitJudgeStatement(ctx *JudgeStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitLambda

func (v *BaseLiteParserVisitor) VisitLambda(ctx *LambdaContext) interface{}

func (*BaseLiteParserVisitor) VisitLambdaIn

func (v *BaseLiteParserVisitor) VisitLambdaIn(ctx *LambdaInContext) interface{}

func (*BaseLiteParserVisitor) VisitLeft_brace

func (v *BaseLiteParserVisitor) VisitLeft_brace(ctx *Left_braceContext) interface{}

func (*BaseLiteParserVisitor) VisitLeft_brack

func (v *BaseLiteParserVisitor) VisitLeft_brack(ctx *Left_brackContext) interface{}

func (*BaseLiteParserVisitor) VisitLeft_paren

func (v *BaseLiteParserVisitor) VisitLeft_paren(ctx *Left_parenContext) interface{}

func (*BaseLiteParserVisitor) VisitLinq

func (v *BaseLiteParserVisitor) VisitLinq(ctx *LinqContext) interface{}

func (*BaseLiteParserVisitor) VisitLinqHeadItem

func (v *BaseLiteParserVisitor) VisitLinqHeadItem(ctx *LinqHeadItemContext) interface{}

func (*BaseLiteParserVisitor) VisitLinqItem

func (v *BaseLiteParserVisitor) VisitLinqItem(ctx *LinqItemContext) interface{}

func (*BaseLiteParserVisitor) VisitList

func (v *BaseLiteParserVisitor) VisitList(ctx *ListContext) interface{}

func (*BaseLiteParserVisitor) VisitListAssign

func (v *BaseLiteParserVisitor) VisitListAssign(ctx *ListAssignContext) interface{}

func (*BaseLiteParserVisitor) VisitLoopCaseStatement

func (v *BaseLiteParserVisitor) VisitLoopCaseStatement(ctx *LoopCaseStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitLoopContinueStatement

func (v *BaseLiteParserVisitor) VisitLoopContinueStatement(ctx *LoopContinueStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitLoopEachExpression

func (v *BaseLiteParserVisitor) VisitLoopEachExpression(ctx *LoopEachExpressionContext) interface{}

func (*BaseLiteParserVisitor) VisitLoopEachStatement

func (v *BaseLiteParserVisitor) VisitLoopEachStatement(ctx *LoopEachStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitLoopElseExpression

func (v *BaseLiteParserVisitor) VisitLoopElseExpression(ctx *LoopElseExpressionContext) interface{}

func (*BaseLiteParserVisitor) VisitLoopElseStatement

func (v *BaseLiteParserVisitor) VisitLoopElseStatement(ctx *LoopElseStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitLoopExpression

func (v *BaseLiteParserVisitor) VisitLoopExpression(ctx *LoopExpressionContext) interface{}

func (*BaseLiteParserVisitor) VisitLoopJumpStatement

func (v *BaseLiteParserVisitor) VisitLoopJumpStatement(ctx *LoopJumpStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitLoopStatement

func (v *BaseLiteParserVisitor) VisitLoopStatement(ctx *LoopStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitMore

func (v *BaseLiteParserVisitor) VisitMore(ctx *MoreContext) interface{}

func (*BaseLiteParserVisitor) VisitMul

func (v *BaseLiteParserVisitor) VisitMul(ctx *MulContext) interface{}

func (*BaseLiteParserVisitor) VisitName

func (v *BaseLiteParserVisitor) VisitName(ctx *NameContext) interface{}

func (*BaseLiteParserVisitor) VisitNameSpaceItem

func (v *BaseLiteParserVisitor) VisitNameSpaceItem(ctx *NameSpaceItemContext) interface{}

func (*BaseLiteParserVisitor) VisitNamespaceConstantStatement

func (v *BaseLiteParserVisitor) VisitNamespaceConstantStatement(ctx *NamespaceConstantStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitNamespaceFunctionStatement

func (v *BaseLiteParserVisitor) VisitNamespaceFunctionStatement(ctx *NamespaceFunctionStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitNamespaceSupportStatement

func (v *BaseLiteParserVisitor) VisitNamespaceSupportStatement(ctx *NamespaceSupportStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitNamespaceVariableStatement

func (v *BaseLiteParserVisitor) VisitNamespaceVariableStatement(ctx *NamespaceVariableStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitNegate

func (v *BaseLiteParserVisitor) VisitNegate(ctx *NegateContext) interface{}

func (*BaseLiteParserVisitor) VisitNilExpr

func (v *BaseLiteParserVisitor) VisitNilExpr(ctx *NilExprContext) interface{}

func (*BaseLiteParserVisitor) VisitOrElse

func (v *BaseLiteParserVisitor) VisitOrElse(ctx *OrElseContext) interface{}

func (*BaseLiteParserVisitor) VisitOverrideFunctionStatement

func (v *BaseLiteParserVisitor) VisitOverrideFunctionStatement(ctx *OverrideFunctionStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitOverrideVariableStatement

func (v *BaseLiteParserVisitor) VisitOverrideVariableStatement(ctx *OverrideVariableStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitPackageControlSubStatement

func (v *BaseLiteParserVisitor) VisitPackageControlSubStatement(ctx *PackageControlSubStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitPackageEventStatement

func (v *BaseLiteParserVisitor) VisitPackageEventStatement(ctx *PackageEventStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitPackageFieldStatement

func (v *BaseLiteParserVisitor) VisitPackageFieldStatement(ctx *PackageFieldStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitPackageFunctionStatement

func (v *BaseLiteParserVisitor) VisitPackageFunctionStatement(ctx *PackageFunctionStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitPackageImplementStatement

func (v *BaseLiteParserVisitor) VisitPackageImplementStatement(ctx *PackageImplementStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitPackageNewStatement

func (v *BaseLiteParserVisitor) VisitPackageNewStatement(ctx *PackageNewStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitPackageStatement

func (v *BaseLiteParserVisitor) VisitPackageStatement(ctx *PackageStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitPackageSupportStatement

func (v *BaseLiteParserVisitor) VisitPackageSupportStatement(ctx *PackageSupportStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitPackageVariableStatement

func (v *BaseLiteParserVisitor) VisitPackageVariableStatement(ctx *PackageVariableStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitParameter

func (v *BaseLiteParserVisitor) VisitParameter(ctx *ParameterContext) interface{}

func (*BaseLiteParserVisitor) VisitParameterClauseIn

func (v *BaseLiteParserVisitor) VisitParameterClauseIn(ctx *ParameterClauseInContext) interface{}

func (*BaseLiteParserVisitor) VisitParameterClauseOut

func (v *BaseLiteParserVisitor) VisitParameterClauseOut(ctx *ParameterClauseOutContext) interface{}

func (*BaseLiteParserVisitor) VisitPkgAnonymous

func (v *BaseLiteParserVisitor) VisitPkgAnonymous(ctx *PkgAnonymousContext) interface{}

func (*BaseLiteParserVisitor) VisitPkgAnonymousAssign

func (v *BaseLiteParserVisitor) VisitPkgAnonymousAssign(ctx *PkgAnonymousAssignContext) interface{}

func (*BaseLiteParserVisitor) VisitPkgAnonymousAssignElement

func (v *BaseLiteParserVisitor) VisitPkgAnonymousAssignElement(ctx *PkgAnonymousAssignElementContext) interface{}

func (*BaseLiteParserVisitor) VisitPkgAssign

func (v *BaseLiteParserVisitor) VisitPkgAssign(ctx *PkgAssignContext) interface{}

func (*BaseLiteParserVisitor) VisitPkgAssignElement

func (v *BaseLiteParserVisitor) VisitPkgAssignElement(ctx *PkgAssignElementContext) interface{}

func (*BaseLiteParserVisitor) VisitPlusMinus

func (v *BaseLiteParserVisitor) VisitPlusMinus(ctx *PlusMinusContext) interface{}

func (*BaseLiteParserVisitor) VisitPow

func (v *BaseLiteParserVisitor) VisitPow(ctx *PowContext) interface{}

func (*BaseLiteParserVisitor) VisitPrimaryExpression

func (v *BaseLiteParserVisitor) VisitPrimaryExpression(ctx *PrimaryExpressionContext) interface{}

func (*BaseLiteParserVisitor) VisitProgram

func (v *BaseLiteParserVisitor) VisitProgram(ctx *ProgramContext) interface{}

func (*BaseLiteParserVisitor) VisitProtocolFunctionStatement

func (v *BaseLiteParserVisitor) VisitProtocolFunctionStatement(ctx *ProtocolFunctionStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitProtocolStatement

func (v *BaseLiteParserVisitor) VisitProtocolStatement(ctx *ProtocolStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitProtocolSupportStatement

func (v *BaseLiteParserVisitor) VisitProtocolSupportStatement(ctx *ProtocolSupportStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitProtocolVariableStatement

func (v *BaseLiteParserVisitor) VisitProtocolVariableStatement(ctx *ProtocolVariableStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitReturnAwaitStatement

func (v *BaseLiteParserVisitor) VisitReturnAwaitStatement(ctx *ReturnAwaitStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitReturnStatement

func (v *BaseLiteParserVisitor) VisitReturnStatement(ctx *ReturnStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitRight_brace

func (v *BaseLiteParserVisitor) VisitRight_brace(ctx *Right_braceContext) interface{}

func (*BaseLiteParserVisitor) VisitRight_brack

func (v *BaseLiteParserVisitor) VisitRight_brack(ctx *Right_brackContext) interface{}

func (*BaseLiteParserVisitor) VisitRight_paren

func (v *BaseLiteParserVisitor) VisitRight_paren(ctx *Right_parenContext) interface{}

func (*BaseLiteParserVisitor) VisitSet

func (v *BaseLiteParserVisitor) VisitSet(ctx *SetContext) interface{}

func (*BaseLiteParserVisitor) VisitSetAssign

func (v *BaseLiteParserVisitor) VisitSetAssign(ctx *SetAssignContext) interface{}

func (*BaseLiteParserVisitor) VisitSlice

func (v *BaseLiteParserVisitor) VisitSlice(ctx *SliceContext) interface{}

func (*BaseLiteParserVisitor) VisitSliceEnd

func (v *BaseLiteParserVisitor) VisitSliceEnd(ctx *SliceEndContext) interface{}

func (*BaseLiteParserVisitor) VisitSliceFull

func (v *BaseLiteParserVisitor) VisitSliceFull(ctx *SliceFullContext) interface{}

func (*BaseLiteParserVisitor) VisitSliceStart

func (v *BaseLiteParserVisitor) VisitSliceStart(ctx *SliceStartContext) interface{}

func (*BaseLiteParserVisitor) VisitStatement

func (v *BaseLiteParserVisitor) VisitStatement(ctx *StatementContext) interface{}

func (*BaseLiteParserVisitor) VisitStringExpression

func (v *BaseLiteParserVisitor) VisitStringExpression(ctx *StringExpressionContext) interface{}

func (*BaseLiteParserVisitor) VisitStringExpressionElement

func (v *BaseLiteParserVisitor) VisitStringExpressionElement(ctx *StringExpressionElementContext) interface{}

func (*BaseLiteParserVisitor) VisitTemplateCall

func (v *BaseLiteParserVisitor) VisitTemplateCall(ctx *TemplateCallContext) interface{}

func (*BaseLiteParserVisitor) VisitTemplateDefine

func (v *BaseLiteParserVisitor) VisitTemplateDefine(ctx *TemplateDefineContext) interface{}

func (*BaseLiteParserVisitor) VisitTemplateDefineItem

func (v *BaseLiteParserVisitor) VisitTemplateDefineItem(ctx *TemplateDefineItemContext) interface{}

func (*BaseLiteParserVisitor) VisitTuple

func (v *BaseLiteParserVisitor) VisitTuple(ctx *TupleContext) interface{}

func (*BaseLiteParserVisitor) VisitTupleExpression

func (v *BaseLiteParserVisitor) VisitTupleExpression(ctx *TupleExpressionContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeAliasStatement

func (v *BaseLiteParserVisitor) VisitTypeAliasStatement(ctx *TypeAliasStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeAny

func (v *BaseLiteParserVisitor) VisitTypeAny(ctx *TypeAnyContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeArray

func (v *BaseLiteParserVisitor) VisitTypeArray(ctx *TypeArrayContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeBasic

func (v *BaseLiteParserVisitor) VisitTypeBasic(ctx *TypeBasicContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeChannel

func (v *BaseLiteParserVisitor) VisitTypeChannel(ctx *TypeChannelContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeConversion

func (v *BaseLiteParserVisitor) VisitTypeConversion(ctx *TypeConversionContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeDictionary

func (v *BaseLiteParserVisitor) VisitTypeDictionary(ctx *TypeDictionaryContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeFunction

func (v *BaseLiteParserVisitor) VisitTypeFunction(ctx *TypeFunctionContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeFunctionParameterClause

func (v *BaseLiteParserVisitor) VisitTypeFunctionParameterClause(ctx *TypeFunctionParameterClauseContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeList

func (v *BaseLiteParserVisitor) VisitTypeList(ctx *TypeListContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeNotNull

func (v *BaseLiteParserVisitor) VisitTypeNotNull(ctx *TypeNotNullContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeNullable

func (v *BaseLiteParserVisitor) VisitTypeNullable(ctx *TypeNullableContext) interface{}

func (*BaseLiteParserVisitor) VisitTypePackage

func (v *BaseLiteParserVisitor) VisitTypePackage(ctx *TypePackageContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeQueue

func (v *BaseLiteParserVisitor) VisitTypeQueue(ctx *TypeQueueContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeRedefineStatement

func (v *BaseLiteParserVisitor) VisitTypeRedefineStatement(ctx *TypeRedefineStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeReference

func (v *BaseLiteParserVisitor) VisitTypeReference(ctx *TypeReferenceContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeSet

func (v *BaseLiteParserVisitor) VisitTypeSet(ctx *TypeSetContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeStack

func (v *BaseLiteParserVisitor) VisitTypeStack(ctx *TypeStackContext) interface{}

func (*BaseLiteParserVisitor) VisitTypeType

func (v *BaseLiteParserVisitor) VisitTypeType(ctx *TypeTypeContext) interface{}

func (*BaseLiteParserVisitor) VisitUsingStatement

func (v *BaseLiteParserVisitor) VisitUsingStatement(ctx *UsingStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitVariableDeclaredStatement

func (v *BaseLiteParserVisitor) VisitVariableDeclaredStatement(ctx *VariableDeclaredStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitVariableStatement

func (v *BaseLiteParserVisitor) VisitVariableStatement(ctx *VariableStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitWave

func (v *BaseLiteParserVisitor) VisitWave(ctx *WaveContext) interface{}

func (*BaseLiteParserVisitor) VisitYieldBreakStatement

func (v *BaseLiteParserVisitor) VisitYieldBreakStatement(ctx *YieldBreakStatementContext) interface{}

func (*BaseLiteParserVisitor) VisitYieldReturnStatement

func (v *BaseLiteParserVisitor) VisitYieldReturnStatement(ctx *YieldReturnStatementContext) interface{}

type BitwiseAndContext

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

func NewBitwiseAndContext

func NewBitwiseAndContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BitwiseAndContext

func NewEmptyBitwiseAndContext

func NewEmptyBitwiseAndContext() *BitwiseAndContext

func (*BitwiseAndContext) Accept

func (s *BitwiseAndContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*BitwiseAndContext) AllGrave

func (s *BitwiseAndContext) AllGrave() []antlr.TerminalNode

func (*BitwiseAndContext) And

func (*BitwiseAndContext) GetParser

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

func (*BitwiseAndContext) GetRuleContext

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

func (*BitwiseAndContext) Grave

func (*BitwiseAndContext) IsBitwiseAndContext

func (*BitwiseAndContext) IsBitwiseAndContext()

func (*BitwiseAndContext) ToStringTree

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

type BitwiseContext

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

func NewBitwiseContext

func NewBitwiseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BitwiseContext

func NewEmptyBitwiseContext

func NewEmptyBitwiseContext() *BitwiseContext

func (*BitwiseContext) Accept

func (s *BitwiseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*BitwiseContext) BitwiseAnd

func (s *BitwiseContext) BitwiseAnd() IBitwiseAndContext

func (*BitwiseContext) BitwiseLeftShift

func (s *BitwiseContext) BitwiseLeftShift() IBitwiseLeftShiftContext

func (*BitwiseContext) BitwiseOr

func (s *BitwiseContext) BitwiseOr() IBitwiseOrContext

func (*BitwiseContext) BitwiseRightShift

func (s *BitwiseContext) BitwiseRightShift() IBitwiseRightShiftContext

func (*BitwiseContext) BitwiseXor

func (s *BitwiseContext) BitwiseXor() IBitwiseXorContext

func (*BitwiseContext) GetParser

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

func (*BitwiseContext) GetRuleContext

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

func (*BitwiseContext) IsBitwiseContext

func (*BitwiseContext) IsBitwiseContext()

func (*BitwiseContext) New_Line

func (s *BitwiseContext) New_Line() antlr.TerminalNode

func (*BitwiseContext) ToStringTree

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

type BitwiseLeftShiftContext

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

func NewBitwiseLeftShiftContext

func NewBitwiseLeftShiftContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BitwiseLeftShiftContext

func NewEmptyBitwiseLeftShiftContext

func NewEmptyBitwiseLeftShiftContext() *BitwiseLeftShiftContext

func (*BitwiseLeftShiftContext) Accept

func (s *BitwiseLeftShiftContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*BitwiseLeftShiftContext) AllGrave

func (s *BitwiseLeftShiftContext) AllGrave() []antlr.TerminalNode

func (*BitwiseLeftShiftContext) GetParser

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

func (*BitwiseLeftShiftContext) GetRuleContext

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

func (*BitwiseLeftShiftContext) Grave

func (*BitwiseLeftShiftContext) IsBitwiseLeftShiftContext

func (*BitwiseLeftShiftContext) IsBitwiseLeftShiftContext()

func (*BitwiseLeftShiftContext) Less

func (*BitwiseLeftShiftContext) ToStringTree

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

type BitwiseNotContext

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

func NewBitwiseNotContext

func NewBitwiseNotContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BitwiseNotContext

func NewEmptyBitwiseNotContext

func NewEmptyBitwiseNotContext() *BitwiseNotContext

func (*BitwiseNotContext) Accept

func (s *BitwiseNotContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*BitwiseNotContext) AllGrave

func (s *BitwiseNotContext) AllGrave() []antlr.TerminalNode

func (*BitwiseNotContext) GetParser

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

func (*BitwiseNotContext) GetRuleContext

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

func (*BitwiseNotContext) Grave

func (*BitwiseNotContext) IsBitwiseNotContext

func (*BitwiseNotContext) IsBitwiseNotContext()

func (*BitwiseNotContext) ToStringTree

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

func (*BitwiseNotContext) Wave

type BitwiseNotExpressionContext

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

func NewBitwiseNotExpressionContext

func NewBitwiseNotExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BitwiseNotExpressionContext

func NewEmptyBitwiseNotExpressionContext

func NewEmptyBitwiseNotExpressionContext() *BitwiseNotExpressionContext

func (*BitwiseNotExpressionContext) Accept

func (s *BitwiseNotExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*BitwiseNotExpressionContext) BitwiseNot

func (*BitwiseNotExpressionContext) Expression

func (*BitwiseNotExpressionContext) GetParser

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

func (*BitwiseNotExpressionContext) GetRuleContext

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

func (*BitwiseNotExpressionContext) IsBitwiseNotExpressionContext

func (*BitwiseNotExpressionContext) IsBitwiseNotExpressionContext()

func (*BitwiseNotExpressionContext) ToStringTree

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

type BitwiseOrContext

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

func NewBitwiseOrContext

func NewBitwiseOrContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BitwiseOrContext

func NewEmptyBitwiseOrContext

func NewEmptyBitwiseOrContext() *BitwiseOrContext

func (*BitwiseOrContext) Accept

func (s *BitwiseOrContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*BitwiseOrContext) AllGrave

func (s *BitwiseOrContext) AllGrave() []antlr.TerminalNode

func (*BitwiseOrContext) GetParser

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

func (*BitwiseOrContext) GetRuleContext

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

func (*BitwiseOrContext) Grave

func (s *BitwiseOrContext) Grave(i int) antlr.TerminalNode

func (*BitwiseOrContext) IsBitwiseOrContext

func (*BitwiseOrContext) IsBitwiseOrContext()

func (*BitwiseOrContext) Or

func (*BitwiseOrContext) ToStringTree

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

type BitwiseRightShiftContext

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

func NewBitwiseRightShiftContext

func NewBitwiseRightShiftContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BitwiseRightShiftContext

func NewEmptyBitwiseRightShiftContext

func NewEmptyBitwiseRightShiftContext() *BitwiseRightShiftContext

func (*BitwiseRightShiftContext) Accept

func (s *BitwiseRightShiftContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*BitwiseRightShiftContext) AllGrave

func (*BitwiseRightShiftContext) GetParser

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

func (*BitwiseRightShiftContext) GetRuleContext

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

func (*BitwiseRightShiftContext) Grave

func (*BitwiseRightShiftContext) Greater

func (*BitwiseRightShiftContext) IsBitwiseRightShiftContext

func (*BitwiseRightShiftContext) IsBitwiseRightShiftContext()

func (*BitwiseRightShiftContext) ToStringTree

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

type BitwiseXorContext

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

func NewBitwiseXorContext

func NewBitwiseXorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BitwiseXorContext

func NewEmptyBitwiseXorContext

func NewEmptyBitwiseXorContext() *BitwiseXorContext

func (*BitwiseXorContext) Accept

func (s *BitwiseXorContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*BitwiseXorContext) AllGrave

func (s *BitwiseXorContext) AllGrave() []antlr.TerminalNode

func (*BitwiseXorContext) GetParser

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

func (*BitwiseXorContext) GetRuleContext

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

func (*BitwiseXorContext) Grave

func (*BitwiseXorContext) IsBitwiseXorContext

func (*BitwiseXorContext) IsBitwiseXorContext()

func (*BitwiseXorContext) ToStringTree

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

func (*BitwiseXorContext) Xor

type BoolExprContext

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

func NewBoolExprContext

func NewBoolExprContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BoolExprContext

func NewEmptyBoolExprContext

func NewEmptyBoolExprContext() *BoolExprContext

func (*BoolExprContext) Accept

func (s *BoolExprContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*BoolExprContext) FalseLiteral

func (s *BoolExprContext) FalseLiteral() antlr.TerminalNode

func (*BoolExprContext) GetParser

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

func (*BoolExprContext) GetRuleContext

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

func (*BoolExprContext) GetT

func (s *BoolExprContext) GetT() antlr.Token

func (*BoolExprContext) IsBoolExprContext

func (*BoolExprContext) IsBoolExprContext()

func (*BoolExprContext) SetT

func (s *BoolExprContext) SetT(v antlr.Token)

func (*BoolExprContext) ToStringTree

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

func (*BoolExprContext) TrueLiteral

func (s *BoolExprContext) TrueLiteral() antlr.TerminalNode

type CallAsyncContext

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

func NewCallAsyncContext

func NewCallAsyncContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CallAsyncContext

func NewEmptyCallAsyncContext

func NewEmptyCallAsyncContext() *CallAsyncContext

func (*CallAsyncContext) Accept

func (s *CallAsyncContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CallAsyncContext) Expression

func (s *CallAsyncContext) Expression() IExpressionContext

func (*CallAsyncContext) GetParser

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

func (*CallAsyncContext) GetRuleContext

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

func (*CallAsyncContext) Greater_Greater

func (s *CallAsyncContext) Greater_Greater() antlr.TerminalNode

func (*CallAsyncContext) IsCallAsyncContext

func (*CallAsyncContext) IsCallAsyncContext()

func (*CallAsyncContext) ToStringTree

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

type CallAwaitContext

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

func NewCallAwaitContext

func NewCallAwaitContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CallAwaitContext

func NewEmptyCallAwaitContext

func NewEmptyCallAwaitContext() *CallAwaitContext

func (*CallAwaitContext) Accept

func (s *CallAwaitContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CallAwaitContext) Expression

func (s *CallAwaitContext) Expression() IExpressionContext

func (*CallAwaitContext) GetParser

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

func (*CallAwaitContext) GetRuleContext

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

func (*CallAwaitContext) IsCallAwaitContext

func (*CallAwaitContext) IsCallAwaitContext()

func (*CallAwaitContext) Less_Less

func (s *CallAwaitContext) Less_Less() antlr.TerminalNode

func (*CallAwaitContext) ToStringTree

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

type CallChannelContext

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

func NewCallChannelContext

func NewCallChannelContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CallChannelContext

func NewEmptyCallChannelContext

func NewEmptyCallChannelContext() *CallChannelContext

func (*CallChannelContext) Accept

func (s *CallChannelContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CallChannelContext) AllDot

func (s *CallChannelContext) AllDot() []antlr.TerminalNode

func (*CallChannelContext) Dot

func (*CallChannelContext) GetParser

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

func (*CallChannelContext) GetRuleContext

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

func (*CallChannelContext) IsCallChannelContext

func (*CallChannelContext) IsCallChannelContext()

func (*CallChannelContext) Left_paren

func (s *CallChannelContext) Left_paren() ILeft_parenContext

func (*CallChannelContext) Right_paren

func (s *CallChannelContext) Right_paren() IRight_parenContext

func (*CallChannelContext) ToStringTree

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

type CallContext

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

func NewCallContext

func NewCallContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CallContext

func NewEmptyCallContext

func NewEmptyCallContext() *CallContext

func (*CallContext) Accept

func (s *CallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CallContext) Dot

func (s *CallContext) Dot() antlr.TerminalNode

func (*CallContext) GetOp

func (s *CallContext) GetOp() antlr.Token

func (*CallContext) GetParser

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

func (*CallContext) GetRuleContext

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

func (*CallContext) IsCallContext

func (*CallContext) IsCallContext()

func (*CallContext) New_Line

func (s *CallContext) New_Line() antlr.TerminalNode

func (*CallContext) SetOp

func (s *CallContext) SetOp(v antlr.Token)

func (*CallContext) ToStringTree

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

type CallElementContext

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

func NewCallElementContext

func NewCallElementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CallElementContext

func NewEmptyCallElementContext

func NewEmptyCallElementContext() *CallElementContext

func (*CallElementContext) Accept

func (s *CallElementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CallElementContext) Dot

func (*CallElementContext) Expression

func (s *CallElementContext) Expression() IExpressionContext

func (*CallElementContext) GetParser

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

func (*CallElementContext) GetRuleContext

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

func (*CallElementContext) IsCallElementContext

func (*CallElementContext) IsCallElementContext()

func (*CallElementContext) Left_paren

func (s *CallElementContext) Left_paren() ILeft_parenContext

func (*CallElementContext) Right_paren

func (s *CallElementContext) Right_paren() IRight_parenContext

func (*CallElementContext) Slice

func (s *CallElementContext) Slice() ISliceContext

func (*CallElementContext) ToStringTree

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

type CallExpressionContext

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

func NewCallExpressionContext

func NewCallExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CallExpressionContext

func NewEmptyCallExpressionContext

func NewEmptyCallExpressionContext() *CallExpressionContext

func (*CallExpressionContext) Accept

func (s *CallExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CallExpressionContext) Call

func (*CallExpressionContext) CallChannel

func (s *CallExpressionContext) CallChannel() ICallChannelContext

func (*CallExpressionContext) CallElement

func (s *CallExpressionContext) CallElement() ICallElementContext

func (*CallExpressionContext) CallFunc

func (*CallExpressionContext) GetParser

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

func (*CallExpressionContext) GetRuleContext

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

func (*CallExpressionContext) Id

func (*CallExpressionContext) IsCallExpressionContext

func (*CallExpressionContext) IsCallExpressionContext()

func (*CallExpressionContext) New_Line

func (*CallExpressionContext) TemplateCall

func (s *CallExpressionContext) TemplateCall() ITemplateCallContext

func (*CallExpressionContext) ToStringTree

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

type CallFuncContext

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

func NewCallFuncContext

func NewCallFuncContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CallFuncContext

func NewEmptyCallFuncContext

func NewEmptyCallFuncContext() *CallFuncContext

func (*CallFuncContext) Accept

func (s *CallFuncContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CallFuncContext) GetParser

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

func (*CallFuncContext) GetRuleContext

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

func (*CallFuncContext) IsCallFuncContext

func (*CallFuncContext) IsCallFuncContext()

func (*CallFuncContext) Lambda

func (s *CallFuncContext) Lambda() ILambdaContext

func (*CallFuncContext) ToStringTree

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

func (*CallFuncContext) Tuple

func (s *CallFuncContext) Tuple() ITupleContext

type CallNewContext

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

func NewCallNewContext

func NewCallNewContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CallNewContext

func NewEmptyCallNewContext

func NewEmptyCallNewContext() *CallNewContext

func (*CallNewContext) Accept

func (s *CallNewContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CallNewContext) AllNew_Line

func (s *CallNewContext) AllNew_Line() []antlr.TerminalNode

func (*CallNewContext) ExpressionList

func (s *CallNewContext) ExpressionList() IExpressionListContext

func (*CallNewContext) GetParser

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

func (*CallNewContext) GetRuleContext

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

func (*CallNewContext) IsCallNewContext

func (*CallNewContext) IsCallNewContext()

func (*CallNewContext) Left_brack

func (s *CallNewContext) Left_brack() ILeft_brackContext

func (*CallNewContext) Left_paren

func (s *CallNewContext) Left_paren() ILeft_parenContext

func (*CallNewContext) New_Line

func (s *CallNewContext) New_Line(i int) antlr.TerminalNode

func (*CallNewContext) Right_brack

func (s *CallNewContext) Right_brack() IRight_brackContext

func (*CallNewContext) Right_paren

func (s *CallNewContext) Right_paren() IRight_parenContext

func (*CallNewContext) ToStringTree

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

func (*CallNewContext) TypeType

func (s *CallNewContext) TypeType() ITypeTypeContext

type CallPkgContext

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

func NewCallPkgContext

func NewCallPkgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CallPkgContext

func NewEmptyCallPkgContext

func NewEmptyCallPkgContext() *CallPkgContext

func (*CallPkgContext) Accept

func (s *CallPkgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CallPkgContext) DictionaryAssign

func (s *CallPkgContext) DictionaryAssign() IDictionaryAssignContext

func (*CallPkgContext) GetParser

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

func (*CallPkgContext) GetRuleContext

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

func (*CallPkgContext) IsCallPkgContext

func (*CallPkgContext) IsCallPkgContext()

func (*CallPkgContext) Left_brace

func (s *CallPkgContext) Left_brace() ILeft_braceContext

func (*CallPkgContext) ListAssign

func (s *CallPkgContext) ListAssign() IListAssignContext

func (*CallPkgContext) PkgAssign

func (s *CallPkgContext) PkgAssign() IPkgAssignContext

func (*CallPkgContext) Right_brace

func (s *CallPkgContext) Right_brace() IRight_braceContext

func (*CallPkgContext) SetAssign

func (s *CallPkgContext) SetAssign() ISetAssignContext

func (*CallPkgContext) ToStringTree

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

func (*CallPkgContext) TypeType

func (s *CallPkgContext) TypeType() ITypeTypeContext

type CaseExprStatementContext

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

func NewCaseExprStatementContext

func NewCaseExprStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CaseExprStatementContext

func NewEmptyCaseExprStatementContext

func NewEmptyCaseExprStatementContext() *CaseExprStatementContext

func (*CaseExprStatementContext) Accept

func (s *CaseExprStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CaseExprStatementContext) Discard

func (*CaseExprStatementContext) Expression

func (*CaseExprStatementContext) GetParser

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

func (*CaseExprStatementContext) GetRuleContext

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

func (*CaseExprStatementContext) Id

func (*CaseExprStatementContext) IsCaseExprStatementContext

func (*CaseExprStatementContext) IsCaseExprStatementContext()

func (*CaseExprStatementContext) ToStringTree

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

func (*CaseExprStatementContext) TypeType

type CaseExpressionStatementContext

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

func NewCaseExpressionStatementContext

func NewCaseExpressionStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CaseExpressionStatementContext

func NewEmptyCaseExpressionStatementContext

func NewEmptyCaseExpressionStatementContext() *CaseExpressionStatementContext

func (*CaseExpressionStatementContext) Accept

func (s *CaseExpressionStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CaseExpressionStatementContext) AllCaseExprStatement

func (s *CaseExpressionStatementContext) AllCaseExprStatement() []ICaseExprStatementContext

func (*CaseExpressionStatementContext) AllFunctionSupportStatement

func (s *CaseExpressionStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*CaseExpressionStatementContext) AllMore

func (*CaseExpressionStatementContext) CaseExprStatement

func (*CaseExpressionStatementContext) FunctionSupportStatement

func (*CaseExpressionStatementContext) GetParser

func (*CaseExpressionStatementContext) GetRuleContext

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

func (*CaseExpressionStatementContext) IsCaseExpressionStatementContext

func (*CaseExpressionStatementContext) IsCaseExpressionStatementContext()

func (*CaseExpressionStatementContext) Left_brace

func (*CaseExpressionStatementContext) More

func (*CaseExpressionStatementContext) Right_brace

func (*CaseExpressionStatementContext) ToStringTree

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

func (*CaseExpressionStatementContext) TupleExpression

type CaseStatementContext

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

func NewCaseStatementContext

func NewCaseStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CaseStatementContext

func NewEmptyCaseStatementContext

func NewEmptyCaseStatementContext() *CaseStatementContext

func (*CaseStatementContext) Accept

func (s *CaseStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CaseStatementContext) AllCaseExprStatement

func (s *CaseStatementContext) AllCaseExprStatement() []ICaseExprStatementContext

func (*CaseStatementContext) AllFunctionSupportStatement

func (s *CaseStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*CaseStatementContext) AllMore

func (s *CaseStatementContext) AllMore() []IMoreContext

func (*CaseStatementContext) CaseExprStatement

func (s *CaseStatementContext) CaseExprStatement(i int) ICaseExprStatementContext

func (*CaseStatementContext) FunctionSupportStatement

func (s *CaseStatementContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*CaseStatementContext) GetParser

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

func (*CaseStatementContext) GetRuleContext

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

func (*CaseStatementContext) IsCaseStatementContext

func (*CaseStatementContext) IsCaseStatementContext()

func (*CaseStatementContext) Left_brace

func (s *CaseStatementContext) Left_brace() ILeft_braceContext

func (*CaseStatementContext) More

func (*CaseStatementContext) Right_brace

func (s *CaseStatementContext) Right_brace() IRight_braceContext

func (*CaseStatementContext) ToStringTree

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

type ChannelAssignStatementContext

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

func NewChannelAssignStatementContext

func NewChannelAssignStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ChannelAssignStatementContext

func NewEmptyChannelAssignStatementContext

func NewEmptyChannelAssignStatementContext() *ChannelAssignStatementContext

func (*ChannelAssignStatementContext) Accept

func (s *ChannelAssignStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ChannelAssignStatementContext) AllDot

func (*ChannelAssignStatementContext) AllExpression

func (*ChannelAssignStatementContext) Assign

func (*ChannelAssignStatementContext) Dot

func (*ChannelAssignStatementContext) End

func (*ChannelAssignStatementContext) Expression

func (*ChannelAssignStatementContext) GetParser

func (*ChannelAssignStatementContext) GetRuleContext

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

func (*ChannelAssignStatementContext) IsChannelAssignStatementContext

func (*ChannelAssignStatementContext) IsChannelAssignStatementContext()

func (*ChannelAssignStatementContext) Left_paren

func (*ChannelAssignStatementContext) Right_paren

func (*ChannelAssignStatementContext) ToStringTree

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

type CheckErrorExpressionContext

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

func NewCheckErrorExpressionContext

func NewCheckErrorExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CheckErrorExpressionContext

func NewEmptyCheckErrorExpressionContext

func NewEmptyCheckErrorExpressionContext() *CheckErrorExpressionContext

func (*CheckErrorExpressionContext) Accept

func (s *CheckErrorExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CheckErrorExpressionContext) AllFunctionSupportStatement

func (s *CheckErrorExpressionContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*CheckErrorExpressionContext) FunctionSupportStatement

func (s *CheckErrorExpressionContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*CheckErrorExpressionContext) GetParser

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

func (*CheckErrorExpressionContext) GetRuleContext

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

func (*CheckErrorExpressionContext) Id

func (*CheckErrorExpressionContext) IsCheckErrorExpressionContext

func (*CheckErrorExpressionContext) IsCheckErrorExpressionContext()

func (*CheckErrorExpressionContext) Left_brace

func (*CheckErrorExpressionContext) Right_brace

func (*CheckErrorExpressionContext) ToStringTree

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

func (*CheckErrorExpressionContext) TupleExpression

func (*CheckErrorExpressionContext) TypeType

type CheckErrorStatementContext

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

func NewCheckErrorStatementContext

func NewCheckErrorStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CheckErrorStatementContext

func NewEmptyCheckErrorStatementContext

func NewEmptyCheckErrorStatementContext() *CheckErrorStatementContext

func (*CheckErrorStatementContext) Accept

func (s *CheckErrorStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CheckErrorStatementContext) AllFunctionSupportStatement

func (s *CheckErrorStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*CheckErrorStatementContext) FunctionSupportStatement

func (s *CheckErrorStatementContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*CheckErrorStatementContext) GetParser

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

func (*CheckErrorStatementContext) GetRuleContext

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

func (*CheckErrorStatementContext) Id

func (*CheckErrorStatementContext) IsCheckErrorStatementContext

func (*CheckErrorStatementContext) IsCheckErrorStatementContext()

func (*CheckErrorStatementContext) Left_brace

func (*CheckErrorStatementContext) Right_brace

func (*CheckErrorStatementContext) ToStringTree

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

func (*CheckErrorStatementContext) TypeType

type CheckExpressionContext

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

func NewCheckExpressionContext

func NewCheckExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CheckExpressionContext

func NewEmptyCheckExpressionContext

func NewEmptyCheckExpressionContext() *CheckExpressionContext

func (*CheckExpressionContext) Accept

func (s *CheckExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CheckExpressionContext) AllCheckErrorExpression

func (s *CheckExpressionContext) AllCheckErrorExpression() []ICheckErrorExpressionContext

func (*CheckExpressionContext) AllFunctionSupportStatement

func (s *CheckExpressionContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*CheckExpressionContext) Bang

func (*CheckExpressionContext) CheckErrorExpression

func (s *CheckExpressionContext) CheckErrorExpression(i int) ICheckErrorExpressionContext

func (*CheckExpressionContext) CheckFinallyStatment

func (s *CheckExpressionContext) CheckFinallyStatment() ICheckFinallyStatmentContext

func (*CheckExpressionContext) FunctionSupportStatement

func (s *CheckExpressionContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*CheckExpressionContext) GetParser

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

func (*CheckExpressionContext) GetRuleContext

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

func (*CheckExpressionContext) IsCheckExpressionContext

func (*CheckExpressionContext) IsCheckExpressionContext()

func (*CheckExpressionContext) Left_brace

func (*CheckExpressionContext) Right_Arrow

func (s *CheckExpressionContext) Right_Arrow() antlr.TerminalNode

func (*CheckExpressionContext) Right_brace

func (*CheckExpressionContext) ToStringTree

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

func (*CheckExpressionContext) TupleExpression

func (s *CheckExpressionContext) TupleExpression() ITupleExpressionContext

type CheckFinallyStatmentContext

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

func NewCheckFinallyStatmentContext

func NewCheckFinallyStatmentContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CheckFinallyStatmentContext

func NewEmptyCheckFinallyStatmentContext

func NewEmptyCheckFinallyStatmentContext() *CheckFinallyStatmentContext

func (*CheckFinallyStatmentContext) Accept

func (s *CheckFinallyStatmentContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CheckFinallyStatmentContext) AllFunctionSupportStatement

func (s *CheckFinallyStatmentContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*CheckFinallyStatmentContext) Discard

func (*CheckFinallyStatmentContext) FunctionSupportStatement

func (s *CheckFinallyStatmentContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*CheckFinallyStatmentContext) GetParser

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

func (*CheckFinallyStatmentContext) GetRuleContext

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

func (*CheckFinallyStatmentContext) IsCheckFinallyStatmentContext

func (*CheckFinallyStatmentContext) IsCheckFinallyStatmentContext()

func (*CheckFinallyStatmentContext) Left_brace

func (*CheckFinallyStatmentContext) Right_brace

func (*CheckFinallyStatmentContext) ToStringTree

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

type CheckReportStatementContext

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

func NewCheckReportStatementContext

func NewCheckReportStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CheckReportStatementContext

func NewEmptyCheckReportStatementContext

func NewEmptyCheckReportStatementContext() *CheckReportStatementContext

func (*CheckReportStatementContext) Accept

func (s *CheckReportStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CheckReportStatementContext) Bang

func (*CheckReportStatementContext) End

func (*CheckReportStatementContext) Expression

func (*CheckReportStatementContext) GetParser

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

func (*CheckReportStatementContext) GetRuleContext

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

func (*CheckReportStatementContext) IsCheckReportStatementContext

func (*CheckReportStatementContext) IsCheckReportStatementContext()

func (*CheckReportStatementContext) Left_Arrow

func (*CheckReportStatementContext) ToStringTree

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

type CheckStatementContext

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

func NewCheckStatementContext

func NewCheckStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CheckStatementContext

func NewEmptyCheckStatementContext

func NewEmptyCheckStatementContext() *CheckStatementContext

func (*CheckStatementContext) Accept

func (s *CheckStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*CheckStatementContext) AllCheckErrorStatement

func (s *CheckStatementContext) AllCheckErrorStatement() []ICheckErrorStatementContext

func (*CheckStatementContext) AllFunctionSupportStatement

func (s *CheckStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*CheckStatementContext) Bang

func (*CheckStatementContext) CheckErrorStatement

func (s *CheckStatementContext) CheckErrorStatement(i int) ICheckErrorStatementContext

func (*CheckStatementContext) CheckFinallyStatment

func (s *CheckStatementContext) CheckFinallyStatment() ICheckFinallyStatmentContext

func (*CheckStatementContext) End

func (*CheckStatementContext) FunctionSupportStatement

func (s *CheckStatementContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*CheckStatementContext) GetParser

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

func (*CheckStatementContext) GetRuleContext

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

func (*CheckStatementContext) IsCheckStatementContext

func (*CheckStatementContext) IsCheckStatementContext()

func (*CheckStatementContext) Left_brace

func (s *CheckStatementContext) Left_brace() ILeft_braceContext

func (*CheckStatementContext) Right_brace

func (s *CheckStatementContext) Right_brace() IRight_braceContext

func (*CheckStatementContext) ToStringTree

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

type DataStatementContext

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

func NewDataStatementContext

func NewDataStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DataStatementContext

func NewEmptyDataStatementContext

func NewEmptyDataStatementContext() *DataStatementContext

func (*DataStatementContext) Accept

func (s *DataStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*DataStatementContext) CharLiteral

func (s *DataStatementContext) CharLiteral() antlr.TerminalNode

func (*DataStatementContext) FalseLiteral

func (s *DataStatementContext) FalseLiteral() antlr.TerminalNode

func (*DataStatementContext) FloatExpr

func (s *DataStatementContext) FloatExpr() IFloatExprContext

func (*DataStatementContext) GetParser

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

func (*DataStatementContext) GetRuleContext

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

func (*DataStatementContext) GetT

func (s *DataStatementContext) GetT() antlr.Token

func (*DataStatementContext) IntegerExpr

func (s *DataStatementContext) IntegerExpr() IIntegerExprContext

func (*DataStatementContext) IsDataStatementContext

func (*DataStatementContext) IsDataStatementContext()

func (*DataStatementContext) NilExpr

func (*DataStatementContext) SetT

func (s *DataStatementContext) SetT(v antlr.Token)

func (*DataStatementContext) TextLiteral

func (s *DataStatementContext) TextLiteral() antlr.TerminalNode

func (*DataStatementContext) ToStringTree

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

func (*DataStatementContext) TrueLiteral

func (s *DataStatementContext) TrueLiteral() antlr.TerminalNode

func (*DataStatementContext) UndefinedLiteral

func (s *DataStatementContext) UndefinedLiteral() antlr.TerminalNode

type DictionaryAssignContext

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

func NewDictionaryAssignContext

func NewDictionaryAssignContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DictionaryAssignContext

func NewEmptyDictionaryAssignContext

func NewEmptyDictionaryAssignContext() *DictionaryAssignContext

func (*DictionaryAssignContext) Accept

func (s *DictionaryAssignContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*DictionaryAssignContext) AllDictionaryElement

func (s *DictionaryAssignContext) AllDictionaryElement() []IDictionaryElementContext

func (*DictionaryAssignContext) AllEnd

func (s *DictionaryAssignContext) AllEnd() []IEndContext

func (*DictionaryAssignContext) DictionaryElement

func (s *DictionaryAssignContext) DictionaryElement(i int) IDictionaryElementContext

func (*DictionaryAssignContext) End

func (*DictionaryAssignContext) GetParser

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

func (*DictionaryAssignContext) GetRuleContext

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

func (*DictionaryAssignContext) IsDictionaryAssignContext

func (*DictionaryAssignContext) IsDictionaryAssignContext()

func (*DictionaryAssignContext) ToStringTree

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

type DictionaryContext

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

func NewDictionaryContext

func NewDictionaryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DictionaryContext

func NewEmptyDictionaryContext

func NewEmptyDictionaryContext() *DictionaryContext

func (*DictionaryContext) Accept

func (s *DictionaryContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*DictionaryContext) AllDictionaryElement

func (s *DictionaryContext) AllDictionaryElement() []IDictionaryElementContext

func (*DictionaryContext) AllEnd

func (s *DictionaryContext) AllEnd() []IEndContext

func (*DictionaryContext) DictionaryElement

func (s *DictionaryContext) DictionaryElement(i int) IDictionaryElementContext

func (*DictionaryContext) End

func (s *DictionaryContext) End(i int) IEndContext

func (*DictionaryContext) GetParser

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

func (*DictionaryContext) GetRuleContext

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

func (*DictionaryContext) IsDictionaryContext

func (*DictionaryContext) IsDictionaryContext()

func (*DictionaryContext) Left_brace

func (s *DictionaryContext) Left_brace() ILeft_braceContext

func (*DictionaryContext) Right_brace

func (s *DictionaryContext) Right_brace() IRight_braceContext

func (*DictionaryContext) ToStringTree

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

type DictionaryElementContext

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

func NewDictionaryElementContext

func NewDictionaryElementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DictionaryElementContext

func NewEmptyDictionaryElementContext

func NewEmptyDictionaryElementContext() *DictionaryElementContext

func (*DictionaryElementContext) Accept

func (s *DictionaryElementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*DictionaryElementContext) AllExpression

func (s *DictionaryElementContext) AllExpression() []IExpressionContext

func (*DictionaryElementContext) Equal_Arrow

func (s *DictionaryElementContext) Equal_Arrow() antlr.TerminalNode

func (*DictionaryElementContext) Expression

func (*DictionaryElementContext) GetParser

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

func (*DictionaryElementContext) GetRuleContext

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

func (*DictionaryElementContext) IsDictionaryElementContext

func (*DictionaryElementContext) IsDictionaryElementContext()

func (*DictionaryElementContext) ToStringTree

func (s *DictionaryElementContext) 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) Accept

func (s *EndContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

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) New_Line

func (s *EndContext) New_Line() antlr.TerminalNode

func (*EndContext) Semi

func (s *EndContext) Semi() antlr.TerminalNode

func (*EndContext) ToStringTree

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

type EnumStatementContext

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

func NewEmptyEnumStatementContext

func NewEmptyEnumStatementContext() *EnumStatementContext

func NewEnumStatementContext

func NewEnumStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EnumStatementContext

func (*EnumStatementContext) Accept

func (s *EnumStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*EnumStatementContext) AllEnumSupportStatement

func (s *EnumStatementContext) AllEnumSupportStatement() []IEnumSupportStatementContext

func (*EnumStatementContext) AllId

func (s *EnumStatementContext) AllId() []IIdContext

func (*EnumStatementContext) AllNew_Line

func (s *EnumStatementContext) AllNew_Line() []antlr.TerminalNode

func (*EnumStatementContext) AllQuestion

func (s *EnumStatementContext) AllQuestion() []antlr.TerminalNode

func (*EnumStatementContext) AnnotationSupport

func (s *EnumStatementContext) AnnotationSupport() IAnnotationSupportContext

func (*EnumStatementContext) Cent

func (*EnumStatementContext) Colon

func (*EnumStatementContext) End

func (*EnumStatementContext) EnumSupportStatement

func (s *EnumStatementContext) EnumSupportStatement(i int) IEnumSupportStatementContext

func (*EnumStatementContext) Equal

func (*EnumStatementContext) GetP

func (s *EnumStatementContext) GetP() antlr.Token

func (*EnumStatementContext) GetParser

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

func (*EnumStatementContext) GetRuleContext

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

func (*EnumStatementContext) Id

func (*EnumStatementContext) IsEnumStatementContext

func (*EnumStatementContext) IsEnumStatementContext()

func (*EnumStatementContext) Left_Arrow

func (s *EnumStatementContext) Left_Arrow() antlr.TerminalNode

func (*EnumStatementContext) Left_brace

func (s *EnumStatementContext) Left_brace() ILeft_braceContext

func (*EnumStatementContext) More

func (*EnumStatementContext) New_Line

func (s *EnumStatementContext) New_Line(i int) antlr.TerminalNode

func (*EnumStatementContext) Question

func (s *EnumStatementContext) Question(i int) antlr.TerminalNode

func (*EnumStatementContext) Right_brace

func (s *EnumStatementContext) Right_brace() IRight_braceContext

func (*EnumStatementContext) SetP

func (s *EnumStatementContext) SetP(v antlr.Token)

func (*EnumStatementContext) ToStringTree

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

type EnumSupportStatementContext

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

func NewEmptyEnumSupportStatementContext

func NewEmptyEnumSupportStatementContext() *EnumSupportStatementContext

func NewEnumSupportStatementContext

func NewEnumSupportStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EnumSupportStatementContext

func (*EnumSupportStatementContext) Accept

func (s *EnumSupportStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*EnumSupportStatementContext) Add

func (*EnumSupportStatementContext) End

func (*EnumSupportStatementContext) Equal

func (*EnumSupportStatementContext) GetParser

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

func (*EnumSupportStatementContext) GetRuleContext

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

func (*EnumSupportStatementContext) Id

func (*EnumSupportStatementContext) IntegerExpr

func (*EnumSupportStatementContext) IsEnumSupportStatementContext

func (*EnumSupportStatementContext) IsEnumSupportStatementContext()

func (*EnumSupportStatementContext) ToStringTree

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

type ExportStatementContext

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

func NewEmptyExportStatementContext

func NewEmptyExportStatementContext() *ExportStatementContext

func NewExportStatementContext

func NewExportStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExportStatementContext

func (*ExportStatementContext) Accept

func (s *ExportStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ExportStatementContext) AllImportStatement

func (s *ExportStatementContext) AllImportStatement() []IImportStatementContext

func (*ExportStatementContext) AllNew_Line

func (s *ExportStatementContext) AllNew_Line() []antlr.TerminalNode

func (*ExportStatementContext) AllTypeAliasStatement

func (s *ExportStatementContext) AllTypeAliasStatement() []ITypeAliasStatementContext

func (*ExportStatementContext) End

func (*ExportStatementContext) GetParser

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

func (*ExportStatementContext) GetRuleContext

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

func (*ExportStatementContext) ImportStatement

func (s *ExportStatementContext) ImportStatement(i int) IImportStatementContext

func (*ExportStatementContext) IsExportStatementContext

func (*ExportStatementContext) IsExportStatementContext()

func (*ExportStatementContext) Left_brace

func (*ExportStatementContext) New_Line

func (*ExportStatementContext) Right_brace

func (*ExportStatementContext) TextLiteral

func (s *ExportStatementContext) TextLiteral() antlr.TerminalNode

func (*ExportStatementContext) ToStringTree

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

func (*ExportStatementContext) TypeAliasStatement

func (s *ExportStatementContext) TypeAliasStatement(i int) ITypeAliasStatementContext

type ExpressionContext

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

func NewEmptyExpressionContext

func NewEmptyExpressionContext() *ExpressionContext

func NewExpressionContext

func NewExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExpressionContext

func (*ExpressionContext) Accept

func (s *ExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ExpressionContext) Add

func (s *ExpressionContext) Add() IAddContext

func (*ExpressionContext) AllExpression

func (s *ExpressionContext) AllExpression() []IExpressionContext

func (*ExpressionContext) Bang

func (*ExpressionContext) Bitwise

func (s *ExpressionContext) Bitwise() IBitwiseContext

func (*ExpressionContext) BitwiseNotExpression

func (s *ExpressionContext) BitwiseNotExpression() IBitwiseNotExpressionContext

func (*ExpressionContext) CallAsync

func (s *ExpressionContext) CallAsync() ICallAsyncContext

func (*ExpressionContext) CallAwait

func (s *ExpressionContext) CallAwait() ICallAwaitContext

func (*ExpressionContext) CallChannel

func (s *ExpressionContext) CallChannel() ICallChannelContext

func (*ExpressionContext) CallElement

func (s *ExpressionContext) CallElement() ICallElementContext

func (*ExpressionContext) CallExpression

func (s *ExpressionContext) CallExpression() ICallExpressionContext

func (*ExpressionContext) CallFunc

func (s *ExpressionContext) CallFunc() ICallFuncContext

func (*ExpressionContext) CallNew

func (s *ExpressionContext) CallNew() ICallNewContext

func (*ExpressionContext) CallPkg

func (s *ExpressionContext) CallPkg() ICallPkgContext

func (*ExpressionContext) CheckExpression

func (s *ExpressionContext) CheckExpression() ICheckExpressionContext

func (*ExpressionContext) Dictionary

func (s *ExpressionContext) Dictionary() IDictionaryContext

func (*ExpressionContext) Expression

func (s *ExpressionContext) Expression(i int) IExpressionContext

func (*ExpressionContext) FunctionExpression

func (s *ExpressionContext) FunctionExpression() IFunctionExpressionContext

func (*ExpressionContext) GetOp

func (s *ExpressionContext) GetOp() antlr.Token

func (*ExpressionContext) GetParser

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

func (*ExpressionContext) GetRuleContext

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

func (*ExpressionContext) IsExpressionContext

func (*ExpressionContext) IsExpressionContext()

func (*ExpressionContext) Judge

func (s *ExpressionContext) Judge() IJudgeContext

func (*ExpressionContext) JudgeCaseExpression

func (s *ExpressionContext) JudgeCaseExpression() IJudgeCaseExpressionContext

func (*ExpressionContext) JudgeCombine

func (s *ExpressionContext) JudgeCombine() IJudgeCombineContext

func (*ExpressionContext) JudgeExpression

func (s *ExpressionContext) JudgeExpression() IJudgeExpressionContext

func (*ExpressionContext) Lambda

func (s *ExpressionContext) Lambda() ILambdaContext

func (*ExpressionContext) Linq

func (s *ExpressionContext) Linq() ILinqContext

func (*ExpressionContext) List

func (s *ExpressionContext) List() IListContext

func (*ExpressionContext) LoopEachExpression

func (s *ExpressionContext) LoopEachExpression() ILoopEachExpressionContext

func (*ExpressionContext) LoopExpression

func (s *ExpressionContext) LoopExpression() ILoopExpressionContext

func (*ExpressionContext) Mul

func (s *ExpressionContext) Mul() IMulContext

func (*ExpressionContext) Negate

func (s *ExpressionContext) Negate() INegateContext

func (*ExpressionContext) OrElse

func (s *ExpressionContext) OrElse() IOrElseContext

func (*ExpressionContext) PkgAnonymous

func (s *ExpressionContext) PkgAnonymous() IPkgAnonymousContext

func (*ExpressionContext) PlusMinus

func (s *ExpressionContext) PlusMinus() IPlusMinusContext

func (*ExpressionContext) Pow

func (s *ExpressionContext) Pow() IPowContext

func (*ExpressionContext) PrimaryExpression

func (s *ExpressionContext) PrimaryExpression() IPrimaryExpressionContext

func (*ExpressionContext) Question

func (s *ExpressionContext) Question() antlr.TerminalNode

func (*ExpressionContext) Set

func (s *ExpressionContext) Set() ISetContext

func (*ExpressionContext) SetOp

func (s *ExpressionContext) SetOp(v antlr.Token)

func (*ExpressionContext) StringExpression

func (s *ExpressionContext) StringExpression() IStringExpressionContext

func (*ExpressionContext) ToStringTree

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

func (*ExpressionContext) TypeConversion

func (s *ExpressionContext) TypeConversion() ITypeConversionContext

type ExpressionListContext

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

func NewEmptyExpressionListContext

func NewEmptyExpressionListContext() *ExpressionListContext

func NewExpressionListContext

func NewExpressionListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExpressionListContext

func (*ExpressionListContext) Accept

func (s *ExpressionListContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ExpressionListContext) AllExpression

func (s *ExpressionListContext) AllExpression() []IExpressionContext

func (*ExpressionListContext) AllMore

func (s *ExpressionListContext) AllMore() []IMoreContext

func (*ExpressionListContext) Expression

func (s *ExpressionListContext) Expression(i int) IExpressionContext

func (*ExpressionListContext) GetParser

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

func (*ExpressionListContext) GetRuleContext

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

func (*ExpressionListContext) IsExpressionListContext

func (*ExpressionListContext) IsExpressionListContext()

func (*ExpressionListContext) More

func (*ExpressionListContext) ToStringTree

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

type ExpressionStatementContext

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

func NewEmptyExpressionStatementContext

func NewEmptyExpressionStatementContext() *ExpressionStatementContext

func NewExpressionStatementContext

func NewExpressionStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExpressionStatementContext

func (*ExpressionStatementContext) Accept

func (s *ExpressionStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ExpressionStatementContext) End

func (*ExpressionStatementContext) Expression

func (*ExpressionStatementContext) GetParser

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

func (*ExpressionStatementContext) GetRuleContext

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

func (*ExpressionStatementContext) IsExpressionStatementContext

func (*ExpressionStatementContext) IsExpressionStatementContext()

func (*ExpressionStatementContext) ToStringTree

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

type FloatExprContext

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

func NewEmptyFloatExprContext

func NewEmptyFloatExprContext() *FloatExprContext

func NewFloatExprContext

func NewFloatExprContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FloatExprContext

func (*FloatExprContext) Accept

func (s *FloatExprContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*FloatExprContext) AllIntegerExpr

func (s *FloatExprContext) AllIntegerExpr() []IIntegerExprContext

func (*FloatExprContext) Call

func (s *FloatExprContext) Call() ICallContext

func (*FloatExprContext) GetParser

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

func (*FloatExprContext) GetRuleContext

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

func (*FloatExprContext) IntegerExpr

func (s *FloatExprContext) IntegerExpr(i int) IIntegerExprContext

func (*FloatExprContext) IsFloatExprContext

func (*FloatExprContext) IsFloatExprContext()

func (*FloatExprContext) ToStringTree

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

type FunctionExpressionContext

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

func NewEmptyFunctionExpressionContext

func NewEmptyFunctionExpressionContext() *FunctionExpressionContext

func NewFunctionExpressionContext

func NewFunctionExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FunctionExpressionContext

func (*FunctionExpressionContext) Accept

func (s *FunctionExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*FunctionExpressionContext) AllFunctionSupportStatement

func (s *FunctionExpressionContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*FunctionExpressionContext) AllNew_Line

func (s *FunctionExpressionContext) AllNew_Line() []antlr.TerminalNode

func (*FunctionExpressionContext) At

func (*FunctionExpressionContext) FunctionSupportStatement

func (s *FunctionExpressionContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*FunctionExpressionContext) GetParser

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

func (*FunctionExpressionContext) GetRuleContext

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

func (*FunctionExpressionContext) GetT

func (*FunctionExpressionContext) GetY

func (*FunctionExpressionContext) IsFunctionExpressionContext

func (*FunctionExpressionContext) IsFunctionExpressionContext()

func (*FunctionExpressionContext) Left_brace

func (*FunctionExpressionContext) Left_paren

func (*FunctionExpressionContext) New_Line

func (*FunctionExpressionContext) ParameterClauseIn

func (*FunctionExpressionContext) ParameterClauseOut

func (s *FunctionExpressionContext) ParameterClauseOut() IParameterClauseOutContext

func (*FunctionExpressionContext) Right_Arrow

func (s *FunctionExpressionContext) Right_Arrow() antlr.TerminalNode

func (*FunctionExpressionContext) Right_Flow

func (*FunctionExpressionContext) Right_brace

func (*FunctionExpressionContext) Right_paren

func (*FunctionExpressionContext) SetT

func (*FunctionExpressionContext) SetY

func (*FunctionExpressionContext) ToStringTree

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

type FunctionStatementContext

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

func NewEmptyFunctionStatementContext

func NewEmptyFunctionStatementContext() *FunctionStatementContext

func NewFunctionStatementContext

func NewFunctionStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FunctionStatementContext

func (*FunctionStatementContext) Accept

func (s *FunctionStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*FunctionStatementContext) AllFunctionSupportStatement

func (s *FunctionStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*FunctionStatementContext) AllNew_Line

func (s *FunctionStatementContext) AllNew_Line() []antlr.TerminalNode

func (*FunctionStatementContext) At

func (*FunctionStatementContext) Colon

func (*FunctionStatementContext) Discard

func (*FunctionStatementContext) End

func (*FunctionStatementContext) FunctionSupportStatement

func (s *FunctionStatementContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*FunctionStatementContext) GetParser

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

func (*FunctionStatementContext) GetRuleContext

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

func (*FunctionStatementContext) GetT

func (*FunctionStatementContext) GetY

func (*FunctionStatementContext) Id

func (*FunctionStatementContext) IsFunctionStatementContext

func (*FunctionStatementContext) IsFunctionStatementContext()

func (*FunctionStatementContext) Left_brace

func (*FunctionStatementContext) Left_paren

func (*FunctionStatementContext) New_Line

func (*FunctionStatementContext) ParameterClauseIn

func (s *FunctionStatementContext) ParameterClauseIn() IParameterClauseInContext

func (*FunctionStatementContext) ParameterClauseOut

func (s *FunctionStatementContext) ParameterClauseOut() IParameterClauseOutContext

func (*FunctionStatementContext) Right_Arrow

func (s *FunctionStatementContext) Right_Arrow() antlr.TerminalNode

func (*FunctionStatementContext) Right_Flow

func (*FunctionStatementContext) Right_brace

func (*FunctionStatementContext) Right_paren

func (*FunctionStatementContext) SetT

func (*FunctionStatementContext) SetY

func (*FunctionStatementContext) TemplateDefine

func (*FunctionStatementContext) ToStringTree

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

type FunctionSupportStatementContext

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

func NewEmptyFunctionSupportStatementContext

func NewEmptyFunctionSupportStatementContext() *FunctionSupportStatementContext

func NewFunctionSupportStatementContext

func NewFunctionSupportStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FunctionSupportStatementContext

func (*FunctionSupportStatementContext) Accept

func (s *FunctionSupportStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*FunctionSupportStatementContext) AssignStatement

func (*FunctionSupportStatementContext) ChannelAssignStatement

func (*FunctionSupportStatementContext) CheckReportStatement

func (*FunctionSupportStatementContext) CheckStatement

func (*FunctionSupportStatementContext) ExpressionStatement

func (*FunctionSupportStatementContext) FunctionStatement

func (*FunctionSupportStatementContext) GetParser

func (*FunctionSupportStatementContext) GetRuleContext

func (*FunctionSupportStatementContext) IsFunctionSupportStatementContext

func (*FunctionSupportStatementContext) IsFunctionSupportStatementContext()

func (*FunctionSupportStatementContext) JudgeCaseStatement

func (*FunctionSupportStatementContext) JudgeStatement

func (*FunctionSupportStatementContext) LoopCaseStatement

func (*FunctionSupportStatementContext) LoopContinueStatement

func (*FunctionSupportStatementContext) LoopEachStatement

func (*FunctionSupportStatementContext) LoopJumpStatement

func (*FunctionSupportStatementContext) LoopStatement

func (*FunctionSupportStatementContext) New_Line

func (*FunctionSupportStatementContext) ReturnAwaitStatement

func (*FunctionSupportStatementContext) ReturnStatement

func (*FunctionSupportStatementContext) ToStringTree

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

func (*FunctionSupportStatementContext) UsingStatement

func (*FunctionSupportStatementContext) VariableDeclaredStatement

func (*FunctionSupportStatementContext) VariableStatement

func (*FunctionSupportStatementContext) YieldBreakStatement

func (*FunctionSupportStatementContext) YieldReturnStatement

type IAddContext

type IAddContext interface {
	antlr.ParserRuleContext

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

	// GetOp returns the op token.
	GetOp() antlr.Token

	// SetOp sets the op token.
	SetOp(antlr.Token)

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

IAddContext is an interface to support dynamic dispatch.

type IAnnotationContext

type IAnnotationContext interface {
	antlr.ParserRuleContext

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

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

IAnnotationContext is an interface to support dynamic dispatch.

type IAnnotationItemContext

type IAnnotationItemContext interface {
	antlr.ParserRuleContext

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

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

IAnnotationItemContext is an interface to support dynamic dispatch.

type IAnnotationListContext

type IAnnotationListContext interface {
	antlr.ParserRuleContext

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

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

IAnnotationListContext is an interface to support dynamic dispatch.

type IAnnotationSupportContext

type IAnnotationSupportContext interface {
	antlr.ParserRuleContext

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

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

IAnnotationSupportContext is an interface to support dynamic dispatch.

type IAssignContext

type IAssignContext interface {
	antlr.ParserRuleContext

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

	// GetOp returns the op token.
	GetOp() antlr.Token

	// SetOp sets the op token.
	SetOp(antlr.Token)

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

IAssignContext is an interface to support dynamic dispatch.

type IAssignStatementContext

type IAssignStatementContext interface {
	antlr.ParserRuleContext

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

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

IAssignStatementContext is an interface to support dynamic dispatch.

type IBitwiseAndContext

type IBitwiseAndContext interface {
	antlr.ParserRuleContext

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

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

IBitwiseAndContext is an interface to support dynamic dispatch.

type IBitwiseContext

type IBitwiseContext interface {
	antlr.ParserRuleContext

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

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

IBitwiseContext is an interface to support dynamic dispatch.

type IBitwiseLeftShiftContext

type IBitwiseLeftShiftContext interface {
	antlr.ParserRuleContext

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

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

IBitwiseLeftShiftContext is an interface to support dynamic dispatch.

type IBitwiseNotContext

type IBitwiseNotContext interface {
	antlr.ParserRuleContext

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

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

IBitwiseNotContext is an interface to support dynamic dispatch.

type IBitwiseNotExpressionContext

type IBitwiseNotExpressionContext interface {
	antlr.ParserRuleContext

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

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

IBitwiseNotExpressionContext is an interface to support dynamic dispatch.

type IBitwiseOrContext

type IBitwiseOrContext interface {
	antlr.ParserRuleContext

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

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

IBitwiseOrContext is an interface to support dynamic dispatch.

type IBitwiseRightShiftContext

type IBitwiseRightShiftContext interface {
	antlr.ParserRuleContext

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

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

IBitwiseRightShiftContext is an interface to support dynamic dispatch.

type IBitwiseXorContext

type IBitwiseXorContext interface {
	antlr.ParserRuleContext

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

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

IBitwiseXorContext is an interface to support dynamic dispatch.

type IBoolExprContext

type IBoolExprContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t token.
	GetT() antlr.Token

	// SetT sets the t token.
	SetT(antlr.Token)

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

IBoolExprContext is an interface to support dynamic dispatch.

type ICallAsyncContext

type ICallAsyncContext interface {
	antlr.ParserRuleContext

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

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

ICallAsyncContext is an interface to support dynamic dispatch.

type ICallAwaitContext

type ICallAwaitContext interface {
	antlr.ParserRuleContext

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

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

ICallAwaitContext is an interface to support dynamic dispatch.

type ICallChannelContext

type ICallChannelContext interface {
	antlr.ParserRuleContext

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

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

ICallChannelContext is an interface to support dynamic dispatch.

type ICallContext

type ICallContext interface {
	antlr.ParserRuleContext

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

	// GetOp returns the op token.
	GetOp() antlr.Token

	// SetOp sets the op token.
	SetOp(antlr.Token)

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

ICallContext is an interface to support dynamic dispatch.

type ICallElementContext

type ICallElementContext interface {
	antlr.ParserRuleContext

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

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

ICallElementContext is an interface to support dynamic dispatch.

type ICallExpressionContext

type ICallExpressionContext interface {
	antlr.ParserRuleContext

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

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

ICallExpressionContext is an interface to support dynamic dispatch.

type ICallFuncContext

type ICallFuncContext interface {
	antlr.ParserRuleContext

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

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

ICallFuncContext is an interface to support dynamic dispatch.

type ICallNewContext

type ICallNewContext interface {
	antlr.ParserRuleContext

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

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

ICallNewContext is an interface to support dynamic dispatch.

type ICallPkgContext

type ICallPkgContext interface {
	antlr.ParserRuleContext

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

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

ICallPkgContext is an interface to support dynamic dispatch.

type ICaseExprStatementContext

type ICaseExprStatementContext interface {
	antlr.ParserRuleContext

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

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

ICaseExprStatementContext is an interface to support dynamic dispatch.

type ICaseExpressionStatementContext

type ICaseExpressionStatementContext interface {
	antlr.ParserRuleContext

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

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

ICaseExpressionStatementContext is an interface to support dynamic dispatch.

type ICaseStatementContext

type ICaseStatementContext interface {
	antlr.ParserRuleContext

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

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

ICaseStatementContext is an interface to support dynamic dispatch.

type IChannelAssignStatementContext

type IChannelAssignStatementContext interface {
	antlr.ParserRuleContext

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

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

IChannelAssignStatementContext is an interface to support dynamic dispatch.

type ICheckErrorExpressionContext

type ICheckErrorExpressionContext interface {
	antlr.ParserRuleContext

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

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

ICheckErrorExpressionContext is an interface to support dynamic dispatch.

type ICheckErrorStatementContext

type ICheckErrorStatementContext interface {
	antlr.ParserRuleContext

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

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

ICheckErrorStatementContext is an interface to support dynamic dispatch.

type ICheckExpressionContext

type ICheckExpressionContext interface {
	antlr.ParserRuleContext

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

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

ICheckExpressionContext is an interface to support dynamic dispatch.

type ICheckFinallyStatmentContext

type ICheckFinallyStatmentContext interface {
	antlr.ParserRuleContext

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

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

ICheckFinallyStatmentContext is an interface to support dynamic dispatch.

type ICheckReportStatementContext

type ICheckReportStatementContext interface {
	antlr.ParserRuleContext

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

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

ICheckReportStatementContext is an interface to support dynamic dispatch.

type ICheckStatementContext

type ICheckStatementContext interface {
	antlr.ParserRuleContext

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

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

ICheckStatementContext is an interface to support dynamic dispatch.

type IDataStatementContext

type IDataStatementContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t token.
	GetT() antlr.Token

	// SetT sets the t token.
	SetT(antlr.Token)

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

IDataStatementContext is an interface to support dynamic dispatch.

type IDictionaryAssignContext

type IDictionaryAssignContext interface {
	antlr.ParserRuleContext

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

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

IDictionaryAssignContext is an interface to support dynamic dispatch.

type IDictionaryContext

type IDictionaryContext interface {
	antlr.ParserRuleContext

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

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

IDictionaryContext is an interface to support dynamic dispatch.

type IDictionaryElementContext

type IDictionaryElementContext interface {
	antlr.ParserRuleContext

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

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

IDictionaryElementContext 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 IEnumStatementContext

type IEnumStatementContext interface {
	antlr.ParserRuleContext

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

	// GetP returns the p token.
	GetP() antlr.Token

	// SetP sets the p token.
	SetP(antlr.Token)

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

IEnumStatementContext is an interface to support dynamic dispatch.

type IEnumSupportStatementContext

type IEnumSupportStatementContext interface {
	antlr.ParserRuleContext

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

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

IEnumSupportStatementContext is an interface to support dynamic dispatch.

type IExportStatementContext

type IExportStatementContext interface {
	antlr.ParserRuleContext

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

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

IExportStatementContext is an interface to support dynamic dispatch.

type IExpressionContext

type IExpressionContext interface {
	antlr.ParserRuleContext

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

	// GetOp returns the op token.
	GetOp() antlr.Token

	// SetOp sets the op token.
	SetOp(antlr.Token)

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

IExpressionContext is an interface to support dynamic dispatch.

type IExpressionListContext

type IExpressionListContext interface {
	antlr.ParserRuleContext

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

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

IExpressionListContext is an interface to support dynamic dispatch.

type IExpressionStatementContext

type IExpressionStatementContext interface {
	antlr.ParserRuleContext

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

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

IExpressionStatementContext is an interface to support dynamic dispatch.

type IFloatExprContext

type IFloatExprContext interface {
	antlr.ParserRuleContext

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

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

IFloatExprContext is an interface to support dynamic dispatch.

type IFunctionExpressionContext

type IFunctionExpressionContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t token.
	GetT() antlr.Token

	// GetY returns the y token.
	GetY() antlr.Token

	// SetT sets the t token.
	SetT(antlr.Token)

	// SetY sets the y token.
	SetY(antlr.Token)

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

IFunctionExpressionContext is an interface to support dynamic dispatch.

type IFunctionStatementContext

type IFunctionStatementContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t token.
	GetT() antlr.Token

	// GetY returns the y token.
	GetY() antlr.Token

	// SetT sets the t token.
	SetT(antlr.Token)

	// SetY sets the y token.
	SetY(antlr.Token)

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

IFunctionStatementContext is an interface to support dynamic dispatch.

type IFunctionSupportStatementContext

type IFunctionSupportStatementContext interface {
	antlr.ParserRuleContext

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

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

IFunctionSupportStatementContext is an interface to support dynamic dispatch.

type IIdContext

type IIdContext interface {
	antlr.ParserRuleContext

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

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

IIdContext is an interface to support dynamic dispatch.

type IIdExprItemContext

type IIdExprItemContext interface {
	antlr.ParserRuleContext

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

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

IIdExprItemContext is an interface to support dynamic dispatch.

type IIdExpressionContext

type IIdExpressionContext interface {
	antlr.ParserRuleContext

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

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

IIdExpressionContext is an interface to support dynamic dispatch.

type IIdItemContext

type IIdItemContext interface {
	antlr.ParserRuleContext

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

	// GetOp returns the op token.
	GetOp() antlr.Token

	// SetOp sets the op token.
	SetOp(antlr.Token)

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

IIdItemContext is an interface to support dynamic dispatch.

type IImplementFunctionStatementContext

type IImplementFunctionStatementContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t token.
	GetT() antlr.Token

	// GetY returns the y token.
	GetY() antlr.Token

	// SetT sets the t token.
	SetT(antlr.Token)

	// SetY sets the y token.
	SetY(antlr.Token)

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

IImplementFunctionStatementContext is an interface to support dynamic dispatch.

type IImplementStatementContext

type IImplementStatementContext interface {
	antlr.ParserRuleContext

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

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

IImplementStatementContext is an interface to support dynamic dispatch.

type IImplementSupportStatementContext

type IImplementSupportStatementContext interface {
	antlr.ParserRuleContext

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

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

IImplementSupportStatementContext is an interface to support dynamic dispatch.

type IImplementVariableStatementContext

type IImplementVariableStatementContext interface {
	antlr.ParserRuleContext

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

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

IImplementVariableStatementContext is an interface to support dynamic dispatch.

type IImportStatementContext

type IImportStatementContext interface {
	antlr.ParserRuleContext

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

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

IImportStatementContext is an interface to support dynamic dispatch.

type IIncludeStatementContext

type IIncludeStatementContext interface {
	antlr.ParserRuleContext

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

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

IIncludeStatementContext is an interface to support dynamic dispatch.

type IIntegerExprContext

type IIntegerExprContext interface {
	antlr.ParserRuleContext

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

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

IIntegerExprContext is an interface to support dynamic dispatch.

type IIteratorStatementContext

type IIteratorStatementContext interface {
	antlr.ParserRuleContext

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

	// GetOp returns the op token.
	GetOp() antlr.Token

	// SetOp sets the op token.
	SetOp(antlr.Token)

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

IIteratorStatementContext is an interface to support dynamic dispatch.

type IJudgeCaseExpressionContext

type IJudgeCaseExpressionContext interface {
	antlr.ParserRuleContext

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

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

IJudgeCaseExpressionContext is an interface to support dynamic dispatch.

type IJudgeCaseStatementContext

type IJudgeCaseStatementContext interface {
	antlr.ParserRuleContext

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

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

IJudgeCaseStatementContext is an interface to support dynamic dispatch.

type IJudgeCombineContext

type IJudgeCombineContext interface {
	antlr.ParserRuleContext

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

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

IJudgeCombineContext is an interface to support dynamic dispatch.

type IJudgeContext

type IJudgeContext interface {
	antlr.ParserRuleContext

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

	// GetOp returns the op token.
	GetOp() antlr.Token

	// SetOp sets the op token.
	SetOp(antlr.Token)

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

IJudgeContext is an interface to support dynamic dispatch.

type IJudgeElseIfStatementContext

type IJudgeElseIfStatementContext interface {
	antlr.ParserRuleContext

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

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

IJudgeElseIfStatementContext is an interface to support dynamic dispatch.

type IJudgeElseStatementContext

type IJudgeElseStatementContext interface {
	antlr.ParserRuleContext

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

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

IJudgeElseStatementContext is an interface to support dynamic dispatch.

type IJudgeExpressionContext

type IJudgeExpressionContext interface {
	antlr.ParserRuleContext

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

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

IJudgeExpressionContext is an interface to support dynamic dispatch.

type IJudgeExpressionElseIfStatementContext

type IJudgeExpressionElseIfStatementContext interface {
	antlr.ParserRuleContext

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

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

IJudgeExpressionElseIfStatementContext is an interface to support dynamic dispatch.

type IJudgeExpressionElseStatementContext

type IJudgeExpressionElseStatementContext interface {
	antlr.ParserRuleContext

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

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

IJudgeExpressionElseStatementContext is an interface to support dynamic dispatch.

type IJudgeExpressionIfStatementContext

type IJudgeExpressionIfStatementContext interface {
	antlr.ParserRuleContext

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

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

IJudgeExpressionIfStatementContext is an interface to support dynamic dispatch.

type IJudgeIfStatementContext

type IJudgeIfStatementContext interface {
	antlr.ParserRuleContext

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

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

IJudgeIfStatementContext is an interface to support dynamic dispatch.

type IJudgeStatementContext

type IJudgeStatementContext interface {
	antlr.ParserRuleContext

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

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

IJudgeStatementContext is an interface to support dynamic dispatch.

type ILambdaContext

type ILambdaContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t token.
	GetT() antlr.Token

	// SetT sets the t token.
	SetT(antlr.Token)

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

ILambdaContext is an interface to support dynamic dispatch.

type ILambdaInContext

type ILambdaInContext interface {
	antlr.ParserRuleContext

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

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

ILambdaInContext is an interface to support dynamic dispatch.

type ILeft_braceContext

type ILeft_braceContext interface {
	antlr.ParserRuleContext

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

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

ILeft_braceContext is an interface to support dynamic dispatch.

type ILeft_brackContext

type ILeft_brackContext interface {
	antlr.ParserRuleContext

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

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

ILeft_brackContext is an interface to support dynamic dispatch.

type ILeft_parenContext

type ILeft_parenContext interface {
	antlr.ParserRuleContext

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

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

ILeft_parenContext is an interface to support dynamic dispatch.

type ILinqContext

type ILinqContext interface {
	antlr.ParserRuleContext

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

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

ILinqContext is an interface to support dynamic dispatch.

type ILinqHeadItemContext

type ILinqHeadItemContext interface {
	antlr.ParserRuleContext

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

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

ILinqHeadItemContext is an interface to support dynamic dispatch.

type ILinqItemContext

type ILinqItemContext interface {
	antlr.ParserRuleContext

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

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

ILinqItemContext is an interface to support dynamic dispatch.

type IListAssignContext

type IListAssignContext interface {
	antlr.ParserRuleContext

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

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

IListAssignContext is an interface to support dynamic dispatch.

type IListContext

type IListContext interface {
	antlr.ParserRuleContext

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

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

IListContext is an interface to support dynamic dispatch.

type ILoopCaseStatementContext

type ILoopCaseStatementContext interface {
	antlr.ParserRuleContext

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

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

ILoopCaseStatementContext is an interface to support dynamic dispatch.

type ILoopContinueStatementContext

type ILoopContinueStatementContext interface {
	antlr.ParserRuleContext

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

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

ILoopContinueStatementContext is an interface to support dynamic dispatch.

type ILoopEachExpressionContext

type ILoopEachExpressionContext interface {
	antlr.ParserRuleContext

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

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

ILoopEachExpressionContext is an interface to support dynamic dispatch.

type ILoopEachStatementContext

type ILoopEachStatementContext interface {
	antlr.ParserRuleContext

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

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

ILoopEachStatementContext is an interface to support dynamic dispatch.

type ILoopElseExpressionContext

type ILoopElseExpressionContext interface {
	antlr.ParserRuleContext

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

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

ILoopElseExpressionContext is an interface to support dynamic dispatch.

type ILoopElseStatementContext

type ILoopElseStatementContext interface {
	antlr.ParserRuleContext

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

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

ILoopElseStatementContext is an interface to support dynamic dispatch.

type ILoopExpressionContext

type ILoopExpressionContext interface {
	antlr.ParserRuleContext

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

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

ILoopExpressionContext is an interface to support dynamic dispatch.

type ILoopJumpStatementContext

type ILoopJumpStatementContext interface {
	antlr.ParserRuleContext

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

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

ILoopJumpStatementContext is an interface to support dynamic dispatch.

type ILoopStatementContext

type ILoopStatementContext interface {
	antlr.ParserRuleContext

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

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

ILoopStatementContext is an interface to support dynamic dispatch.

type IMoreContext

type IMoreContext interface {
	antlr.ParserRuleContext

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

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

IMoreContext is an interface to support dynamic dispatch.

type IMulContext

type IMulContext interface {
	antlr.ParserRuleContext

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

	// GetOp returns the op token.
	GetOp() antlr.Token

	// SetOp sets the op token.
	SetOp(antlr.Token)

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

IMulContext is an interface to support dynamic dispatch.

type INameContext

type INameContext interface {
	antlr.ParserRuleContext

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

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

INameContext is an interface to support dynamic dispatch.

type INameSpaceItemContext

type INameSpaceItemContext interface {
	antlr.ParserRuleContext

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

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

INameSpaceItemContext is an interface to support dynamic dispatch.

type INamespaceConstantStatementContext

type INamespaceConstantStatementContext interface {
	antlr.ParserRuleContext

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

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

INamespaceConstantStatementContext is an interface to support dynamic dispatch.

type INamespaceFunctionStatementContext

type INamespaceFunctionStatementContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t token.
	GetT() antlr.Token

	// GetY returns the y token.
	GetY() antlr.Token

	// SetT sets the t token.
	SetT(antlr.Token)

	// SetY sets the y token.
	SetY(antlr.Token)

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

INamespaceFunctionStatementContext is an interface to support dynamic dispatch.

type INamespaceSupportStatementContext

type INamespaceSupportStatementContext interface {
	antlr.ParserRuleContext

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

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

INamespaceSupportStatementContext is an interface to support dynamic dispatch.

type INamespaceVariableStatementContext

type INamespaceVariableStatementContext interface {
	antlr.ParserRuleContext

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

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

INamespaceVariableStatementContext is an interface to support dynamic dispatch.

type INegateContext

type INegateContext interface {
	antlr.ParserRuleContext

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

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

INegateContext is an interface to support dynamic dispatch.

type INilExprContext

type INilExprContext interface {
	antlr.ParserRuleContext

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

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

INilExprContext is an interface to support dynamic dispatch.

type IOrElseContext

type IOrElseContext interface {
	antlr.ParserRuleContext

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

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

IOrElseContext is an interface to support dynamic dispatch.

type IOverrideFunctionStatementContext

type IOverrideFunctionStatementContext interface {
	antlr.ParserRuleContext

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

	// GetN returns the n token.
	GetN() antlr.Token

	// GetT returns the t token.
	GetT() antlr.Token

	// GetY returns the y token.
	GetY() antlr.Token

	// SetN sets the n token.
	SetN(antlr.Token)

	// SetT sets the t token.
	SetT(antlr.Token)

	// SetY sets the y token.
	SetY(antlr.Token)

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

IOverrideFunctionStatementContext is an interface to support dynamic dispatch.

type IOverrideVariableStatementContext

type IOverrideVariableStatementContext interface {
	antlr.ParserRuleContext

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

	// GetN returns the n token.
	GetN() antlr.Token

	// SetN sets the n token.
	SetN(antlr.Token)

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

IOverrideVariableStatementContext is an interface to support dynamic dispatch.

type IPackageControlSubStatementContext

type IPackageControlSubStatementContext interface {
	antlr.ParserRuleContext

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

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

IPackageControlSubStatementContext is an interface to support dynamic dispatch.

type IPackageEventStatementContext

type IPackageEventStatementContext interface {
	antlr.ParserRuleContext

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

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

IPackageEventStatementContext is an interface to support dynamic dispatch.

type IPackageFieldStatementContext

type IPackageFieldStatementContext interface {
	antlr.ParserRuleContext

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

	// GetP returns the p token.
	GetP() antlr.Token

	// SetP sets the p token.
	SetP(antlr.Token)

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

IPackageFieldStatementContext is an interface to support dynamic dispatch.

type IPackageFunctionStatementContext

type IPackageFunctionStatementContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t token.
	GetT() antlr.Token

	// GetY returns the y token.
	GetY() antlr.Token

	// SetT sets the t token.
	SetT(antlr.Token)

	// SetY sets the y token.
	SetY(antlr.Token)

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

IPackageFunctionStatementContext is an interface to support dynamic dispatch.

type IPackageImplementStatementContext

type IPackageImplementStatementContext interface {
	antlr.ParserRuleContext

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

	// GetP returns the p token.
	GetP() antlr.Token

	// SetP sets the p token.
	SetP(antlr.Token)

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

IPackageImplementStatementContext is an interface to support dynamic dispatch.

type IPackageNewStatementContext

type IPackageNewStatementContext interface {
	antlr.ParserRuleContext

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

	// GetP returns the p token.
	GetP() antlr.Token

	// SetP sets the p token.
	SetP(antlr.Token)

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

IPackageNewStatementContext is an interface to support dynamic dispatch.

type IPackageStatementContext

type IPackageStatementContext interface {
	antlr.ParserRuleContext

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

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

IPackageStatementContext is an interface to support dynamic dispatch.

type IPackageSupportStatementContext

type IPackageSupportStatementContext interface {
	antlr.ParserRuleContext

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

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

IPackageSupportStatementContext is an interface to support dynamic dispatch.

type IPackageVariableStatementContext

type IPackageVariableStatementContext interface {
	antlr.ParserRuleContext

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

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

IPackageVariableStatementContext is an interface to support dynamic dispatch.

type IParameterClauseInContext

type IParameterClauseInContext interface {
	antlr.ParserRuleContext

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

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

IParameterClauseInContext is an interface to support dynamic dispatch.

type IParameterClauseOutContext

type IParameterClauseOutContext interface {
	antlr.ParserRuleContext

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

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

IParameterClauseOutContext is an interface to support dynamic dispatch.

type IParameterContext

type IParameterContext interface {
	antlr.ParserRuleContext

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

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

IParameterContext is an interface to support dynamic dispatch.

type IPkgAnonymousAssignContext

type IPkgAnonymousAssignContext interface {
	antlr.ParserRuleContext

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

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

IPkgAnonymousAssignContext is an interface to support dynamic dispatch.

type IPkgAnonymousAssignElementContext

type IPkgAnonymousAssignElementContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t token.
	GetT() antlr.Token

	// SetT sets the t token.
	SetT(antlr.Token)

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

IPkgAnonymousAssignElementContext is an interface to support dynamic dispatch.

type IPkgAnonymousContext

type IPkgAnonymousContext interface {
	antlr.ParserRuleContext

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

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

IPkgAnonymousContext is an interface to support dynamic dispatch.

type IPkgAssignContext

type IPkgAssignContext interface {
	antlr.ParserRuleContext

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

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

IPkgAssignContext is an interface to support dynamic dispatch.

type IPkgAssignElementContext

type IPkgAssignElementContext interface {
	antlr.ParserRuleContext

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

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

IPkgAssignElementContext is an interface to support dynamic dispatch.

type IPlusMinusContext

type IPlusMinusContext interface {
	antlr.ParserRuleContext

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

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

IPlusMinusContext is an interface to support dynamic dispatch.

type IPowContext

type IPowContext interface {
	antlr.ParserRuleContext

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

	// GetOp returns the op token.
	GetOp() antlr.Token

	// SetOp sets the op token.
	SetOp(antlr.Token)

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

IPowContext is an interface to support dynamic dispatch.

type IPrimaryExpressionContext

type IPrimaryExpressionContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t token.
	GetT() antlr.Token

	// SetT sets the t token.
	SetT(antlr.Token)

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

IPrimaryExpressionContext is an interface to support dynamic dispatch.

type IProgramContext

type IProgramContext interface {
	antlr.ParserRuleContext

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

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

IProgramContext is an interface to support dynamic dispatch.

type IProtocolFunctionStatementContext

type IProtocolFunctionStatementContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t token.
	GetT() antlr.Token

	// GetY returns the y token.
	GetY() antlr.Token

	// SetT sets the t token.
	SetT(antlr.Token)

	// SetY sets the y token.
	SetY(antlr.Token)

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

IProtocolFunctionStatementContext is an interface to support dynamic dispatch.

type IProtocolStatementContext

type IProtocolStatementContext interface {
	antlr.ParserRuleContext

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

	// GetP returns the p token.
	GetP() antlr.Token

	// SetP sets the p token.
	SetP(antlr.Token)

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

IProtocolStatementContext is an interface to support dynamic dispatch.

type IProtocolSupportStatementContext

type IProtocolSupportStatementContext interface {
	antlr.ParserRuleContext

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

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

IProtocolSupportStatementContext is an interface to support dynamic dispatch.

type IProtocolVariableStatementContext

type IProtocolVariableStatementContext interface {
	antlr.ParserRuleContext

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

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

IProtocolVariableStatementContext is an interface to support dynamic dispatch.

type IReturnAwaitStatementContext

type IReturnAwaitStatementContext interface {
	antlr.ParserRuleContext

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

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

IReturnAwaitStatementContext is an interface to support dynamic dispatch.

type IReturnStatementContext

type IReturnStatementContext interface {
	antlr.ParserRuleContext

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

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

IReturnStatementContext is an interface to support dynamic dispatch.

type IRight_braceContext

type IRight_braceContext interface {
	antlr.ParserRuleContext

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

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

IRight_braceContext is an interface to support dynamic dispatch.

type IRight_brackContext

type IRight_brackContext interface {
	antlr.ParserRuleContext

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

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

IRight_brackContext is an interface to support dynamic dispatch.

type IRight_parenContext

type IRight_parenContext interface {
	antlr.ParserRuleContext

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

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

IRight_parenContext is an interface to support dynamic dispatch.

type ISetAssignContext

type ISetAssignContext interface {
	antlr.ParserRuleContext

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

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

ISetAssignContext is an interface to support dynamic dispatch.

type ISetContext

type ISetContext interface {
	antlr.ParserRuleContext

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

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

ISetContext is an interface to support dynamic dispatch.

type ISliceContext

type ISliceContext interface {
	antlr.ParserRuleContext

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

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

ISliceContext is an interface to support dynamic dispatch.

type ISliceEndContext

type ISliceEndContext interface {
	antlr.ParserRuleContext

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

	// GetOp returns the op token.
	GetOp() antlr.Token

	// SetOp sets the op token.
	SetOp(antlr.Token)

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

ISliceEndContext is an interface to support dynamic dispatch.

type ISliceFullContext

type ISliceFullContext interface {
	antlr.ParserRuleContext

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

	// GetOp returns the op token.
	GetOp() antlr.Token

	// SetOp sets the op token.
	SetOp(antlr.Token)

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

ISliceFullContext is an interface to support dynamic dispatch.

type ISliceStartContext

type ISliceStartContext interface {
	antlr.ParserRuleContext

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

	// GetOp returns the op token.
	GetOp() antlr.Token

	// SetOp sets the op token.
	SetOp(antlr.Token)

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

ISliceStartContext is an interface to support dynamic dispatch.

type IStatementContext

type IStatementContext interface {
	antlr.ParserRuleContext

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

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

IStatementContext is an interface to support dynamic dispatch.

type IStringExpressionContext

type IStringExpressionContext interface {
	antlr.ParserRuleContext

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

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

IStringExpressionContext is an interface to support dynamic dispatch.

type IStringExpressionElementContext

type IStringExpressionElementContext interface {
	antlr.ParserRuleContext

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

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

IStringExpressionElementContext is an interface to support dynamic dispatch.

type ITemplateCallContext

type ITemplateCallContext interface {
	antlr.ParserRuleContext

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

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

ITemplateCallContext is an interface to support dynamic dispatch.

type ITemplateDefineContext

type ITemplateDefineContext interface {
	antlr.ParserRuleContext

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

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

ITemplateDefineContext is an interface to support dynamic dispatch.

type ITemplateDefineItemContext

type ITemplateDefineItemContext interface {
	antlr.ParserRuleContext

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

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

ITemplateDefineItemContext is an interface to support dynamic dispatch.

type ITupleContext

type ITupleContext interface {
	antlr.ParserRuleContext

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

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

ITupleContext is an interface to support dynamic dispatch.

type ITupleExpressionContext

type ITupleExpressionContext interface {
	antlr.ParserRuleContext

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

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

ITupleExpressionContext is an interface to support dynamic dispatch.

type ITypeAliasStatementContext

type ITypeAliasStatementContext interface {
	antlr.ParserRuleContext

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

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

ITypeAliasStatementContext is an interface to support dynamic dispatch.

type ITypeAnyContext

type ITypeAnyContext interface {
	antlr.ParserRuleContext

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

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

ITypeAnyContext is an interface to support dynamic dispatch.

type ITypeArrayContext

type ITypeArrayContext interface {
	antlr.ParserRuleContext

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

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

ITypeArrayContext is an interface to support dynamic dispatch.

type ITypeBasicContext

type ITypeBasicContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t token.
	GetT() antlr.Token

	// SetT sets the t token.
	SetT(antlr.Token)

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

ITypeBasicContext is an interface to support dynamic dispatch.

type ITypeChannelContext

type ITypeChannelContext interface {
	antlr.ParserRuleContext

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

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

ITypeChannelContext is an interface to support dynamic dispatch.

type ITypeConversionContext

type ITypeConversionContext interface {
	antlr.ParserRuleContext

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

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

ITypeConversionContext is an interface to support dynamic dispatch.

type ITypeDictionaryContext

type ITypeDictionaryContext interface {
	antlr.ParserRuleContext

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

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

ITypeDictionaryContext is an interface to support dynamic dispatch.

type ITypeFunctionContext

type ITypeFunctionContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t token.
	GetT() antlr.Token

	// GetY returns the y token.
	GetY() antlr.Token

	// SetT sets the t token.
	SetT(antlr.Token)

	// SetY sets the y token.
	SetY(antlr.Token)

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

ITypeFunctionContext is an interface to support dynamic dispatch.

type ITypeFunctionParameterClauseContext

type ITypeFunctionParameterClauseContext interface {
	antlr.ParserRuleContext

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

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

ITypeFunctionParameterClauseContext is an interface to support dynamic dispatch.

type ITypeListContext

type ITypeListContext interface {
	antlr.ParserRuleContext

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

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

ITypeListContext is an interface to support dynamic dispatch.

type ITypeNotNullContext

type ITypeNotNullContext interface {
	antlr.ParserRuleContext

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

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

ITypeNotNullContext is an interface to support dynamic dispatch.

type ITypeNullableContext

type ITypeNullableContext interface {
	antlr.ParserRuleContext

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

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

ITypeNullableContext is an interface to support dynamic dispatch.

type ITypePackageContext

type ITypePackageContext interface {
	antlr.ParserRuleContext

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

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

ITypePackageContext is an interface to support dynamic dispatch.

type ITypeQueueContext

type ITypeQueueContext interface {
	antlr.ParserRuleContext

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

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

ITypeQueueContext is an interface to support dynamic dispatch.

type ITypeRedefineStatementContext

type ITypeRedefineStatementContext interface {
	antlr.ParserRuleContext

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

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

ITypeRedefineStatementContext is an interface to support dynamic dispatch.

type ITypeReferenceContext

type ITypeReferenceContext interface {
	antlr.ParserRuleContext

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

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

ITypeReferenceContext is an interface to support dynamic dispatch.

type ITypeSetContext

type ITypeSetContext interface {
	antlr.ParserRuleContext

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

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

ITypeSetContext is an interface to support dynamic dispatch.

type ITypeStackContext

type ITypeStackContext interface {
	antlr.ParserRuleContext

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

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

ITypeStackContext is an interface to support dynamic dispatch.

type ITypeTypeContext

type ITypeTypeContext interface {
	antlr.ParserRuleContext

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

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

ITypeTypeContext is an interface to support dynamic dispatch.

type IUsingStatementContext

type IUsingStatementContext interface {
	antlr.ParserRuleContext

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

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

IUsingStatementContext is an interface to support dynamic dispatch.

type IVariableDeclaredStatementContext

type IVariableDeclaredStatementContext interface {
	antlr.ParserRuleContext

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

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

IVariableDeclaredStatementContext is an interface to support dynamic dispatch.

type IVariableStatementContext

type IVariableStatementContext interface {
	antlr.ParserRuleContext

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

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

IVariableStatementContext is an interface to support dynamic dispatch.

type IWaveContext

type IWaveContext interface {
	antlr.ParserRuleContext

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

	// GetOp returns the op token.
	GetOp() antlr.Token

	// SetOp sets the op token.
	SetOp(antlr.Token)

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

IWaveContext is an interface to support dynamic dispatch.

type IYieldBreakStatementContext

type IYieldBreakStatementContext interface {
	antlr.ParserRuleContext

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

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

IYieldBreakStatementContext is an interface to support dynamic dispatch.

type IYieldReturnStatementContext

type IYieldReturnStatementContext interface {
	antlr.ParserRuleContext

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

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

IYieldReturnStatementContext is an interface to support dynamic dispatch.

type IdContext

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

func NewEmptyIdContext

func NewEmptyIdContext() *IdContext

func NewIdContext

func NewIdContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IdContext

func (*IdContext) Accept

func (s *IdContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*IdContext) GetParser

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

func (*IdContext) GetRuleContext

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

func (*IdContext) IdItem

func (s *IdContext) IdItem() IIdItemContext

func (*IdContext) IsIdContext

func (*IdContext) IsIdContext()

func (*IdContext) ToStringTree

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

type IdExprItemContext

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

func NewEmptyIdExprItemContext

func NewEmptyIdExprItemContext() *IdExprItemContext

func NewIdExprItemContext

func NewIdExprItemContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IdExprItemContext

func (*IdExprItemContext) Accept

func (s *IdExprItemContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*IdExprItemContext) Discard

func (s *IdExprItemContext) Discard() antlr.TerminalNode

func (*IdExprItemContext) GetParser

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

func (*IdExprItemContext) GetRuleContext

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

func (*IdExprItemContext) Id

func (s *IdExprItemContext) Id() IIdContext

func (*IdExprItemContext) IsIdExprItemContext

func (*IdExprItemContext) IsIdExprItemContext()

func (*IdExprItemContext) ToStringTree

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

type IdExpressionContext

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

func NewEmptyIdExpressionContext

func NewEmptyIdExpressionContext() *IdExpressionContext

func NewIdExpressionContext

func NewIdExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IdExpressionContext

func (*IdExpressionContext) Accept

func (s *IdExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*IdExpressionContext) AllIdExprItem

func (s *IdExpressionContext) AllIdExprItem() []IIdExprItemContext

func (*IdExpressionContext) AllMore

func (s *IdExpressionContext) AllMore() []IMoreContext

func (*IdExpressionContext) GetParser

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

func (*IdExpressionContext) GetRuleContext

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

func (*IdExpressionContext) IdExprItem

func (s *IdExpressionContext) IdExprItem(i int) IIdExprItemContext

func (*IdExpressionContext) IsIdExpressionContext

func (*IdExpressionContext) IsIdExpressionContext()

func (*IdExpressionContext) More

func (*IdExpressionContext) ToStringTree

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

type IdItemContext

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

func NewEmptyIdItemContext

func NewEmptyIdItemContext() *IdItemContext

func NewIdItemContext

func NewIdItemContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IdItemContext

func (*IdItemContext) Accept

func (s *IdItemContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*IdItemContext) GetOp

func (s *IdItemContext) GetOp() antlr.Token

func (*IdItemContext) GetParser

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

func (*IdItemContext) GetRuleContext

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

func (*IdItemContext) IDPrivate

func (s *IdItemContext) IDPrivate() antlr.TerminalNode

func (*IdItemContext) IDPublic

func (s *IdItemContext) IDPublic() antlr.TerminalNode

func (*IdItemContext) IsIdItemContext

func (*IdItemContext) IsIdItemContext()

func (*IdItemContext) SetOp

func (s *IdItemContext) SetOp(v antlr.Token)

func (*IdItemContext) ToStringTree

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

func (*IdItemContext) TypeAny

func (s *IdItemContext) TypeAny() ITypeAnyContext

func (*IdItemContext) TypeBasic

func (s *IdItemContext) TypeBasic() ITypeBasicContext

type ImplementFunctionStatementContext

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

func NewEmptyImplementFunctionStatementContext

func NewEmptyImplementFunctionStatementContext() *ImplementFunctionStatementContext

func NewImplementFunctionStatementContext

func NewImplementFunctionStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ImplementFunctionStatementContext

func (*ImplementFunctionStatementContext) Accept

func (s *ImplementFunctionStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ImplementFunctionStatementContext) AllFunctionSupportStatement

func (s *ImplementFunctionStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*ImplementFunctionStatementContext) AllNew_Line

func (*ImplementFunctionStatementContext) AnnotationSupport

func (*ImplementFunctionStatementContext) At

func (*ImplementFunctionStatementContext) Colon

func (*ImplementFunctionStatementContext) Discard

func (*ImplementFunctionStatementContext) End

func (*ImplementFunctionStatementContext) FunctionSupportStatement

func (*ImplementFunctionStatementContext) GetParser

func (*ImplementFunctionStatementContext) GetRuleContext

func (*ImplementFunctionStatementContext) GetT

func (*ImplementFunctionStatementContext) GetY

func (*ImplementFunctionStatementContext) Id

func (*ImplementFunctionStatementContext) IsImplementFunctionStatementContext

func (*ImplementFunctionStatementContext) IsImplementFunctionStatementContext()

func (*ImplementFunctionStatementContext) Left_brace

func (*ImplementFunctionStatementContext) Left_paren

func (*ImplementFunctionStatementContext) New_Line

func (*ImplementFunctionStatementContext) ParameterClauseIn

func (*ImplementFunctionStatementContext) ParameterClauseOut

func (*ImplementFunctionStatementContext) Right_Arrow

func (*ImplementFunctionStatementContext) Right_Flow

func (*ImplementFunctionStatementContext) Right_brace

func (*ImplementFunctionStatementContext) Right_paren

func (*ImplementFunctionStatementContext) SetT

func (*ImplementFunctionStatementContext) SetY

func (*ImplementFunctionStatementContext) TemplateDefine

func (*ImplementFunctionStatementContext) ToStringTree

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

type ImplementStatementContext

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

func NewEmptyImplementStatementContext

func NewEmptyImplementStatementContext() *ImplementStatementContext

func NewImplementStatementContext

func NewImplementStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ImplementStatementContext

func (*ImplementStatementContext) Accept

func (s *ImplementStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ImplementStatementContext) Add_Equal

func (*ImplementStatementContext) AllCent

func (*ImplementStatementContext) AllPackageFieldStatement

func (s *ImplementStatementContext) AllPackageFieldStatement() []IPackageFieldStatementContext

func (*ImplementStatementContext) AllPackageImplementStatement

func (s *ImplementStatementContext) AllPackageImplementStatement() []IPackageImplementStatementContext

func (*ImplementStatementContext) AllPackageNewStatement

func (s *ImplementStatementContext) AllPackageNewStatement() []IPackageNewStatementContext

func (*ImplementStatementContext) Cent

func (*ImplementStatementContext) End

func (*ImplementStatementContext) GetParser

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

func (*ImplementStatementContext) GetRuleContext

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

func (*ImplementStatementContext) Id

func (*ImplementStatementContext) IsImplementStatementContext

func (*ImplementStatementContext) IsImplementStatementContext()

func (*ImplementStatementContext) PackageFieldStatement

func (s *ImplementStatementContext) PackageFieldStatement(i int) IPackageFieldStatementContext

func (*ImplementStatementContext) PackageImplementStatement

func (s *ImplementStatementContext) PackageImplementStatement(i int) IPackageImplementStatementContext

func (*ImplementStatementContext) PackageNewStatement

func (s *ImplementStatementContext) PackageNewStatement(i int) IPackageNewStatementContext

func (*ImplementStatementContext) TemplateDefine

func (*ImplementStatementContext) ToStringTree

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

type ImplementSupportStatementContext

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

func NewEmptyImplementSupportStatementContext

func NewEmptyImplementSupportStatementContext() *ImplementSupportStatementContext

func NewImplementSupportStatementContext

func NewImplementSupportStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ImplementSupportStatementContext

func (*ImplementSupportStatementContext) Accept

func (s *ImplementSupportStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ImplementSupportStatementContext) GetParser

func (*ImplementSupportStatementContext) GetRuleContext

func (*ImplementSupportStatementContext) ImplementFunctionStatement

func (*ImplementSupportStatementContext) ImplementVariableStatement

func (*ImplementSupportStatementContext) IsImplementSupportStatementContext

func (*ImplementSupportStatementContext) IsImplementSupportStatementContext()

func (*ImplementSupportStatementContext) New_Line

func (*ImplementSupportStatementContext) OverrideFunctionStatement

func (*ImplementSupportStatementContext) OverrideVariableStatement

func (*ImplementSupportStatementContext) ToStringTree

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

type ImplementVariableStatementContext

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

func NewEmptyImplementVariableStatementContext

func NewEmptyImplementVariableStatementContext() *ImplementVariableStatementContext

func NewImplementVariableStatementContext

func NewImplementVariableStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ImplementVariableStatementContext

func (*ImplementVariableStatementContext) Accept

func (s *ImplementVariableStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ImplementVariableStatementContext) AnnotationSupport

func (*ImplementVariableStatementContext) End

func (*ImplementVariableStatementContext) Equal

func (*ImplementVariableStatementContext) Expression

func (*ImplementVariableStatementContext) GetParser

func (*ImplementVariableStatementContext) GetRuleContext

func (*ImplementVariableStatementContext) Id

func (*ImplementVariableStatementContext) IsImplementVariableStatementContext

func (*ImplementVariableStatementContext) IsImplementVariableStatementContext()

func (*ImplementVariableStatementContext) ToStringTree

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

func (*ImplementVariableStatementContext) TypeType

type ImportStatementContext

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

func NewEmptyImportStatementContext

func NewEmptyImportStatementContext() *ImportStatementContext

func NewImportStatementContext

func NewImportStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ImportStatementContext

func (*ImportStatementContext) Accept

func (s *ImportStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ImportStatementContext) AnnotationSupport

func (s *ImportStatementContext) AnnotationSupport() IAnnotationSupportContext

func (*ImportStatementContext) Call

func (*ImportStatementContext) End

func (*ImportStatementContext) GetParser

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

func (*ImportStatementContext) GetRuleContext

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

func (*ImportStatementContext) Id

func (*ImportStatementContext) IsImportStatementContext

func (*ImportStatementContext) IsImportStatementContext()

func (*ImportStatementContext) Left_Arrow

func (s *ImportStatementContext) Left_Arrow() antlr.TerminalNode

func (*ImportStatementContext) TextLiteral

func (s *ImportStatementContext) TextLiteral() antlr.TerminalNode

func (*ImportStatementContext) ToStringTree

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

type IncludeStatementContext

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

func NewEmptyIncludeStatementContext

func NewEmptyIncludeStatementContext() *IncludeStatementContext

func NewIncludeStatementContext

func NewIncludeStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IncludeStatementContext

func (*IncludeStatementContext) Accept

func (s *IncludeStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*IncludeStatementContext) Cent

func (*IncludeStatementContext) End

func (*IncludeStatementContext) GetParser

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

func (*IncludeStatementContext) GetRuleContext

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

func (*IncludeStatementContext) IsIncludeStatementContext

func (*IncludeStatementContext) IsIncludeStatementContext()

func (*IncludeStatementContext) ToStringTree

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

func (*IncludeStatementContext) TypeType

type IntegerExprContext

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

func NewEmptyIntegerExprContext

func NewEmptyIntegerExprContext() *IntegerExprContext

func NewIntegerExprContext

func NewIntegerExprContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IntegerExprContext

func (*IntegerExprContext) Accept

func (s *IntegerExprContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*IntegerExprContext) GetParser

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

func (*IntegerExprContext) GetRuleContext

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

func (*IntegerExprContext) IsIntegerExprContext

func (*IntegerExprContext) IsIntegerExprContext()

func (*IntegerExprContext) NumberLiteral

func (s *IntegerExprContext) NumberLiteral() antlr.TerminalNode

func (*IntegerExprContext) ToStringTree

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

type IteratorStatementContext

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

func NewEmptyIteratorStatementContext

func NewEmptyIteratorStatementContext() *IteratorStatementContext

func NewIteratorStatementContext

func NewIteratorStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IteratorStatementContext

func (*IteratorStatementContext) Accept

func (s *IteratorStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*IteratorStatementContext) Add_Add

func (*IteratorStatementContext) AllExpression

func (s *IteratorStatementContext) AllExpression() []IExpressionContext

func (*IteratorStatementContext) Expression

func (*IteratorStatementContext) GetOp

func (*IteratorStatementContext) GetParser

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

func (*IteratorStatementContext) GetRuleContext

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

func (*IteratorStatementContext) IsIteratorStatementContext

func (*IteratorStatementContext) IsIteratorStatementContext()

func (*IteratorStatementContext) SetOp

func (s *IteratorStatementContext) SetOp(v antlr.Token)

func (*IteratorStatementContext) Sub_Sub

func (*IteratorStatementContext) ToStringTree

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

func (*IteratorStatementContext) Xor

type JudgeCaseExpressionContext

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

func NewEmptyJudgeCaseExpressionContext

func NewEmptyJudgeCaseExpressionContext() *JudgeCaseExpressionContext

func NewJudgeCaseExpressionContext

func NewJudgeCaseExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *JudgeCaseExpressionContext

func (*JudgeCaseExpressionContext) Accept

func (s *JudgeCaseExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*JudgeCaseExpressionContext) AllCaseExpressionStatement

func (s *JudgeCaseExpressionContext) AllCaseExpressionStatement() []ICaseExpressionStatementContext

func (*JudgeCaseExpressionContext) CaseExpressionStatement

func (s *JudgeCaseExpressionContext) CaseExpressionStatement(i int) ICaseExpressionStatementContext

func (*JudgeCaseExpressionContext) GetParser

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

func (*JudgeCaseExpressionContext) GetRuleContext

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

func (*JudgeCaseExpressionContext) IsJudgeCaseExpressionContext

func (*JudgeCaseExpressionContext) IsJudgeCaseExpressionContext()

func (*JudgeCaseExpressionContext) Question

func (*JudgeCaseExpressionContext) Right_Arrow

func (*JudgeCaseExpressionContext) ToStringTree

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

type JudgeCaseStatementContext

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

func NewEmptyJudgeCaseStatementContext

func NewEmptyJudgeCaseStatementContext() *JudgeCaseStatementContext

func NewJudgeCaseStatementContext

func NewJudgeCaseStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *JudgeCaseStatementContext

func (*JudgeCaseStatementContext) Accept

func (s *JudgeCaseStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*JudgeCaseStatementContext) AllCaseStatement

func (s *JudgeCaseStatementContext) AllCaseStatement() []ICaseStatementContext

func (*JudgeCaseStatementContext) CaseStatement

func (*JudgeCaseStatementContext) End

func (*JudgeCaseStatementContext) Expression

func (*JudgeCaseStatementContext) GetParser

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

func (*JudgeCaseStatementContext) GetRuleContext

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

func (*JudgeCaseStatementContext) IsJudgeCaseStatementContext

func (*JudgeCaseStatementContext) IsJudgeCaseStatementContext()

func (*JudgeCaseStatementContext) Question

func (*JudgeCaseStatementContext) ToStringTree

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

type JudgeCombineContext

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

func NewEmptyJudgeCombineContext

func NewEmptyJudgeCombineContext() *JudgeCombineContext

func NewJudgeCombineContext

func NewJudgeCombineContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *JudgeCombineContext

func (*JudgeCombineContext) Accept

func (s *JudgeCombineContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*JudgeCombineContext) Combine_Equal

func (s *JudgeCombineContext) Combine_Equal() antlr.TerminalNode

func (*JudgeCombineContext) GetParser

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

func (*JudgeCombineContext) GetRuleContext

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

func (*JudgeCombineContext) IsJudgeCombineContext

func (*JudgeCombineContext) IsJudgeCombineContext()

func (*JudgeCombineContext) ToStringTree

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

type JudgeContext

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

func NewEmptyJudgeContext

func NewEmptyJudgeContext() *JudgeContext

func NewJudgeContext

func NewJudgeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *JudgeContext

func (*JudgeContext) Accept

func (s *JudgeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*JudgeContext) And

func (s *JudgeContext) And() antlr.TerminalNode

func (*JudgeContext) Equal_Equal

func (s *JudgeContext) Equal_Equal() antlr.TerminalNode

func (*JudgeContext) GetOp

func (s *JudgeContext) GetOp() antlr.Token

func (*JudgeContext) GetParser

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

func (*JudgeContext) GetRuleContext

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

func (*JudgeContext) Greater

func (s *JudgeContext) Greater() antlr.TerminalNode

func (*JudgeContext) Greater_Equal

func (s *JudgeContext) Greater_Equal() antlr.TerminalNode

func (*JudgeContext) IsJudgeContext

func (*JudgeContext) IsJudgeContext()

func (*JudgeContext) Less

func (s *JudgeContext) Less() antlr.TerminalNode

func (*JudgeContext) Less_Equal

func (s *JudgeContext) Less_Equal() antlr.TerminalNode

func (*JudgeContext) New_Line

func (s *JudgeContext) New_Line() antlr.TerminalNode

func (*JudgeContext) Not_Equal

func (s *JudgeContext) Not_Equal() antlr.TerminalNode

func (*JudgeContext) Or

func (*JudgeContext) SetOp

func (s *JudgeContext) SetOp(v antlr.Token)

func (*JudgeContext) ToStringTree

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

type JudgeElseIfStatementContext

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

func NewEmptyJudgeElseIfStatementContext

func NewEmptyJudgeElseIfStatementContext() *JudgeElseIfStatementContext

func NewJudgeElseIfStatementContext

func NewJudgeElseIfStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *JudgeElseIfStatementContext

func (*JudgeElseIfStatementContext) Accept

func (s *JudgeElseIfStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*JudgeElseIfStatementContext) AllFunctionSupportStatement

func (s *JudgeElseIfStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*JudgeElseIfStatementContext) Expression

func (*JudgeElseIfStatementContext) FunctionSupportStatement

func (s *JudgeElseIfStatementContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*JudgeElseIfStatementContext) GetParser

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

func (*JudgeElseIfStatementContext) GetRuleContext

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

func (*JudgeElseIfStatementContext) IsJudgeElseIfStatementContext

func (*JudgeElseIfStatementContext) IsJudgeElseIfStatementContext()

func (*JudgeElseIfStatementContext) Left_brace

func (*JudgeElseIfStatementContext) Right_brace

func (*JudgeElseIfStatementContext) ToStringTree

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

type JudgeElseStatementContext

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

func NewEmptyJudgeElseStatementContext

func NewEmptyJudgeElseStatementContext() *JudgeElseStatementContext

func NewJudgeElseStatementContext

func NewJudgeElseStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *JudgeElseStatementContext

func (*JudgeElseStatementContext) Accept

func (s *JudgeElseStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*JudgeElseStatementContext) AllFunctionSupportStatement

func (s *JudgeElseStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*JudgeElseStatementContext) Discard

func (*JudgeElseStatementContext) FunctionSupportStatement

func (s *JudgeElseStatementContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*JudgeElseStatementContext) GetParser

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

func (*JudgeElseStatementContext) GetRuleContext

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

func (*JudgeElseStatementContext) IsJudgeElseStatementContext

func (*JudgeElseStatementContext) IsJudgeElseStatementContext()

func (*JudgeElseStatementContext) Left_brace

func (*JudgeElseStatementContext) Right_brace

func (*JudgeElseStatementContext) ToStringTree

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

type JudgeExpressionContext

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

func NewEmptyJudgeExpressionContext

func NewEmptyJudgeExpressionContext() *JudgeExpressionContext

func NewJudgeExpressionContext

func NewJudgeExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *JudgeExpressionContext

func (*JudgeExpressionContext) Accept

func (s *JudgeExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*JudgeExpressionContext) AllJudgeExpressionElseIfStatement

func (s *JudgeExpressionContext) AllJudgeExpressionElseIfStatement() []IJudgeExpressionElseIfStatementContext

func (*JudgeExpressionContext) GetParser

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

func (*JudgeExpressionContext) GetRuleContext

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

func (*JudgeExpressionContext) IsJudgeExpressionContext

func (*JudgeExpressionContext) IsJudgeExpressionContext()

func (*JudgeExpressionContext) JudgeExpressionElseIfStatement

func (s *JudgeExpressionContext) JudgeExpressionElseIfStatement(i int) IJudgeExpressionElseIfStatementContext

func (*JudgeExpressionContext) JudgeExpressionElseStatement

func (s *JudgeExpressionContext) JudgeExpressionElseStatement() IJudgeExpressionElseStatementContext

func (*JudgeExpressionContext) JudgeExpressionIfStatement

func (s *JudgeExpressionContext) JudgeExpressionIfStatement() IJudgeExpressionIfStatementContext

func (*JudgeExpressionContext) ToStringTree

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

type JudgeExpressionElseIfStatementContext

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

func NewEmptyJudgeExpressionElseIfStatementContext

func NewEmptyJudgeExpressionElseIfStatementContext() *JudgeExpressionElseIfStatementContext

func NewJudgeExpressionElseIfStatementContext

func NewJudgeExpressionElseIfStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *JudgeExpressionElseIfStatementContext

func (*JudgeExpressionElseIfStatementContext) Accept

func (s *JudgeExpressionElseIfStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*JudgeExpressionElseIfStatementContext) AllFunctionSupportStatement

func (*JudgeExpressionElseIfStatementContext) Expression

func (*JudgeExpressionElseIfStatementContext) FunctionSupportStatement

func (*JudgeExpressionElseIfStatementContext) GetParser

func (*JudgeExpressionElseIfStatementContext) GetRuleContext

func (*JudgeExpressionElseIfStatementContext) IsJudgeExpressionElseIfStatementContext

func (*JudgeExpressionElseIfStatementContext) IsJudgeExpressionElseIfStatementContext()

func (*JudgeExpressionElseIfStatementContext) Left_brace

func (*JudgeExpressionElseIfStatementContext) Right_brace

func (*JudgeExpressionElseIfStatementContext) ToStringTree

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

func (*JudgeExpressionElseIfStatementContext) TupleExpression

type JudgeExpressionElseStatementContext

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

func NewEmptyJudgeExpressionElseStatementContext

func NewEmptyJudgeExpressionElseStatementContext() *JudgeExpressionElseStatementContext

func NewJudgeExpressionElseStatementContext

func NewJudgeExpressionElseStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *JudgeExpressionElseStatementContext

func (*JudgeExpressionElseStatementContext) Accept

func (s *JudgeExpressionElseStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*JudgeExpressionElseStatementContext) AllFunctionSupportStatement

func (s *JudgeExpressionElseStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*JudgeExpressionElseStatementContext) Discard

func (*JudgeExpressionElseStatementContext) FunctionSupportStatement

func (*JudgeExpressionElseStatementContext) GetParser

func (*JudgeExpressionElseStatementContext) GetRuleContext

func (*JudgeExpressionElseStatementContext) IsJudgeExpressionElseStatementContext

func (*JudgeExpressionElseStatementContext) IsJudgeExpressionElseStatementContext()

func (*JudgeExpressionElseStatementContext) Left_brace

func (*JudgeExpressionElseStatementContext) Right_brace

func (*JudgeExpressionElseStatementContext) ToStringTree

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

func (*JudgeExpressionElseStatementContext) TupleExpression

type JudgeExpressionIfStatementContext

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

func NewEmptyJudgeExpressionIfStatementContext

func NewEmptyJudgeExpressionIfStatementContext() *JudgeExpressionIfStatementContext

func NewJudgeExpressionIfStatementContext

func NewJudgeExpressionIfStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *JudgeExpressionIfStatementContext

func (*JudgeExpressionIfStatementContext) Accept

func (s *JudgeExpressionIfStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*JudgeExpressionIfStatementContext) AllFunctionSupportStatement

func (s *JudgeExpressionIfStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*JudgeExpressionIfStatementContext) Expression

func (*JudgeExpressionIfStatementContext) FunctionSupportStatement

func (*JudgeExpressionIfStatementContext) GetParser

func (*JudgeExpressionIfStatementContext) GetRuleContext

func (*JudgeExpressionIfStatementContext) IsJudgeExpressionIfStatementContext

func (*JudgeExpressionIfStatementContext) IsJudgeExpressionIfStatementContext()

func (*JudgeExpressionIfStatementContext) Left_brace

func (*JudgeExpressionIfStatementContext) Question

func (*JudgeExpressionIfStatementContext) Right_Arrow

func (*JudgeExpressionIfStatementContext) Right_brace

func (*JudgeExpressionIfStatementContext) ToStringTree

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

func (*JudgeExpressionIfStatementContext) TupleExpression

type JudgeIfStatementContext

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

func NewEmptyJudgeIfStatementContext

func NewEmptyJudgeIfStatementContext() *JudgeIfStatementContext

func NewJudgeIfStatementContext

func NewJudgeIfStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *JudgeIfStatementContext

func (*JudgeIfStatementContext) Accept

func (s *JudgeIfStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*JudgeIfStatementContext) AllFunctionSupportStatement

func (s *JudgeIfStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*JudgeIfStatementContext) Expression

func (*JudgeIfStatementContext) FunctionSupportStatement

func (s *JudgeIfStatementContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*JudgeIfStatementContext) GetParser

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

func (*JudgeIfStatementContext) GetRuleContext

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

func (*JudgeIfStatementContext) IsJudgeIfStatementContext

func (*JudgeIfStatementContext) IsJudgeIfStatementContext()

func (*JudgeIfStatementContext) Left_brace

func (*JudgeIfStatementContext) Question

func (*JudgeIfStatementContext) Right_brace

func (*JudgeIfStatementContext) ToStringTree

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

type JudgeStatementContext

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

func NewEmptyJudgeStatementContext

func NewEmptyJudgeStatementContext() *JudgeStatementContext

func NewJudgeStatementContext

func NewJudgeStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *JudgeStatementContext

func (*JudgeStatementContext) Accept

func (s *JudgeStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*JudgeStatementContext) AllJudgeElseIfStatement

func (s *JudgeStatementContext) AllJudgeElseIfStatement() []IJudgeElseIfStatementContext

func (*JudgeStatementContext) End

func (*JudgeStatementContext) GetParser

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

func (*JudgeStatementContext) GetRuleContext

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

func (*JudgeStatementContext) IsJudgeStatementContext

func (*JudgeStatementContext) IsJudgeStatementContext()

func (*JudgeStatementContext) JudgeElseIfStatement

func (s *JudgeStatementContext) JudgeElseIfStatement(i int) IJudgeElseIfStatementContext

func (*JudgeStatementContext) JudgeElseStatement

func (s *JudgeStatementContext) JudgeElseStatement() IJudgeElseStatementContext

func (*JudgeStatementContext) JudgeIfStatement

func (s *JudgeStatementContext) JudgeIfStatement() IJudgeIfStatementContext

func (*JudgeStatementContext) ToStringTree

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

type LambdaContext

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

func NewEmptyLambdaContext

func NewEmptyLambdaContext() *LambdaContext

func NewLambdaContext

func NewLambdaContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LambdaContext

func (*LambdaContext) Accept

func (s *LambdaContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*LambdaContext) AllFunctionSupportStatement

func (s *LambdaContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*LambdaContext) AllNew_Line

func (s *LambdaContext) AllNew_Line() []antlr.TerminalNode

func (*LambdaContext) FunctionSupportStatement

func (s *LambdaContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*LambdaContext) GetParser

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

func (*LambdaContext) GetRuleContext

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

func (*LambdaContext) GetT

func (s *LambdaContext) GetT() antlr.Token

func (*LambdaContext) IsLambdaContext

func (*LambdaContext) IsLambdaContext()

func (*LambdaContext) LambdaIn

func (s *LambdaContext) LambdaIn() ILambdaInContext

func (*LambdaContext) Left_brace

func (s *LambdaContext) Left_brace() ILeft_braceContext

func (*LambdaContext) New_Line

func (s *LambdaContext) New_Line(i int) antlr.TerminalNode

func (*LambdaContext) Right_Arrow

func (s *LambdaContext) Right_Arrow() antlr.TerminalNode

func (*LambdaContext) Right_Flow

func (s *LambdaContext) Right_Flow() antlr.TerminalNode

func (*LambdaContext) Right_brace

func (s *LambdaContext) Right_brace() IRight_braceContext

func (*LambdaContext) SetT

func (s *LambdaContext) SetT(v antlr.Token)

func (*LambdaContext) ToStringTree

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

func (*LambdaContext) TupleExpression

func (s *LambdaContext) TupleExpression() ITupleExpressionContext

type LambdaInContext

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

func NewEmptyLambdaInContext

func NewEmptyLambdaInContext() *LambdaInContext

func NewLambdaInContext

func NewLambdaInContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LambdaInContext

func (*LambdaInContext) Accept

func (s *LambdaInContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*LambdaInContext) AllId

func (s *LambdaInContext) AllId() []IIdContext

func (*LambdaInContext) AllMore

func (s *LambdaInContext) AllMore() []IMoreContext

func (*LambdaInContext) GetParser

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

func (*LambdaInContext) GetRuleContext

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

func (*LambdaInContext) Id

func (s *LambdaInContext) Id(i int) IIdContext

func (*LambdaInContext) IsLambdaInContext

func (*LambdaInContext) IsLambdaInContext()

func (*LambdaInContext) More

func (s *LambdaInContext) More(i int) IMoreContext

func (*LambdaInContext) ToStringTree

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

type Left_braceContext

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

func NewEmptyLeft_braceContext

func NewEmptyLeft_braceContext() *Left_braceContext

func NewLeft_braceContext

func NewLeft_braceContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Left_braceContext

func (*Left_braceContext) Accept

func (s *Left_braceContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*Left_braceContext) AllNew_Line

func (s *Left_braceContext) AllNew_Line() []antlr.TerminalNode

func (*Left_braceContext) GetParser

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

func (*Left_braceContext) GetRuleContext

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

func (*Left_braceContext) IsLeft_braceContext

func (*Left_braceContext) IsLeft_braceContext()

func (*Left_braceContext) Left_Brace

func (s *Left_braceContext) Left_Brace() antlr.TerminalNode

func (*Left_braceContext) New_Line

func (s *Left_braceContext) New_Line(i int) antlr.TerminalNode

func (*Left_braceContext) ToStringTree

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

type Left_brackContext

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

func NewEmptyLeft_brackContext

func NewEmptyLeft_brackContext() *Left_brackContext

func NewLeft_brackContext

func NewLeft_brackContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Left_brackContext

func (*Left_brackContext) Accept

func (s *Left_brackContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*Left_brackContext) AllNew_Line

func (s *Left_brackContext) AllNew_Line() []antlr.TerminalNode

func (*Left_brackContext) GetParser

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

func (*Left_brackContext) GetRuleContext

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

func (*Left_brackContext) IsLeft_brackContext

func (*Left_brackContext) IsLeft_brackContext()

func (*Left_brackContext) Left_Brack

func (s *Left_brackContext) Left_Brack() antlr.TerminalNode

func (*Left_brackContext) New_Line

func (s *Left_brackContext) New_Line(i int) antlr.TerminalNode

func (*Left_brackContext) ToStringTree

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

type Left_parenContext

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

func NewEmptyLeft_parenContext

func NewEmptyLeft_parenContext() *Left_parenContext

func NewLeft_parenContext

func NewLeft_parenContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Left_parenContext

func (*Left_parenContext) Accept

func (s *Left_parenContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*Left_parenContext) GetParser

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

func (*Left_parenContext) GetRuleContext

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

func (*Left_parenContext) IsLeft_parenContext

func (*Left_parenContext) IsLeft_parenContext()

func (*Left_parenContext) Left_Paren

func (s *Left_parenContext) Left_Paren() antlr.TerminalNode

func (*Left_parenContext) ToStringTree

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

type LinqContext

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

func NewEmptyLinqContext

func NewEmptyLinqContext() *LinqContext

func NewLinqContext

func NewLinqContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LinqContext

func (*LinqContext) Accept

func (s *LinqContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*LinqContext) AllLinqItem

func (s *LinqContext) AllLinqItem() []ILinqItemContext

func (*LinqContext) AllNew_Line

func (s *LinqContext) AllNew_Line() []antlr.TerminalNode

func (*LinqContext) Expression

func (s *LinqContext) Expression() IExpressionContext

func (*LinqContext) GetParser

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

func (*LinqContext) GetRuleContext

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

func (*LinqContext) Id

func (s *LinqContext) Id() IIdContext

func (*LinqContext) IsLinqContext

func (*LinqContext) IsLinqContext()

func (*LinqContext) LinqHeadItem

func (s *LinqContext) LinqHeadItem() ILinqHeadItemContext

func (*LinqContext) LinqItem

func (s *LinqContext) LinqItem(i int) ILinqItemContext

func (*LinqContext) New_Line

func (s *LinqContext) New_Line(i int) antlr.TerminalNode

func (*LinqContext) Right_Arrow

func (s *LinqContext) Right_Arrow() antlr.TerminalNode

func (*LinqContext) ToStringTree

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

type LinqHeadItemContext

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

func NewEmptyLinqHeadItemContext

func NewEmptyLinqHeadItemContext() *LinqHeadItemContext

func NewLinqHeadItemContext

func NewLinqHeadItemContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LinqHeadItemContext

func (*LinqHeadItemContext) Accept

func (s *LinqHeadItemContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*LinqHeadItemContext) At

func (*LinqHeadItemContext) Expression

func (s *LinqHeadItemContext) Expression() IExpressionContext

func (*LinqHeadItemContext) GetParser

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

func (*LinqHeadItemContext) GetRuleContext

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

func (*LinqHeadItemContext) Id

func (*LinqHeadItemContext) IsLinqHeadItemContext

func (*LinqHeadItemContext) IsLinqHeadItemContext()

func (*LinqHeadItemContext) ToStringTree

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

type LinqItemContext

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

func NewEmptyLinqItemContext

func NewEmptyLinqItemContext() *LinqItemContext

func NewLinqItemContext

func NewLinqItemContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LinqItemContext

func (*LinqItemContext) Accept

func (s *LinqItemContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*LinqItemContext) Expression

func (s *LinqItemContext) Expression() IExpressionContext

func (*LinqItemContext) GetParser

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

func (*LinqItemContext) GetRuleContext

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

func (*LinqItemContext) Id

func (s *LinqItemContext) Id() IIdContext

func (*LinqItemContext) IsLinqItemContext

func (*LinqItemContext) IsLinqItemContext()

func (*LinqItemContext) LinqHeadItem

func (s *LinqItemContext) LinqHeadItem() ILinqHeadItemContext

func (*LinqItemContext) New_Line

func (s *LinqItemContext) New_Line() antlr.TerminalNode

func (*LinqItemContext) Right_Arrow

func (s *LinqItemContext) Right_Arrow() antlr.TerminalNode

func (*LinqItemContext) ToStringTree

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

type ListAssignContext

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

func NewEmptyListAssignContext

func NewEmptyListAssignContext() *ListAssignContext

func NewListAssignContext

func NewListAssignContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ListAssignContext

func (*ListAssignContext) Accept

func (s *ListAssignContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ListAssignContext) AllEnd

func (s *ListAssignContext) AllEnd() []IEndContext

func (*ListAssignContext) AllExpression

func (s *ListAssignContext) AllExpression() []IExpressionContext

func (*ListAssignContext) End

func (s *ListAssignContext) End(i int) IEndContext

func (*ListAssignContext) Expression

func (s *ListAssignContext) Expression(i int) IExpressionContext

func (*ListAssignContext) GetParser

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

func (*ListAssignContext) GetRuleContext

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

func (*ListAssignContext) IsListAssignContext

func (*ListAssignContext) IsListAssignContext()

func (*ListAssignContext) ToStringTree

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

type ListContext

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

func NewEmptyListContext

func NewEmptyListContext() *ListContext

func NewListContext

func NewListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ListContext

func (*ListContext) Accept

func (s *ListContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ListContext) AllEnd

func (s *ListContext) AllEnd() []IEndContext

func (*ListContext) AllExpression

func (s *ListContext) AllExpression() []IExpressionContext

func (*ListContext) End

func (s *ListContext) End(i int) IEndContext

func (*ListContext) Expression

func (s *ListContext) Expression(i int) IExpressionContext

func (*ListContext) GetParser

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

func (*ListContext) GetRuleContext

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

func (*ListContext) IsListContext

func (*ListContext) IsListContext()

func (*ListContext) Left_brace

func (s *ListContext) Left_brace() ILeft_braceContext

func (*ListContext) Right_brace

func (s *ListContext) Right_brace() IRight_braceContext

func (*ListContext) ToStringTree

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

type LiteLexer

type LiteLexer struct {
	*antlr.BaseLexer
	// contains filtered or unexported fields
}

func NewLiteLexer

func NewLiteLexer(input antlr.CharStream) *LiteLexer

type LiteParser

type LiteParser struct {
	*antlr.BaseParser
}

func NewLiteParser

func NewLiteParser(input antlr.TokenStream) *LiteParser

func (*LiteParser) Add

func (p *LiteParser) Add() (localctx IAddContext)

func (*LiteParser) Annotation

func (p *LiteParser) Annotation() (localctx IAnnotationContext)

func (*LiteParser) AnnotationItem

func (p *LiteParser) AnnotationItem() (localctx IAnnotationItemContext)

func (*LiteParser) AnnotationList

func (p *LiteParser) AnnotationList() (localctx IAnnotationListContext)

func (*LiteParser) AnnotationSupport

func (p *LiteParser) AnnotationSupport() (localctx IAnnotationSupportContext)

func (*LiteParser) Assign

func (p *LiteParser) Assign() (localctx IAssignContext)

func (*LiteParser) AssignStatement

func (p *LiteParser) AssignStatement() (localctx IAssignStatementContext)

func (*LiteParser) Bitwise

func (p *LiteParser) Bitwise() (localctx IBitwiseContext)

func (*LiteParser) BitwiseAnd

func (p *LiteParser) BitwiseAnd() (localctx IBitwiseAndContext)

func (*LiteParser) BitwiseLeftShift

func (p *LiteParser) BitwiseLeftShift() (localctx IBitwiseLeftShiftContext)

func (*LiteParser) BitwiseNot

func (p *LiteParser) BitwiseNot() (localctx IBitwiseNotContext)

func (*LiteParser) BitwiseNotExpression

func (p *LiteParser) BitwiseNotExpression() (localctx IBitwiseNotExpressionContext)

func (*LiteParser) BitwiseOr

func (p *LiteParser) BitwiseOr() (localctx IBitwiseOrContext)

func (*LiteParser) BitwiseRightShift

func (p *LiteParser) BitwiseRightShift() (localctx IBitwiseRightShiftContext)

func (*LiteParser) BitwiseXor

func (p *LiteParser) BitwiseXor() (localctx IBitwiseXorContext)

func (*LiteParser) BoolExpr

func (p *LiteParser) BoolExpr() (localctx IBoolExprContext)

func (*LiteParser) Call

func (p *LiteParser) Call() (localctx ICallContext)

func (*LiteParser) CallAsync

func (p *LiteParser) CallAsync() (localctx ICallAsyncContext)

func (*LiteParser) CallAwait

func (p *LiteParser) CallAwait() (localctx ICallAwaitContext)

func (*LiteParser) CallChannel

func (p *LiteParser) CallChannel() (localctx ICallChannelContext)

func (*LiteParser) CallElement

func (p *LiteParser) CallElement() (localctx ICallElementContext)

func (*LiteParser) CallExpression

func (p *LiteParser) CallExpression() (localctx ICallExpressionContext)

func (*LiteParser) CallFunc

func (p *LiteParser) CallFunc() (localctx ICallFuncContext)

func (*LiteParser) CallNew

func (p *LiteParser) CallNew() (localctx ICallNewContext)

func (*LiteParser) CallPkg

func (p *LiteParser) CallPkg() (localctx ICallPkgContext)

func (*LiteParser) CaseExprStatement

func (p *LiteParser) CaseExprStatement() (localctx ICaseExprStatementContext)

func (*LiteParser) CaseExpressionStatement

func (p *LiteParser) CaseExpressionStatement() (localctx ICaseExpressionStatementContext)

func (*LiteParser) CaseStatement

func (p *LiteParser) CaseStatement() (localctx ICaseStatementContext)

func (*LiteParser) ChannelAssignStatement

func (p *LiteParser) ChannelAssignStatement() (localctx IChannelAssignStatementContext)

func (*LiteParser) CheckErrorExpression

func (p *LiteParser) CheckErrorExpression() (localctx ICheckErrorExpressionContext)

func (*LiteParser) CheckErrorStatement

func (p *LiteParser) CheckErrorStatement() (localctx ICheckErrorStatementContext)

func (*LiteParser) CheckExpression

func (p *LiteParser) CheckExpression() (localctx ICheckExpressionContext)

func (*LiteParser) CheckFinallyStatment

func (p *LiteParser) CheckFinallyStatment() (localctx ICheckFinallyStatmentContext)

func (*LiteParser) CheckReportStatement

func (p *LiteParser) CheckReportStatement() (localctx ICheckReportStatementContext)

func (*LiteParser) CheckStatement

func (p *LiteParser) CheckStatement() (localctx ICheckStatementContext)

func (*LiteParser) DataStatement

func (p *LiteParser) DataStatement() (localctx IDataStatementContext)

func (*LiteParser) Dictionary

func (p *LiteParser) Dictionary() (localctx IDictionaryContext)

func (*LiteParser) DictionaryAssign

func (p *LiteParser) DictionaryAssign() (localctx IDictionaryAssignContext)

func (*LiteParser) DictionaryElement

func (p *LiteParser) DictionaryElement() (localctx IDictionaryElementContext)

func (*LiteParser) End

func (p *LiteParser) End() (localctx IEndContext)

func (*LiteParser) EnumStatement

func (p *LiteParser) EnumStatement() (localctx IEnumStatementContext)

func (*LiteParser) EnumSupportStatement

func (p *LiteParser) EnumSupportStatement() (localctx IEnumSupportStatementContext)

func (*LiteParser) ExportStatement

func (p *LiteParser) ExportStatement() (localctx IExportStatementContext)

func (*LiteParser) Expression

func (p *LiteParser) Expression() (localctx IExpressionContext)

func (*LiteParser) ExpressionList

func (p *LiteParser) ExpressionList() (localctx IExpressionListContext)

func (*LiteParser) ExpressionStatement

func (p *LiteParser) ExpressionStatement() (localctx IExpressionStatementContext)

func (*LiteParser) Expression_Sempred

func (p *LiteParser) Expression_Sempred(localctx antlr.RuleContext, predIndex int) bool

func (*LiteParser) FloatExpr

func (p *LiteParser) FloatExpr() (localctx IFloatExprContext)

func (*LiteParser) FunctionExpression

func (p *LiteParser) FunctionExpression() (localctx IFunctionExpressionContext)

func (*LiteParser) FunctionStatement

func (p *LiteParser) FunctionStatement() (localctx IFunctionStatementContext)

func (*LiteParser) FunctionSupportStatement

func (p *LiteParser) FunctionSupportStatement() (localctx IFunctionSupportStatementContext)

func (*LiteParser) Id

func (p *LiteParser) Id() (localctx IIdContext)

func (*LiteParser) IdExprItem

func (p *LiteParser) IdExprItem() (localctx IIdExprItemContext)

func (*LiteParser) IdExpression

func (p *LiteParser) IdExpression() (localctx IIdExpressionContext)

func (*LiteParser) IdItem

func (p *LiteParser) IdItem() (localctx IIdItemContext)

func (*LiteParser) ImplementFunctionStatement

func (p *LiteParser) ImplementFunctionStatement() (localctx IImplementFunctionStatementContext)

func (*LiteParser) ImplementStatement

func (p *LiteParser) ImplementStatement() (localctx IImplementStatementContext)

func (*LiteParser) ImplementSupportStatement

func (p *LiteParser) ImplementSupportStatement() (localctx IImplementSupportStatementContext)

func (*LiteParser) ImplementVariableStatement

func (p *LiteParser) ImplementVariableStatement() (localctx IImplementVariableStatementContext)

func (*LiteParser) ImportStatement

func (p *LiteParser) ImportStatement() (localctx IImportStatementContext)

func (*LiteParser) IncludeStatement

func (p *LiteParser) IncludeStatement() (localctx IIncludeStatementContext)

func (*LiteParser) IntegerExpr

func (p *LiteParser) IntegerExpr() (localctx IIntegerExprContext)

func (*LiteParser) IteratorStatement

func (p *LiteParser) IteratorStatement() (localctx IIteratorStatementContext)

func (*LiteParser) Judge

func (p *LiteParser) Judge() (localctx IJudgeContext)

func (*LiteParser) JudgeCaseExpression

func (p *LiteParser) JudgeCaseExpression() (localctx IJudgeCaseExpressionContext)

func (*LiteParser) JudgeCaseStatement

func (p *LiteParser) JudgeCaseStatement() (localctx IJudgeCaseStatementContext)

func (*LiteParser) JudgeCombine

func (p *LiteParser) JudgeCombine() (localctx IJudgeCombineContext)

func (*LiteParser) JudgeElseIfStatement

func (p *LiteParser) JudgeElseIfStatement() (localctx IJudgeElseIfStatementContext)

func (*LiteParser) JudgeElseStatement

func (p *LiteParser) JudgeElseStatement() (localctx IJudgeElseStatementContext)

func (*LiteParser) JudgeExpression

func (p *LiteParser) JudgeExpression() (localctx IJudgeExpressionContext)

func (*LiteParser) JudgeExpressionElseIfStatement

func (p *LiteParser) JudgeExpressionElseIfStatement() (localctx IJudgeExpressionElseIfStatementContext)

func (*LiteParser) JudgeExpressionElseStatement

func (p *LiteParser) JudgeExpressionElseStatement() (localctx IJudgeExpressionElseStatementContext)

func (*LiteParser) JudgeExpressionIfStatement

func (p *LiteParser) JudgeExpressionIfStatement() (localctx IJudgeExpressionIfStatementContext)

func (*LiteParser) JudgeIfStatement

func (p *LiteParser) JudgeIfStatement() (localctx IJudgeIfStatementContext)

func (*LiteParser) JudgeStatement

func (p *LiteParser) JudgeStatement() (localctx IJudgeStatementContext)

func (*LiteParser) Lambda

func (p *LiteParser) Lambda() (localctx ILambdaContext)

func (*LiteParser) LambdaIn

func (p *LiteParser) LambdaIn() (localctx ILambdaInContext)

func (*LiteParser) Left_brace

func (p *LiteParser) Left_brace() (localctx ILeft_braceContext)

func (*LiteParser) Left_brack

func (p *LiteParser) Left_brack() (localctx ILeft_brackContext)

func (*LiteParser) Left_paren

func (p *LiteParser) Left_paren() (localctx ILeft_parenContext)

func (*LiteParser) Linq

func (p *LiteParser) Linq() (localctx ILinqContext)

func (*LiteParser) LinqHeadItem

func (p *LiteParser) LinqHeadItem() (localctx ILinqHeadItemContext)

func (*LiteParser) LinqItem

func (p *LiteParser) LinqItem() (localctx ILinqItemContext)

func (*LiteParser) List

func (p *LiteParser) List() (localctx IListContext)

func (*LiteParser) ListAssign

func (p *LiteParser) ListAssign() (localctx IListAssignContext)

func (*LiteParser) LoopCaseStatement

func (p *LiteParser) LoopCaseStatement() (localctx ILoopCaseStatementContext)

func (*LiteParser) LoopContinueStatement

func (p *LiteParser) LoopContinueStatement() (localctx ILoopContinueStatementContext)

func (*LiteParser) LoopEachExpression

func (p *LiteParser) LoopEachExpression() (localctx ILoopEachExpressionContext)

func (*LiteParser) LoopEachStatement

func (p *LiteParser) LoopEachStatement() (localctx ILoopEachStatementContext)

func (*LiteParser) LoopElseExpression

func (p *LiteParser) LoopElseExpression() (localctx ILoopElseExpressionContext)

func (*LiteParser) LoopElseStatement

func (p *LiteParser) LoopElseStatement() (localctx ILoopElseStatementContext)

func (*LiteParser) LoopExpression

func (p *LiteParser) LoopExpression() (localctx ILoopExpressionContext)

func (*LiteParser) LoopJumpStatement

func (p *LiteParser) LoopJumpStatement() (localctx ILoopJumpStatementContext)

func (*LiteParser) LoopStatement

func (p *LiteParser) LoopStatement() (localctx ILoopStatementContext)

func (*LiteParser) More

func (p *LiteParser) More() (localctx IMoreContext)

func (*LiteParser) Mul

func (p *LiteParser) Mul() (localctx IMulContext)

func (*LiteParser) Name

func (p *LiteParser) Name() (localctx INameContext)

func (*LiteParser) NameSpaceItem

func (p *LiteParser) NameSpaceItem() (localctx INameSpaceItemContext)

func (*LiteParser) NamespaceConstantStatement

func (p *LiteParser) NamespaceConstantStatement() (localctx INamespaceConstantStatementContext)

func (*LiteParser) NamespaceFunctionStatement

func (p *LiteParser) NamespaceFunctionStatement() (localctx INamespaceFunctionStatementContext)

func (*LiteParser) NamespaceSupportStatement

func (p *LiteParser) NamespaceSupportStatement() (localctx INamespaceSupportStatementContext)

func (*LiteParser) NamespaceVariableStatement

func (p *LiteParser) NamespaceVariableStatement() (localctx INamespaceVariableStatementContext)

func (*LiteParser) Negate

func (p *LiteParser) Negate() (localctx INegateContext)

func (*LiteParser) NilExpr

func (p *LiteParser) NilExpr() (localctx INilExprContext)

func (*LiteParser) OrElse

func (p *LiteParser) OrElse() (localctx IOrElseContext)

func (*LiteParser) OverrideFunctionStatement

func (p *LiteParser) OverrideFunctionStatement() (localctx IOverrideFunctionStatementContext)

func (*LiteParser) OverrideVariableStatement

func (p *LiteParser) OverrideVariableStatement() (localctx IOverrideVariableStatementContext)

func (*LiteParser) PackageControlSubStatement

func (p *LiteParser) PackageControlSubStatement() (localctx IPackageControlSubStatementContext)

func (*LiteParser) PackageEventStatement

func (p *LiteParser) PackageEventStatement() (localctx IPackageEventStatementContext)

func (*LiteParser) PackageFieldStatement

func (p *LiteParser) PackageFieldStatement() (localctx IPackageFieldStatementContext)

func (*LiteParser) PackageFunctionStatement

func (p *LiteParser) PackageFunctionStatement() (localctx IPackageFunctionStatementContext)

func (*LiteParser) PackageImplementStatement

func (p *LiteParser) PackageImplementStatement() (localctx IPackageImplementStatementContext)

func (*LiteParser) PackageNewStatement

func (p *LiteParser) PackageNewStatement() (localctx IPackageNewStatementContext)

func (*LiteParser) PackageStatement

func (p *LiteParser) PackageStatement() (localctx IPackageStatementContext)

func (*LiteParser) PackageSupportStatement

func (p *LiteParser) PackageSupportStatement() (localctx IPackageSupportStatementContext)

func (*LiteParser) PackageVariableStatement

func (p *LiteParser) PackageVariableStatement() (localctx IPackageVariableStatementContext)

func (*LiteParser) Parameter

func (p *LiteParser) Parameter() (localctx IParameterContext)

func (*LiteParser) ParameterClauseIn

func (p *LiteParser) ParameterClauseIn() (localctx IParameterClauseInContext)

func (*LiteParser) ParameterClauseOut

func (p *LiteParser) ParameterClauseOut() (localctx IParameterClauseOutContext)

func (*LiteParser) PkgAnonymous

func (p *LiteParser) PkgAnonymous() (localctx IPkgAnonymousContext)

func (*LiteParser) PkgAnonymousAssign

func (p *LiteParser) PkgAnonymousAssign() (localctx IPkgAnonymousAssignContext)

func (*LiteParser) PkgAnonymousAssignElement

func (p *LiteParser) PkgAnonymousAssignElement() (localctx IPkgAnonymousAssignElementContext)

func (*LiteParser) PkgAssign

func (p *LiteParser) PkgAssign() (localctx IPkgAssignContext)

func (*LiteParser) PkgAssignElement

func (p *LiteParser) PkgAssignElement() (localctx IPkgAssignElementContext)

func (*LiteParser) PlusMinus

func (p *LiteParser) PlusMinus() (localctx IPlusMinusContext)

func (*LiteParser) Pow

func (p *LiteParser) Pow() (localctx IPowContext)

func (*LiteParser) PrimaryExpression

func (p *LiteParser) PrimaryExpression() (localctx IPrimaryExpressionContext)

func (*LiteParser) Program

func (p *LiteParser) Program() (localctx IProgramContext)

func (*LiteParser) ProtocolFunctionStatement

func (p *LiteParser) ProtocolFunctionStatement() (localctx IProtocolFunctionStatementContext)

func (*LiteParser) ProtocolStatement

func (p *LiteParser) ProtocolStatement() (localctx IProtocolStatementContext)

func (*LiteParser) ProtocolSupportStatement

func (p *LiteParser) ProtocolSupportStatement() (localctx IProtocolSupportStatementContext)

func (*LiteParser) ProtocolVariableStatement

func (p *LiteParser) ProtocolVariableStatement() (localctx IProtocolVariableStatementContext)

func (*LiteParser) ReturnAwaitStatement

func (p *LiteParser) ReturnAwaitStatement() (localctx IReturnAwaitStatementContext)

func (*LiteParser) ReturnStatement

func (p *LiteParser) ReturnStatement() (localctx IReturnStatementContext)

func (*LiteParser) Right_brace

func (p *LiteParser) Right_brace() (localctx IRight_braceContext)

func (*LiteParser) Right_brack

func (p *LiteParser) Right_brack() (localctx IRight_brackContext)

func (*LiteParser) Right_paren

func (p *LiteParser) Right_paren() (localctx IRight_parenContext)

func (*LiteParser) Sempred

func (p *LiteParser) Sempred(localctx antlr.RuleContext, ruleIndex, predIndex int) bool

func (*LiteParser) Set

func (p *LiteParser) Set() (localctx ISetContext)

func (*LiteParser) SetAssign

func (p *LiteParser) SetAssign() (localctx ISetAssignContext)

func (*LiteParser) Slice

func (p *LiteParser) Slice() (localctx ISliceContext)

func (*LiteParser) SliceEnd

func (p *LiteParser) SliceEnd() (localctx ISliceEndContext)

func (*LiteParser) SliceFull

func (p *LiteParser) SliceFull() (localctx ISliceFullContext)

func (*LiteParser) SliceStart

func (p *LiteParser) SliceStart() (localctx ISliceStartContext)

func (*LiteParser) Statement

func (p *LiteParser) Statement() (localctx IStatementContext)

func (*LiteParser) StringExpression

func (p *LiteParser) StringExpression() (localctx IStringExpressionContext)

func (*LiteParser) StringExpressionElement

func (p *LiteParser) StringExpressionElement() (localctx IStringExpressionElementContext)

func (*LiteParser) TemplateCall

func (p *LiteParser) TemplateCall() (localctx ITemplateCallContext)

func (*LiteParser) TemplateDefine

func (p *LiteParser) TemplateDefine() (localctx ITemplateDefineContext)

func (*LiteParser) TemplateDefineItem

func (p *LiteParser) TemplateDefineItem() (localctx ITemplateDefineItemContext)

func (*LiteParser) Tuple

func (p *LiteParser) Tuple() (localctx ITupleContext)

func (*LiteParser) TupleExpression

func (p *LiteParser) TupleExpression() (localctx ITupleExpressionContext)

func (*LiteParser) TypeAliasStatement

func (p *LiteParser) TypeAliasStatement() (localctx ITypeAliasStatementContext)

func (*LiteParser) TypeAny

func (p *LiteParser) TypeAny() (localctx ITypeAnyContext)

func (*LiteParser) TypeArray

func (p *LiteParser) TypeArray() (localctx ITypeArrayContext)

func (*LiteParser) TypeBasic

func (p *LiteParser) TypeBasic() (localctx ITypeBasicContext)

func (*LiteParser) TypeChannel

func (p *LiteParser) TypeChannel() (localctx ITypeChannelContext)

func (*LiteParser) TypeConversion

func (p *LiteParser) TypeConversion() (localctx ITypeConversionContext)

func (*LiteParser) TypeDictionary

func (p *LiteParser) TypeDictionary() (localctx ITypeDictionaryContext)

func (*LiteParser) TypeFunction

func (p *LiteParser) TypeFunction() (localctx ITypeFunctionContext)

func (*LiteParser) TypeFunctionParameterClause

func (p *LiteParser) TypeFunctionParameterClause() (localctx ITypeFunctionParameterClauseContext)

func (*LiteParser) TypeList

func (p *LiteParser) TypeList() (localctx ITypeListContext)

func (*LiteParser) TypeNotNull

func (p *LiteParser) TypeNotNull() (localctx ITypeNotNullContext)

func (*LiteParser) TypeNullable

func (p *LiteParser) TypeNullable() (localctx ITypeNullableContext)

func (*LiteParser) TypePackage

func (p *LiteParser) TypePackage() (localctx ITypePackageContext)

func (*LiteParser) TypeQueue

func (p *LiteParser) TypeQueue() (localctx ITypeQueueContext)

func (*LiteParser) TypeRedefineStatement

func (p *LiteParser) TypeRedefineStatement() (localctx ITypeRedefineStatementContext)

func (*LiteParser) TypeReference

func (p *LiteParser) TypeReference() (localctx ITypeReferenceContext)

func (*LiteParser) TypeSet

func (p *LiteParser) TypeSet() (localctx ITypeSetContext)

func (*LiteParser) TypeStack

func (p *LiteParser) TypeStack() (localctx ITypeStackContext)

func (*LiteParser) TypeType

func (p *LiteParser) TypeType() (localctx ITypeTypeContext)

func (*LiteParser) UsingStatement

func (p *LiteParser) UsingStatement() (localctx IUsingStatementContext)

func (*LiteParser) VariableDeclaredStatement

func (p *LiteParser) VariableDeclaredStatement() (localctx IVariableDeclaredStatementContext)

func (*LiteParser) VariableStatement

func (p *LiteParser) VariableStatement() (localctx IVariableStatementContext)

func (*LiteParser) Wave

func (p *LiteParser) Wave() (localctx IWaveContext)

func (*LiteParser) YieldBreakStatement

func (p *LiteParser) YieldBreakStatement() (localctx IYieldBreakStatementContext)

func (*LiteParser) YieldReturnStatement

func (p *LiteParser) YieldReturnStatement() (localctx IYieldReturnStatementContext)

type LiteParserVisitor

type LiteParserVisitor interface {
	antlr.ParseTreeVisitor

	// Visit a parse tree produced by LiteParser#program.
	VisitProgram(ctx *ProgramContext) interface{}

	// Visit a parse tree produced by LiteParser#statement.
	VisitStatement(ctx *StatementContext) interface{}

	// Visit a parse tree produced by LiteParser#exportStatement.
	VisitExportStatement(ctx *ExportStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#importStatement.
	VisitImportStatement(ctx *ImportStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#namespaceSupportStatement.
	VisitNamespaceSupportStatement(ctx *NamespaceSupportStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#typeAliasStatement.
	VisitTypeAliasStatement(ctx *TypeAliasStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#typeRedefineStatement.
	VisitTypeRedefineStatement(ctx *TypeRedefineStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#enumStatement.
	VisitEnumStatement(ctx *EnumStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#enumSupportStatement.
	VisitEnumSupportStatement(ctx *EnumSupportStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#namespaceVariableStatement.
	VisitNamespaceVariableStatement(ctx *NamespaceVariableStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#namespaceConstantStatement.
	VisitNamespaceConstantStatement(ctx *NamespaceConstantStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#namespaceFunctionStatement.
	VisitNamespaceFunctionStatement(ctx *NamespaceFunctionStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#packageStatement.
	VisitPackageStatement(ctx *PackageStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#packageFieldStatement.
	VisitPackageFieldStatement(ctx *PackageFieldStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#packageSupportStatement.
	VisitPackageSupportStatement(ctx *PackageSupportStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#includeStatement.
	VisitIncludeStatement(ctx *IncludeStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#packageNewStatement.
	VisitPackageNewStatement(ctx *PackageNewStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#packageVariableStatement.
	VisitPackageVariableStatement(ctx *PackageVariableStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#packageFunctionStatement.
	VisitPackageFunctionStatement(ctx *PackageFunctionStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#packageControlSubStatement.
	VisitPackageControlSubStatement(ctx *PackageControlSubStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#packageEventStatement.
	VisitPackageEventStatement(ctx *PackageEventStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#packageImplementStatement.
	VisitPackageImplementStatement(ctx *PackageImplementStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#implementStatement.
	VisitImplementStatement(ctx *ImplementStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#implementSupportStatement.
	VisitImplementSupportStatement(ctx *ImplementSupportStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#implementVariableStatement.
	VisitImplementVariableStatement(ctx *ImplementVariableStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#implementFunctionStatement.
	VisitImplementFunctionStatement(ctx *ImplementFunctionStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#overrideVariableStatement.
	VisitOverrideVariableStatement(ctx *OverrideVariableStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#overrideFunctionStatement.
	VisitOverrideFunctionStatement(ctx *OverrideFunctionStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#protocolStatement.
	VisitProtocolStatement(ctx *ProtocolStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#protocolSupportStatement.
	VisitProtocolSupportStatement(ctx *ProtocolSupportStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#protocolVariableStatement.
	VisitProtocolVariableStatement(ctx *ProtocolVariableStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#protocolFunctionStatement.
	VisitProtocolFunctionStatement(ctx *ProtocolFunctionStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#functionStatement.
	VisitFunctionStatement(ctx *FunctionStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#returnStatement.
	VisitReturnStatement(ctx *ReturnStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#returnAwaitStatement.
	VisitReturnAwaitStatement(ctx *ReturnAwaitStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#yieldReturnStatement.
	VisitYieldReturnStatement(ctx *YieldReturnStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#yieldBreakStatement.
	VisitYieldBreakStatement(ctx *YieldBreakStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#parameterClauseIn.
	VisitParameterClauseIn(ctx *ParameterClauseInContext) interface{}

	// Visit a parse tree produced by LiteParser#parameterClauseOut.
	VisitParameterClauseOut(ctx *ParameterClauseOutContext) interface{}

	// Visit a parse tree produced by LiteParser#parameter.
	VisitParameter(ctx *ParameterContext) interface{}

	// Visit a parse tree produced by LiteParser#functionSupportStatement.
	VisitFunctionSupportStatement(ctx *FunctionSupportStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#judgeCaseStatement.
	VisitJudgeCaseStatement(ctx *JudgeCaseStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#caseStatement.
	VisitCaseStatement(ctx *CaseStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#caseExprStatement.
	VisitCaseExprStatement(ctx *CaseExprStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#judgeStatement.
	VisitJudgeStatement(ctx *JudgeStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#judgeElseStatement.
	VisitJudgeElseStatement(ctx *JudgeElseStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#judgeIfStatement.
	VisitJudgeIfStatement(ctx *JudgeIfStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#judgeElseIfStatement.
	VisitJudgeElseIfStatement(ctx *JudgeElseIfStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#loopStatement.
	VisitLoopStatement(ctx *LoopStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#loopEachStatement.
	VisitLoopEachStatement(ctx *LoopEachStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#loopCaseStatement.
	VisitLoopCaseStatement(ctx *LoopCaseStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#loopElseStatement.
	VisitLoopElseStatement(ctx *LoopElseStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#loopJumpStatement.
	VisitLoopJumpStatement(ctx *LoopJumpStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#loopContinueStatement.
	VisitLoopContinueStatement(ctx *LoopContinueStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#checkStatement.
	VisitCheckStatement(ctx *CheckStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#usingStatement.
	VisitUsingStatement(ctx *UsingStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#checkErrorStatement.
	VisitCheckErrorStatement(ctx *CheckErrorStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#checkFinallyStatment.
	VisitCheckFinallyStatment(ctx *CheckFinallyStatmentContext) interface{}

	// Visit a parse tree produced by LiteParser#checkReportStatement.
	VisitCheckReportStatement(ctx *CheckReportStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#iteratorStatement.
	VisitIteratorStatement(ctx *IteratorStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#variableStatement.
	VisitVariableStatement(ctx *VariableStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#variableDeclaredStatement.
	VisitVariableDeclaredStatement(ctx *VariableDeclaredStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#channelAssignStatement.
	VisitChannelAssignStatement(ctx *ChannelAssignStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#assignStatement.
	VisitAssignStatement(ctx *AssignStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#expressionStatement.
	VisitExpressionStatement(ctx *ExpressionStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#idExpression.
	VisitIdExpression(ctx *IdExpressionContext) interface{}

	// Visit a parse tree produced by LiteParser#idExprItem.
	VisitIdExprItem(ctx *IdExprItemContext) interface{}

	// Visit a parse tree produced by LiteParser#tupleExpression.
	VisitTupleExpression(ctx *TupleExpressionContext) interface{}

	// Visit a parse tree produced by LiteParser#primaryExpression.
	VisitPrimaryExpression(ctx *PrimaryExpressionContext) interface{}

	// Visit a parse tree produced by LiteParser#expression.
	VisitExpression(ctx *ExpressionContext) interface{}

	// Visit a parse tree produced by LiteParser#callExpression.
	VisitCallExpression(ctx *CallExpressionContext) interface{}

	// Visit a parse tree produced by LiteParser#tuple.
	VisitTuple(ctx *TupleContext) interface{}

	// Visit a parse tree produced by LiteParser#expressionList.
	VisitExpressionList(ctx *ExpressionListContext) interface{}

	// Visit a parse tree produced by LiteParser#annotationSupport.
	VisitAnnotationSupport(ctx *AnnotationSupportContext) interface{}

	// Visit a parse tree produced by LiteParser#annotation.
	VisitAnnotation(ctx *AnnotationContext) interface{}

	// Visit a parse tree produced by LiteParser#annotationList.
	VisitAnnotationList(ctx *AnnotationListContext) interface{}

	// Visit a parse tree produced by LiteParser#annotationItem.
	VisitAnnotationItem(ctx *AnnotationItemContext) interface{}

	// Visit a parse tree produced by LiteParser#callFunc.
	VisitCallFunc(ctx *CallFuncContext) interface{}

	// Visit a parse tree produced by LiteParser#callChannel.
	VisitCallChannel(ctx *CallChannelContext) interface{}

	// Visit a parse tree produced by LiteParser#callElement.
	VisitCallElement(ctx *CallElementContext) interface{}

	// Visit a parse tree produced by LiteParser#callPkg.
	VisitCallPkg(ctx *CallPkgContext) interface{}

	// Visit a parse tree produced by LiteParser#callNew.
	VisitCallNew(ctx *CallNewContext) interface{}

	// Visit a parse tree produced by LiteParser#orElse.
	VisitOrElse(ctx *OrElseContext) interface{}

	// Visit a parse tree produced by LiteParser#typeConversion.
	VisitTypeConversion(ctx *TypeConversionContext) interface{}

	// Visit a parse tree produced by LiteParser#pkgAssign.
	VisitPkgAssign(ctx *PkgAssignContext) interface{}

	// Visit a parse tree produced by LiteParser#pkgAssignElement.
	VisitPkgAssignElement(ctx *PkgAssignElementContext) interface{}

	// Visit a parse tree produced by LiteParser#listAssign.
	VisitListAssign(ctx *ListAssignContext) interface{}

	// Visit a parse tree produced by LiteParser#setAssign.
	VisitSetAssign(ctx *SetAssignContext) interface{}

	// Visit a parse tree produced by LiteParser#dictionaryAssign.
	VisitDictionaryAssign(ctx *DictionaryAssignContext) interface{}

	// Visit a parse tree produced by LiteParser#callAwait.
	VisitCallAwait(ctx *CallAwaitContext) interface{}

	// Visit a parse tree produced by LiteParser#callAsync.
	VisitCallAsync(ctx *CallAsyncContext) interface{}

	// Visit a parse tree produced by LiteParser#list.
	VisitList(ctx *ListContext) interface{}

	// Visit a parse tree produced by LiteParser#set.
	VisitSet(ctx *SetContext) interface{}

	// Visit a parse tree produced by LiteParser#dictionary.
	VisitDictionary(ctx *DictionaryContext) interface{}

	// Visit a parse tree produced by LiteParser#dictionaryElement.
	VisitDictionaryElement(ctx *DictionaryElementContext) interface{}

	// Visit a parse tree produced by LiteParser#slice.
	VisitSlice(ctx *SliceContext) interface{}

	// Visit a parse tree produced by LiteParser#sliceFull.
	VisitSliceFull(ctx *SliceFullContext) interface{}

	// Visit a parse tree produced by LiteParser#sliceStart.
	VisitSliceStart(ctx *SliceStartContext) interface{}

	// Visit a parse tree produced by LiteParser#sliceEnd.
	VisitSliceEnd(ctx *SliceEndContext) interface{}

	// Visit a parse tree produced by LiteParser#nameSpaceItem.
	VisitNameSpaceItem(ctx *NameSpaceItemContext) interface{}

	// Visit a parse tree produced by LiteParser#name.
	VisitName(ctx *NameContext) interface{}

	// Visit a parse tree produced by LiteParser#templateDefine.
	VisitTemplateDefine(ctx *TemplateDefineContext) interface{}

	// Visit a parse tree produced by LiteParser#templateDefineItem.
	VisitTemplateDefineItem(ctx *TemplateDefineItemContext) interface{}

	// Visit a parse tree produced by LiteParser#templateCall.
	VisitTemplateCall(ctx *TemplateCallContext) interface{}

	// Visit a parse tree produced by LiteParser#lambda.
	VisitLambda(ctx *LambdaContext) interface{}

	// Visit a parse tree produced by LiteParser#lambdaIn.
	VisitLambdaIn(ctx *LambdaInContext) interface{}

	// Visit a parse tree produced by LiteParser#pkgAnonymous.
	VisitPkgAnonymous(ctx *PkgAnonymousContext) interface{}

	// Visit a parse tree produced by LiteParser#pkgAnonymousAssign.
	VisitPkgAnonymousAssign(ctx *PkgAnonymousAssignContext) interface{}

	// Visit a parse tree produced by LiteParser#pkgAnonymousAssignElement.
	VisitPkgAnonymousAssignElement(ctx *PkgAnonymousAssignElementContext) interface{}

	// Visit a parse tree produced by LiteParser#functionExpression.
	VisitFunctionExpression(ctx *FunctionExpressionContext) interface{}

	// Visit a parse tree produced by LiteParser#plusMinus.
	VisitPlusMinus(ctx *PlusMinusContext) interface{}

	// Visit a parse tree produced by LiteParser#negate.
	VisitNegate(ctx *NegateContext) interface{}

	// Visit a parse tree produced by LiteParser#bitwiseNotExpression.
	VisitBitwiseNotExpression(ctx *BitwiseNotExpressionContext) interface{}

	// Visit a parse tree produced by LiteParser#linq.
	VisitLinq(ctx *LinqContext) interface{}

	// Visit a parse tree produced by LiteParser#linqHeadItem.
	VisitLinqHeadItem(ctx *LinqHeadItemContext) interface{}

	// Visit a parse tree produced by LiteParser#linqItem.
	VisitLinqItem(ctx *LinqItemContext) interface{}

	// Visit a parse tree produced by LiteParser#stringExpression.
	VisitStringExpression(ctx *StringExpressionContext) interface{}

	// Visit a parse tree produced by LiteParser#stringExpressionElement.
	VisitStringExpressionElement(ctx *StringExpressionElementContext) interface{}

	// Visit a parse tree produced by LiteParser#judgeExpression.
	VisitJudgeExpression(ctx *JudgeExpressionContext) interface{}

	// Visit a parse tree produced by LiteParser#judgeExpressionElseStatement.
	VisitJudgeExpressionElseStatement(ctx *JudgeExpressionElseStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#judgeExpressionIfStatement.
	VisitJudgeExpressionIfStatement(ctx *JudgeExpressionIfStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#judgeExpressionElseIfStatement.
	VisitJudgeExpressionElseIfStatement(ctx *JudgeExpressionElseIfStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#judgeCaseExpression.
	VisitJudgeCaseExpression(ctx *JudgeCaseExpressionContext) interface{}

	// Visit a parse tree produced by LiteParser#caseExpressionStatement.
	VisitCaseExpressionStatement(ctx *CaseExpressionStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#loopExpression.
	VisitLoopExpression(ctx *LoopExpressionContext) interface{}

	// Visit a parse tree produced by LiteParser#loopEachExpression.
	VisitLoopEachExpression(ctx *LoopEachExpressionContext) interface{}

	// Visit a parse tree produced by LiteParser#loopElseExpression.
	VisitLoopElseExpression(ctx *LoopElseExpressionContext) interface{}

	// Visit a parse tree produced by LiteParser#checkExpression.
	VisitCheckExpression(ctx *CheckExpressionContext) interface{}

	// Visit a parse tree produced by LiteParser#checkErrorExpression.
	VisitCheckErrorExpression(ctx *CheckErrorExpressionContext) interface{}

	// Visit a parse tree produced by LiteParser#dataStatement.
	VisitDataStatement(ctx *DataStatementContext) interface{}

	// Visit a parse tree produced by LiteParser#floatExpr.
	VisitFloatExpr(ctx *FloatExprContext) interface{}

	// Visit a parse tree produced by LiteParser#integerExpr.
	VisitIntegerExpr(ctx *IntegerExprContext) interface{}

	// Visit a parse tree produced by LiteParser#typeNotNull.
	VisitTypeNotNull(ctx *TypeNotNullContext) interface{}

	// Visit a parse tree produced by LiteParser#typeType.
	VisitTypeType(ctx *TypeTypeContext) interface{}

	// Visit a parse tree produced by LiteParser#typeReference.
	VisitTypeReference(ctx *TypeReferenceContext) interface{}

	// Visit a parse tree produced by LiteParser#typeNullable.
	VisitTypeNullable(ctx *TypeNullableContext) interface{}

	// Visit a parse tree produced by LiteParser#typeArray.
	VisitTypeArray(ctx *TypeArrayContext) interface{}

	// Visit a parse tree produced by LiteParser#typeList.
	VisitTypeList(ctx *TypeListContext) interface{}

	// Visit a parse tree produced by LiteParser#typeSet.
	VisitTypeSet(ctx *TypeSetContext) interface{}

	// Visit a parse tree produced by LiteParser#typeDictionary.
	VisitTypeDictionary(ctx *TypeDictionaryContext) interface{}

	// Visit a parse tree produced by LiteParser#typeStack.
	VisitTypeStack(ctx *TypeStackContext) interface{}

	// Visit a parse tree produced by LiteParser#typeQueue.
	VisitTypeQueue(ctx *TypeQueueContext) interface{}

	// Visit a parse tree produced by LiteParser#typeChannel.
	VisitTypeChannel(ctx *TypeChannelContext) interface{}

	// Visit a parse tree produced by LiteParser#typePackage.
	VisitTypePackage(ctx *TypePackageContext) interface{}

	// Visit a parse tree produced by LiteParser#typeFunction.
	VisitTypeFunction(ctx *TypeFunctionContext) interface{}

	// Visit a parse tree produced by LiteParser#typeAny.
	VisitTypeAny(ctx *TypeAnyContext) interface{}

	// Visit a parse tree produced by LiteParser#typeFunctionParameterClause.
	VisitTypeFunctionParameterClause(ctx *TypeFunctionParameterClauseContext) interface{}

	// Visit a parse tree produced by LiteParser#typeBasic.
	VisitTypeBasic(ctx *TypeBasicContext) interface{}

	// Visit a parse tree produced by LiteParser#nilExpr.
	VisitNilExpr(ctx *NilExprContext) interface{}

	// Visit a parse tree produced by LiteParser#boolExpr.
	VisitBoolExpr(ctx *BoolExprContext) interface{}

	// Visit a parse tree produced by LiteParser#bitwise.
	VisitBitwise(ctx *BitwiseContext) interface{}

	// Visit a parse tree produced by LiteParser#bitwiseAnd.
	VisitBitwiseAnd(ctx *BitwiseAndContext) interface{}

	// Visit a parse tree produced by LiteParser#bitwiseOr.
	VisitBitwiseOr(ctx *BitwiseOrContext) interface{}

	// Visit a parse tree produced by LiteParser#bitwiseNot.
	VisitBitwiseNot(ctx *BitwiseNotContext) interface{}

	// Visit a parse tree produced by LiteParser#bitwiseXor.
	VisitBitwiseXor(ctx *BitwiseXorContext) interface{}

	// Visit a parse tree produced by LiteParser#bitwiseLeftShift.
	VisitBitwiseLeftShift(ctx *BitwiseLeftShiftContext) interface{}

	// Visit a parse tree produced by LiteParser#bitwiseRightShift.
	VisitBitwiseRightShift(ctx *BitwiseRightShiftContext) interface{}

	// Visit a parse tree produced by LiteParser#judgeCombine.
	VisitJudgeCombine(ctx *JudgeCombineContext) interface{}

	// Visit a parse tree produced by LiteParser#judge.
	VisitJudge(ctx *JudgeContext) interface{}

	// Visit a parse tree produced by LiteParser#assign.
	VisitAssign(ctx *AssignContext) interface{}

	// Visit a parse tree produced by LiteParser#add.
	VisitAdd(ctx *AddContext) interface{}

	// Visit a parse tree produced by LiteParser#mul.
	VisitMul(ctx *MulContext) interface{}

	// Visit a parse tree produced by LiteParser#pow.
	VisitPow(ctx *PowContext) interface{}

	// Visit a parse tree produced by LiteParser#call.
	VisitCall(ctx *CallContext) interface{}

	// Visit a parse tree produced by LiteParser#wave.
	VisitWave(ctx *WaveContext) interface{}

	// Visit a parse tree produced by LiteParser#id.
	VisitId(ctx *IdContext) interface{}

	// Visit a parse tree produced by LiteParser#idItem.
	VisitIdItem(ctx *IdItemContext) interface{}

	// Visit a parse tree produced by LiteParser#end.
	VisitEnd(ctx *EndContext) interface{}

	// Visit a parse tree produced by LiteParser#more.
	VisitMore(ctx *MoreContext) interface{}

	// Visit a parse tree produced by LiteParser#left_brace.
	VisitLeft_brace(ctx *Left_braceContext) interface{}

	// Visit a parse tree produced by LiteParser#right_brace.
	VisitRight_brace(ctx *Right_braceContext) interface{}

	// Visit a parse tree produced by LiteParser#left_paren.
	VisitLeft_paren(ctx *Left_parenContext) interface{}

	// Visit a parse tree produced by LiteParser#right_paren.
	VisitRight_paren(ctx *Right_parenContext) interface{}

	// Visit a parse tree produced by LiteParser#left_brack.
	VisitLeft_brack(ctx *Left_brackContext) interface{}

	// Visit a parse tree produced by LiteParser#right_brack.
	VisitRight_brack(ctx *Right_brackContext) interface{}
}

A complete Visitor for a parse tree produced by LiteParser.

type LoopCaseStatementContext

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

func NewEmptyLoopCaseStatementContext

func NewEmptyLoopCaseStatementContext() *LoopCaseStatementContext

func NewLoopCaseStatementContext

func NewLoopCaseStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LoopCaseStatementContext

func (*LoopCaseStatementContext) Accept

func (s *LoopCaseStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*LoopCaseStatementContext) AllFunctionSupportStatement

func (s *LoopCaseStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*LoopCaseStatementContext) At

func (*LoopCaseStatementContext) End

func (*LoopCaseStatementContext) Expression

func (*LoopCaseStatementContext) FunctionSupportStatement

func (s *LoopCaseStatementContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*LoopCaseStatementContext) GetParser

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

func (*LoopCaseStatementContext) GetRuleContext

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

func (*LoopCaseStatementContext) IsLoopCaseStatementContext

func (*LoopCaseStatementContext) IsLoopCaseStatementContext()

func (*LoopCaseStatementContext) Left_brace

func (*LoopCaseStatementContext) LoopElseStatement

func (s *LoopCaseStatementContext) LoopElseStatement() ILoopElseStatementContext

func (*LoopCaseStatementContext) Right_brace

func (*LoopCaseStatementContext) ToStringTree

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

type LoopContinueStatementContext

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

func NewEmptyLoopContinueStatementContext

func NewEmptyLoopContinueStatementContext() *LoopContinueStatementContext

func NewLoopContinueStatementContext

func NewLoopContinueStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LoopContinueStatementContext

func (*LoopContinueStatementContext) Accept

func (s *LoopContinueStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*LoopContinueStatementContext) At

func (*LoopContinueStatementContext) End

func (*LoopContinueStatementContext) GetParser

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

func (*LoopContinueStatementContext) GetRuleContext

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

func (*LoopContinueStatementContext) IsLoopContinueStatementContext

func (*LoopContinueStatementContext) IsLoopContinueStatementContext()

func (*LoopContinueStatementContext) ToStringTree

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

func (*LoopContinueStatementContext) Xor

type LoopEachExpressionContext

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

func NewEmptyLoopEachExpressionContext

func NewEmptyLoopEachExpressionContext() *LoopEachExpressionContext

func NewLoopEachExpressionContext

func NewLoopEachExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LoopEachExpressionContext

func (*LoopEachExpressionContext) Accept

func (s *LoopEachExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*LoopEachExpressionContext) AllFunctionSupportStatement

func (s *LoopEachExpressionContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*LoopEachExpressionContext) AllId

func (*LoopEachExpressionContext) At

func (*LoopEachExpressionContext) Colon

func (*LoopEachExpressionContext) Expression

func (*LoopEachExpressionContext) FunctionSupportStatement

func (s *LoopEachExpressionContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*LoopEachExpressionContext) GetParser

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

func (*LoopEachExpressionContext) GetRuleContext

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

func (*LoopEachExpressionContext) Id

func (*LoopEachExpressionContext) IsLoopEachExpressionContext

func (*LoopEachExpressionContext) IsLoopEachExpressionContext()

func (*LoopEachExpressionContext) Left_brace

func (*LoopEachExpressionContext) LoopElseExpression

func (s *LoopEachExpressionContext) LoopElseExpression() ILoopElseExpressionContext

func (*LoopEachExpressionContext) Right_Arrow

func (s *LoopEachExpressionContext) Right_Arrow() antlr.TerminalNode

func (*LoopEachExpressionContext) Right_brace

func (*LoopEachExpressionContext) ToStringTree

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

func (*LoopEachExpressionContext) TupleExpression

type LoopEachStatementContext

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

func NewEmptyLoopEachStatementContext

func NewEmptyLoopEachStatementContext() *LoopEachStatementContext

func NewLoopEachStatementContext

func NewLoopEachStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LoopEachStatementContext

func (*LoopEachStatementContext) Accept

func (s *LoopEachStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*LoopEachStatementContext) AllFunctionSupportStatement

func (s *LoopEachStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*LoopEachStatementContext) AllId

func (s *LoopEachStatementContext) AllId() []IIdContext

func (*LoopEachStatementContext) At

func (*LoopEachStatementContext) End

func (*LoopEachStatementContext) Expression

func (*LoopEachStatementContext) FunctionSupportStatement

func (s *LoopEachStatementContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*LoopEachStatementContext) GetParser

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

func (*LoopEachStatementContext) GetRuleContext

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

func (*LoopEachStatementContext) Id

func (*LoopEachStatementContext) IsLoopEachStatementContext

func (*LoopEachStatementContext) IsLoopEachStatementContext()

func (*LoopEachStatementContext) Left_brace

func (*LoopEachStatementContext) Left_paren

func (*LoopEachStatementContext) LoopElseStatement

func (s *LoopEachStatementContext) LoopElseStatement() ILoopElseStatementContext

func (*LoopEachStatementContext) Right_brace

func (*LoopEachStatementContext) Right_paren

func (*LoopEachStatementContext) ToStringTree

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

type LoopElseExpressionContext

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

func NewEmptyLoopElseExpressionContext

func NewEmptyLoopElseExpressionContext() *LoopElseExpressionContext

func NewLoopElseExpressionContext

func NewLoopElseExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LoopElseExpressionContext

func (*LoopElseExpressionContext) Accept

func (s *LoopElseExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*LoopElseExpressionContext) AllFunctionSupportStatement

func (s *LoopElseExpressionContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*LoopElseExpressionContext) Discard

func (*LoopElseExpressionContext) FunctionSupportStatement

func (s *LoopElseExpressionContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*LoopElseExpressionContext) GetParser

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

func (*LoopElseExpressionContext) GetRuleContext

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

func (*LoopElseExpressionContext) IsLoopElseExpressionContext

func (*LoopElseExpressionContext) IsLoopElseExpressionContext()

func (*LoopElseExpressionContext) Left_brace

func (*LoopElseExpressionContext) Right_brace

func (*LoopElseExpressionContext) ToStringTree

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

func (*LoopElseExpressionContext) TupleExpression

type LoopElseStatementContext

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

func NewEmptyLoopElseStatementContext

func NewEmptyLoopElseStatementContext() *LoopElseStatementContext

func NewLoopElseStatementContext

func NewLoopElseStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LoopElseStatementContext

func (*LoopElseStatementContext) Accept

func (s *LoopElseStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*LoopElseStatementContext) AllFunctionSupportStatement

func (s *LoopElseStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*LoopElseStatementContext) Discard

func (*LoopElseStatementContext) FunctionSupportStatement

func (s *LoopElseStatementContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*LoopElseStatementContext) GetParser

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

func (*LoopElseStatementContext) GetRuleContext

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

func (*LoopElseStatementContext) IsLoopElseStatementContext

func (*LoopElseStatementContext) IsLoopElseStatementContext()

func (*LoopElseStatementContext) Left_brace

func (*LoopElseStatementContext) Right_brace

func (*LoopElseStatementContext) ToStringTree

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

type LoopExpressionContext

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

func NewEmptyLoopExpressionContext

func NewEmptyLoopExpressionContext() *LoopExpressionContext

func NewLoopExpressionContext

func NewLoopExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LoopExpressionContext

func (*LoopExpressionContext) Accept

func (s *LoopExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*LoopExpressionContext) AllFunctionSupportStatement

func (s *LoopExpressionContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*LoopExpressionContext) At

func (*LoopExpressionContext) FunctionSupportStatement

func (s *LoopExpressionContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*LoopExpressionContext) GetParser

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

func (*LoopExpressionContext) GetRuleContext

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

func (*LoopExpressionContext) Id

func (*LoopExpressionContext) IsLoopExpressionContext

func (*LoopExpressionContext) IsLoopExpressionContext()

func (*LoopExpressionContext) IteratorStatement

func (s *LoopExpressionContext) IteratorStatement() IIteratorStatementContext

func (*LoopExpressionContext) Left_brace

func (s *LoopExpressionContext) Left_brace() ILeft_braceContext

func (*LoopExpressionContext) LoopElseExpression

func (s *LoopExpressionContext) LoopElseExpression() ILoopElseExpressionContext

func (*LoopExpressionContext) Right_Arrow

func (s *LoopExpressionContext) Right_Arrow() antlr.TerminalNode

func (*LoopExpressionContext) Right_brace

func (s *LoopExpressionContext) Right_brace() IRight_braceContext

func (*LoopExpressionContext) ToStringTree

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

func (*LoopExpressionContext) TupleExpression

func (s *LoopExpressionContext) TupleExpression() ITupleExpressionContext

type LoopJumpStatementContext

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

func NewEmptyLoopJumpStatementContext

func NewEmptyLoopJumpStatementContext() *LoopJumpStatementContext

func NewLoopJumpStatementContext

func NewLoopJumpStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LoopJumpStatementContext

func (*LoopJumpStatementContext) Accept

func (s *LoopJumpStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*LoopJumpStatementContext) At

func (*LoopJumpStatementContext) End

func (*LoopJumpStatementContext) GetParser

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

func (*LoopJumpStatementContext) GetRuleContext

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

func (*LoopJumpStatementContext) IsLoopJumpStatementContext

func (*LoopJumpStatementContext) IsLoopJumpStatementContext()

func (*LoopJumpStatementContext) ToStringTree

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

func (*LoopJumpStatementContext) Wave

type LoopStatementContext

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

func NewEmptyLoopStatementContext

func NewEmptyLoopStatementContext() *LoopStatementContext

func NewLoopStatementContext

func NewLoopStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LoopStatementContext

func (*LoopStatementContext) Accept

func (s *LoopStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*LoopStatementContext) AllFunctionSupportStatement

func (s *LoopStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*LoopStatementContext) At

func (*LoopStatementContext) End

func (*LoopStatementContext) FunctionSupportStatement

func (s *LoopStatementContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*LoopStatementContext) GetParser

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

func (*LoopStatementContext) GetRuleContext

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

func (*LoopStatementContext) Id

func (*LoopStatementContext) IsLoopStatementContext

func (*LoopStatementContext) IsLoopStatementContext()

func (*LoopStatementContext) IteratorStatement

func (s *LoopStatementContext) IteratorStatement() IIteratorStatementContext

func (*LoopStatementContext) Left_brace

func (s *LoopStatementContext) Left_brace() ILeft_braceContext

func (*LoopStatementContext) LoopElseStatement

func (s *LoopStatementContext) LoopElseStatement() ILoopElseStatementContext

func (*LoopStatementContext) Right_brace

func (s *LoopStatementContext) Right_brace() IRight_braceContext

func (*LoopStatementContext) ToStringTree

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

type MoreContext

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

func NewEmptyMoreContext

func NewEmptyMoreContext() *MoreContext

func NewMoreContext

func NewMoreContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MoreContext

func (*MoreContext) Accept

func (s *MoreContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*MoreContext) AllNew_Line

func (s *MoreContext) AllNew_Line() []antlr.TerminalNode

func (*MoreContext) Comma

func (s *MoreContext) Comma() antlr.TerminalNode

func (*MoreContext) GetParser

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

func (*MoreContext) GetRuleContext

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

func (*MoreContext) IsMoreContext

func (*MoreContext) IsMoreContext()

func (*MoreContext) New_Line

func (s *MoreContext) New_Line(i int) antlr.TerminalNode

func (*MoreContext) ToStringTree

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

type MulContext

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

func NewEmptyMulContext

func NewEmptyMulContext() *MulContext

func NewMulContext

func NewMulContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MulContext

func (*MulContext) Accept

func (s *MulContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*MulContext) Div

func (s *MulContext) Div() antlr.TerminalNode

func (*MulContext) GetOp

func (s *MulContext) GetOp() antlr.Token

func (*MulContext) GetParser

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

func (*MulContext) GetRuleContext

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

func (*MulContext) IsMulContext

func (*MulContext) IsMulContext()

func (*MulContext) Mod

func (s *MulContext) Mod() antlr.TerminalNode

func (*MulContext) Mul

func (s *MulContext) Mul() antlr.TerminalNode

func (*MulContext) New_Line

func (s *MulContext) New_Line() antlr.TerminalNode

func (*MulContext) SetOp

func (s *MulContext) SetOp(v antlr.Token)

func (*MulContext) ToStringTree

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

type NameContext

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

func NewEmptyNameContext

func NewEmptyNameContext() *NameContext

func NewNameContext

func NewNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NameContext

func (*NameContext) Accept

func (s *NameContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*NameContext) AllCall

func (s *NameContext) AllCall() []ICallContext

func (*NameContext) AllId

func (s *NameContext) AllId() []IIdContext

func (*NameContext) AllNew_Line

func (s *NameContext) AllNew_Line() []antlr.TerminalNode

func (*NameContext) Call

func (s *NameContext) Call(i int) ICallContext

func (*NameContext) GetParser

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

func (*NameContext) GetRuleContext

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

func (*NameContext) Id

func (s *NameContext) Id(i int) IIdContext

func (*NameContext) IsNameContext

func (*NameContext) IsNameContext()

func (*NameContext) New_Line

func (s *NameContext) New_Line(i int) antlr.TerminalNode

func (*NameContext) ToStringTree

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

type NameSpaceItemContext

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

func NewEmptyNameSpaceItemContext

func NewEmptyNameSpaceItemContext() *NameSpaceItemContext

func NewNameSpaceItemContext

func NewNameSpaceItemContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NameSpaceItemContext

func (*NameSpaceItemContext) Accept

func (s *NameSpaceItemContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*NameSpaceItemContext) AllCall

func (s *NameSpaceItemContext) AllCall() []ICallContext

func (*NameSpaceItemContext) AllId

func (s *NameSpaceItemContext) AllId() []IIdContext

func (*NameSpaceItemContext) AllNew_Line

func (s *NameSpaceItemContext) AllNew_Line() []antlr.TerminalNode

func (*NameSpaceItemContext) Call

func (*NameSpaceItemContext) GetParser

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

func (*NameSpaceItemContext) GetRuleContext

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

func (*NameSpaceItemContext) Id

func (*NameSpaceItemContext) IsNameSpaceItemContext

func (*NameSpaceItemContext) IsNameSpaceItemContext()

func (*NameSpaceItemContext) New_Line

func (s *NameSpaceItemContext) New_Line(i int) antlr.TerminalNode

func (*NameSpaceItemContext) ToStringTree

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

type NamespaceConstantStatementContext

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

func NewEmptyNamespaceConstantStatementContext

func NewEmptyNamespaceConstantStatementContext() *NamespaceConstantStatementContext

func NewNamespaceConstantStatementContext

func NewNamespaceConstantStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NamespaceConstantStatementContext

func (*NamespaceConstantStatementContext) Accept

func (s *NamespaceConstantStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*NamespaceConstantStatementContext) AnnotationSupport

func (*NamespaceConstantStatementContext) Colon

func (*NamespaceConstantStatementContext) End

func (*NamespaceConstantStatementContext) Expression

func (*NamespaceConstantStatementContext) GetParser

func (*NamespaceConstantStatementContext) GetRuleContext

func (*NamespaceConstantStatementContext) Id

func (*NamespaceConstantStatementContext) IsNamespaceConstantStatementContext

func (*NamespaceConstantStatementContext) IsNamespaceConstantStatementContext()

func (*NamespaceConstantStatementContext) ToStringTree

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

func (*NamespaceConstantStatementContext) TypeType

type NamespaceFunctionStatementContext

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

func NewEmptyNamespaceFunctionStatementContext

func NewEmptyNamespaceFunctionStatementContext() *NamespaceFunctionStatementContext

func NewNamespaceFunctionStatementContext

func NewNamespaceFunctionStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NamespaceFunctionStatementContext

func (*NamespaceFunctionStatementContext) Accept

func (s *NamespaceFunctionStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*NamespaceFunctionStatementContext) AllFunctionSupportStatement

func (s *NamespaceFunctionStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*NamespaceFunctionStatementContext) AllNew_Line

func (*NamespaceFunctionStatementContext) AnnotationSupport

func (*NamespaceFunctionStatementContext) At

func (*NamespaceFunctionStatementContext) Colon

func (*NamespaceFunctionStatementContext) Discard

func (*NamespaceFunctionStatementContext) End

func (*NamespaceFunctionStatementContext) FunctionSupportStatement

func (*NamespaceFunctionStatementContext) GetParser

func (*NamespaceFunctionStatementContext) GetRuleContext

func (*NamespaceFunctionStatementContext) GetT

func (*NamespaceFunctionStatementContext) GetY

func (*NamespaceFunctionStatementContext) Id

func (*NamespaceFunctionStatementContext) IsNamespaceFunctionStatementContext

func (*NamespaceFunctionStatementContext) IsNamespaceFunctionStatementContext()

func (*NamespaceFunctionStatementContext) Left_brace

func (*NamespaceFunctionStatementContext) Left_paren

func (*NamespaceFunctionStatementContext) New_Line

func (*NamespaceFunctionStatementContext) ParameterClauseIn

func (*NamespaceFunctionStatementContext) ParameterClauseOut

func (*NamespaceFunctionStatementContext) Right_Arrow

func (*NamespaceFunctionStatementContext) Right_Flow

func (*NamespaceFunctionStatementContext) Right_brace

func (*NamespaceFunctionStatementContext) Right_paren

func (*NamespaceFunctionStatementContext) SetT

func (*NamespaceFunctionStatementContext) SetY

func (*NamespaceFunctionStatementContext) TemplateDefine

func (*NamespaceFunctionStatementContext) ToStringTree

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

type NamespaceSupportStatementContext

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

func NewEmptyNamespaceSupportStatementContext

func NewEmptyNamespaceSupportStatementContext() *NamespaceSupportStatementContext

func NewNamespaceSupportStatementContext

func NewNamespaceSupportStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NamespaceSupportStatementContext

func (*NamespaceSupportStatementContext) Accept

func (s *NamespaceSupportStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*NamespaceSupportStatementContext) EnumStatement

func (*NamespaceSupportStatementContext) GetParser

func (*NamespaceSupportStatementContext) GetRuleContext

func (*NamespaceSupportStatementContext) ImplementStatement

func (*NamespaceSupportStatementContext) IsNamespaceSupportStatementContext

func (*NamespaceSupportStatementContext) IsNamespaceSupportStatementContext()

func (*NamespaceSupportStatementContext) NamespaceConstantStatement

func (*NamespaceSupportStatementContext) NamespaceFunctionStatement

func (*NamespaceSupportStatementContext) NamespaceVariableStatement

func (*NamespaceSupportStatementContext) New_Line

func (*NamespaceSupportStatementContext) PackageStatement

func (*NamespaceSupportStatementContext) ProtocolStatement

func (*NamespaceSupportStatementContext) ToStringTree

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

func (*NamespaceSupportStatementContext) TypeRedefineStatement

type NamespaceVariableStatementContext

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

func NewEmptyNamespaceVariableStatementContext

func NewEmptyNamespaceVariableStatementContext() *NamespaceVariableStatementContext

func NewNamespaceVariableStatementContext

func NewNamespaceVariableStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NamespaceVariableStatementContext

func (*NamespaceVariableStatementContext) Accept

func (s *NamespaceVariableStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*NamespaceVariableStatementContext) AnnotationSupport

func (*NamespaceVariableStatementContext) End

func (*NamespaceVariableStatementContext) Equal

func (*NamespaceVariableStatementContext) Expression

func (*NamespaceVariableStatementContext) GetParser

func (*NamespaceVariableStatementContext) GetRuleContext

func (*NamespaceVariableStatementContext) Id

func (*NamespaceVariableStatementContext) IsNamespaceVariableStatementContext

func (*NamespaceVariableStatementContext) IsNamespaceVariableStatementContext()

func (*NamespaceVariableStatementContext) ToStringTree

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

func (*NamespaceVariableStatementContext) TypeType

type NegateContext

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

func NewEmptyNegateContext

func NewEmptyNegateContext() *NegateContext

func NewNegateContext

func NewNegateContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NegateContext

func (*NegateContext) Accept

func (s *NegateContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*NegateContext) Expression

func (s *NegateContext) Expression() IExpressionContext

func (*NegateContext) GetParser

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

func (*NegateContext) GetRuleContext

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

func (*NegateContext) IsNegateContext

func (*NegateContext) IsNegateContext()

func (*NegateContext) ToStringTree

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

func (*NegateContext) Wave

func (s *NegateContext) Wave() IWaveContext

type NilExprContext

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

func NewEmptyNilExprContext

func NewEmptyNilExprContext() *NilExprContext

func NewNilExprContext

func NewNilExprContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NilExprContext

func (*NilExprContext) Accept

func (s *NilExprContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*NilExprContext) GetParser

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

func (*NilExprContext) GetRuleContext

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

func (*NilExprContext) IsNilExprContext

func (*NilExprContext) IsNilExprContext()

func (*NilExprContext) NilLiteral

func (s *NilExprContext) NilLiteral() antlr.TerminalNode

func (*NilExprContext) ToStringTree

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

type OrElseContext

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

func NewEmptyOrElseContext

func NewEmptyOrElseContext() *OrElseContext

func NewOrElseContext

func NewOrElseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *OrElseContext

func (*OrElseContext) Accept

func (s *OrElseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*OrElseContext) Bang

func (s *OrElseContext) Bang() antlr.TerminalNode

func (*OrElseContext) Expression

func (s *OrElseContext) Expression() IExpressionContext

func (*OrElseContext) GetParser

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

func (*OrElseContext) GetRuleContext

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

func (*OrElseContext) IsOrElseContext

func (*OrElseContext) IsOrElseContext()

func (*OrElseContext) Question

func (s *OrElseContext) Question() antlr.TerminalNode

func (*OrElseContext) ToStringTree

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

type OverrideFunctionStatementContext

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

func NewEmptyOverrideFunctionStatementContext

func NewEmptyOverrideFunctionStatementContext() *OverrideFunctionStatementContext

func NewOverrideFunctionStatementContext

func NewOverrideFunctionStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *OverrideFunctionStatementContext

func (*OverrideFunctionStatementContext) Accept

func (s *OverrideFunctionStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*OverrideFunctionStatementContext) AllDiscard

func (*OverrideFunctionStatementContext) AllFunctionSupportStatement

func (s *OverrideFunctionStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*OverrideFunctionStatementContext) AllNew_Line

func (*OverrideFunctionStatementContext) AnnotationSupport

func (*OverrideFunctionStatementContext) At

func (*OverrideFunctionStatementContext) Cent

func (*OverrideFunctionStatementContext) Colon

func (*OverrideFunctionStatementContext) Discard

func (*OverrideFunctionStatementContext) End

func (*OverrideFunctionStatementContext) FunctionSupportStatement

func (*OverrideFunctionStatementContext) GetN

func (*OverrideFunctionStatementContext) GetParser

func (*OverrideFunctionStatementContext) GetRuleContext

func (*OverrideFunctionStatementContext) GetT

func (*OverrideFunctionStatementContext) GetY

func (*OverrideFunctionStatementContext) Id

func (*OverrideFunctionStatementContext) IsOverrideFunctionStatementContext

func (*OverrideFunctionStatementContext) IsOverrideFunctionStatementContext()

func (*OverrideFunctionStatementContext) Left_brace

func (*OverrideFunctionStatementContext) Left_paren

func (*OverrideFunctionStatementContext) New_Line

func (*OverrideFunctionStatementContext) ParameterClauseIn

func (*OverrideFunctionStatementContext) ParameterClauseOut

func (*OverrideFunctionStatementContext) Right_Arrow

func (*OverrideFunctionStatementContext) Right_Flow

func (*OverrideFunctionStatementContext) Right_brace

func (*OverrideFunctionStatementContext) Right_paren

func (*OverrideFunctionStatementContext) SetN

func (*OverrideFunctionStatementContext) SetT

func (*OverrideFunctionStatementContext) SetY

func (*OverrideFunctionStatementContext) TemplateDefine

func (*OverrideFunctionStatementContext) ToStringTree

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

type OverrideVariableStatementContext

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

func NewEmptyOverrideVariableStatementContext

func NewEmptyOverrideVariableStatementContext() *OverrideVariableStatementContext

func NewOverrideVariableStatementContext

func NewOverrideVariableStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *OverrideVariableStatementContext

func (*OverrideVariableStatementContext) Accept

func (s *OverrideVariableStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*OverrideVariableStatementContext) AnnotationSupport

func (*OverrideVariableStatementContext) Cent

func (*OverrideVariableStatementContext) Discard

func (*OverrideVariableStatementContext) End

func (*OverrideVariableStatementContext) Equal

func (*OverrideVariableStatementContext) Expression

func (*OverrideVariableStatementContext) GetN

func (*OverrideVariableStatementContext) GetParser

func (*OverrideVariableStatementContext) GetRuleContext

func (*OverrideVariableStatementContext) Id

func (*OverrideVariableStatementContext) IsOverrideVariableStatementContext

func (*OverrideVariableStatementContext) IsOverrideVariableStatementContext()

func (*OverrideVariableStatementContext) SetN

func (*OverrideVariableStatementContext) ToStringTree

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

func (*OverrideVariableStatementContext) TypeType

type PackageControlSubStatementContext

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

func NewEmptyPackageControlSubStatementContext

func NewEmptyPackageControlSubStatementContext() *PackageControlSubStatementContext

func NewPackageControlSubStatementContext

func NewPackageControlSubStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PackageControlSubStatementContext

func (*PackageControlSubStatementContext) Accept

func (s *PackageControlSubStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*PackageControlSubStatementContext) AllFunctionSupportStatement

func (s *PackageControlSubStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*PackageControlSubStatementContext) AllId

func (*PackageControlSubStatementContext) End

func (*PackageControlSubStatementContext) FunctionSupportStatement

func (*PackageControlSubStatementContext) GetParser

func (*PackageControlSubStatementContext) GetRuleContext

func (*PackageControlSubStatementContext) Id

func (*PackageControlSubStatementContext) IsPackageControlSubStatementContext

func (*PackageControlSubStatementContext) IsPackageControlSubStatementContext()

func (*PackageControlSubStatementContext) Left_brace

func (*PackageControlSubStatementContext) Left_paren

func (*PackageControlSubStatementContext) Right_brace

func (*PackageControlSubStatementContext) Right_paren

func (*PackageControlSubStatementContext) ToStringTree

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

type PackageEventStatementContext

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

func NewEmptyPackageEventStatementContext

func NewEmptyPackageEventStatementContext() *PackageEventStatementContext

func NewPackageEventStatementContext

func NewPackageEventStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PackageEventStatementContext

func (*PackageEventStatementContext) Accept

func (s *PackageEventStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*PackageEventStatementContext) End

func (*PackageEventStatementContext) GetParser

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

func (*PackageEventStatementContext) GetRuleContext

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

func (*PackageEventStatementContext) Id

func (*PackageEventStatementContext) IsPackageEventStatementContext

func (*PackageEventStatementContext) IsPackageEventStatementContext()

func (*PackageEventStatementContext) Left_brack

func (*PackageEventStatementContext) NameSpaceItem

func (*PackageEventStatementContext) Question

func (*PackageEventStatementContext) Right_brack

func (*PackageEventStatementContext) ToStringTree

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

type PackageFieldStatementContext

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

func NewEmptyPackageFieldStatementContext

func NewEmptyPackageFieldStatementContext() *PackageFieldStatementContext

func NewPackageFieldStatementContext

func NewPackageFieldStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PackageFieldStatementContext

func (*PackageFieldStatementContext) Accept

func (s *PackageFieldStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*PackageFieldStatementContext) AllId

func (*PackageFieldStatementContext) AllPackageSupportStatement

func (s *PackageFieldStatementContext) AllPackageSupportStatement() []IPackageSupportStatementContext

func (*PackageFieldStatementContext) GetP

func (*PackageFieldStatementContext) GetParser

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

func (*PackageFieldStatementContext) GetRuleContext

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

func (*PackageFieldStatementContext) Id

func (*PackageFieldStatementContext) IsPackageFieldStatementContext

func (*PackageFieldStatementContext) IsPackageFieldStatementContext()

func (*PackageFieldStatementContext) Left_Arrow

func (*PackageFieldStatementContext) Left_brace

func (*PackageFieldStatementContext) More

func (*PackageFieldStatementContext) PackageSupportStatement

func (*PackageFieldStatementContext) Question

func (*PackageFieldStatementContext) Right_brace

func (*PackageFieldStatementContext) SetP

func (*PackageFieldStatementContext) ToStringTree

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

type PackageFunctionStatementContext

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

func NewEmptyPackageFunctionStatementContext

func NewEmptyPackageFunctionStatementContext() *PackageFunctionStatementContext

func NewPackageFunctionStatementContext

func NewPackageFunctionStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PackageFunctionStatementContext

func (*PackageFunctionStatementContext) Accept

func (s *PackageFunctionStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*PackageFunctionStatementContext) AllFunctionSupportStatement

func (s *PackageFunctionStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*PackageFunctionStatementContext) AllNew_Line

func (*PackageFunctionStatementContext) AnnotationSupport

func (*PackageFunctionStatementContext) At

func (*PackageFunctionStatementContext) Colon

func (*PackageFunctionStatementContext) Discard

func (*PackageFunctionStatementContext) End

func (*PackageFunctionStatementContext) FunctionSupportStatement

func (*PackageFunctionStatementContext) GetParser

func (*PackageFunctionStatementContext) GetRuleContext

func (*PackageFunctionStatementContext) GetT

func (*PackageFunctionStatementContext) GetY

func (*PackageFunctionStatementContext) Id

func (*PackageFunctionStatementContext) IsPackageFunctionStatementContext

func (*PackageFunctionStatementContext) IsPackageFunctionStatementContext()

func (*PackageFunctionStatementContext) Left_brace

func (*PackageFunctionStatementContext) Left_paren

func (*PackageFunctionStatementContext) New_Line

func (*PackageFunctionStatementContext) ParameterClauseIn

func (*PackageFunctionStatementContext) ParameterClauseOut

func (*PackageFunctionStatementContext) Right_Arrow

func (*PackageFunctionStatementContext) Right_Flow

func (*PackageFunctionStatementContext) Right_brace

func (*PackageFunctionStatementContext) Right_paren

func (*PackageFunctionStatementContext) SetT

func (*PackageFunctionStatementContext) SetY

func (*PackageFunctionStatementContext) TemplateDefine

func (*PackageFunctionStatementContext) ToStringTree

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

type PackageImplementStatementContext

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

func NewEmptyPackageImplementStatementContext

func NewEmptyPackageImplementStatementContext() *PackageImplementStatementContext

func NewPackageImplementStatementContext

func NewPackageImplementStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PackageImplementStatementContext

func (*PackageImplementStatementContext) Accept

func (s *PackageImplementStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*PackageImplementStatementContext) AllId

func (*PackageImplementStatementContext) AllImplementSupportStatement

func (s *PackageImplementStatementContext) AllImplementSupportStatement() []IImplementSupportStatementContext

func (*PackageImplementStatementContext) GetP

func (*PackageImplementStatementContext) GetParser

func (*PackageImplementStatementContext) GetRuleContext

func (*PackageImplementStatementContext) Id

func (*PackageImplementStatementContext) ImplementSupportStatement

func (*PackageImplementStatementContext) IsPackageImplementStatementContext

func (*PackageImplementStatementContext) IsPackageImplementStatementContext()

func (*PackageImplementStatementContext) Left_Arrow

func (*PackageImplementStatementContext) Left_brace

func (*PackageImplementStatementContext) More

func (*PackageImplementStatementContext) Question

func (*PackageImplementStatementContext) Right_brace

func (*PackageImplementStatementContext) SetP

func (*PackageImplementStatementContext) ToStringTree

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

func (*PackageImplementStatementContext) TypeType

type PackageNewStatementContext

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

func NewEmptyPackageNewStatementContext

func NewEmptyPackageNewStatementContext() *PackageNewStatementContext

func NewPackageNewStatementContext

func NewPackageNewStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PackageNewStatementContext

func (*PackageNewStatementContext) Accept

func (s *PackageNewStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*PackageNewStatementContext) AllFunctionSupportStatement

func (s *PackageNewStatementContext) AllFunctionSupportStatement() []IFunctionSupportStatementContext

func (*PackageNewStatementContext) AllId

func (*PackageNewStatementContext) AllLeft_paren

func (s *PackageNewStatementContext) AllLeft_paren() []ILeft_parenContext

func (*PackageNewStatementContext) AllRight_paren

func (s *PackageNewStatementContext) AllRight_paren() []IRight_parenContext

func (*PackageNewStatementContext) AnnotationSupport

func (*PackageNewStatementContext) ExpressionList

func (*PackageNewStatementContext) FunctionSupportStatement

func (s *PackageNewStatementContext) FunctionSupportStatement(i int) IFunctionSupportStatementContext

func (*PackageNewStatementContext) GetP

func (*PackageNewStatementContext) GetParser

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

func (*PackageNewStatementContext) GetRuleContext

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

func (*PackageNewStatementContext) Id

func (*PackageNewStatementContext) IsPackageNewStatementContext

func (*PackageNewStatementContext) IsPackageNewStatementContext()

func (*PackageNewStatementContext) Left_Arrow

func (*PackageNewStatementContext) Left_brace

func (*PackageNewStatementContext) Left_paren

func (*PackageNewStatementContext) More

func (*PackageNewStatementContext) ParameterClauseIn

func (*PackageNewStatementContext) Question

func (*PackageNewStatementContext) Right_brace

func (*PackageNewStatementContext) Right_paren

func (*PackageNewStatementContext) SetP

func (*PackageNewStatementContext) ToStringTree

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

type PackageStatementContext

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

func NewEmptyPackageStatementContext

func NewEmptyPackageStatementContext() *PackageStatementContext

func NewPackageStatementContext

func NewPackageStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PackageStatementContext

func (*PackageStatementContext) Accept

func (s *PackageStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*PackageStatementContext) AllCent

func (*PackageStatementContext) AllPackageFieldStatement

func (s *PackageStatementContext) AllPackageFieldStatement() []IPackageFieldStatementContext

func (*PackageStatementContext) AllPackageImplementStatement

func (s *PackageStatementContext) AllPackageImplementStatement() []IPackageImplementStatementContext

func (*PackageStatementContext) AllPackageNewStatement

func (s *PackageStatementContext) AllPackageNewStatement() []IPackageNewStatementContext

func (*PackageStatementContext) AnnotationSupport

func (s *PackageStatementContext) AnnotationSupport() IAnnotationSupportContext

func (*PackageStatementContext) Cent

func (*PackageStatementContext) Colon

func (*PackageStatementContext) End

func (*PackageStatementContext) Equal

func (*PackageStatementContext) GetParser

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

func (*PackageStatementContext) GetRuleContext

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

func (*PackageStatementContext) Id

func (*PackageStatementContext) IsPackageStatementContext

func (*PackageStatementContext) IsPackageStatementContext()

func (*PackageStatementContext) PackageFieldStatement

func (s *PackageStatementContext) PackageFieldStatement(i int) IPackageFieldStatementContext

func (*PackageStatementContext) PackageImplementStatement

func (s *PackageStatementContext) PackageImplementStatement(i int) IPackageImplementStatementContext

func (*PackageStatementContext) PackageNewStatement

func (s *PackageStatementContext) PackageNewStatement(i int) IPackageNewStatementContext

func (*PackageStatementContext) TemplateDefine

func (s *PackageStatementContext) TemplateDefine() ITemplateDefineContext

func (*PackageStatementContext) ToStringTree

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

type PackageSupportStatementContext

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

func NewEmptyPackageSupportStatementContext

func NewEmptyPackageSupportStatementContext() *PackageSupportStatementContext

func NewPackageSupportStatementContext

func NewPackageSupportStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PackageSupportStatementContext

func (*PackageSupportStatementContext) Accept

func (s *PackageSupportStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*PackageSupportStatementContext) GetParser

func (*PackageSupportStatementContext) GetRuleContext

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

func (*PackageSupportStatementContext) IncludeStatement

func (*PackageSupportStatementContext) IsPackageSupportStatementContext

func (*PackageSupportStatementContext) IsPackageSupportStatementContext()

func (*PackageSupportStatementContext) New_Line

func (*PackageSupportStatementContext) OverrideFunctionStatement

func (*PackageSupportStatementContext) OverrideVariableStatement

func (*PackageSupportStatementContext) PackageEventStatement

func (*PackageSupportStatementContext) PackageFunctionStatement

func (*PackageSupportStatementContext) PackageVariableStatement

func (*PackageSupportStatementContext) ToStringTree

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

type PackageVariableStatementContext

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

func NewEmptyPackageVariableStatementContext

func NewEmptyPackageVariableStatementContext() *PackageVariableStatementContext

func NewPackageVariableStatementContext

func NewPackageVariableStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PackageVariableStatementContext

func (*PackageVariableStatementContext) Accept

func (s *PackageVariableStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*PackageVariableStatementContext) AnnotationSupport

func (*PackageVariableStatementContext) End

func (*PackageVariableStatementContext) Equal

func (*PackageVariableStatementContext) Expression

func (*PackageVariableStatementContext) GetParser

func (*PackageVariableStatementContext) GetRuleContext

func (*PackageVariableStatementContext) Id

func (*PackageVariableStatementContext) IsPackageVariableStatementContext

func (*PackageVariableStatementContext) IsPackageVariableStatementContext()

func (*PackageVariableStatementContext) ToStringTree

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

func (*PackageVariableStatementContext) TypeType

type ParameterClauseInContext

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

func NewEmptyParameterClauseInContext

func NewEmptyParameterClauseInContext() *ParameterClauseInContext

func NewParameterClauseInContext

func NewParameterClauseInContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ParameterClauseInContext

func (*ParameterClauseInContext) Accept

func (s *ParameterClauseInContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ParameterClauseInContext) AllMore

func (s *ParameterClauseInContext) AllMore() []IMoreContext

func (*ParameterClauseInContext) AllParameter

func (s *ParameterClauseInContext) AllParameter() []IParameterContext

func (*ParameterClauseInContext) GetParser

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

func (*ParameterClauseInContext) GetRuleContext

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

func (*ParameterClauseInContext) IsParameterClauseInContext

func (*ParameterClauseInContext) IsParameterClauseInContext()

func (*ParameterClauseInContext) More

func (*ParameterClauseInContext) Parameter

func (*ParameterClauseInContext) ToStringTree

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

type ParameterClauseOutContext

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

func NewEmptyParameterClauseOutContext

func NewEmptyParameterClauseOutContext() *ParameterClauseOutContext

func NewParameterClauseOutContext

func NewParameterClauseOutContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ParameterClauseOutContext

func (*ParameterClauseOutContext) Accept

func (s *ParameterClauseOutContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ParameterClauseOutContext) AllMore

func (s *ParameterClauseOutContext) AllMore() []IMoreContext

func (*ParameterClauseOutContext) AllParameter

func (s *ParameterClauseOutContext) AllParameter() []IParameterContext

func (*ParameterClauseOutContext) GetParser

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

func (*ParameterClauseOutContext) GetRuleContext

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

func (*ParameterClauseOutContext) IsParameterClauseOutContext

func (*ParameterClauseOutContext) IsParameterClauseOutContext()

func (*ParameterClauseOutContext) More

func (*ParameterClauseOutContext) Parameter

func (*ParameterClauseOutContext) ToStringTree

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

type ParameterContext

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

func NewEmptyParameterContext

func NewEmptyParameterContext() *ParameterContext

func NewParameterContext

func NewParameterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ParameterContext

func (*ParameterContext) Accept

func (s *ParameterContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ParameterContext) AnnotationSupport

func (s *ParameterContext) AnnotationSupport() IAnnotationSupportContext

func (*ParameterContext) Dot_Dot

func (s *ParameterContext) Dot_Dot() antlr.TerminalNode

func (*ParameterContext) Dot_Dot_Dot

func (s *ParameterContext) Dot_Dot_Dot() antlr.TerminalNode

func (*ParameterContext) Equal

func (s *ParameterContext) Equal() antlr.TerminalNode

func (*ParameterContext) Expression

func (s *ParameterContext) Expression() IExpressionContext

func (*ParameterContext) GetParser

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

func (*ParameterContext) GetRuleContext

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

func (*ParameterContext) Id

func (s *ParameterContext) Id() IIdContext

func (*ParameterContext) IsParameterContext

func (*ParameterContext) IsParameterContext()

func (*ParameterContext) ToStringTree

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

func (*ParameterContext) TypeType

func (s *ParameterContext) TypeType() ITypeTypeContext

type PkgAnonymousAssignContext

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

func NewEmptyPkgAnonymousAssignContext

func NewEmptyPkgAnonymousAssignContext() *PkgAnonymousAssignContext

func NewPkgAnonymousAssignContext

func NewPkgAnonymousAssignContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PkgAnonymousAssignContext

func (*PkgAnonymousAssignContext) Accept

func (s *PkgAnonymousAssignContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*PkgAnonymousAssignContext) AllEnd

func (s *PkgAnonymousAssignContext) AllEnd() []IEndContext

func (*PkgAnonymousAssignContext) AllPkgAnonymousAssignElement

func (s *PkgAnonymousAssignContext) AllPkgAnonymousAssignElement() []IPkgAnonymousAssignElementContext

func (*PkgAnonymousAssignContext) End

func (*PkgAnonymousAssignContext) GetParser

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

func (*PkgAnonymousAssignContext) GetRuleContext

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

func (*PkgAnonymousAssignContext) IsPkgAnonymousAssignContext

func (*PkgAnonymousAssignContext) IsPkgAnonymousAssignContext()

func (*PkgAnonymousAssignContext) Left_brace

func (*PkgAnonymousAssignContext) PkgAnonymousAssignElement

func (s *PkgAnonymousAssignContext) PkgAnonymousAssignElement(i int) IPkgAnonymousAssignElementContext

func (*PkgAnonymousAssignContext) Right_brace

func (*PkgAnonymousAssignContext) ToStringTree

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

type PkgAnonymousAssignElementContext

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

func NewEmptyPkgAnonymousAssignElementContext

func NewEmptyPkgAnonymousAssignElementContext() *PkgAnonymousAssignElementContext

func NewPkgAnonymousAssignElementContext

func NewPkgAnonymousAssignElementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PkgAnonymousAssignElementContext

func (*PkgAnonymousAssignElementContext) Accept

func (s *PkgAnonymousAssignElementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*PkgAnonymousAssignElementContext) Colon

func (*PkgAnonymousAssignElementContext) Equal

func (*PkgAnonymousAssignElementContext) Expression

func (*PkgAnonymousAssignElementContext) GetParser

func (*PkgAnonymousAssignElementContext) GetRuleContext

func (*PkgAnonymousAssignElementContext) GetT

func (*PkgAnonymousAssignElementContext) IsPkgAnonymousAssignElementContext

func (*PkgAnonymousAssignElementContext) IsPkgAnonymousAssignElementContext()

func (*PkgAnonymousAssignElementContext) Name

func (*PkgAnonymousAssignElementContext) SetT

func (*PkgAnonymousAssignElementContext) ToStringTree

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

type PkgAnonymousContext

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

func NewEmptyPkgAnonymousContext

func NewEmptyPkgAnonymousContext() *PkgAnonymousContext

func NewPkgAnonymousContext

func NewPkgAnonymousContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PkgAnonymousContext

func (*PkgAnonymousContext) Accept

func (s *PkgAnonymousContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*PkgAnonymousContext) GetParser

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

func (*PkgAnonymousContext) GetRuleContext

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

func (*PkgAnonymousContext) IsPkgAnonymousContext

func (*PkgAnonymousContext) IsPkgAnonymousContext()

func (*PkgAnonymousContext) PkgAnonymousAssign

func (s *PkgAnonymousContext) PkgAnonymousAssign() IPkgAnonymousAssignContext

func (*PkgAnonymousContext) ToStringTree

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

type PkgAssignContext

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

func NewEmptyPkgAssignContext

func NewEmptyPkgAssignContext() *PkgAssignContext

func NewPkgAssignContext

func NewPkgAssignContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PkgAssignContext

func (*PkgAssignContext) Accept

func (s *PkgAssignContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*PkgAssignContext) AllEnd

func (s *PkgAssignContext) AllEnd() []IEndContext

func (*PkgAssignContext) AllPkgAssignElement

func (s *PkgAssignContext) AllPkgAssignElement() []IPkgAssignElementContext

func (*PkgAssignContext) End

func (s *PkgAssignContext) End(i int) IEndContext

func (*PkgAssignContext) GetParser

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

func (*PkgAssignContext) GetRuleContext

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

func (*PkgAssignContext) IsPkgAssignContext

func (*PkgAssignContext) IsPkgAssignContext()

func (*PkgAssignContext) PkgAssignElement

func (s *PkgAssignContext) PkgAssignElement(i int) IPkgAssignElementContext

func (*PkgAssignContext) ToStringTree

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

type PkgAssignElementContext

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

func NewEmptyPkgAssignElementContext

func NewEmptyPkgAssignElementContext() *PkgAssignElementContext

func NewPkgAssignElementContext

func NewPkgAssignElementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PkgAssignElementContext

func (*PkgAssignElementContext) Accept

func (s *PkgAssignElementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*PkgAssignElementContext) Equal

func (*PkgAssignElementContext) Expression

func (*PkgAssignElementContext) GetParser

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

func (*PkgAssignElementContext) GetRuleContext

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

func (*PkgAssignElementContext) IsPkgAssignElementContext

func (*PkgAssignElementContext) IsPkgAssignElementContext()

func (*PkgAssignElementContext) Name

func (*PkgAssignElementContext) ToStringTree

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

type PlusMinusContext

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

func NewEmptyPlusMinusContext

func NewEmptyPlusMinusContext() *PlusMinusContext

func NewPlusMinusContext

func NewPlusMinusContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PlusMinusContext

func (*PlusMinusContext) Accept

func (s *PlusMinusContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*PlusMinusContext) Add

func (s *PlusMinusContext) Add() IAddContext

func (*PlusMinusContext) Expression

func (s *PlusMinusContext) Expression() IExpressionContext

func (*PlusMinusContext) GetParser

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

func (*PlusMinusContext) GetRuleContext

func (s *PlusMinusContext) GetRuleContext() antlr.RuleContext

func (*PlusMinusContext) IsPlusMinusContext

func (*PlusMinusContext) IsPlusMinusContext()

func (*PlusMinusContext) ToStringTree

func (s *PlusMinusContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type PowContext

type PowContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyPowContext

func NewEmptyPowContext() *PowContext

func NewPowContext

func NewPowContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PowContext

func (*PowContext) Accept

func (s *PowContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*PowContext) GetOp

func (s *PowContext) GetOp() antlr.Token

func (*PowContext) GetParser

func (s *PowContext) GetParser() antlr.Parser

func (*PowContext) GetRuleContext

func (s *PowContext) GetRuleContext() antlr.RuleContext

func (*PowContext) IsPowContext

func (*PowContext) IsPowContext()

func (*PowContext) Log

func (s *PowContext) Log() antlr.TerminalNode

func (*PowContext) New_Line

func (s *PowContext) New_Line() antlr.TerminalNode

func (*PowContext) Pow

func (s *PowContext) Pow() antlr.TerminalNode

func (*PowContext) Root

func (s *PowContext) Root() antlr.TerminalNode

func (*PowContext) SetOp

func (s *PowContext) SetOp(v antlr.Token)

func (*PowContext) ToStringTree

func (s *PowContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type PrimaryExpressionContext

type PrimaryExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyPrimaryExpressionContext

func NewEmptyPrimaryExpressionContext() *PrimaryExpressionContext

func NewPrimaryExpressionContext

func NewPrimaryExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PrimaryExpressionContext

func (*PrimaryExpressionContext) Accept

func (s *PrimaryExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*PrimaryExpressionContext) DataStatement

func (*PrimaryExpressionContext) Discard

func (*PrimaryExpressionContext) Expression

func (*PrimaryExpressionContext) GetParser

func (s *PrimaryExpressionContext) GetParser() antlr.Parser

func (*PrimaryExpressionContext) GetRuleContext

func (s *PrimaryExpressionContext) GetRuleContext() antlr.RuleContext

func (*PrimaryExpressionContext) GetT

func (*PrimaryExpressionContext) Id

func (*PrimaryExpressionContext) IsPrimaryExpressionContext

func (*PrimaryExpressionContext) IsPrimaryExpressionContext()

func (*PrimaryExpressionContext) Left_paren

func (*PrimaryExpressionContext) Right_paren

func (*PrimaryExpressionContext) SetT

func (*PrimaryExpressionContext) TemplateCall

func (*PrimaryExpressionContext) ToStringTree

func (s *PrimaryExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ProgramContext

type ProgramContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyProgramContext

func NewEmptyProgramContext() *ProgramContext

func NewProgramContext

func NewProgramContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ProgramContext

func (*ProgramContext) Accept

func (s *ProgramContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ProgramContext) AllStatement

func (s *ProgramContext) AllStatement() []IStatementContext

func (*ProgramContext) GetParser

func (s *ProgramContext) GetParser() antlr.Parser

func (*ProgramContext) GetRuleContext

func (s *ProgramContext) GetRuleContext() antlr.RuleContext

func (*ProgramContext) IsProgramContext

func (*ProgramContext) IsProgramContext()

func (*ProgramContext) Statement

func (s *ProgramContext) Statement(i int) IStatementContext

func (*ProgramContext) ToStringTree

func (s *ProgramContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ProtocolFunctionStatementContext

type ProtocolFunctionStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyProtocolFunctionStatementContext

func NewEmptyProtocolFunctionStatementContext() *ProtocolFunctionStatementContext

func NewProtocolFunctionStatementContext

func NewProtocolFunctionStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ProtocolFunctionStatementContext

func (*ProtocolFunctionStatementContext) Accept

func (s *ProtocolFunctionStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ProtocolFunctionStatementContext) AllNew_Line

func (*ProtocolFunctionStatementContext) AnnotationSupport

func (*ProtocolFunctionStatementContext) At

func (*ProtocolFunctionStatementContext) End

func (*ProtocolFunctionStatementContext) GetParser

func (*ProtocolFunctionStatementContext) GetRuleContext

func (*ProtocolFunctionStatementContext) GetT

func (*ProtocolFunctionStatementContext) GetY

func (*ProtocolFunctionStatementContext) Id

func (*ProtocolFunctionStatementContext) IsProtocolFunctionStatementContext

func (*ProtocolFunctionStatementContext) IsProtocolFunctionStatementContext()

func (*ProtocolFunctionStatementContext) Left_paren

func (*ProtocolFunctionStatementContext) New_Line

func (*ProtocolFunctionStatementContext) ParameterClauseIn

func (*ProtocolFunctionStatementContext) ParameterClauseOut

func (*ProtocolFunctionStatementContext) Right_Arrow

func (*ProtocolFunctionStatementContext) Right_Flow

func (*ProtocolFunctionStatementContext) Right_paren

func (*ProtocolFunctionStatementContext) SetT

func (*ProtocolFunctionStatementContext) SetY

func (*ProtocolFunctionStatementContext) TemplateDefine

func (*ProtocolFunctionStatementContext) ToStringTree

func (s *ProtocolFunctionStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ProtocolStatementContext

type ProtocolStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyProtocolStatementContext

func NewEmptyProtocolStatementContext() *ProtocolStatementContext

func NewProtocolStatementContext

func NewProtocolStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ProtocolStatementContext

func (*ProtocolStatementContext) Accept

func (s *ProtocolStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ProtocolStatementContext) AllId

func (s *ProtocolStatementContext) AllId() []IIdContext

func (*ProtocolStatementContext) AllProtocolSupportStatement

func (s *ProtocolStatementContext) AllProtocolSupportStatement() []IProtocolSupportStatementContext

func (*ProtocolStatementContext) AnnotationSupport

func (s *ProtocolStatementContext) AnnotationSupport() IAnnotationSupportContext

func (*ProtocolStatementContext) Cent

func (*ProtocolStatementContext) Colon

func (*ProtocolStatementContext) Discard

func (*ProtocolStatementContext) End

func (*ProtocolStatementContext) Equal

func (*ProtocolStatementContext) GetP

func (*ProtocolStatementContext) GetParser

func (s *ProtocolStatementContext) GetParser() antlr.Parser

func (*ProtocolStatementContext) GetRuleContext

func (s *ProtocolStatementContext) GetRuleContext() antlr.RuleContext

func (*ProtocolStatementContext) Id

func (*ProtocolStatementContext) IsProtocolStatementContext

func (*ProtocolStatementContext) IsProtocolStatementContext()

func (*ProtocolStatementContext) Left_Arrow

func (*ProtocolStatementContext) Left_brace

func (*ProtocolStatementContext) More

func (*ProtocolStatementContext) ProtocolSupportStatement

func (s *ProtocolStatementContext) ProtocolSupportStatement(i int) IProtocolSupportStatementContext

func (*ProtocolStatementContext) Question

func (*ProtocolStatementContext) Right_brace

func (*ProtocolStatementContext) SetP

func (*ProtocolStatementContext) TemplateDefine

func (*ProtocolStatementContext) ToStringTree

func (s *ProtocolStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ProtocolSupportStatementContext

type ProtocolSupportStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyProtocolSupportStatementContext

func NewEmptyProtocolSupportStatementContext() *ProtocolSupportStatementContext

func NewProtocolSupportStatementContext

func NewProtocolSupportStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ProtocolSupportStatementContext

func (*ProtocolSupportStatementContext) Accept

func (s *ProtocolSupportStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ProtocolSupportStatementContext) GetParser

func (*ProtocolSupportStatementContext) GetRuleContext

func (*ProtocolSupportStatementContext) IncludeStatement

func (*ProtocolSupportStatementContext) IsProtocolSupportStatementContext

func (*ProtocolSupportStatementContext) IsProtocolSupportStatementContext()

func (*ProtocolSupportStatementContext) New_Line

func (*ProtocolSupportStatementContext) ProtocolFunctionStatement

func (*ProtocolSupportStatementContext) ProtocolVariableStatement

func (*ProtocolSupportStatementContext) ToStringTree

func (s *ProtocolSupportStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ProtocolVariableStatementContext

type ProtocolVariableStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyProtocolVariableStatementContext

func NewEmptyProtocolVariableStatementContext() *ProtocolVariableStatementContext

func NewProtocolVariableStatementContext

func NewProtocolVariableStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ProtocolVariableStatementContext

func (*ProtocolVariableStatementContext) Accept

func (s *ProtocolVariableStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ProtocolVariableStatementContext) AnnotationSupport

func (*ProtocolVariableStatementContext) End

func (*ProtocolVariableStatementContext) Equal

func (*ProtocolVariableStatementContext) Expression

func (*ProtocolVariableStatementContext) GetParser

func (*ProtocolVariableStatementContext) GetRuleContext

func (*ProtocolVariableStatementContext) Id

func (*ProtocolVariableStatementContext) IsProtocolVariableStatementContext

func (*ProtocolVariableStatementContext) IsProtocolVariableStatementContext()

func (*ProtocolVariableStatementContext) ToStringTree

func (s *ProtocolVariableStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*ProtocolVariableStatementContext) TypeType

type ReturnAwaitStatementContext

type ReturnAwaitStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyReturnAwaitStatementContext

func NewEmptyReturnAwaitStatementContext() *ReturnAwaitStatementContext

func NewReturnAwaitStatementContext

func NewReturnAwaitStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ReturnAwaitStatementContext

func (*ReturnAwaitStatementContext) Accept

func (s *ReturnAwaitStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ReturnAwaitStatementContext) End

func (*ReturnAwaitStatementContext) GetParser

func (s *ReturnAwaitStatementContext) GetParser() antlr.Parser

func (*ReturnAwaitStatementContext) GetRuleContext

func (s *ReturnAwaitStatementContext) GetRuleContext() antlr.RuleContext

func (*ReturnAwaitStatementContext) IsReturnAwaitStatementContext

func (*ReturnAwaitStatementContext) IsReturnAwaitStatementContext()

func (*ReturnAwaitStatementContext) Left_Flow

func (*ReturnAwaitStatementContext) ToStringTree

func (s *ReturnAwaitStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*ReturnAwaitStatementContext) TupleExpression

type ReturnStatementContext

type ReturnStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyReturnStatementContext

func NewEmptyReturnStatementContext() *ReturnStatementContext

func NewReturnStatementContext

func NewReturnStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ReturnStatementContext

func (*ReturnStatementContext) Accept

func (s *ReturnStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*ReturnStatementContext) End

func (*ReturnStatementContext) GetParser

func (s *ReturnStatementContext) GetParser() antlr.Parser

func (*ReturnStatementContext) GetRuleContext

func (s *ReturnStatementContext) GetRuleContext() antlr.RuleContext

func (*ReturnStatementContext) IsReturnStatementContext

func (*ReturnStatementContext) IsReturnStatementContext()

func (*ReturnStatementContext) Left_Arrow

func (s *ReturnStatementContext) Left_Arrow() antlr.TerminalNode

func (*ReturnStatementContext) ToStringTree

func (s *ReturnStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*ReturnStatementContext) TupleExpression

func (s *ReturnStatementContext) TupleExpression() ITupleExpressionContext

type Right_braceContext

type Right_braceContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyRight_braceContext

func NewEmptyRight_braceContext() *Right_braceContext

func NewRight_braceContext

func NewRight_braceContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Right_braceContext

func (*Right_braceContext) Accept

func (s *Right_braceContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*Right_braceContext) AllNew_Line

func (s *Right_braceContext) AllNew_Line() []antlr.TerminalNode

func (*Right_braceContext) GetParser

func (s *Right_braceContext) GetParser() antlr.Parser

func (*Right_braceContext) GetRuleContext

func (s *Right_braceContext) GetRuleContext() antlr.RuleContext

func (*Right_braceContext) IsRight_braceContext

func (*Right_braceContext) IsRight_braceContext()

func (*Right_braceContext) New_Line

func (s *Right_braceContext) New_Line(i int) antlr.TerminalNode

func (*Right_braceContext) Right_Brace

func (s *Right_braceContext) Right_Brace() antlr.TerminalNode

func (*Right_braceContext) ToStringTree

func (s *Right_braceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Right_brackContext

type Right_brackContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyRight_brackContext

func NewEmptyRight_brackContext() *Right_brackContext

func NewRight_brackContext

func NewRight_brackContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Right_brackContext

func (*Right_brackContext) Accept

func (s *Right_brackContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*Right_brackContext) AllNew_Line

func (s *Right_brackContext) AllNew_Line() []antlr.TerminalNode

func (*Right_brackContext) GetParser

func (s *Right_brackContext) GetParser() antlr.Parser

func (*Right_brackContext) GetRuleContext

func (s *Right_brackContext) GetRuleContext() antlr.RuleContext

func (*Right_brackContext) IsRight_brackContext

func (*Right_brackContext) IsRight_brackContext()

func (*Right_brackContext) New_Line

func (s *Right_brackContext) New_Line(i int) antlr.TerminalNode

func (*Right_brackContext) Right_Brack

func (s *Right_brackContext) Right_Brack() antlr.TerminalNode

func (*Right_brackContext) ToStringTree

func (s *Right_brackContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Right_parenContext

type Right_parenContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyRight_parenContext

func NewEmptyRight_parenContext() *Right_parenContext

func NewRight_parenContext

func NewRight_parenContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Right_parenContext

func (*Right_parenContext) Accept

func (s *Right_parenContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*Right_parenContext) GetParser

func (s *Right_parenContext) GetParser() antlr.Parser

func (*Right_parenContext) GetRuleContext

func (s *Right_parenContext) GetRuleContext() antlr.RuleContext

func (*Right_parenContext) IsRight_parenContext

func (*Right_parenContext) IsRight_parenContext()

func (*Right_parenContext) Right_Paren

func (s *Right_parenContext) Right_Paren() antlr.TerminalNode

func (*Right_parenContext) ToStringTree

func (s *Right_parenContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SetAssignContext

type SetAssignContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySetAssignContext

func NewEmptySetAssignContext() *SetAssignContext

func NewSetAssignContext

func NewSetAssignContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SetAssignContext

func (*SetAssignContext) Accept

func (s *SetAssignContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*SetAssignContext) AllExpression

func (s *SetAssignContext) AllExpression() []IExpressionContext

func (*SetAssignContext) AllMore

func (s *SetAssignContext) AllMore() []IMoreContext

func (*SetAssignContext) Colon_Arrow

func (s *SetAssignContext) Colon_Arrow() antlr.TerminalNode

func (*SetAssignContext) Expression

func (s *SetAssignContext) Expression(i int) IExpressionContext

func (*SetAssignContext) GetParser

func (s *SetAssignContext) GetParser() antlr.Parser

func (*SetAssignContext) GetRuleContext

func (s *SetAssignContext) GetRuleContext() antlr.RuleContext

func (*SetAssignContext) IsSetAssignContext

func (*SetAssignContext) IsSetAssignContext()

func (*SetAssignContext) More

func (s *SetAssignContext) More(i int) IMoreContext

func (*SetAssignContext) ToStringTree

func (s *SetAssignContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SetContext

type SetContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySetContext

func NewEmptySetContext() *SetContext

func NewSetContext

func NewSetContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SetContext

func (*SetContext) Accept

func (s *SetContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*SetContext) AllEnd

func (s *SetContext) AllEnd() []IEndContext

func (*SetContext) AllExpression

func (s *SetContext) AllExpression() []IExpressionContext

func (*SetContext) Colon_Arrow

func (s *SetContext) Colon_Arrow() antlr.TerminalNode

func (*SetContext) End

func (s *SetContext) End(i int) IEndContext

func (*SetContext) Expression

func (s *SetContext) Expression(i int) IExpressionContext

func (*SetContext) GetParser

func (s *SetContext) GetParser() antlr.Parser

func (*SetContext) GetRuleContext

func (s *SetContext) GetRuleContext() antlr.RuleContext

func (*SetContext) IsSetContext

func (*SetContext) IsSetContext()

func (*SetContext) Left_brace

func (s *SetContext) Left_brace() ILeft_braceContext

func (*SetContext) Right_brace

func (s *SetContext) Right_brace() IRight_braceContext

func (*SetContext) ToStringTree

func (s *SetContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SliceContext

type SliceContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySliceContext

func NewEmptySliceContext() *SliceContext

func NewSliceContext

func NewSliceContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SliceContext

func (*SliceContext) Accept

func (s *SliceContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*SliceContext) GetParser

func (s *SliceContext) GetParser() antlr.Parser

func (*SliceContext) GetRuleContext

func (s *SliceContext) GetRuleContext() antlr.RuleContext

func (*SliceContext) IsSliceContext

func (*SliceContext) IsSliceContext()

func (*SliceContext) SliceEnd

func (s *SliceContext) SliceEnd() ISliceEndContext

func (*SliceContext) SliceFull

func (s *SliceContext) SliceFull() ISliceFullContext

func (*SliceContext) SliceStart

func (s *SliceContext) SliceStart() ISliceStartContext

func (*SliceContext) ToStringTree

func (s *SliceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SliceEndContext

type SliceEndContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySliceEndContext

func NewEmptySliceEndContext() *SliceEndContext

func NewSliceEndContext

func NewSliceEndContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SliceEndContext

func (*SliceEndContext) Accept

func (s *SliceEndContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*SliceEndContext) Add_Add

func (s *SliceEndContext) Add_Add() antlr.TerminalNode

func (*SliceEndContext) Expression

func (s *SliceEndContext) Expression() IExpressionContext

func (*SliceEndContext) GetOp

func (s *SliceEndContext) GetOp() antlr.Token

func (*SliceEndContext) GetParser

func (s *SliceEndContext) GetParser() antlr.Parser

func (*SliceEndContext) GetRuleContext

func (s *SliceEndContext) GetRuleContext() antlr.RuleContext

func (*SliceEndContext) IsSliceEndContext

func (*SliceEndContext) IsSliceEndContext()

func (*SliceEndContext) SetOp

func (s *SliceEndContext) SetOp(v antlr.Token)

func (*SliceEndContext) Sub_Sub

func (s *SliceEndContext) Sub_Sub() antlr.TerminalNode

func (*SliceEndContext) ToStringTree

func (s *SliceEndContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SliceFullContext

type SliceFullContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySliceFullContext

func NewEmptySliceFullContext() *SliceFullContext

func NewSliceFullContext

func NewSliceFullContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SliceFullContext

func (*SliceFullContext) Accept

func (s *SliceFullContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*SliceFullContext) Add_Add

func (s *SliceFullContext) Add_Add() antlr.TerminalNode

func (*SliceFullContext) AllExpression

func (s *SliceFullContext) AllExpression() []IExpressionContext

func (*SliceFullContext) Expression

func (s *SliceFullContext) Expression(i int) IExpressionContext

func (*SliceFullContext) GetOp

func (s *SliceFullContext) GetOp() antlr.Token

func (*SliceFullContext) GetParser

func (s *SliceFullContext) GetParser() antlr.Parser

func (*SliceFullContext) GetRuleContext

func (s *SliceFullContext) GetRuleContext() antlr.RuleContext

func (*SliceFullContext) IsSliceFullContext

func (*SliceFullContext) IsSliceFullContext()

func (*SliceFullContext) SetOp

func (s *SliceFullContext) SetOp(v antlr.Token)

func (*SliceFullContext) Sub_Sub

func (s *SliceFullContext) Sub_Sub() antlr.TerminalNode

func (*SliceFullContext) ToStringTree

func (s *SliceFullContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SliceStartContext

type SliceStartContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySliceStartContext

func NewEmptySliceStartContext() *SliceStartContext

func NewSliceStartContext

func NewSliceStartContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SliceStartContext

func (*SliceStartContext) Accept

func (s *SliceStartContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*SliceStartContext) Add_Add

func (s *SliceStartContext) Add_Add() antlr.TerminalNode

func (*SliceStartContext) Expression

func (s *SliceStartContext) Expression() IExpressionContext

func (*SliceStartContext) GetOp

func (s *SliceStartContext) GetOp() antlr.Token

func (*SliceStartContext) GetParser

func (s *SliceStartContext) GetParser() antlr.Parser

func (*SliceStartContext) GetRuleContext

func (s *SliceStartContext) GetRuleContext() antlr.RuleContext

func (*SliceStartContext) IsSliceStartContext

func (*SliceStartContext) IsSliceStartContext()

func (*SliceStartContext) SetOp

func (s *SliceStartContext) SetOp(v antlr.Token)

func (*SliceStartContext) Sub_Sub

func (s *SliceStartContext) Sub_Sub() antlr.TerminalNode

func (*SliceStartContext) ToStringTree

func (s *SliceStartContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type StatementContext

type StatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStatementContext

func NewEmptyStatementContext() *StatementContext

func NewStatementContext

func NewStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StatementContext

func (*StatementContext) Accept

func (s *StatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*StatementContext) AllNamespaceSupportStatement

func (s *StatementContext) AllNamespaceSupportStatement() []INamespaceSupportStatementContext

func (*StatementContext) AllNew_Line

func (s *StatementContext) AllNew_Line() []antlr.TerminalNode

func (*StatementContext) AnnotationSupport

func (s *StatementContext) AnnotationSupport() IAnnotationSupportContext

func (*StatementContext) ExportStatement

func (s *StatementContext) ExportStatement() IExportStatementContext

func (*StatementContext) GetParser

func (s *StatementContext) GetParser() antlr.Parser

func (*StatementContext) GetRuleContext

func (s *StatementContext) GetRuleContext() antlr.RuleContext

func (*StatementContext) IsStatementContext

func (*StatementContext) IsStatementContext()

func (*StatementContext) NamespaceSupportStatement

func (s *StatementContext) NamespaceSupportStatement(i int) INamespaceSupportStatementContext

func (*StatementContext) New_Line

func (s *StatementContext) New_Line(i int) antlr.TerminalNode

func (*StatementContext) ToStringTree

func (s *StatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type StringExpressionContext

type StringExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStringExpressionContext

func NewEmptyStringExpressionContext() *StringExpressionContext

func NewStringExpressionContext

func NewStringExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StringExpressionContext

func (*StringExpressionContext) Accept

func (s *StringExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*StringExpressionContext) AllStringExpressionElement

func (s *StringExpressionContext) AllStringExpressionElement() []IStringExpressionElementContext

func (*StringExpressionContext) GetParser

func (s *StringExpressionContext) GetParser() antlr.Parser

func (*StringExpressionContext) GetRuleContext

func (s *StringExpressionContext) GetRuleContext() antlr.RuleContext

func (*StringExpressionContext) IsStringExpressionContext

func (*StringExpressionContext) IsStringExpressionContext()

func (*StringExpressionContext) StringExpressionElement

func (s *StringExpressionContext) StringExpressionElement(i int) IStringExpressionElementContext

func (*StringExpressionContext) TextLiteral

func (s *StringExpressionContext) TextLiteral() antlr.TerminalNode

func (*StringExpressionContext) ToStringTree

func (s *StringExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type StringExpressionElementContext

type StringExpressionElementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStringExpressionElementContext

func NewEmptyStringExpressionElementContext() *StringExpressionElementContext

func NewStringExpressionElementContext

func NewStringExpressionElementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StringExpressionElementContext

func (*StringExpressionElementContext) Accept

func (s *StringExpressionElementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*StringExpressionElementContext) Expression

func (*StringExpressionElementContext) GetParser

func (*StringExpressionElementContext) GetRuleContext

func (s *StringExpressionElementContext) GetRuleContext() antlr.RuleContext

func (*StringExpressionElementContext) IsStringExpressionElementContext

func (*StringExpressionElementContext) IsStringExpressionElementContext()

func (*StringExpressionElementContext) TextLiteral

func (*StringExpressionElementContext) ToStringTree

func (s *StringExpressionElementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type TemplateCallContext

type TemplateCallContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTemplateCallContext

func NewEmptyTemplateCallContext() *TemplateCallContext

func NewTemplateCallContext

func NewTemplateCallContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TemplateCallContext

func (*TemplateCallContext) Accept

func (s *TemplateCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TemplateCallContext) AllMore

func (s *TemplateCallContext) AllMore() []IMoreContext

func (*TemplateCallContext) AllTypeType

func (s *TemplateCallContext) AllTypeType() []ITypeTypeContext

func (*TemplateCallContext) GetParser

func (s *TemplateCallContext) GetParser() antlr.Parser

func (*TemplateCallContext) GetRuleContext

func (s *TemplateCallContext) GetRuleContext() antlr.RuleContext

func (*TemplateCallContext) IsTemplateCallContext

func (*TemplateCallContext) IsTemplateCallContext()

func (*TemplateCallContext) Left_brack

func (s *TemplateCallContext) Left_brack() ILeft_brackContext

func (*TemplateCallContext) More

func (*TemplateCallContext) Right_brack

func (s *TemplateCallContext) Right_brack() IRight_brackContext

func (*TemplateCallContext) ToStringTree

func (s *TemplateCallContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TemplateCallContext) TypeType

func (s *TemplateCallContext) TypeType(i int) ITypeTypeContext

type TemplateDefineContext

type TemplateDefineContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTemplateDefineContext

func NewEmptyTemplateDefineContext() *TemplateDefineContext

func NewTemplateDefineContext

func NewTemplateDefineContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TemplateDefineContext

func (*TemplateDefineContext) Accept

func (s *TemplateDefineContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TemplateDefineContext) AllMore

func (s *TemplateDefineContext) AllMore() []IMoreContext

func (*TemplateDefineContext) AllTemplateDefineItem

func (s *TemplateDefineContext) AllTemplateDefineItem() []ITemplateDefineItemContext

func (*TemplateDefineContext) GetParser

func (s *TemplateDefineContext) GetParser() antlr.Parser

func (*TemplateDefineContext) GetRuleContext

func (s *TemplateDefineContext) GetRuleContext() antlr.RuleContext

func (*TemplateDefineContext) IsTemplateDefineContext

func (*TemplateDefineContext) IsTemplateDefineContext()

func (*TemplateDefineContext) Left_brack

func (s *TemplateDefineContext) Left_brack() ILeft_brackContext

func (*TemplateDefineContext) More

func (*TemplateDefineContext) Right_brack

func (s *TemplateDefineContext) Right_brack() IRight_brackContext

func (*TemplateDefineContext) TemplateDefineItem

func (s *TemplateDefineContext) TemplateDefineItem(i int) ITemplateDefineItemContext

func (*TemplateDefineContext) ToStringTree

func (s *TemplateDefineContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type TemplateDefineItemContext

type TemplateDefineItemContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTemplateDefineItemContext

func NewEmptyTemplateDefineItemContext() *TemplateDefineItemContext

func NewTemplateDefineItemContext

func NewTemplateDefineItemContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TemplateDefineItemContext

func (*TemplateDefineItemContext) Accept

func (s *TemplateDefineItemContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TemplateDefineItemContext) AllId

func (*TemplateDefineItemContext) GetParser

func (s *TemplateDefineItemContext) GetParser() antlr.Parser

func (*TemplateDefineItemContext) GetRuleContext

func (s *TemplateDefineItemContext) GetRuleContext() antlr.RuleContext

func (*TemplateDefineItemContext) Id

func (*TemplateDefineItemContext) IsTemplateDefineItemContext

func (*TemplateDefineItemContext) IsTemplateDefineItemContext()

func (*TemplateDefineItemContext) ToStringTree

func (s *TemplateDefineItemContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type TupleContext

type TupleContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTupleContext

func NewEmptyTupleContext() *TupleContext

func NewTupleContext

func NewTupleContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TupleContext

func (*TupleContext) Accept

func (s *TupleContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TupleContext) AllExpression

func (s *TupleContext) AllExpression() []IExpressionContext

func (*TupleContext) AllMore

func (s *TupleContext) AllMore() []IMoreContext

func (*TupleContext) Expression

func (s *TupleContext) Expression(i int) IExpressionContext

func (*TupleContext) GetParser

func (s *TupleContext) GetParser() antlr.Parser

func (*TupleContext) GetRuleContext

func (s *TupleContext) GetRuleContext() antlr.RuleContext

func (*TupleContext) IsTupleContext

func (*TupleContext) IsTupleContext()

func (*TupleContext) Left_paren

func (s *TupleContext) Left_paren() ILeft_parenContext

func (*TupleContext) More

func (s *TupleContext) More(i int) IMoreContext

func (*TupleContext) Right_paren

func (s *TupleContext) Right_paren() IRight_parenContext

func (*TupleContext) ToStringTree

func (s *TupleContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type TupleExpressionContext

type TupleExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTupleExpressionContext

func NewEmptyTupleExpressionContext() *TupleExpressionContext

func NewTupleExpressionContext

func NewTupleExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TupleExpressionContext

func (*TupleExpressionContext) Accept

func (s *TupleExpressionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TupleExpressionContext) AllExpression

func (s *TupleExpressionContext) AllExpression() []IExpressionContext

func (*TupleExpressionContext) AllMore

func (s *TupleExpressionContext) AllMore() []IMoreContext

func (*TupleExpressionContext) Expression

func (*TupleExpressionContext) GetParser

func (s *TupleExpressionContext) GetParser() antlr.Parser

func (*TupleExpressionContext) GetRuleContext

func (s *TupleExpressionContext) GetRuleContext() antlr.RuleContext

func (*TupleExpressionContext) IsTupleExpressionContext

func (*TupleExpressionContext) IsTupleExpressionContext()

func (*TupleExpressionContext) More

func (*TupleExpressionContext) ToStringTree

func (s *TupleExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type TypeAliasStatementContext

type TypeAliasStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeAliasStatementContext

func NewEmptyTypeAliasStatementContext() *TypeAliasStatementContext

func NewTypeAliasStatementContext

func NewTypeAliasStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeAliasStatementContext

func (*TypeAliasStatementContext) Accept

func (s *TypeAliasStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeAliasStatementContext) End

func (*TypeAliasStatementContext) GetParser

func (s *TypeAliasStatementContext) GetParser() antlr.Parser

func (*TypeAliasStatementContext) GetRuleContext

func (s *TypeAliasStatementContext) GetRuleContext() antlr.RuleContext

func (*TypeAliasStatementContext) Id

func (*TypeAliasStatementContext) IsTypeAliasStatementContext

func (*TypeAliasStatementContext) IsTypeAliasStatementContext()

func (*TypeAliasStatementContext) Left_Arrow

func (*TypeAliasStatementContext) ToStringTree

func (s *TypeAliasStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeAliasStatementContext) TypeType

type TypeAnyContext

type TypeAnyContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeAnyContext

func NewEmptyTypeAnyContext() *TypeAnyContext

func NewTypeAnyContext

func NewTypeAnyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeAnyContext

func (*TypeAnyContext) Accept

func (s *TypeAnyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeAnyContext) GetParser

func (s *TypeAnyContext) GetParser() antlr.Parser

func (*TypeAnyContext) GetRuleContext

func (s *TypeAnyContext) GetRuleContext() antlr.RuleContext

func (*TypeAnyContext) IsTypeAnyContext

func (*TypeAnyContext) IsTypeAnyContext()

func (*TypeAnyContext) ToStringTree

func (s *TypeAnyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeAnyContext) TypeAny

func (s *TypeAnyContext) TypeAny() antlr.TerminalNode

type TypeArrayContext

type TypeArrayContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeArrayContext

func NewEmptyTypeArrayContext() *TypeArrayContext

func NewTypeArrayContext

func NewTypeArrayContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeArrayContext

func (*TypeArrayContext) Accept

func (s *TypeArrayContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeArrayContext) Dot_Dot_Dot

func (s *TypeArrayContext) Dot_Dot_Dot() antlr.TerminalNode

func (*TypeArrayContext) GetParser

func (s *TypeArrayContext) GetParser() antlr.Parser

func (*TypeArrayContext) GetRuleContext

func (s *TypeArrayContext) GetRuleContext() antlr.RuleContext

func (*TypeArrayContext) IsTypeArrayContext

func (*TypeArrayContext) IsTypeArrayContext()

func (*TypeArrayContext) Left_brack

func (s *TypeArrayContext) Left_brack() ILeft_brackContext

func (*TypeArrayContext) Right_brack

func (s *TypeArrayContext) Right_brack() IRight_brackContext

func (*TypeArrayContext) ToStringTree

func (s *TypeArrayContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeArrayContext) TypeType

func (s *TypeArrayContext) TypeType() ITypeTypeContext

type TypeBasicContext

type TypeBasicContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeBasicContext

func NewEmptyTypeBasicContext() *TypeBasicContext

func NewTypeBasicContext

func NewTypeBasicContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeBasicContext

func (*TypeBasicContext) Accept

func (s *TypeBasicContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeBasicContext) GetParser

func (s *TypeBasicContext) GetParser() antlr.Parser

func (*TypeBasicContext) GetRuleContext

func (s *TypeBasicContext) GetRuleContext() antlr.RuleContext

func (*TypeBasicContext) GetT

func (s *TypeBasicContext) GetT() antlr.Token

func (*TypeBasicContext) IsTypeBasicContext

func (*TypeBasicContext) IsTypeBasicContext()

func (*TypeBasicContext) SetT

func (s *TypeBasicContext) SetT(v antlr.Token)

func (*TypeBasicContext) ToStringTree

func (s *TypeBasicContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeBasicContext) TypeBool

func (s *TypeBasicContext) TypeBool() antlr.TerminalNode

func (*TypeBasicContext) TypeByte

func (s *TypeBasicContext) TypeByte() antlr.TerminalNode

func (*TypeBasicContext) TypeChr

func (s *TypeBasicContext) TypeChr() antlr.TerminalNode

func (*TypeBasicContext) TypeF32

func (s *TypeBasicContext) TypeF32() antlr.TerminalNode

func (*TypeBasicContext) TypeF64

func (s *TypeBasicContext) TypeF64() antlr.TerminalNode

func (*TypeBasicContext) TypeI16

func (s *TypeBasicContext) TypeI16() antlr.TerminalNode

func (*TypeBasicContext) TypeI32

func (s *TypeBasicContext) TypeI32() antlr.TerminalNode

func (*TypeBasicContext) TypeI64

func (s *TypeBasicContext) TypeI64() antlr.TerminalNode

func (*TypeBasicContext) TypeI8

func (s *TypeBasicContext) TypeI8() antlr.TerminalNode

func (*TypeBasicContext) TypeInt

func (s *TypeBasicContext) TypeInt() antlr.TerminalNode

func (*TypeBasicContext) TypeNum

func (s *TypeBasicContext) TypeNum() antlr.TerminalNode

func (*TypeBasicContext) TypeStr

func (s *TypeBasicContext) TypeStr() antlr.TerminalNode

func (*TypeBasicContext) TypeU16

func (s *TypeBasicContext) TypeU16() antlr.TerminalNode

func (*TypeBasicContext) TypeU32

func (s *TypeBasicContext) TypeU32() antlr.TerminalNode

func (*TypeBasicContext) TypeU64

func (s *TypeBasicContext) TypeU64() antlr.TerminalNode

func (*TypeBasicContext) TypeU8

func (s *TypeBasicContext) TypeU8() antlr.TerminalNode

type TypeChannelContext

type TypeChannelContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeChannelContext

func NewEmptyTypeChannelContext() *TypeChannelContext

func NewTypeChannelContext

func NewTypeChannelContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeChannelContext

func (*TypeChannelContext) Accept

func (s *TypeChannelContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeChannelContext) Dot_Dot

func (s *TypeChannelContext) Dot_Dot() antlr.TerminalNode

func (*TypeChannelContext) GetParser

func (s *TypeChannelContext) GetParser() antlr.Parser

func (*TypeChannelContext) GetRuleContext

func (s *TypeChannelContext) GetRuleContext() antlr.RuleContext

func (*TypeChannelContext) IsTypeChannelContext

func (*TypeChannelContext) IsTypeChannelContext()

func (*TypeChannelContext) Left_brack

func (s *TypeChannelContext) Left_brack() ILeft_brackContext

func (*TypeChannelContext) Less

func (*TypeChannelContext) Right_brack

func (s *TypeChannelContext) Right_brack() IRight_brackContext

func (*TypeChannelContext) ToStringTree

func (s *TypeChannelContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeChannelContext) TypeType

func (s *TypeChannelContext) TypeType() ITypeTypeContext

type TypeConversionContext

type TypeConversionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeConversionContext

func NewEmptyTypeConversionContext() *TypeConversionContext

func NewTypeConversionContext

func NewTypeConversionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeConversionContext

func (*TypeConversionContext) Accept

func (s *TypeConversionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeConversionContext) Dot

func (*TypeConversionContext) GetParser

func (s *TypeConversionContext) GetParser() antlr.Parser

func (*TypeConversionContext) GetRuleContext

func (s *TypeConversionContext) GetRuleContext() antlr.RuleContext

func (*TypeConversionContext) IsTypeConversionContext

func (*TypeConversionContext) IsTypeConversionContext()

func (*TypeConversionContext) Left_brack

func (s *TypeConversionContext) Left_brack() ILeft_brackContext

func (*TypeConversionContext) Right_brack

func (s *TypeConversionContext) Right_brack() IRight_brackContext

func (*TypeConversionContext) ToStringTree

func (s *TypeConversionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeConversionContext) TypeType

type TypeDictionaryContext

type TypeDictionaryContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeDictionaryContext

func NewEmptyTypeDictionaryContext() *TypeDictionaryContext

func NewTypeDictionaryContext

func NewTypeDictionaryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeDictionaryContext

func (*TypeDictionaryContext) Accept

func (s *TypeDictionaryContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeDictionaryContext) AllTypeType

func (s *TypeDictionaryContext) AllTypeType() []ITypeTypeContext

func (*TypeDictionaryContext) Equal_Arrow

func (s *TypeDictionaryContext) Equal_Arrow() antlr.TerminalNode

func (*TypeDictionaryContext) GetParser

func (s *TypeDictionaryContext) GetParser() antlr.Parser

func (*TypeDictionaryContext) GetRuleContext

func (s *TypeDictionaryContext) GetRuleContext() antlr.RuleContext

func (*TypeDictionaryContext) IsTypeDictionaryContext

func (*TypeDictionaryContext) IsTypeDictionaryContext()

func (*TypeDictionaryContext) Left_brack

func (s *TypeDictionaryContext) Left_brack() ILeft_brackContext

func (*TypeDictionaryContext) Right_brack

func (s *TypeDictionaryContext) Right_brack() IRight_brackContext

func (*TypeDictionaryContext) ToStringTree

func (s *TypeDictionaryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeDictionaryContext) TypeType

type TypeFunctionContext

type TypeFunctionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeFunctionContext

func NewEmptyTypeFunctionContext() *TypeFunctionContext

func NewTypeFunctionContext

func NewTypeFunctionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeFunctionContext

func (*TypeFunctionContext) Accept

func (s *TypeFunctionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeFunctionContext) AllNew_Line

func (s *TypeFunctionContext) AllNew_Line() []antlr.TerminalNode

func (*TypeFunctionContext) AllTypeFunctionParameterClause

func (s *TypeFunctionContext) AllTypeFunctionParameterClause() []ITypeFunctionParameterClauseContext

func (*TypeFunctionContext) At

func (*TypeFunctionContext) GetParser

func (s *TypeFunctionContext) GetParser() antlr.Parser

func (*TypeFunctionContext) GetRuleContext

func (s *TypeFunctionContext) GetRuleContext() antlr.RuleContext

func (*TypeFunctionContext) GetT

func (s *TypeFunctionContext) GetT() antlr.Token

func (*TypeFunctionContext) GetY

func (s *TypeFunctionContext) GetY() antlr.Token

func (*TypeFunctionContext) IsTypeFunctionContext

func (*TypeFunctionContext) IsTypeFunctionContext()

func (*TypeFunctionContext) Left_paren

func (s *TypeFunctionContext) Left_paren() ILeft_parenContext

func (*TypeFunctionContext) New_Line

func (s *TypeFunctionContext) New_Line(i int) antlr.TerminalNode

func (*TypeFunctionContext) Right_Arrow

func (s *TypeFunctionContext) Right_Arrow() antlr.TerminalNode

func (*TypeFunctionContext) Right_Flow

func (s *TypeFunctionContext) Right_Flow() antlr.TerminalNode

func (*TypeFunctionContext) Right_paren

func (s *TypeFunctionContext) Right_paren() IRight_parenContext

func (*TypeFunctionContext) SetT

func (s *TypeFunctionContext) SetT(v antlr.Token)

func (*TypeFunctionContext) SetY

func (s *TypeFunctionContext) SetY(v antlr.Token)

func (*TypeFunctionContext) ToStringTree

func (s *TypeFunctionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeFunctionContext) TypeFunctionParameterClause

func (s *TypeFunctionContext) TypeFunctionParameterClause(i int) ITypeFunctionParameterClauseContext

type TypeFunctionParameterClauseContext

type TypeFunctionParameterClauseContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeFunctionParameterClauseContext

func NewEmptyTypeFunctionParameterClauseContext() *TypeFunctionParameterClauseContext

func NewTypeFunctionParameterClauseContext

func NewTypeFunctionParameterClauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeFunctionParameterClauseContext

func (*TypeFunctionParameterClauseContext) Accept

func (s *TypeFunctionParameterClauseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeFunctionParameterClauseContext) AllMore

func (*TypeFunctionParameterClauseContext) AllTypeType

func (*TypeFunctionParameterClauseContext) GetParser

func (*TypeFunctionParameterClauseContext) GetRuleContext

func (*TypeFunctionParameterClauseContext) IsTypeFunctionParameterClauseContext

func (*TypeFunctionParameterClauseContext) IsTypeFunctionParameterClauseContext()

func (*TypeFunctionParameterClauseContext) More

func (*TypeFunctionParameterClauseContext) ToStringTree

func (s *TypeFunctionParameterClauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeFunctionParameterClauseContext) TypeType

type TypeListContext

type TypeListContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeListContext

func NewEmptyTypeListContext() *TypeListContext

func NewTypeListContext

func NewTypeListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeListContext

func (*TypeListContext) Accept

func (s *TypeListContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeListContext) Dot_Dot

func (s *TypeListContext) Dot_Dot() antlr.TerminalNode

func (*TypeListContext) GetParser

func (s *TypeListContext) GetParser() antlr.Parser

func (*TypeListContext) GetRuleContext

func (s *TypeListContext) GetRuleContext() antlr.RuleContext

func (*TypeListContext) IsTypeListContext

func (*TypeListContext) IsTypeListContext()

func (*TypeListContext) Left_brack

func (s *TypeListContext) Left_brack() ILeft_brackContext

func (*TypeListContext) Right_brack

func (s *TypeListContext) Right_brack() IRight_brackContext

func (*TypeListContext) ToStringTree

func (s *TypeListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeListContext) TypeType

func (s *TypeListContext) TypeType() ITypeTypeContext

type TypeNotNullContext

type TypeNotNullContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeNotNullContext

func NewEmptyTypeNotNullContext() *TypeNotNullContext

func NewTypeNotNullContext

func NewTypeNotNullContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeNotNullContext

func (*TypeNotNullContext) Accept

func (s *TypeNotNullContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeNotNullContext) GetParser

func (s *TypeNotNullContext) GetParser() antlr.Parser

func (*TypeNotNullContext) GetRuleContext

func (s *TypeNotNullContext) GetRuleContext() antlr.RuleContext

func (*TypeNotNullContext) IsTypeNotNullContext

func (*TypeNotNullContext) IsTypeNotNullContext()

func (*TypeNotNullContext) ToStringTree

func (s *TypeNotNullContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeNotNullContext) TypeAny

func (s *TypeNotNullContext) TypeAny() ITypeAnyContext

func (*TypeNotNullContext) TypeArray

func (s *TypeNotNullContext) TypeArray() ITypeArrayContext

func (*TypeNotNullContext) TypeBasic

func (s *TypeNotNullContext) TypeBasic() ITypeBasicContext

func (*TypeNotNullContext) TypeChannel

func (s *TypeNotNullContext) TypeChannel() ITypeChannelContext

func (*TypeNotNullContext) TypeDictionary

func (s *TypeNotNullContext) TypeDictionary() ITypeDictionaryContext

func (*TypeNotNullContext) TypeFunction

func (s *TypeNotNullContext) TypeFunction() ITypeFunctionContext

func (*TypeNotNullContext) TypeList

func (s *TypeNotNullContext) TypeList() ITypeListContext

func (*TypeNotNullContext) TypePackage

func (s *TypeNotNullContext) TypePackage() ITypePackageContext

func (*TypeNotNullContext) TypeQueue

func (s *TypeNotNullContext) TypeQueue() ITypeQueueContext

func (*TypeNotNullContext) TypeSet

func (s *TypeNotNullContext) TypeSet() ITypeSetContext

func (*TypeNotNullContext) TypeStack

func (s *TypeNotNullContext) TypeStack() ITypeStackContext

type TypeNullableContext

type TypeNullableContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeNullableContext

func NewEmptyTypeNullableContext() *TypeNullableContext

func NewTypeNullableContext

func NewTypeNullableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeNullableContext

func (*TypeNullableContext) Accept

func (s *TypeNullableContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeNullableContext) GetParser

func (s *TypeNullableContext) GetParser() antlr.Parser

func (*TypeNullableContext) GetRuleContext

func (s *TypeNullableContext) GetRuleContext() antlr.RuleContext

func (*TypeNullableContext) IsTypeNullableContext

func (*TypeNullableContext) IsTypeNullableContext()

func (*TypeNullableContext) Question

func (s *TypeNullableContext) Question() antlr.TerminalNode

func (*TypeNullableContext) ToStringTree

func (s *TypeNullableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeNullableContext) TypeNotNull

func (s *TypeNullableContext) TypeNotNull() ITypeNotNullContext

type TypePackageContext

type TypePackageContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypePackageContext

func NewEmptyTypePackageContext() *TypePackageContext

func NewTypePackageContext

func NewTypePackageContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypePackageContext

func (*TypePackageContext) Accept

func (s *TypePackageContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypePackageContext) GetParser

func (s *TypePackageContext) GetParser() antlr.Parser

func (*TypePackageContext) GetRuleContext

func (s *TypePackageContext) GetRuleContext() antlr.RuleContext

func (*TypePackageContext) IsTypePackageContext

func (*TypePackageContext) IsTypePackageContext()

func (*TypePackageContext) NameSpaceItem

func (s *TypePackageContext) NameSpaceItem() INameSpaceItemContext

func (*TypePackageContext) TemplateCall

func (s *TypePackageContext) TemplateCall() ITemplateCallContext

func (*TypePackageContext) ToStringTree

func (s *TypePackageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type TypeQueueContext

type TypeQueueContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeQueueContext

func NewEmptyTypeQueueContext() *TypeQueueContext

func NewTypeQueueContext

func NewTypeQueueContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeQueueContext

func (*TypeQueueContext) Accept

func (s *TypeQueueContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeQueueContext) Dot

func (*TypeQueueContext) GetParser

func (s *TypeQueueContext) GetParser() antlr.Parser

func (*TypeQueueContext) GetRuleContext

func (s *TypeQueueContext) GetRuleContext() antlr.RuleContext

func (*TypeQueueContext) IsTypeQueueContext

func (*TypeQueueContext) IsTypeQueueContext()

func (*TypeQueueContext) Left_brack

func (s *TypeQueueContext) Left_brack() ILeft_brackContext

func (*TypeQueueContext) Less

func (*TypeQueueContext) Right_brack

func (s *TypeQueueContext) Right_brack() IRight_brackContext

func (*TypeQueueContext) ToStringTree

func (s *TypeQueueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeQueueContext) TypeType

func (s *TypeQueueContext) TypeType() ITypeTypeContext

type TypeRedefineStatementContext

type TypeRedefineStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeRedefineStatementContext

func NewEmptyTypeRedefineStatementContext() *TypeRedefineStatementContext

func NewTypeRedefineStatementContext

func NewTypeRedefineStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeRedefineStatementContext

func (*TypeRedefineStatementContext) Accept

func (s *TypeRedefineStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeRedefineStatementContext) AllNew_Line

func (s *TypeRedefineStatementContext) AllNew_Line() []antlr.TerminalNode

func (*TypeRedefineStatementContext) Cent

func (*TypeRedefineStatementContext) Colon

func (*TypeRedefineStatementContext) End

func (*TypeRedefineStatementContext) Equal

func (*TypeRedefineStatementContext) GetParser

func (s *TypeRedefineStatementContext) GetParser() antlr.Parser

func (*TypeRedefineStatementContext) GetRuleContext

func (s *TypeRedefineStatementContext) GetRuleContext() antlr.RuleContext

func (*TypeRedefineStatementContext) Id

func (*TypeRedefineStatementContext) IsTypeRedefineStatementContext

func (*TypeRedefineStatementContext) IsTypeRedefineStatementContext()

func (*TypeRedefineStatementContext) New_Line

func (*TypeRedefineStatementContext) ToStringTree

func (s *TypeRedefineStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeRedefineStatementContext) TypeType

type TypeReferenceContext

type TypeReferenceContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeReferenceContext

func NewEmptyTypeReferenceContext() *TypeReferenceContext

func NewTypeReferenceContext

func NewTypeReferenceContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeReferenceContext

func (*TypeReferenceContext) Accept

func (s *TypeReferenceContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeReferenceContext) Bang

func (*TypeReferenceContext) GetParser

func (s *TypeReferenceContext) GetParser() antlr.Parser

func (*TypeReferenceContext) GetRuleContext

func (s *TypeReferenceContext) GetRuleContext() antlr.RuleContext

func (*TypeReferenceContext) IsTypeReferenceContext

func (*TypeReferenceContext) IsTypeReferenceContext()

func (*TypeReferenceContext) ToStringTree

func (s *TypeReferenceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeReferenceContext) TypeNotNull

func (s *TypeReferenceContext) TypeNotNull() ITypeNotNullContext

func (*TypeReferenceContext) TypeNullable

func (s *TypeReferenceContext) TypeNullable() ITypeNullableContext

type TypeSetContext

type TypeSetContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeSetContext

func NewEmptyTypeSetContext() *TypeSetContext

func NewTypeSetContext

func NewTypeSetContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeSetContext

func (*TypeSetContext) Accept

func (s *TypeSetContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeSetContext) Colon_Arrow

func (s *TypeSetContext) Colon_Arrow() antlr.TerminalNode

func (*TypeSetContext) GetParser

func (s *TypeSetContext) GetParser() antlr.Parser

func (*TypeSetContext) GetRuleContext

func (s *TypeSetContext) GetRuleContext() antlr.RuleContext

func (*TypeSetContext) IsTypeSetContext

func (*TypeSetContext) IsTypeSetContext()

func (*TypeSetContext) Left_brack

func (s *TypeSetContext) Left_brack() ILeft_brackContext

func (*TypeSetContext) Right_brack

func (s *TypeSetContext) Right_brack() IRight_brackContext

func (*TypeSetContext) ToStringTree

func (s *TypeSetContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeSetContext) TypeType

func (s *TypeSetContext) TypeType() ITypeTypeContext

type TypeStackContext

type TypeStackContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeStackContext

func NewEmptyTypeStackContext() *TypeStackContext

func NewTypeStackContext

func NewTypeStackContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeStackContext

func (*TypeStackContext) Accept

func (s *TypeStackContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeStackContext) Dot

func (*TypeStackContext) GetParser

func (s *TypeStackContext) GetParser() antlr.Parser

func (*TypeStackContext) GetRuleContext

func (s *TypeStackContext) GetRuleContext() antlr.RuleContext

func (*TypeStackContext) Greater

func (s *TypeStackContext) Greater() antlr.TerminalNode

func (*TypeStackContext) IsTypeStackContext

func (*TypeStackContext) IsTypeStackContext()

func (*TypeStackContext) Left_brack

func (s *TypeStackContext) Left_brack() ILeft_brackContext

func (*TypeStackContext) Right_brack

func (s *TypeStackContext) Right_brack() IRight_brackContext

func (*TypeStackContext) ToStringTree

func (s *TypeStackContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeStackContext) TypeType

func (s *TypeStackContext) TypeType() ITypeTypeContext

type TypeTypeContext

type TypeTypeContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeTypeContext

func NewEmptyTypeTypeContext() *TypeTypeContext

func NewTypeTypeContext

func NewTypeTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeTypeContext

func (*TypeTypeContext) Accept

func (s *TypeTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*TypeTypeContext) GetParser

func (s *TypeTypeContext) GetParser() antlr.Parser

func (*TypeTypeContext) GetRuleContext

func (s *TypeTypeContext) GetRuleContext() antlr.RuleContext

func (*TypeTypeContext) IsTypeTypeContext

func (*TypeTypeContext) IsTypeTypeContext()

func (*TypeTypeContext) ToStringTree

func (s *TypeTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeTypeContext) TypeNotNull

func (s *TypeTypeContext) TypeNotNull() ITypeNotNullContext

func (*TypeTypeContext) TypeNullable

func (s *TypeTypeContext) TypeNullable() ITypeNullableContext

func (*TypeTypeContext) TypeReference

func (s *TypeTypeContext) TypeReference() ITypeReferenceContext

type UsingStatementContext

type UsingStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyUsingStatementContext

func NewEmptyUsingStatementContext() *UsingStatementContext

func NewUsingStatementContext

func NewUsingStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *UsingStatementContext

func (*UsingStatementContext) Accept

func (s *UsingStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*UsingStatementContext) AllExpression

func (s *UsingStatementContext) AllExpression() []IExpressionContext

func (*UsingStatementContext) Bang

func (*UsingStatementContext) End

func (*UsingStatementContext) Equal

func (*UsingStatementContext) Expression

func (s *UsingStatementContext) Expression(i int) IExpressionContext

func (*UsingStatementContext) GetParser

func (s *UsingStatementContext) GetParser() antlr.Parser

func (*UsingStatementContext) GetRuleContext

func (s *UsingStatementContext) GetRuleContext() antlr.RuleContext

func (*UsingStatementContext) IsUsingStatementContext

func (*UsingStatementContext) IsUsingStatementContext()

func (*UsingStatementContext) ToStringTree

func (s *UsingStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*UsingStatementContext) TypeType

type VariableDeclaredStatementContext

type VariableDeclaredStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyVariableDeclaredStatementContext

func NewEmptyVariableDeclaredStatementContext() *VariableDeclaredStatementContext

func NewVariableDeclaredStatementContext

func NewVariableDeclaredStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VariableDeclaredStatementContext

func (*VariableDeclaredStatementContext) Accept

func (s *VariableDeclaredStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*VariableDeclaredStatementContext) End

func (*VariableDeclaredStatementContext) GetParser

func (*VariableDeclaredStatementContext) GetRuleContext

func (*VariableDeclaredStatementContext) IdExpression

func (*VariableDeclaredStatementContext) IsVariableDeclaredStatementContext

func (*VariableDeclaredStatementContext) IsVariableDeclaredStatementContext()

func (*VariableDeclaredStatementContext) ToStringTree

func (s *VariableDeclaredStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*VariableDeclaredStatementContext) TypeType

type VariableStatementContext

type VariableStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyVariableStatementContext

func NewEmptyVariableStatementContext() *VariableStatementContext

func NewVariableStatementContext

func NewVariableStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VariableStatementContext

func (*VariableStatementContext) Accept

func (s *VariableStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*VariableStatementContext) End

func (*VariableStatementContext) Equal

func (*VariableStatementContext) Expression

func (*VariableStatementContext) GetParser

func (s *VariableStatementContext) GetParser() antlr.Parser

func (*VariableStatementContext) GetRuleContext

func (s *VariableStatementContext) GetRuleContext() antlr.RuleContext

func (*VariableStatementContext) IdExpression

func (*VariableStatementContext) IsVariableStatementContext

func (*VariableStatementContext) IsVariableStatementContext()

func (*VariableStatementContext) ToStringTree

func (s *VariableStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*VariableStatementContext) TypeType

type WaveContext

type WaveContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyWaveContext

func NewEmptyWaveContext() *WaveContext

func NewWaveContext

func NewWaveContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *WaveContext

func (*WaveContext) Accept

func (s *WaveContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*WaveContext) GetOp

func (s *WaveContext) GetOp() antlr.Token

func (*WaveContext) GetParser

func (s *WaveContext) GetParser() antlr.Parser

func (*WaveContext) GetRuleContext

func (s *WaveContext) GetRuleContext() antlr.RuleContext

func (*WaveContext) IsWaveContext

func (*WaveContext) IsWaveContext()

func (*WaveContext) SetOp

func (s *WaveContext) SetOp(v antlr.Token)

func (*WaveContext) ToStringTree

func (s *WaveContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*WaveContext) Wave

func (s *WaveContext) Wave() antlr.TerminalNode

type YieldBreakStatementContext

type YieldBreakStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyYieldBreakStatementContext

func NewEmptyYieldBreakStatementContext() *YieldBreakStatementContext

func NewYieldBreakStatementContext

func NewYieldBreakStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *YieldBreakStatementContext

func (*YieldBreakStatementContext) Accept

func (s *YieldBreakStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*YieldBreakStatementContext) At

func (*YieldBreakStatementContext) End

func (*YieldBreakStatementContext) GetParser

func (s *YieldBreakStatementContext) GetParser() antlr.Parser

func (*YieldBreakStatementContext) GetRuleContext

func (s *YieldBreakStatementContext) GetRuleContext() antlr.RuleContext

func (*YieldBreakStatementContext) IsYieldBreakStatementContext

func (*YieldBreakStatementContext) IsYieldBreakStatementContext()

func (*YieldBreakStatementContext) Left_Arrow

func (*YieldBreakStatementContext) ToStringTree

func (s *YieldBreakStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type YieldReturnStatementContext

type YieldReturnStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyYieldReturnStatementContext

func NewEmptyYieldReturnStatementContext() *YieldReturnStatementContext

func NewYieldReturnStatementContext

func NewYieldReturnStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *YieldReturnStatementContext

func (*YieldReturnStatementContext) Accept

func (s *YieldReturnStatementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}

func (*YieldReturnStatementContext) At

func (*YieldReturnStatementContext) End

func (*YieldReturnStatementContext) GetParser

func (s *YieldReturnStatementContext) GetParser() antlr.Parser

func (*YieldReturnStatementContext) GetRuleContext

func (s *YieldReturnStatementContext) GetRuleContext() antlr.RuleContext

func (*YieldReturnStatementContext) IsYieldReturnStatementContext

func (*YieldReturnStatementContext) IsYieldReturnStatementContext()

func (*YieldReturnStatementContext) Left_Arrow

func (*YieldReturnStatementContext) ToStringTree

func (s *YieldReturnStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*YieldReturnStatementContext) TupleExpression

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL