dart2

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

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

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

Documentation

Overview

Example
package main

import (
	"bramp.net/antlr4/dart2"

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

type exampleListener struct {
	*dart2.BaseDart2Listener
}

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

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

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

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

Index

Examples

Constants

View Source
const (
	Dart2LexerT__0                = 1
	Dart2LexerT__1                = 2
	Dart2LexerT__2                = 3
	Dart2LexerT__3                = 4
	Dart2LexerT__4                = 5
	Dart2LexerT__5                = 6
	Dart2LexerT__6                = 7
	Dart2LexerT__7                = 8
	Dart2LexerT__8                = 9
	Dart2LexerT__9                = 10
	Dart2LexerT__10               = 11
	Dart2LexerT__11               = 12
	Dart2LexerT__12               = 13
	Dart2LexerT__13               = 14
	Dart2LexerT__14               = 15
	Dart2LexerT__15               = 16
	Dart2LexerT__16               = 17
	Dart2LexerT__17               = 18
	Dart2LexerT__18               = 19
	Dart2LexerT__19               = 20
	Dart2LexerT__20               = 21
	Dart2LexerT__21               = 22
	Dart2LexerT__22               = 23
	Dart2LexerT__23               = 24
	Dart2LexerT__24               = 25
	Dart2LexerT__25               = 26
	Dart2LexerT__26               = 27
	Dart2LexerT__27               = 28
	Dart2LexerT__28               = 29
	Dart2LexerT__29               = 30
	Dart2LexerT__30               = 31
	Dart2LexerT__31               = 32
	Dart2LexerT__32               = 33
	Dart2LexerT__33               = 34
	Dart2LexerT__34               = 35
	Dart2LexerT__35               = 36
	Dart2LexerT__36               = 37
	Dart2LexerT__37               = 38
	Dart2LexerT__38               = 39
	Dart2LexerT__39               = 40
	Dart2LexerT__40               = 41
	Dart2LexerT__41               = 42
	Dart2LexerT__42               = 43
	Dart2LexerT__43               = 44
	Dart2LexerT__44               = 45
	Dart2LexerT__45               = 46
	Dart2LexerT__46               = 47
	Dart2LexerT__47               = 48
	Dart2LexerT__48               = 49
	Dart2LexerT__49               = 50
	Dart2LexerT__50               = 51
	Dart2LexerT__51               = 52
	Dart2LexerT__52               = 53
	Dart2LexerT__53               = 54
	Dart2LexerT__54               = 55
	Dart2LexerT__55               = 56
	Dart2LexerT__56               = 57
	Dart2LexerT__57               = 58
	Dart2LexerT__58               = 59
	Dart2LexerT__59               = 60
	Dart2LexerT__60               = 61
	Dart2LexerT__61               = 62
	Dart2LexerT__62               = 63
	Dart2LexerT__63               = 64
	Dart2LexerT__64               = 65
	Dart2LexerT__65               = 66
	Dart2LexerT__66               = 67
	Dart2LexerT__67               = 68
	Dart2LexerT__68               = 69
	Dart2LexerT__69               = 70
	Dart2LexerT__70               = 71
	Dart2LexerT__71               = 72
	Dart2LexerT__72               = 73
	Dart2LexerT__73               = 74
	Dart2LexerT__74               = 75
	Dart2LexerT__75               = 76
	Dart2LexerT__76               = 77
	Dart2LexerT__77               = 78
	Dart2LexerT__78               = 79
	Dart2LexerT__79               = 80
	Dart2LexerT__80               = 81
	Dart2LexerT__81               = 82
	Dart2LexerT__82               = 83
	Dart2LexerT__83               = 84
	Dart2LexerT__84               = 85
	Dart2LexerT__85               = 86
	Dart2LexerT__86               = 87
	Dart2LexerT__87               = 88
	Dart2LexerT__88               = 89
	Dart2LexerT__89               = 90
	Dart2LexerT__90               = 91
	Dart2LexerT__91               = 92
	Dart2LexerT__92               = 93
	Dart2LexerT__93               = 94
	Dart2LexerT__94               = 95
	Dart2LexerT__95               = 96
	Dart2LexerT__96               = 97
	Dart2LexerT__97               = 98
	Dart2LexerT__98               = 99
	Dart2LexerT__99               = 100
	Dart2LexerT__100              = 101
	Dart2LexerT__101              = 102
	Dart2LexerT__102              = 103
	Dart2LexerT__103              = 104
	Dart2LexerT__104              = 105
	Dart2LexerT__105              = 106
	Dart2LexerT__106              = 107
	Dart2LexerT__107              = 108
	Dart2LexerT__108              = 109
	Dart2LexerT__109              = 110
	Dart2LexerT__110              = 111
	Dart2LexerT__111              = 112
	Dart2LexerT__112              = 113
	Dart2LexerT__113              = 114
	Dart2LexerT__114              = 115
	Dart2LexerT__115              = 116
	Dart2LexerT__116              = 117
	Dart2LexerWHITESPACE          = 118
	Dart2LexerNUMBER              = 119
	Dart2LexerHEX_NUMBER          = 120
	Dart2LexerSingleLineString    = 121
	Dart2LexerMultiLineString     = 122
	Dart2LexerNEWLINE             = 123
	Dart2LexerIDENTIFIER          = 124
	Dart2LexerSINGLE_LINE_COMMENT = 125
	Dart2LexerMULTI_LINE_COMMENT  = 126
)

Dart2Lexer tokens.

View Source
const (
	Dart2ParserEOF                 = antlr.TokenEOF
	Dart2ParserT__0                = 1
	Dart2ParserT__1                = 2
	Dart2ParserT__2                = 3
	Dart2ParserT__3                = 4
	Dart2ParserT__4                = 5
	Dart2ParserT__5                = 6
	Dart2ParserT__6                = 7
	Dart2ParserT__7                = 8
	Dart2ParserT__8                = 9
	Dart2ParserT__9                = 10
	Dart2ParserT__10               = 11
	Dart2ParserT__11               = 12
	Dart2ParserT__12               = 13
	Dart2ParserT__13               = 14
	Dart2ParserT__14               = 15
	Dart2ParserT__15               = 16
	Dart2ParserT__16               = 17
	Dart2ParserT__17               = 18
	Dart2ParserT__18               = 19
	Dart2ParserT__19               = 20
	Dart2ParserT__20               = 21
	Dart2ParserT__21               = 22
	Dart2ParserT__22               = 23
	Dart2ParserT__23               = 24
	Dart2ParserT__24               = 25
	Dart2ParserT__25               = 26
	Dart2ParserT__26               = 27
	Dart2ParserT__27               = 28
	Dart2ParserT__28               = 29
	Dart2ParserT__29               = 30
	Dart2ParserT__30               = 31
	Dart2ParserT__31               = 32
	Dart2ParserT__32               = 33
	Dart2ParserT__33               = 34
	Dart2ParserT__34               = 35
	Dart2ParserT__35               = 36
	Dart2ParserT__36               = 37
	Dart2ParserT__37               = 38
	Dart2ParserT__38               = 39
	Dart2ParserT__39               = 40
	Dart2ParserT__40               = 41
	Dart2ParserT__41               = 42
	Dart2ParserT__42               = 43
	Dart2ParserT__43               = 44
	Dart2ParserT__44               = 45
	Dart2ParserT__45               = 46
	Dart2ParserT__46               = 47
	Dart2ParserT__47               = 48
	Dart2ParserT__48               = 49
	Dart2ParserT__49               = 50
	Dart2ParserT__50               = 51
	Dart2ParserT__51               = 52
	Dart2ParserT__52               = 53
	Dart2ParserT__53               = 54
	Dart2ParserT__54               = 55
	Dart2ParserT__55               = 56
	Dart2ParserT__56               = 57
	Dart2ParserT__57               = 58
	Dart2ParserT__58               = 59
	Dart2ParserT__59               = 60
	Dart2ParserT__60               = 61
	Dart2ParserT__61               = 62
	Dart2ParserT__62               = 63
	Dart2ParserT__63               = 64
	Dart2ParserT__64               = 65
	Dart2ParserT__65               = 66
	Dart2ParserT__66               = 67
	Dart2ParserT__67               = 68
	Dart2ParserT__68               = 69
	Dart2ParserT__69               = 70
	Dart2ParserT__70               = 71
	Dart2ParserT__71               = 72
	Dart2ParserT__72               = 73
	Dart2ParserT__73               = 74
	Dart2ParserT__74               = 75
	Dart2ParserT__75               = 76
	Dart2ParserT__76               = 77
	Dart2ParserT__77               = 78
	Dart2ParserT__78               = 79
	Dart2ParserT__79               = 80
	Dart2ParserT__80               = 81
	Dart2ParserT__81               = 82
	Dart2ParserT__82               = 83
	Dart2ParserT__83               = 84
	Dart2ParserT__84               = 85
	Dart2ParserT__85               = 86
	Dart2ParserT__86               = 87
	Dart2ParserT__87               = 88
	Dart2ParserT__88               = 89
	Dart2ParserT__89               = 90
	Dart2ParserT__90               = 91
	Dart2ParserT__91               = 92
	Dart2ParserT__92               = 93
	Dart2ParserT__93               = 94
	Dart2ParserT__94               = 95
	Dart2ParserT__95               = 96
	Dart2ParserT__96               = 97
	Dart2ParserT__97               = 98
	Dart2ParserT__98               = 99
	Dart2ParserT__99               = 100
	Dart2ParserT__100              = 101
	Dart2ParserT__101              = 102
	Dart2ParserT__102              = 103
	Dart2ParserT__103              = 104
	Dart2ParserT__104              = 105
	Dart2ParserT__105              = 106
	Dart2ParserT__106              = 107
	Dart2ParserT__107              = 108
	Dart2ParserT__108              = 109
	Dart2ParserT__109              = 110
	Dart2ParserT__110              = 111
	Dart2ParserT__111              = 112
	Dart2ParserT__112              = 113
	Dart2ParserT__113              = 114
	Dart2ParserT__114              = 115
	Dart2ParserT__115              = 116
	Dart2ParserT__116              = 117
	Dart2ParserWHITESPACE          = 118
	Dart2ParserNUMBER              = 119
	Dart2ParserHEX_NUMBER          = 120
	Dart2ParserSingleLineString    = 121
	Dart2ParserMultiLineString     = 122
	Dart2ParserNEWLINE             = 123
	Dart2ParserIDENTIFIER          = 124
	Dart2ParserSINGLE_LINE_COMMENT = 125
	Dart2ParserMULTI_LINE_COMMENT  = 126
)

Dart2Parser tokens.

View Source
const (
	Dart2ParserRULE_compilationUnit                        = 0
	Dart2ParserRULE_variableDeclaration                    = 1
	Dart2ParserRULE_declaredIdentifier                     = 2
	Dart2ParserRULE_finalConstVarOrType                    = 3
	Dart2ParserRULE_varOrType                              = 4
	Dart2ParserRULE_initializedVariableDeclaration         = 5
	Dart2ParserRULE_initializedIdentifier                  = 6
	Dart2ParserRULE_initializedIdentifierList              = 7
	Dart2ParserRULE_functionSignature                      = 8
	Dart2ParserRULE_formalParameterPart                    = 9
	Dart2ParserRULE_returnType                             = 10
	Dart2ParserRULE_functionBody                           = 11
	Dart2ParserRULE_block                                  = 12
	Dart2ParserRULE_formalParameterList                    = 13
	Dart2ParserRULE_normalFormalParameters                 = 14
	Dart2ParserRULE_optionalFormalParameters               = 15
	Dart2ParserRULE_optionalPositionalFormalParameters     = 16
	Dart2ParserRULE_namedFormalParameters                  = 17
	Dart2ParserRULE_normalFormalParameter                  = 18
	Dart2ParserRULE_functionFormalParameter                = 19
	Dart2ParserRULE_simpleFormalParameter                  = 20
	Dart2ParserRULE_fieldFormalParameter                   = 21
	Dart2ParserRULE_defaultFormalParameter                 = 22
	Dart2ParserRULE_defaultNamedParameter                  = 23
	Dart2ParserRULE_classDefinition                        = 24
	Dart2ParserRULE_mixins                                 = 25
	Dart2ParserRULE_classMemberDefinition                  = 26
	Dart2ParserRULE_methodSignature                        = 27
	Dart2ParserRULE_declaration                            = 28
	Dart2ParserRULE_staticFinalDeclarationList             = 29
	Dart2ParserRULE_staticFinalDeclaration                 = 30
	Dart2ParserRULE_operatorSignature                      = 31
	Dart2ParserRULE_operator                               = 32
	Dart2ParserRULE_binaryOperator                         = 33
	Dart2ParserRULE_getterSignature                        = 34
	Dart2ParserRULE_setterSignature                        = 35
	Dart2ParserRULE_constructorSignature                   = 36
	Dart2ParserRULE_redirection                            = 37
	Dart2ParserRULE_initializers                           = 38
	Dart2ParserRULE_initializerListEntry                   = 39
	Dart2ParserRULE_fieldInitializer                       = 40
	Dart2ParserRULE_factoryConstructorSignature            = 41
	Dart2ParserRULE_redirectingFactoryConstructorSignature = 42
	Dart2ParserRULE_constantConstructorSignature           = 43
	Dart2ParserRULE_superclass                             = 44
	Dart2ParserRULE_interfaces                             = 45
	Dart2ParserRULE_mixinApplicationClass                  = 46
	Dart2ParserRULE_mixinApplication                       = 47
	Dart2ParserRULE_enumType                               = 48
	Dart2ParserRULE_enumEntry                              = 49
	Dart2ParserRULE_typeParameter                          = 50
	Dart2ParserRULE_typeParameters                         = 51
	Dart2ParserRULE_metadata                               = 52
	Dart2ParserRULE_expression                             = 53
	Dart2ParserRULE_expressionWithoutCascade               = 54
	Dart2ParserRULE_expressionList                         = 55
	Dart2ParserRULE_primary                                = 56
	Dart2ParserRULE_literal                                = 57
	Dart2ParserRULE_nullLiteral                            = 58
	Dart2ParserRULE_numericLiteral                         = 59
	Dart2ParserRULE_booleanLiteral                         = 60
	Dart2ParserRULE_stringLiteral                          = 61
	Dart2ParserRULE_stringInterpolation                    = 62
	Dart2ParserRULE_symbolLiteral                          = 63
	Dart2ParserRULE_listLiteral                            = 64
	Dart2ParserRULE_mapLiteral                             = 65
	Dart2ParserRULE_mapLiteralEntry                        = 66
	Dart2ParserRULE_throwExpression                        = 67
	Dart2ParserRULE_throwExpressionWithoutCascade          = 68
	Dart2ParserRULE_functionExpression                     = 69
	Dart2ParserRULE_thisExpression                         = 70
	Dart2ParserRULE_nayaExpression                         = 71
	Dart2ParserRULE_constObjectExpression                  = 72
	Dart2ParserRULE_arguments                              = 73
	Dart2ParserRULE_argumentList                           = 74
	Dart2ParserRULE_namedArgument                          = 75
	Dart2ParserRULE_cascadeSection                         = 76
	Dart2ParserRULE_cascadeSelector                        = 77
	Dart2ParserRULE_argumentPart                           = 78
	Dart2ParserRULE_assignmentOperator                     = 79
	Dart2ParserRULE_compoundAssignmentOperator             = 80
	Dart2ParserRULE_conditionalExpression                  = 81
	Dart2ParserRULE_ifNullExpression                       = 82
	Dart2ParserRULE_logicalOrExpression                    = 83
	Dart2ParserRULE_logicalAndExpression                   = 84
	Dart2ParserRULE_equalityExpression                     = 85
	Dart2ParserRULE_equalityOperator                       = 86
	Dart2ParserRULE_relationalExpression                   = 87
	Dart2ParserRULE_relationalOperator                     = 88
	Dart2ParserRULE_bitwiseOrExpression                    = 89
	Dart2ParserRULE_bitwiseXorExpression                   = 90
	Dart2ParserRULE_bitwiseAndExpression                   = 91
	Dart2ParserRULE_bitwiseOperator                        = 92
	Dart2ParserRULE_shiftExpression                        = 93
	Dart2ParserRULE_shiftOperator                          = 94
	Dart2ParserRULE_additiveExpression                     = 95
	Dart2ParserRULE_additiveOperator                       = 96
	Dart2ParserRULE_multiplicativeExpression               = 97
	Dart2ParserRULE_multiplicativeOperator                 = 98
	Dart2ParserRULE_unaryExpression                        = 99
	Dart2ParserRULE_prefixOperator                         = 100
	Dart2ParserRULE_minusOperator                          = 101
	Dart2ParserRULE_negationOperator                       = 102
	Dart2ParserRULE_tildeOperator                          = 103
	Dart2ParserRULE_awaitExpression                        = 104
	Dart2ParserRULE_postfixExpression                      = 105
	Dart2ParserRULE_postfixOperator                        = 106
	Dart2ParserRULE_selector                               = 107
	Dart2ParserRULE_incrementOperator                      = 108
	Dart2ParserRULE_assignableExpression                   = 109
	Dart2ParserRULE_unconditionalAssignableSelector        = 110
	Dart2ParserRULE_assignableSelector                     = 111
	Dart2ParserRULE_identifier                             = 112
	Dart2ParserRULE_qualified                              = 113
	Dart2ParserRULE_typeTest                               = 114
	Dart2ParserRULE_isOperator                             = 115
	Dart2ParserRULE_typeCast                               = 116
	Dart2ParserRULE_asOperator                             = 117
	Dart2ParserRULE_statements                             = 118
	Dart2ParserRULE_statement                              = 119
	Dart2ParserRULE_nonLabledStatment                      = 120
	Dart2ParserRULE_expressionStatement                    = 121
	Dart2ParserRULE_localVariableDeclaration               = 122
	Dart2ParserRULE_localFunctionDeclaration               = 123
	Dart2ParserRULE_ifStatement                            = 124
	Dart2ParserRULE_forStatement                           = 125
	Dart2ParserRULE_forLoopParts                           = 126
	Dart2ParserRULE_forInitializerStatement                = 127
	Dart2ParserRULE_whileStatement                         = 128
	Dart2ParserRULE_doStatement                            = 129
	Dart2ParserRULE_switchStatement                        = 130
	Dart2ParserRULE_switchCase                             = 131
	Dart2ParserRULE_defaultCase                            = 132
	Dart2ParserRULE_rethrowStatment                        = 133
	Dart2ParserRULE_tryStatement                           = 134
	Dart2ParserRULE_onPart                                 = 135
	Dart2ParserRULE_catchPart                              = 136
	Dart2ParserRULE_finallyPart                            = 137
	Dart2ParserRULE_returnStatement                        = 138
	Dart2ParserRULE_label                                  = 139
	Dart2ParserRULE_breakStatement                         = 140
	Dart2ParserRULE_continueStatement                      = 141
	Dart2ParserRULE_yieldStatement                         = 142
	Dart2ParserRULE_yieldEachStatement                     = 143
	Dart2ParserRULE_assertStatement                        = 144
	Dart2ParserRULE_assertion                              = 145
	Dart2ParserRULE_topLevelDefinition                     = 146
	Dart2ParserRULE_getOrSet                               = 147
	Dart2ParserRULE_libraryDefinition                      = 148
	Dart2ParserRULE_scriptTag                              = 149
	Dart2ParserRULE_libraryName                            = 150
	Dart2ParserRULE_importOrExport                         = 151
	Dart2ParserRULE_dottedIdentifierList                   = 152
	Dart2ParserRULE_libraryimport                          = 153
	Dart2ParserRULE_importSpecification                    = 154
	Dart2ParserRULE_combinator                             = 155
	Dart2ParserRULE_identifierList                         = 156
	Dart2ParserRULE_libraryExport                          = 157
	Dart2ParserRULE_partDirective                          = 158
	Dart2ParserRULE_partHeader                             = 159
	Dart2ParserRULE_partDeclaration                        = 160
	Dart2ParserRULE_uri                                    = 161
	Dart2ParserRULE_configurableUri                        = 162
	Dart2ParserRULE_configurationUri                       = 163
	Dart2ParserRULE_uriTest                                = 164
	Dart2ParserRULE_dtype                                  = 165
	Dart2ParserRULE_typeName                               = 166
	Dart2ParserRULE_typeArguments                          = 167
	Dart2ParserRULE_typeList                               = 168
	Dart2ParserRULE_typeAlias                              = 169
	Dart2ParserRULE_typeAliasBody                          = 170
	Dart2ParserRULE_functionTypeAlias                      = 171
	Dart2ParserRULE_functionPrefix                         = 172
)

Dart2Parser rules.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdditiveExpressionContext

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

func NewAdditiveExpressionContext

func NewAdditiveExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AdditiveExpressionContext

func NewEmptyAdditiveExpressionContext

func NewEmptyAdditiveExpressionContext() *AdditiveExpressionContext

func (*AdditiveExpressionContext) AdditiveOperator

func (*AdditiveExpressionContext) AllAdditiveOperator

func (s *AdditiveExpressionContext) AllAdditiveOperator() []IAdditiveOperatorContext

func (*AdditiveExpressionContext) AllMultiplicativeExpression

func (s *AdditiveExpressionContext) AllMultiplicativeExpression() []IMultiplicativeExpressionContext

func (*AdditiveExpressionContext) EnterRule

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

func (*AdditiveExpressionContext) ExitRule

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

func (*AdditiveExpressionContext) GetParser

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

func (*AdditiveExpressionContext) GetRuleContext

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

func (*AdditiveExpressionContext) IsAdditiveExpressionContext

func (*AdditiveExpressionContext) IsAdditiveExpressionContext()

func (*AdditiveExpressionContext) MultiplicativeExpression

func (s *AdditiveExpressionContext) MultiplicativeExpression(i int) IMultiplicativeExpressionContext

func (*AdditiveExpressionContext) ToStringTree

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

type AdditiveOperatorContext

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

func NewAdditiveOperatorContext

func NewAdditiveOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AdditiveOperatorContext

func NewEmptyAdditiveOperatorContext

func NewEmptyAdditiveOperatorContext() *AdditiveOperatorContext

func (*AdditiveOperatorContext) EnterRule

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

func (*AdditiveOperatorContext) ExitRule

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

func (*AdditiveOperatorContext) GetParser

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

func (*AdditiveOperatorContext) GetRuleContext

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

func (*AdditiveOperatorContext) IsAdditiveOperatorContext

func (*AdditiveOperatorContext) IsAdditiveOperatorContext()

func (*AdditiveOperatorContext) ToStringTree

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

type ArgumentListContext

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

func NewArgumentListContext

func NewArgumentListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ArgumentListContext

func NewEmptyArgumentListContext

func NewEmptyArgumentListContext() *ArgumentListContext

func (*ArgumentListContext) AllNamedArgument

func (s *ArgumentListContext) AllNamedArgument() []INamedArgumentContext

func (*ArgumentListContext) EnterRule

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

func (*ArgumentListContext) ExitRule

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

func (*ArgumentListContext) ExpressionList

func (s *ArgumentListContext) ExpressionList() IExpressionListContext

func (*ArgumentListContext) GetParser

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

func (*ArgumentListContext) GetRuleContext

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

func (*ArgumentListContext) IsArgumentListContext

func (*ArgumentListContext) IsArgumentListContext()

func (*ArgumentListContext) NamedArgument

func (s *ArgumentListContext) NamedArgument(i int) INamedArgumentContext

func (*ArgumentListContext) ToStringTree

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

type ArgumentPartContext

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

func NewArgumentPartContext

func NewArgumentPartContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ArgumentPartContext

func NewEmptyArgumentPartContext

func NewEmptyArgumentPartContext() *ArgumentPartContext

func (*ArgumentPartContext) Arguments

func (s *ArgumentPartContext) Arguments() IArgumentsContext

func (*ArgumentPartContext) EnterRule

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

func (*ArgumentPartContext) ExitRule

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

func (*ArgumentPartContext) GetParser

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

func (*ArgumentPartContext) GetRuleContext

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

func (*ArgumentPartContext) IsArgumentPartContext

func (*ArgumentPartContext) IsArgumentPartContext()

func (*ArgumentPartContext) ToStringTree

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

func (*ArgumentPartContext) TypeArguments

func (s *ArgumentPartContext) TypeArguments() ITypeArgumentsContext

type ArgumentsContext

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

func NewArgumentsContext

func NewArgumentsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ArgumentsContext

func NewEmptyArgumentsContext

func NewEmptyArgumentsContext() *ArgumentsContext

func (*ArgumentsContext) ArgumentList

func (s *ArgumentsContext) ArgumentList() IArgumentListContext

func (*ArgumentsContext) EnterRule

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

func (*ArgumentsContext) ExitRule

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

func (*ArgumentsContext) GetParser

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

func (*ArgumentsContext) GetRuleContext

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

func (*ArgumentsContext) IsArgumentsContext

func (*ArgumentsContext) IsArgumentsContext()

func (*ArgumentsContext) ToStringTree

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

type AsOperatorContext

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

func NewAsOperatorContext

func NewAsOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AsOperatorContext

func NewEmptyAsOperatorContext

func NewEmptyAsOperatorContext() *AsOperatorContext

func (*AsOperatorContext) EnterRule

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

func (*AsOperatorContext) ExitRule

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

func (*AsOperatorContext) GetParser

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

func (*AsOperatorContext) GetRuleContext

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

func (*AsOperatorContext) IsAsOperatorContext

func (*AsOperatorContext) IsAsOperatorContext()

func (*AsOperatorContext) ToStringTree

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

type AssertStatementContext

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

func NewAssertStatementContext

func NewAssertStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AssertStatementContext

func NewEmptyAssertStatementContext

func NewEmptyAssertStatementContext() *AssertStatementContext

func (*AssertStatementContext) Assertion

func (*AssertStatementContext) EnterRule

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

func (*AssertStatementContext) ExitRule

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

func (*AssertStatementContext) GetParser

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

func (*AssertStatementContext) GetRuleContext

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

func (*AssertStatementContext) IsAssertStatementContext

func (*AssertStatementContext) IsAssertStatementContext()

func (*AssertStatementContext) ToStringTree

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

type AssertionContext

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

func NewAssertionContext

func NewAssertionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AssertionContext

func NewEmptyAssertionContext

func NewEmptyAssertionContext() *AssertionContext

func (*AssertionContext) AllExpression

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

func (*AssertionContext) EnterRule

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

func (*AssertionContext) ExitRule

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

func (*AssertionContext) Expression

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

func (*AssertionContext) GetParser

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

func (*AssertionContext) GetRuleContext

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

func (*AssertionContext) IsAssertionContext

func (*AssertionContext) IsAssertionContext()

func (*AssertionContext) ToStringTree

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

type AssignableExpressionContext

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

func NewAssignableExpressionContext

func NewAssignableExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AssignableExpressionContext

func NewEmptyAssignableExpressionContext

func NewEmptyAssignableExpressionContext() *AssignableExpressionContext

func (*AssignableExpressionContext) AllArgumentPart

func (s *AssignableExpressionContext) AllArgumentPart() []IArgumentPartContext

func (*AssignableExpressionContext) ArgumentPart

func (*AssignableExpressionContext) AssignableSelector

func (*AssignableExpressionContext) EnterRule

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

func (*AssignableExpressionContext) ExitRule

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

func (*AssignableExpressionContext) GetParser

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

func (*AssignableExpressionContext) GetRuleContext

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

func (*AssignableExpressionContext) Identifier

func (*AssignableExpressionContext) IsAssignableExpressionContext

func (*AssignableExpressionContext) IsAssignableExpressionContext()

func (*AssignableExpressionContext) Primary

func (*AssignableExpressionContext) ToStringTree

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

func (*AssignableExpressionContext) UnconditionalAssignableSelector

func (s *AssignableExpressionContext) UnconditionalAssignableSelector() IUnconditionalAssignableSelectorContext

type AssignableSelectorContext

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

func NewAssignableSelectorContext

func NewAssignableSelectorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AssignableSelectorContext

func NewEmptyAssignableSelectorContext

func NewEmptyAssignableSelectorContext() *AssignableSelectorContext

func (*AssignableSelectorContext) EnterRule

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

func (*AssignableSelectorContext) ExitRule

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

func (*AssignableSelectorContext) GetParser

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

func (*AssignableSelectorContext) GetRuleContext

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

func (*AssignableSelectorContext) Identifier

func (*AssignableSelectorContext) IsAssignableSelectorContext

func (*AssignableSelectorContext) IsAssignableSelectorContext()

func (*AssignableSelectorContext) ToStringTree

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

func (*AssignableSelectorContext) UnconditionalAssignableSelector

func (s *AssignableSelectorContext) UnconditionalAssignableSelector() IUnconditionalAssignableSelectorContext

type AssignmentOperatorContext

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

func NewAssignmentOperatorContext

func NewAssignmentOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AssignmentOperatorContext

func NewEmptyAssignmentOperatorContext

func NewEmptyAssignmentOperatorContext() *AssignmentOperatorContext

func (*AssignmentOperatorContext) CompoundAssignmentOperator

func (s *AssignmentOperatorContext) CompoundAssignmentOperator() ICompoundAssignmentOperatorContext

func (*AssignmentOperatorContext) EnterRule

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

func (*AssignmentOperatorContext) ExitRule

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

func (*AssignmentOperatorContext) GetParser

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

func (*AssignmentOperatorContext) GetRuleContext

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

func (*AssignmentOperatorContext) IsAssignmentOperatorContext

func (*AssignmentOperatorContext) IsAssignmentOperatorContext()

func (*AssignmentOperatorContext) ToStringTree

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

type AwaitExpressionContext

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

func NewAwaitExpressionContext

func NewAwaitExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AwaitExpressionContext

func NewEmptyAwaitExpressionContext

func NewEmptyAwaitExpressionContext() *AwaitExpressionContext

func (*AwaitExpressionContext) EnterRule

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

func (*AwaitExpressionContext) ExitRule

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

func (*AwaitExpressionContext) GetParser

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

func (*AwaitExpressionContext) GetRuleContext

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

func (*AwaitExpressionContext) IsAwaitExpressionContext

func (*AwaitExpressionContext) IsAwaitExpressionContext()

func (*AwaitExpressionContext) ToStringTree

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

func (*AwaitExpressionContext) UnaryExpression

func (s *AwaitExpressionContext) UnaryExpression() IUnaryExpressionContext

type BaseDart2Listener

type BaseDart2Listener struct{}

BaseDart2Listener is a complete listener for a parse tree produced by Dart2Parser.

func (*BaseDart2Listener) EnterAdditiveExpression

func (s *BaseDart2Listener) EnterAdditiveExpression(ctx *AdditiveExpressionContext)

EnterAdditiveExpression is called when production additiveExpression is entered.

func (*BaseDart2Listener) EnterAdditiveOperator

func (s *BaseDart2Listener) EnterAdditiveOperator(ctx *AdditiveOperatorContext)

EnterAdditiveOperator is called when production additiveOperator is entered.

func (*BaseDart2Listener) EnterArgumentList

func (s *BaseDart2Listener) EnterArgumentList(ctx *ArgumentListContext)

EnterArgumentList is called when production argumentList is entered.

func (*BaseDart2Listener) EnterArgumentPart

func (s *BaseDart2Listener) EnterArgumentPart(ctx *ArgumentPartContext)

EnterArgumentPart is called when production argumentPart is entered.

func (*BaseDart2Listener) EnterArguments

func (s *BaseDart2Listener) EnterArguments(ctx *ArgumentsContext)

EnterArguments is called when production arguments is entered.

func (*BaseDart2Listener) EnterAsOperator

func (s *BaseDart2Listener) EnterAsOperator(ctx *AsOperatorContext)

EnterAsOperator is called when production asOperator is entered.

func (*BaseDart2Listener) EnterAssertStatement

func (s *BaseDart2Listener) EnterAssertStatement(ctx *AssertStatementContext)

EnterAssertStatement is called when production assertStatement is entered.

func (*BaseDart2Listener) EnterAssertion

func (s *BaseDart2Listener) EnterAssertion(ctx *AssertionContext)

EnterAssertion is called when production assertion is entered.

func (*BaseDart2Listener) EnterAssignableExpression

func (s *BaseDart2Listener) EnterAssignableExpression(ctx *AssignableExpressionContext)

EnterAssignableExpression is called when production assignableExpression is entered.

func (*BaseDart2Listener) EnterAssignableSelector

func (s *BaseDart2Listener) EnterAssignableSelector(ctx *AssignableSelectorContext)

EnterAssignableSelector is called when production assignableSelector is entered.

func (*BaseDart2Listener) EnterAssignmentOperator

func (s *BaseDart2Listener) EnterAssignmentOperator(ctx *AssignmentOperatorContext)

EnterAssignmentOperator is called when production assignmentOperator is entered.

func (*BaseDart2Listener) EnterAwaitExpression

func (s *BaseDart2Listener) EnterAwaitExpression(ctx *AwaitExpressionContext)

EnterAwaitExpression is called when production awaitExpression is entered.

func (*BaseDart2Listener) EnterBinaryOperator

func (s *BaseDart2Listener) EnterBinaryOperator(ctx *BinaryOperatorContext)

EnterBinaryOperator is called when production binaryOperator is entered.

func (*BaseDart2Listener) EnterBitwiseAndExpression

func (s *BaseDart2Listener) EnterBitwiseAndExpression(ctx *BitwiseAndExpressionContext)

EnterBitwiseAndExpression is called when production bitwiseAndExpression is entered.

func (*BaseDart2Listener) EnterBitwiseOperator

func (s *BaseDart2Listener) EnterBitwiseOperator(ctx *BitwiseOperatorContext)

EnterBitwiseOperator is called when production bitwiseOperator is entered.

func (*BaseDart2Listener) EnterBitwiseOrExpression

func (s *BaseDart2Listener) EnterBitwiseOrExpression(ctx *BitwiseOrExpressionContext)

EnterBitwiseOrExpression is called when production bitwiseOrExpression is entered.

func (*BaseDart2Listener) EnterBitwiseXorExpression

func (s *BaseDart2Listener) EnterBitwiseXorExpression(ctx *BitwiseXorExpressionContext)

EnterBitwiseXorExpression is called when production bitwiseXorExpression is entered.

func (*BaseDart2Listener) EnterBlock

func (s *BaseDart2Listener) EnterBlock(ctx *BlockContext)

EnterBlock is called when production block is entered.

func (*BaseDart2Listener) EnterBooleanLiteral

func (s *BaseDart2Listener) EnterBooleanLiteral(ctx *BooleanLiteralContext)

EnterBooleanLiteral is called when production booleanLiteral is entered.

func (*BaseDart2Listener) EnterBreakStatement

func (s *BaseDart2Listener) EnterBreakStatement(ctx *BreakStatementContext)

EnterBreakStatement is called when production breakStatement is entered.

func (*BaseDart2Listener) EnterCascadeSection

func (s *BaseDart2Listener) EnterCascadeSection(ctx *CascadeSectionContext)

EnterCascadeSection is called when production cascadeSection is entered.

func (*BaseDart2Listener) EnterCascadeSelector

func (s *BaseDart2Listener) EnterCascadeSelector(ctx *CascadeSelectorContext)

EnterCascadeSelector is called when production cascadeSelector is entered.

func (*BaseDart2Listener) EnterCatchPart

func (s *BaseDart2Listener) EnterCatchPart(ctx *CatchPartContext)

EnterCatchPart is called when production catchPart is entered.

func (*BaseDart2Listener) EnterClassDefinition

func (s *BaseDart2Listener) EnterClassDefinition(ctx *ClassDefinitionContext)

EnterClassDefinition is called when production classDefinition is entered.

func (*BaseDart2Listener) EnterClassMemberDefinition

func (s *BaseDart2Listener) EnterClassMemberDefinition(ctx *ClassMemberDefinitionContext)

EnterClassMemberDefinition is called when production classMemberDefinition is entered.

func (*BaseDart2Listener) EnterCombinator

func (s *BaseDart2Listener) EnterCombinator(ctx *CombinatorContext)

EnterCombinator is called when production combinator is entered.

func (*BaseDart2Listener) EnterCompilationUnit

func (s *BaseDart2Listener) EnterCompilationUnit(ctx *CompilationUnitContext)

EnterCompilationUnit is called when production compilationUnit is entered.

func (*BaseDart2Listener) EnterCompoundAssignmentOperator

func (s *BaseDart2Listener) EnterCompoundAssignmentOperator(ctx *CompoundAssignmentOperatorContext)

EnterCompoundAssignmentOperator is called when production compoundAssignmentOperator is entered.

func (*BaseDart2Listener) EnterConditionalExpression

func (s *BaseDart2Listener) EnterConditionalExpression(ctx *ConditionalExpressionContext)

EnterConditionalExpression is called when production conditionalExpression is entered.

func (*BaseDart2Listener) EnterConfigurableUri

func (s *BaseDart2Listener) EnterConfigurableUri(ctx *ConfigurableUriContext)

EnterConfigurableUri is called when production configurableUri is entered.

func (*BaseDart2Listener) EnterConfigurationUri

func (s *BaseDart2Listener) EnterConfigurationUri(ctx *ConfigurationUriContext)

EnterConfigurationUri is called when production configurationUri is entered.

func (*BaseDart2Listener) EnterConstObjectExpression

func (s *BaseDart2Listener) EnterConstObjectExpression(ctx *ConstObjectExpressionContext)

EnterConstObjectExpression is called when production constObjectExpression is entered.

func (*BaseDart2Listener) EnterConstantConstructorSignature

func (s *BaseDart2Listener) EnterConstantConstructorSignature(ctx *ConstantConstructorSignatureContext)

EnterConstantConstructorSignature is called when production constantConstructorSignature is entered.

func (*BaseDart2Listener) EnterConstructorSignature

func (s *BaseDart2Listener) EnterConstructorSignature(ctx *ConstructorSignatureContext)

EnterConstructorSignature is called when production constructorSignature is entered.

func (*BaseDart2Listener) EnterContinueStatement

func (s *BaseDart2Listener) EnterContinueStatement(ctx *ContinueStatementContext)

EnterContinueStatement is called when production continueStatement is entered.

func (*BaseDart2Listener) EnterDeclaration

func (s *BaseDart2Listener) EnterDeclaration(ctx *DeclarationContext)

EnterDeclaration is called when production declaration is entered.

func (*BaseDart2Listener) EnterDeclaredIdentifier

func (s *BaseDart2Listener) EnterDeclaredIdentifier(ctx *DeclaredIdentifierContext)

EnterDeclaredIdentifier is called when production declaredIdentifier is entered.

func (*BaseDart2Listener) EnterDefaultCase

func (s *BaseDart2Listener) EnterDefaultCase(ctx *DefaultCaseContext)

EnterDefaultCase is called when production defaultCase is entered.

func (*BaseDart2Listener) EnterDefaultFormalParameter

func (s *BaseDart2Listener) EnterDefaultFormalParameter(ctx *DefaultFormalParameterContext)

EnterDefaultFormalParameter is called when production defaultFormalParameter is entered.

func (*BaseDart2Listener) EnterDefaultNamedParameter

func (s *BaseDart2Listener) EnterDefaultNamedParameter(ctx *DefaultNamedParameterContext)

EnterDefaultNamedParameter is called when production defaultNamedParameter is entered.

func (*BaseDart2Listener) EnterDoStatement

func (s *BaseDart2Listener) EnterDoStatement(ctx *DoStatementContext)

EnterDoStatement is called when production doStatement is entered.

func (*BaseDart2Listener) EnterDottedIdentifierList

func (s *BaseDart2Listener) EnterDottedIdentifierList(ctx *DottedIdentifierListContext)

EnterDottedIdentifierList is called when production dottedIdentifierList is entered.

func (*BaseDart2Listener) EnterDtype

func (s *BaseDart2Listener) EnterDtype(ctx *DtypeContext)

EnterDtype is called when production dtype is entered.

func (*BaseDart2Listener) EnterEnumEntry

func (s *BaseDart2Listener) EnterEnumEntry(ctx *EnumEntryContext)

EnterEnumEntry is called when production enumEntry is entered.

func (*BaseDart2Listener) EnterEnumType

func (s *BaseDart2Listener) EnterEnumType(ctx *EnumTypeContext)

EnterEnumType is called when production enumType is entered.

func (*BaseDart2Listener) EnterEqualityExpression

func (s *BaseDart2Listener) EnterEqualityExpression(ctx *EqualityExpressionContext)

EnterEqualityExpression is called when production equalityExpression is entered.

func (*BaseDart2Listener) EnterEqualityOperator

func (s *BaseDart2Listener) EnterEqualityOperator(ctx *EqualityOperatorContext)

EnterEqualityOperator is called when production equalityOperator is entered.

func (*BaseDart2Listener) EnterEveryRule

func (s *BaseDart2Listener) EnterEveryRule(ctx antlr.ParserRuleContext)

EnterEveryRule is called when any rule is entered.

func (*BaseDart2Listener) EnterExpression

func (s *BaseDart2Listener) EnterExpression(ctx *ExpressionContext)

EnterExpression is called when production expression is entered.

func (*BaseDart2Listener) EnterExpressionList

func (s *BaseDart2Listener) EnterExpressionList(ctx *ExpressionListContext)

EnterExpressionList is called when production expressionList is entered.

func (*BaseDart2Listener) EnterExpressionStatement

func (s *BaseDart2Listener) EnterExpressionStatement(ctx *ExpressionStatementContext)

EnterExpressionStatement is called when production expressionStatement is entered.

func (*BaseDart2Listener) EnterExpressionWithoutCascade

func (s *BaseDart2Listener) EnterExpressionWithoutCascade(ctx *ExpressionWithoutCascadeContext)

EnterExpressionWithoutCascade is called when production expressionWithoutCascade is entered.

func (*BaseDart2Listener) EnterFactoryConstructorSignature

func (s *BaseDart2Listener) EnterFactoryConstructorSignature(ctx *FactoryConstructorSignatureContext)

EnterFactoryConstructorSignature is called when production factoryConstructorSignature is entered.

func (*BaseDart2Listener) EnterFieldFormalParameter

func (s *BaseDart2Listener) EnterFieldFormalParameter(ctx *FieldFormalParameterContext)

EnterFieldFormalParameter is called when production fieldFormalParameter is entered.

func (*BaseDart2Listener) EnterFieldInitializer

func (s *BaseDart2Listener) EnterFieldInitializer(ctx *FieldInitializerContext)

EnterFieldInitializer is called when production fieldInitializer is entered.

func (*BaseDart2Listener) EnterFinalConstVarOrType

func (s *BaseDart2Listener) EnterFinalConstVarOrType(ctx *FinalConstVarOrTypeContext)

EnterFinalConstVarOrType is called when production finalConstVarOrType is entered.

func (*BaseDart2Listener) EnterFinallyPart

func (s *BaseDart2Listener) EnterFinallyPart(ctx *FinallyPartContext)

EnterFinallyPart is called when production finallyPart is entered.

func (*BaseDart2Listener) EnterForInitializerStatement

func (s *BaseDart2Listener) EnterForInitializerStatement(ctx *ForInitializerStatementContext)

EnterForInitializerStatement is called when production forInitializerStatement is entered.

func (*BaseDart2Listener) EnterForLoopParts

func (s *BaseDart2Listener) EnterForLoopParts(ctx *ForLoopPartsContext)

EnterForLoopParts is called when production forLoopParts is entered.

func (*BaseDart2Listener) EnterForStatement

func (s *BaseDart2Listener) EnterForStatement(ctx *ForStatementContext)

EnterForStatement is called when production forStatement is entered.

func (*BaseDart2Listener) EnterFormalParameterList

func (s *BaseDart2Listener) EnterFormalParameterList(ctx *FormalParameterListContext)

EnterFormalParameterList is called when production formalParameterList is entered.

func (*BaseDart2Listener) EnterFormalParameterPart

func (s *BaseDart2Listener) EnterFormalParameterPart(ctx *FormalParameterPartContext)

EnterFormalParameterPart is called when production formalParameterPart is entered.

func (*BaseDart2Listener) EnterFunctionBody

func (s *BaseDart2Listener) EnterFunctionBody(ctx *FunctionBodyContext)

EnterFunctionBody is called when production functionBody is entered.

func (*BaseDart2Listener) EnterFunctionExpression

func (s *BaseDart2Listener) EnterFunctionExpression(ctx *FunctionExpressionContext)

EnterFunctionExpression is called when production functionExpression is entered.

func (*BaseDart2Listener) EnterFunctionFormalParameter

func (s *BaseDart2Listener) EnterFunctionFormalParameter(ctx *FunctionFormalParameterContext)

EnterFunctionFormalParameter is called when production functionFormalParameter is entered.

func (*BaseDart2Listener) EnterFunctionPrefix

func (s *BaseDart2Listener) EnterFunctionPrefix(ctx *FunctionPrefixContext)

EnterFunctionPrefix is called when production functionPrefix is entered.

func (*BaseDart2Listener) EnterFunctionSignature

func (s *BaseDart2Listener) EnterFunctionSignature(ctx *FunctionSignatureContext)

EnterFunctionSignature is called when production functionSignature is entered.

func (*BaseDart2Listener) EnterFunctionTypeAlias

func (s *BaseDart2Listener) EnterFunctionTypeAlias(ctx *FunctionTypeAliasContext)

EnterFunctionTypeAlias is called when production functionTypeAlias is entered.

func (*BaseDart2Listener) EnterGetOrSet

func (s *BaseDart2Listener) EnterGetOrSet(ctx *GetOrSetContext)

EnterGetOrSet is called when production getOrSet is entered.

func (*BaseDart2Listener) EnterGetterSignature

func (s *BaseDart2Listener) EnterGetterSignature(ctx *GetterSignatureContext)

EnterGetterSignature is called when production getterSignature is entered.

func (*BaseDart2Listener) EnterIdentifier

func (s *BaseDart2Listener) EnterIdentifier(ctx *IdentifierContext)

EnterIdentifier is called when production identifier is entered.

func (*BaseDart2Listener) EnterIdentifierList

func (s *BaseDart2Listener) EnterIdentifierList(ctx *IdentifierListContext)

EnterIdentifierList is called when production identifierList is entered.

func (*BaseDart2Listener) EnterIfNullExpression

func (s *BaseDart2Listener) EnterIfNullExpression(ctx *IfNullExpressionContext)

EnterIfNullExpression is called when production ifNullExpression is entered.

func (*BaseDart2Listener) EnterIfStatement

func (s *BaseDart2Listener) EnterIfStatement(ctx *IfStatementContext)

EnterIfStatement is called when production ifStatement is entered.

func (*BaseDart2Listener) EnterImportOrExport

func (s *BaseDart2Listener) EnterImportOrExport(ctx *ImportOrExportContext)

EnterImportOrExport is called when production importOrExport is entered.

func (*BaseDart2Listener) EnterImportSpecification

func (s *BaseDart2Listener) EnterImportSpecification(ctx *ImportSpecificationContext)

EnterImportSpecification is called when production importSpecification is entered.

func (*BaseDart2Listener) EnterIncrementOperator

func (s *BaseDart2Listener) EnterIncrementOperator(ctx *IncrementOperatorContext)

EnterIncrementOperator is called when production incrementOperator is entered.

func (*BaseDart2Listener) EnterInitializedIdentifier

func (s *BaseDart2Listener) EnterInitializedIdentifier(ctx *InitializedIdentifierContext)

EnterInitializedIdentifier is called when production initializedIdentifier is entered.

func (*BaseDart2Listener) EnterInitializedIdentifierList

func (s *BaseDart2Listener) EnterInitializedIdentifierList(ctx *InitializedIdentifierListContext)

EnterInitializedIdentifierList is called when production initializedIdentifierList is entered.

func (*BaseDart2Listener) EnterInitializedVariableDeclaration

func (s *BaseDart2Listener) EnterInitializedVariableDeclaration(ctx *InitializedVariableDeclarationContext)

EnterInitializedVariableDeclaration is called when production initializedVariableDeclaration is entered.

func (*BaseDart2Listener) EnterInitializerListEntry

func (s *BaseDart2Listener) EnterInitializerListEntry(ctx *InitializerListEntryContext)

EnterInitializerListEntry is called when production initializerListEntry is entered.

func (*BaseDart2Listener) EnterInitializers

func (s *BaseDart2Listener) EnterInitializers(ctx *InitializersContext)

EnterInitializers is called when production initializers is entered.

func (*BaseDart2Listener) EnterInterfaces

func (s *BaseDart2Listener) EnterInterfaces(ctx *InterfacesContext)

EnterInterfaces is called when production interfaces is entered.

func (*BaseDart2Listener) EnterIsOperator

func (s *BaseDart2Listener) EnterIsOperator(ctx *IsOperatorContext)

EnterIsOperator is called when production isOperator is entered.

func (*BaseDart2Listener) EnterLabel

func (s *BaseDart2Listener) EnterLabel(ctx *LabelContext)

EnterLabel is called when production label is entered.

func (*BaseDart2Listener) EnterLibraryDefinition

func (s *BaseDart2Listener) EnterLibraryDefinition(ctx *LibraryDefinitionContext)

EnterLibraryDefinition is called when production libraryDefinition is entered.

func (*BaseDart2Listener) EnterLibraryExport

func (s *BaseDart2Listener) EnterLibraryExport(ctx *LibraryExportContext)

EnterLibraryExport is called when production libraryExport is entered.

func (*BaseDart2Listener) EnterLibraryName

func (s *BaseDart2Listener) EnterLibraryName(ctx *LibraryNameContext)

EnterLibraryName is called when production libraryName is entered.

func (*BaseDart2Listener) EnterLibraryimport

func (s *BaseDart2Listener) EnterLibraryimport(ctx *LibraryimportContext)

EnterLibraryimport is called when production libraryimport is entered.

func (*BaseDart2Listener) EnterListLiteral

func (s *BaseDart2Listener) EnterListLiteral(ctx *ListLiteralContext)

EnterListLiteral is called when production listLiteral is entered.

func (*BaseDart2Listener) EnterLiteral

func (s *BaseDart2Listener) EnterLiteral(ctx *LiteralContext)

EnterLiteral is called when production literal is entered.

func (*BaseDart2Listener) EnterLocalFunctionDeclaration

func (s *BaseDart2Listener) EnterLocalFunctionDeclaration(ctx *LocalFunctionDeclarationContext)

EnterLocalFunctionDeclaration is called when production localFunctionDeclaration is entered.

func (*BaseDart2Listener) EnterLocalVariableDeclaration

func (s *BaseDart2Listener) EnterLocalVariableDeclaration(ctx *LocalVariableDeclarationContext)

EnterLocalVariableDeclaration is called when production localVariableDeclaration is entered.

func (*BaseDart2Listener) EnterLogicalAndExpression

func (s *BaseDart2Listener) EnterLogicalAndExpression(ctx *LogicalAndExpressionContext)

EnterLogicalAndExpression is called when production logicalAndExpression is entered.

func (*BaseDart2Listener) EnterLogicalOrExpression

func (s *BaseDart2Listener) EnterLogicalOrExpression(ctx *LogicalOrExpressionContext)

EnterLogicalOrExpression is called when production logicalOrExpression is entered.

func (*BaseDart2Listener) EnterMapLiteral

func (s *BaseDart2Listener) EnterMapLiteral(ctx *MapLiteralContext)

EnterMapLiteral is called when production mapLiteral is entered.

func (*BaseDart2Listener) EnterMapLiteralEntry

func (s *BaseDart2Listener) EnterMapLiteralEntry(ctx *MapLiteralEntryContext)

EnterMapLiteralEntry is called when production mapLiteralEntry is entered.

func (*BaseDart2Listener) EnterMetadata

func (s *BaseDart2Listener) EnterMetadata(ctx *MetadataContext)

EnterMetadata is called when production metadata is entered.

func (*BaseDart2Listener) EnterMethodSignature

func (s *BaseDart2Listener) EnterMethodSignature(ctx *MethodSignatureContext)

EnterMethodSignature is called when production methodSignature is entered.

func (*BaseDart2Listener) EnterMinusOperator

func (s *BaseDart2Listener) EnterMinusOperator(ctx *MinusOperatorContext)

EnterMinusOperator is called when production minusOperator is entered.

func (*BaseDart2Listener) EnterMixinApplication

func (s *BaseDart2Listener) EnterMixinApplication(ctx *MixinApplicationContext)

EnterMixinApplication is called when production mixinApplication is entered.

func (*BaseDart2Listener) EnterMixinApplicationClass

func (s *BaseDart2Listener) EnterMixinApplicationClass(ctx *MixinApplicationClassContext)

EnterMixinApplicationClass is called when production mixinApplicationClass is entered.

func (*BaseDart2Listener) EnterMixins

func (s *BaseDart2Listener) EnterMixins(ctx *MixinsContext)

EnterMixins is called when production mixins is entered.

func (*BaseDart2Listener) EnterMultiplicativeExpression

func (s *BaseDart2Listener) EnterMultiplicativeExpression(ctx *MultiplicativeExpressionContext)

EnterMultiplicativeExpression is called when production multiplicativeExpression is entered.

func (*BaseDart2Listener) EnterMultiplicativeOperator

func (s *BaseDart2Listener) EnterMultiplicativeOperator(ctx *MultiplicativeOperatorContext)

EnterMultiplicativeOperator is called when production multiplicativeOperator is entered.

func (*BaseDart2Listener) EnterNamedArgument

func (s *BaseDart2Listener) EnterNamedArgument(ctx *NamedArgumentContext)

EnterNamedArgument is called when production namedArgument is entered.

func (*BaseDart2Listener) EnterNamedFormalParameters

func (s *BaseDart2Listener) EnterNamedFormalParameters(ctx *NamedFormalParametersContext)

EnterNamedFormalParameters is called when production namedFormalParameters is entered.

func (*BaseDart2Listener) EnterNayaExpression

func (s *BaseDart2Listener) EnterNayaExpression(ctx *NayaExpressionContext)

EnterNayaExpression is called when production nayaExpression is entered.

func (*BaseDart2Listener) EnterNegationOperator

func (s *BaseDart2Listener) EnterNegationOperator(ctx *NegationOperatorContext)

EnterNegationOperator is called when production negationOperator is entered.

func (*BaseDart2Listener) EnterNonLabledStatment

func (s *BaseDart2Listener) EnterNonLabledStatment(ctx *NonLabledStatmentContext)

EnterNonLabledStatment is called when production nonLabledStatment is entered.

func (*BaseDart2Listener) EnterNormalFormalParameter

func (s *BaseDart2Listener) EnterNormalFormalParameter(ctx *NormalFormalParameterContext)

EnterNormalFormalParameter is called when production normalFormalParameter is entered.

func (*BaseDart2Listener) EnterNormalFormalParameters

func (s *BaseDart2Listener) EnterNormalFormalParameters(ctx *NormalFormalParametersContext)

EnterNormalFormalParameters is called when production normalFormalParameters is entered.

func (*BaseDart2Listener) EnterNullLiteral

func (s *BaseDart2Listener) EnterNullLiteral(ctx *NullLiteralContext)

EnterNullLiteral is called when production nullLiteral is entered.

func (*BaseDart2Listener) EnterNumericLiteral

func (s *BaseDart2Listener) EnterNumericLiteral(ctx *NumericLiteralContext)

EnterNumericLiteral is called when production numericLiteral is entered.

func (*BaseDart2Listener) EnterOnPart

func (s *BaseDart2Listener) EnterOnPart(ctx *OnPartContext)

EnterOnPart is called when production onPart is entered.

func (*BaseDart2Listener) EnterOperator

func (s *BaseDart2Listener) EnterOperator(ctx *OperatorContext)

EnterOperator is called when production operator is entered.

func (*BaseDart2Listener) EnterOperatorSignature

func (s *BaseDart2Listener) EnterOperatorSignature(ctx *OperatorSignatureContext)

EnterOperatorSignature is called when production operatorSignature is entered.

func (*BaseDart2Listener) EnterOptionalFormalParameters

func (s *BaseDart2Listener) EnterOptionalFormalParameters(ctx *OptionalFormalParametersContext)

EnterOptionalFormalParameters is called when production optionalFormalParameters is entered.

func (*BaseDart2Listener) EnterOptionalPositionalFormalParameters

func (s *BaseDart2Listener) EnterOptionalPositionalFormalParameters(ctx *OptionalPositionalFormalParametersContext)

EnterOptionalPositionalFormalParameters is called when production optionalPositionalFormalParameters is entered.

func (*BaseDart2Listener) EnterPartDeclaration

func (s *BaseDart2Listener) EnterPartDeclaration(ctx *PartDeclarationContext)

EnterPartDeclaration is called when production partDeclaration is entered.

func (*BaseDart2Listener) EnterPartDirective

func (s *BaseDart2Listener) EnterPartDirective(ctx *PartDirectiveContext)

EnterPartDirective is called when production partDirective is entered.

func (*BaseDart2Listener) EnterPartHeader

func (s *BaseDart2Listener) EnterPartHeader(ctx *PartHeaderContext)

EnterPartHeader is called when production partHeader is entered.

func (*BaseDart2Listener) EnterPostfixExpression

func (s *BaseDart2Listener) EnterPostfixExpression(ctx *PostfixExpressionContext)

EnterPostfixExpression is called when production postfixExpression is entered.

func (*BaseDart2Listener) EnterPostfixOperator

func (s *BaseDart2Listener) EnterPostfixOperator(ctx *PostfixOperatorContext)

EnterPostfixOperator is called when production postfixOperator is entered.

func (*BaseDart2Listener) EnterPrefixOperator

func (s *BaseDart2Listener) EnterPrefixOperator(ctx *PrefixOperatorContext)

EnterPrefixOperator is called when production prefixOperator is entered.

func (*BaseDart2Listener) EnterPrimary

func (s *BaseDart2Listener) EnterPrimary(ctx *PrimaryContext)

EnterPrimary is called when production primary is entered.

func (*BaseDart2Listener) EnterQualified

func (s *BaseDart2Listener) EnterQualified(ctx *QualifiedContext)

EnterQualified is called when production qualified is entered.

func (*BaseDart2Listener) EnterRedirectingFactoryConstructorSignature

func (s *BaseDart2Listener) EnterRedirectingFactoryConstructorSignature(ctx *RedirectingFactoryConstructorSignatureContext)

EnterRedirectingFactoryConstructorSignature is called when production redirectingFactoryConstructorSignature is entered.

func (*BaseDart2Listener) EnterRedirection

func (s *BaseDart2Listener) EnterRedirection(ctx *RedirectionContext)

EnterRedirection is called when production redirection is entered.

func (*BaseDart2Listener) EnterRelationalExpression

func (s *BaseDart2Listener) EnterRelationalExpression(ctx *RelationalExpressionContext)

EnterRelationalExpression is called when production relationalExpression is entered.

func (*BaseDart2Listener) EnterRelationalOperator

func (s *BaseDart2Listener) EnterRelationalOperator(ctx *RelationalOperatorContext)

EnterRelationalOperator is called when production relationalOperator is entered.

func (*BaseDart2Listener) EnterRethrowStatment

func (s *BaseDart2Listener) EnterRethrowStatment(ctx *RethrowStatmentContext)

EnterRethrowStatment is called when production rethrowStatment is entered.

func (*BaseDart2Listener) EnterReturnStatement

func (s *BaseDart2Listener) EnterReturnStatement(ctx *ReturnStatementContext)

EnterReturnStatement is called when production returnStatement is entered.

func (*BaseDart2Listener) EnterReturnType

func (s *BaseDart2Listener) EnterReturnType(ctx *ReturnTypeContext)

EnterReturnType is called when production returnType is entered.

func (*BaseDart2Listener) EnterScriptTag

func (s *BaseDart2Listener) EnterScriptTag(ctx *ScriptTagContext)

EnterScriptTag is called when production scriptTag is entered.

func (*BaseDart2Listener) EnterSelector

func (s *BaseDart2Listener) EnterSelector(ctx *SelectorContext)

EnterSelector is called when production selector is entered.

func (*BaseDart2Listener) EnterSetterSignature

func (s *BaseDart2Listener) EnterSetterSignature(ctx *SetterSignatureContext)

EnterSetterSignature is called when production setterSignature is entered.

func (*BaseDart2Listener) EnterShiftExpression

func (s *BaseDart2Listener) EnterShiftExpression(ctx *ShiftExpressionContext)

EnterShiftExpression is called when production shiftExpression is entered.

func (*BaseDart2Listener) EnterShiftOperator

func (s *BaseDart2Listener) EnterShiftOperator(ctx *ShiftOperatorContext)

EnterShiftOperator is called when production shiftOperator is entered.

func (*BaseDart2Listener) EnterSimpleFormalParameter

func (s *BaseDart2Listener) EnterSimpleFormalParameter(ctx *SimpleFormalParameterContext)

EnterSimpleFormalParameter is called when production simpleFormalParameter is entered.

func (*BaseDart2Listener) EnterStatement

func (s *BaseDart2Listener) EnterStatement(ctx *StatementContext)

EnterStatement is called when production statement is entered.

func (*BaseDart2Listener) EnterStatements

func (s *BaseDart2Listener) EnterStatements(ctx *StatementsContext)

EnterStatements is called when production statements is entered.

func (*BaseDart2Listener) EnterStaticFinalDeclaration

func (s *BaseDart2Listener) EnterStaticFinalDeclaration(ctx *StaticFinalDeclarationContext)

EnterStaticFinalDeclaration is called when production staticFinalDeclaration is entered.

func (*BaseDart2Listener) EnterStaticFinalDeclarationList

func (s *BaseDart2Listener) EnterStaticFinalDeclarationList(ctx *StaticFinalDeclarationListContext)

EnterStaticFinalDeclarationList is called when production staticFinalDeclarationList is entered.

func (*BaseDart2Listener) EnterStringInterpolation

func (s *BaseDart2Listener) EnterStringInterpolation(ctx *StringInterpolationContext)

EnterStringInterpolation is called when production stringInterpolation is entered.

func (*BaseDart2Listener) EnterStringLiteral

func (s *BaseDart2Listener) EnterStringLiteral(ctx *StringLiteralContext)

EnterStringLiteral is called when production stringLiteral is entered.

func (*BaseDart2Listener) EnterSuperclass

func (s *BaseDart2Listener) EnterSuperclass(ctx *SuperclassContext)

EnterSuperclass is called when production superclass is entered.

func (*BaseDart2Listener) EnterSwitchCase

func (s *BaseDart2Listener) EnterSwitchCase(ctx *SwitchCaseContext)

EnterSwitchCase is called when production switchCase is entered.

func (*BaseDart2Listener) EnterSwitchStatement

func (s *BaseDart2Listener) EnterSwitchStatement(ctx *SwitchStatementContext)

EnterSwitchStatement is called when production switchStatement is entered.

func (*BaseDart2Listener) EnterSymbolLiteral

func (s *BaseDart2Listener) EnterSymbolLiteral(ctx *SymbolLiteralContext)

EnterSymbolLiteral is called when production symbolLiteral is entered.

func (*BaseDart2Listener) EnterThisExpression

func (s *BaseDart2Listener) EnterThisExpression(ctx *ThisExpressionContext)

EnterThisExpression is called when production thisExpression is entered.

func (*BaseDart2Listener) EnterThrowExpression

func (s *BaseDart2Listener) EnterThrowExpression(ctx *ThrowExpressionContext)

EnterThrowExpression is called when production throwExpression is entered.

func (*BaseDart2Listener) EnterThrowExpressionWithoutCascade

func (s *BaseDart2Listener) EnterThrowExpressionWithoutCascade(ctx *ThrowExpressionWithoutCascadeContext)

EnterThrowExpressionWithoutCascade is called when production throwExpressionWithoutCascade is entered.

func (*BaseDart2Listener) EnterTildeOperator

func (s *BaseDart2Listener) EnterTildeOperator(ctx *TildeOperatorContext)

EnterTildeOperator is called when production tildeOperator is entered.

func (*BaseDart2Listener) EnterTopLevelDefinition

func (s *BaseDart2Listener) EnterTopLevelDefinition(ctx *TopLevelDefinitionContext)

EnterTopLevelDefinition is called when production topLevelDefinition is entered.

func (*BaseDart2Listener) EnterTryStatement

func (s *BaseDart2Listener) EnterTryStatement(ctx *TryStatementContext)

EnterTryStatement is called when production tryStatement is entered.

func (*BaseDart2Listener) EnterTypeAlias

func (s *BaseDart2Listener) EnterTypeAlias(ctx *TypeAliasContext)

EnterTypeAlias is called when production typeAlias is entered.

func (*BaseDart2Listener) EnterTypeAliasBody

func (s *BaseDart2Listener) EnterTypeAliasBody(ctx *TypeAliasBodyContext)

EnterTypeAliasBody is called when production typeAliasBody is entered.

func (*BaseDart2Listener) EnterTypeArguments

func (s *BaseDart2Listener) EnterTypeArguments(ctx *TypeArgumentsContext)

EnterTypeArguments is called when production typeArguments is entered.

func (*BaseDart2Listener) EnterTypeCast

func (s *BaseDart2Listener) EnterTypeCast(ctx *TypeCastContext)

EnterTypeCast is called when production typeCast is entered.

func (*BaseDart2Listener) EnterTypeList

func (s *BaseDart2Listener) EnterTypeList(ctx *TypeListContext)

EnterTypeList is called when production typeList is entered.

func (*BaseDart2Listener) EnterTypeName

func (s *BaseDart2Listener) EnterTypeName(ctx *TypeNameContext)

EnterTypeName is called when production typeName is entered.

func (*BaseDart2Listener) EnterTypeParameter

func (s *BaseDart2Listener) EnterTypeParameter(ctx *TypeParameterContext)

EnterTypeParameter is called when production typeParameter is entered.

func (*BaseDart2Listener) EnterTypeParameters

func (s *BaseDart2Listener) EnterTypeParameters(ctx *TypeParametersContext)

EnterTypeParameters is called when production typeParameters is entered.

func (*BaseDart2Listener) EnterTypeTest

func (s *BaseDart2Listener) EnterTypeTest(ctx *TypeTestContext)

EnterTypeTest is called when production typeTest is entered.

func (*BaseDart2Listener) EnterUnaryExpression

func (s *BaseDart2Listener) EnterUnaryExpression(ctx *UnaryExpressionContext)

EnterUnaryExpression is called when production unaryExpression is entered.

func (*BaseDart2Listener) EnterUnconditionalAssignableSelector

func (s *BaseDart2Listener) EnterUnconditionalAssignableSelector(ctx *UnconditionalAssignableSelectorContext)

EnterUnconditionalAssignableSelector is called when production unconditionalAssignableSelector is entered.

func (*BaseDart2Listener) EnterUri

func (s *BaseDart2Listener) EnterUri(ctx *UriContext)

EnterUri is called when production uri is entered.

func (*BaseDart2Listener) EnterUriTest

func (s *BaseDart2Listener) EnterUriTest(ctx *UriTestContext)

EnterUriTest is called when production uriTest is entered.

func (*BaseDart2Listener) EnterVarOrType

func (s *BaseDart2Listener) EnterVarOrType(ctx *VarOrTypeContext)

EnterVarOrType is called when production varOrType is entered.

func (*BaseDart2Listener) EnterVariableDeclaration

func (s *BaseDart2Listener) EnterVariableDeclaration(ctx *VariableDeclarationContext)

EnterVariableDeclaration is called when production variableDeclaration is entered.

func (*BaseDart2Listener) EnterWhileStatement

func (s *BaseDart2Listener) EnterWhileStatement(ctx *WhileStatementContext)

EnterWhileStatement is called when production whileStatement is entered.

func (*BaseDart2Listener) EnterYieldEachStatement

func (s *BaseDart2Listener) EnterYieldEachStatement(ctx *YieldEachStatementContext)

EnterYieldEachStatement is called when production yieldEachStatement is entered.

func (*BaseDart2Listener) EnterYieldStatement

func (s *BaseDart2Listener) EnterYieldStatement(ctx *YieldStatementContext)

EnterYieldStatement is called when production yieldStatement is entered.

func (*BaseDart2Listener) ExitAdditiveExpression

func (s *BaseDart2Listener) ExitAdditiveExpression(ctx *AdditiveExpressionContext)

ExitAdditiveExpression is called when production additiveExpression is exited.

func (*BaseDart2Listener) ExitAdditiveOperator

func (s *BaseDart2Listener) ExitAdditiveOperator(ctx *AdditiveOperatorContext)

ExitAdditiveOperator is called when production additiveOperator is exited.

func (*BaseDart2Listener) ExitArgumentList

func (s *BaseDart2Listener) ExitArgumentList(ctx *ArgumentListContext)

ExitArgumentList is called when production argumentList is exited.

func (*BaseDart2Listener) ExitArgumentPart

func (s *BaseDart2Listener) ExitArgumentPart(ctx *ArgumentPartContext)

ExitArgumentPart is called when production argumentPart is exited.

func (*BaseDart2Listener) ExitArguments

func (s *BaseDart2Listener) ExitArguments(ctx *ArgumentsContext)

ExitArguments is called when production arguments is exited.

func (*BaseDart2Listener) ExitAsOperator

func (s *BaseDart2Listener) ExitAsOperator(ctx *AsOperatorContext)

ExitAsOperator is called when production asOperator is exited.

func (*BaseDart2Listener) ExitAssertStatement

func (s *BaseDart2Listener) ExitAssertStatement(ctx *AssertStatementContext)

ExitAssertStatement is called when production assertStatement is exited.

func (*BaseDart2Listener) ExitAssertion

func (s *BaseDart2Listener) ExitAssertion(ctx *AssertionContext)

ExitAssertion is called when production assertion is exited.

func (*BaseDart2Listener) ExitAssignableExpression

func (s *BaseDart2Listener) ExitAssignableExpression(ctx *AssignableExpressionContext)

ExitAssignableExpression is called when production assignableExpression is exited.

func (*BaseDart2Listener) ExitAssignableSelector

func (s *BaseDart2Listener) ExitAssignableSelector(ctx *AssignableSelectorContext)

ExitAssignableSelector is called when production assignableSelector is exited.

func (*BaseDart2Listener) ExitAssignmentOperator

func (s *BaseDart2Listener) ExitAssignmentOperator(ctx *AssignmentOperatorContext)

ExitAssignmentOperator is called when production assignmentOperator is exited.

func (*BaseDart2Listener) ExitAwaitExpression

func (s *BaseDart2Listener) ExitAwaitExpression(ctx *AwaitExpressionContext)

ExitAwaitExpression is called when production awaitExpression is exited.

func (*BaseDart2Listener) ExitBinaryOperator

func (s *BaseDart2Listener) ExitBinaryOperator(ctx *BinaryOperatorContext)

ExitBinaryOperator is called when production binaryOperator is exited.

func (*BaseDart2Listener) ExitBitwiseAndExpression

func (s *BaseDart2Listener) ExitBitwiseAndExpression(ctx *BitwiseAndExpressionContext)

ExitBitwiseAndExpression is called when production bitwiseAndExpression is exited.

func (*BaseDart2Listener) ExitBitwiseOperator

func (s *BaseDart2Listener) ExitBitwiseOperator(ctx *BitwiseOperatorContext)

ExitBitwiseOperator is called when production bitwiseOperator is exited.

func (*BaseDart2Listener) ExitBitwiseOrExpression

func (s *BaseDart2Listener) ExitBitwiseOrExpression(ctx *BitwiseOrExpressionContext)

ExitBitwiseOrExpression is called when production bitwiseOrExpression is exited.

func (*BaseDart2Listener) ExitBitwiseXorExpression

func (s *BaseDart2Listener) ExitBitwiseXorExpression(ctx *BitwiseXorExpressionContext)

ExitBitwiseXorExpression is called when production bitwiseXorExpression is exited.

func (*BaseDart2Listener) ExitBlock

func (s *BaseDart2Listener) ExitBlock(ctx *BlockContext)

ExitBlock is called when production block is exited.

func (*BaseDart2Listener) ExitBooleanLiteral

func (s *BaseDart2Listener) ExitBooleanLiteral(ctx *BooleanLiteralContext)

ExitBooleanLiteral is called when production booleanLiteral is exited.

func (*BaseDart2Listener) ExitBreakStatement

func (s *BaseDart2Listener) ExitBreakStatement(ctx *BreakStatementContext)

ExitBreakStatement is called when production breakStatement is exited.

func (*BaseDart2Listener) ExitCascadeSection

func (s *BaseDart2Listener) ExitCascadeSection(ctx *CascadeSectionContext)

ExitCascadeSection is called when production cascadeSection is exited.

func (*BaseDart2Listener) ExitCascadeSelector

func (s *BaseDart2Listener) ExitCascadeSelector(ctx *CascadeSelectorContext)

ExitCascadeSelector is called when production cascadeSelector is exited.

func (*BaseDart2Listener) ExitCatchPart

func (s *BaseDart2Listener) ExitCatchPart(ctx *CatchPartContext)

ExitCatchPart is called when production catchPart is exited.

func (*BaseDart2Listener) ExitClassDefinition

func (s *BaseDart2Listener) ExitClassDefinition(ctx *ClassDefinitionContext)

ExitClassDefinition is called when production classDefinition is exited.

func (*BaseDart2Listener) ExitClassMemberDefinition

func (s *BaseDart2Listener) ExitClassMemberDefinition(ctx *ClassMemberDefinitionContext)

ExitClassMemberDefinition is called when production classMemberDefinition is exited.

func (*BaseDart2Listener) ExitCombinator

func (s *BaseDart2Listener) ExitCombinator(ctx *CombinatorContext)

ExitCombinator is called when production combinator is exited.

func (*BaseDart2Listener) ExitCompilationUnit

func (s *BaseDart2Listener) ExitCompilationUnit(ctx *CompilationUnitContext)

ExitCompilationUnit is called when production compilationUnit is exited.

func (*BaseDart2Listener) ExitCompoundAssignmentOperator

func (s *BaseDart2Listener) ExitCompoundAssignmentOperator(ctx *CompoundAssignmentOperatorContext)

ExitCompoundAssignmentOperator is called when production compoundAssignmentOperator is exited.

func (*BaseDart2Listener) ExitConditionalExpression

func (s *BaseDart2Listener) ExitConditionalExpression(ctx *ConditionalExpressionContext)

ExitConditionalExpression is called when production conditionalExpression is exited.

func (*BaseDart2Listener) ExitConfigurableUri

func (s *BaseDart2Listener) ExitConfigurableUri(ctx *ConfigurableUriContext)

ExitConfigurableUri is called when production configurableUri is exited.

func (*BaseDart2Listener) ExitConfigurationUri

func (s *BaseDart2Listener) ExitConfigurationUri(ctx *ConfigurationUriContext)

ExitConfigurationUri is called when production configurationUri is exited.

func (*BaseDart2Listener) ExitConstObjectExpression

func (s *BaseDart2Listener) ExitConstObjectExpression(ctx *ConstObjectExpressionContext)

ExitConstObjectExpression is called when production constObjectExpression is exited.

func (*BaseDart2Listener) ExitConstantConstructorSignature

func (s *BaseDart2Listener) ExitConstantConstructorSignature(ctx *ConstantConstructorSignatureContext)

ExitConstantConstructorSignature is called when production constantConstructorSignature is exited.

func (*BaseDart2Listener) ExitConstructorSignature

func (s *BaseDart2Listener) ExitConstructorSignature(ctx *ConstructorSignatureContext)

ExitConstructorSignature is called when production constructorSignature is exited.

func (*BaseDart2Listener) ExitContinueStatement

func (s *BaseDart2Listener) ExitContinueStatement(ctx *ContinueStatementContext)

ExitContinueStatement is called when production continueStatement is exited.

func (*BaseDart2Listener) ExitDeclaration

func (s *BaseDart2Listener) ExitDeclaration(ctx *DeclarationContext)

ExitDeclaration is called when production declaration is exited.

func (*BaseDart2Listener) ExitDeclaredIdentifier

func (s *BaseDart2Listener) ExitDeclaredIdentifier(ctx *DeclaredIdentifierContext)

ExitDeclaredIdentifier is called when production declaredIdentifier is exited.

func (*BaseDart2Listener) ExitDefaultCase

func (s *BaseDart2Listener) ExitDefaultCase(ctx *DefaultCaseContext)

ExitDefaultCase is called when production defaultCase is exited.

func (*BaseDart2Listener) ExitDefaultFormalParameter

func (s *BaseDart2Listener) ExitDefaultFormalParameter(ctx *DefaultFormalParameterContext)

ExitDefaultFormalParameter is called when production defaultFormalParameter is exited.

func (*BaseDart2Listener) ExitDefaultNamedParameter

func (s *BaseDart2Listener) ExitDefaultNamedParameter(ctx *DefaultNamedParameterContext)

ExitDefaultNamedParameter is called when production defaultNamedParameter is exited.

func (*BaseDart2Listener) ExitDoStatement

func (s *BaseDart2Listener) ExitDoStatement(ctx *DoStatementContext)

ExitDoStatement is called when production doStatement is exited.

func (*BaseDart2Listener) ExitDottedIdentifierList

func (s *BaseDart2Listener) ExitDottedIdentifierList(ctx *DottedIdentifierListContext)

ExitDottedIdentifierList is called when production dottedIdentifierList is exited.

func (*BaseDart2Listener) ExitDtype

func (s *BaseDart2Listener) ExitDtype(ctx *DtypeContext)

ExitDtype is called when production dtype is exited.

func (*BaseDart2Listener) ExitEnumEntry

func (s *BaseDart2Listener) ExitEnumEntry(ctx *EnumEntryContext)

ExitEnumEntry is called when production enumEntry is exited.

func (*BaseDart2Listener) ExitEnumType

func (s *BaseDart2Listener) ExitEnumType(ctx *EnumTypeContext)

ExitEnumType is called when production enumType is exited.

func (*BaseDart2Listener) ExitEqualityExpression

func (s *BaseDart2Listener) ExitEqualityExpression(ctx *EqualityExpressionContext)

ExitEqualityExpression is called when production equalityExpression is exited.

func (*BaseDart2Listener) ExitEqualityOperator

func (s *BaseDart2Listener) ExitEqualityOperator(ctx *EqualityOperatorContext)

ExitEqualityOperator is called when production equalityOperator is exited.

func (*BaseDart2Listener) ExitEveryRule

func (s *BaseDart2Listener) ExitEveryRule(ctx antlr.ParserRuleContext)

ExitEveryRule is called when any rule is exited.

func (*BaseDart2Listener) ExitExpression

func (s *BaseDart2Listener) ExitExpression(ctx *ExpressionContext)

ExitExpression is called when production expression is exited.

func (*BaseDart2Listener) ExitExpressionList

func (s *BaseDart2Listener) ExitExpressionList(ctx *ExpressionListContext)

ExitExpressionList is called when production expressionList is exited.

func (*BaseDart2Listener) ExitExpressionStatement

func (s *BaseDart2Listener) ExitExpressionStatement(ctx *ExpressionStatementContext)

ExitExpressionStatement is called when production expressionStatement is exited.

func (*BaseDart2Listener) ExitExpressionWithoutCascade

func (s *BaseDart2Listener) ExitExpressionWithoutCascade(ctx *ExpressionWithoutCascadeContext)

ExitExpressionWithoutCascade is called when production expressionWithoutCascade is exited.

func (*BaseDart2Listener) ExitFactoryConstructorSignature

func (s *BaseDart2Listener) ExitFactoryConstructorSignature(ctx *FactoryConstructorSignatureContext)

ExitFactoryConstructorSignature is called when production factoryConstructorSignature is exited.

func (*BaseDart2Listener) ExitFieldFormalParameter

func (s *BaseDart2Listener) ExitFieldFormalParameter(ctx *FieldFormalParameterContext)

ExitFieldFormalParameter is called when production fieldFormalParameter is exited.

func (*BaseDart2Listener) ExitFieldInitializer

func (s *BaseDart2Listener) ExitFieldInitializer(ctx *FieldInitializerContext)

ExitFieldInitializer is called when production fieldInitializer is exited.

func (*BaseDart2Listener) ExitFinalConstVarOrType

func (s *BaseDart2Listener) ExitFinalConstVarOrType(ctx *FinalConstVarOrTypeContext)

ExitFinalConstVarOrType is called when production finalConstVarOrType is exited.

func (*BaseDart2Listener) ExitFinallyPart

func (s *BaseDart2Listener) ExitFinallyPart(ctx *FinallyPartContext)

ExitFinallyPart is called when production finallyPart is exited.

func (*BaseDart2Listener) ExitForInitializerStatement

func (s *BaseDart2Listener) ExitForInitializerStatement(ctx *ForInitializerStatementContext)

ExitForInitializerStatement is called when production forInitializerStatement is exited.

func (*BaseDart2Listener) ExitForLoopParts

func (s *BaseDart2Listener) ExitForLoopParts(ctx *ForLoopPartsContext)

ExitForLoopParts is called when production forLoopParts is exited.

func (*BaseDart2Listener) ExitForStatement

func (s *BaseDart2Listener) ExitForStatement(ctx *ForStatementContext)

ExitForStatement is called when production forStatement is exited.

func (*BaseDart2Listener) ExitFormalParameterList

func (s *BaseDart2Listener) ExitFormalParameterList(ctx *FormalParameterListContext)

ExitFormalParameterList is called when production formalParameterList is exited.

func (*BaseDart2Listener) ExitFormalParameterPart

func (s *BaseDart2Listener) ExitFormalParameterPart(ctx *FormalParameterPartContext)

ExitFormalParameterPart is called when production formalParameterPart is exited.

func (*BaseDart2Listener) ExitFunctionBody

func (s *BaseDart2Listener) ExitFunctionBody(ctx *FunctionBodyContext)

ExitFunctionBody is called when production functionBody is exited.

func (*BaseDart2Listener) ExitFunctionExpression

func (s *BaseDart2Listener) ExitFunctionExpression(ctx *FunctionExpressionContext)

ExitFunctionExpression is called when production functionExpression is exited.

func (*BaseDart2Listener) ExitFunctionFormalParameter

func (s *BaseDart2Listener) ExitFunctionFormalParameter(ctx *FunctionFormalParameterContext)

ExitFunctionFormalParameter is called when production functionFormalParameter is exited.

func (*BaseDart2Listener) ExitFunctionPrefix

func (s *BaseDart2Listener) ExitFunctionPrefix(ctx *FunctionPrefixContext)

ExitFunctionPrefix is called when production functionPrefix is exited.

func (*BaseDart2Listener) ExitFunctionSignature

func (s *BaseDart2Listener) ExitFunctionSignature(ctx *FunctionSignatureContext)

ExitFunctionSignature is called when production functionSignature is exited.

func (*BaseDart2Listener) ExitFunctionTypeAlias

func (s *BaseDart2Listener) ExitFunctionTypeAlias(ctx *FunctionTypeAliasContext)

ExitFunctionTypeAlias is called when production functionTypeAlias is exited.

func (*BaseDart2Listener) ExitGetOrSet

func (s *BaseDart2Listener) ExitGetOrSet(ctx *GetOrSetContext)

ExitGetOrSet is called when production getOrSet is exited.

func (*BaseDart2Listener) ExitGetterSignature

func (s *BaseDart2Listener) ExitGetterSignature(ctx *GetterSignatureContext)

ExitGetterSignature is called when production getterSignature is exited.

func (*BaseDart2Listener) ExitIdentifier

func (s *BaseDart2Listener) ExitIdentifier(ctx *IdentifierContext)

ExitIdentifier is called when production identifier is exited.

func (*BaseDart2Listener) ExitIdentifierList

func (s *BaseDart2Listener) ExitIdentifierList(ctx *IdentifierListContext)

ExitIdentifierList is called when production identifierList is exited.

func (*BaseDart2Listener) ExitIfNullExpression

func (s *BaseDart2Listener) ExitIfNullExpression(ctx *IfNullExpressionContext)

ExitIfNullExpression is called when production ifNullExpression is exited.

func (*BaseDart2Listener) ExitIfStatement

func (s *BaseDart2Listener) ExitIfStatement(ctx *IfStatementContext)

ExitIfStatement is called when production ifStatement is exited.

func (*BaseDart2Listener) ExitImportOrExport

func (s *BaseDart2Listener) ExitImportOrExport(ctx *ImportOrExportContext)

ExitImportOrExport is called when production importOrExport is exited.

func (*BaseDart2Listener) ExitImportSpecification

func (s *BaseDart2Listener) ExitImportSpecification(ctx *ImportSpecificationContext)

ExitImportSpecification is called when production importSpecification is exited.

func (*BaseDart2Listener) ExitIncrementOperator

func (s *BaseDart2Listener) ExitIncrementOperator(ctx *IncrementOperatorContext)

ExitIncrementOperator is called when production incrementOperator is exited.

func (*BaseDart2Listener) ExitInitializedIdentifier

func (s *BaseDart2Listener) ExitInitializedIdentifier(ctx *InitializedIdentifierContext)

ExitInitializedIdentifier is called when production initializedIdentifier is exited.

func (*BaseDart2Listener) ExitInitializedIdentifierList

func (s *BaseDart2Listener) ExitInitializedIdentifierList(ctx *InitializedIdentifierListContext)

ExitInitializedIdentifierList is called when production initializedIdentifierList is exited.

func (*BaseDart2Listener) ExitInitializedVariableDeclaration

func (s *BaseDart2Listener) ExitInitializedVariableDeclaration(ctx *InitializedVariableDeclarationContext)

ExitInitializedVariableDeclaration is called when production initializedVariableDeclaration is exited.

func (*BaseDart2Listener) ExitInitializerListEntry

func (s *BaseDart2Listener) ExitInitializerListEntry(ctx *InitializerListEntryContext)

ExitInitializerListEntry is called when production initializerListEntry is exited.

func (*BaseDart2Listener) ExitInitializers

func (s *BaseDart2Listener) ExitInitializers(ctx *InitializersContext)

ExitInitializers is called when production initializers is exited.

func (*BaseDart2Listener) ExitInterfaces

func (s *BaseDart2Listener) ExitInterfaces(ctx *InterfacesContext)

ExitInterfaces is called when production interfaces is exited.

func (*BaseDart2Listener) ExitIsOperator

func (s *BaseDart2Listener) ExitIsOperator(ctx *IsOperatorContext)

ExitIsOperator is called when production isOperator is exited.

func (*BaseDart2Listener) ExitLabel

func (s *BaseDart2Listener) ExitLabel(ctx *LabelContext)

ExitLabel is called when production label is exited.

func (*BaseDart2Listener) ExitLibraryDefinition

func (s *BaseDart2Listener) ExitLibraryDefinition(ctx *LibraryDefinitionContext)

ExitLibraryDefinition is called when production libraryDefinition is exited.

func (*BaseDart2Listener) ExitLibraryExport

func (s *BaseDart2Listener) ExitLibraryExport(ctx *LibraryExportContext)

ExitLibraryExport is called when production libraryExport is exited.

func (*BaseDart2Listener) ExitLibraryName

func (s *BaseDart2Listener) ExitLibraryName(ctx *LibraryNameContext)

ExitLibraryName is called when production libraryName is exited.

func (*BaseDart2Listener) ExitLibraryimport

func (s *BaseDart2Listener) ExitLibraryimport(ctx *LibraryimportContext)

ExitLibraryimport is called when production libraryimport is exited.

func (*BaseDart2Listener) ExitListLiteral

func (s *BaseDart2Listener) ExitListLiteral(ctx *ListLiteralContext)

ExitListLiteral is called when production listLiteral is exited.

func (*BaseDart2Listener) ExitLiteral

func (s *BaseDart2Listener) ExitLiteral(ctx *LiteralContext)

ExitLiteral is called when production literal is exited.

func (*BaseDart2Listener) ExitLocalFunctionDeclaration

func (s *BaseDart2Listener) ExitLocalFunctionDeclaration(ctx *LocalFunctionDeclarationContext)

ExitLocalFunctionDeclaration is called when production localFunctionDeclaration is exited.

func (*BaseDart2Listener) ExitLocalVariableDeclaration

func (s *BaseDart2Listener) ExitLocalVariableDeclaration(ctx *LocalVariableDeclarationContext)

ExitLocalVariableDeclaration is called when production localVariableDeclaration is exited.

func (*BaseDart2Listener) ExitLogicalAndExpression

func (s *BaseDart2Listener) ExitLogicalAndExpression(ctx *LogicalAndExpressionContext)

ExitLogicalAndExpression is called when production logicalAndExpression is exited.

func (*BaseDart2Listener) ExitLogicalOrExpression

func (s *BaseDart2Listener) ExitLogicalOrExpression(ctx *LogicalOrExpressionContext)

ExitLogicalOrExpression is called when production logicalOrExpression is exited.

func (*BaseDart2Listener) ExitMapLiteral

func (s *BaseDart2Listener) ExitMapLiteral(ctx *MapLiteralContext)

ExitMapLiteral is called when production mapLiteral is exited.

func (*BaseDart2Listener) ExitMapLiteralEntry

func (s *BaseDart2Listener) ExitMapLiteralEntry(ctx *MapLiteralEntryContext)

ExitMapLiteralEntry is called when production mapLiteralEntry is exited.

func (*BaseDart2Listener) ExitMetadata

func (s *BaseDart2Listener) ExitMetadata(ctx *MetadataContext)

ExitMetadata is called when production metadata is exited.

func (*BaseDart2Listener) ExitMethodSignature

func (s *BaseDart2Listener) ExitMethodSignature(ctx *MethodSignatureContext)

ExitMethodSignature is called when production methodSignature is exited.

func (*BaseDart2Listener) ExitMinusOperator

func (s *BaseDart2Listener) ExitMinusOperator(ctx *MinusOperatorContext)

ExitMinusOperator is called when production minusOperator is exited.

func (*BaseDart2Listener) ExitMixinApplication

func (s *BaseDart2Listener) ExitMixinApplication(ctx *MixinApplicationContext)

ExitMixinApplication is called when production mixinApplication is exited.

func (*BaseDart2Listener) ExitMixinApplicationClass

func (s *BaseDart2Listener) ExitMixinApplicationClass(ctx *MixinApplicationClassContext)

ExitMixinApplicationClass is called when production mixinApplicationClass is exited.

func (*BaseDart2Listener) ExitMixins

func (s *BaseDart2Listener) ExitMixins(ctx *MixinsContext)

ExitMixins is called when production mixins is exited.

func (*BaseDart2Listener) ExitMultiplicativeExpression

func (s *BaseDart2Listener) ExitMultiplicativeExpression(ctx *MultiplicativeExpressionContext)

ExitMultiplicativeExpression is called when production multiplicativeExpression is exited.

func (*BaseDart2Listener) ExitMultiplicativeOperator

func (s *BaseDart2Listener) ExitMultiplicativeOperator(ctx *MultiplicativeOperatorContext)

ExitMultiplicativeOperator is called when production multiplicativeOperator is exited.

func (*BaseDart2Listener) ExitNamedArgument

func (s *BaseDart2Listener) ExitNamedArgument(ctx *NamedArgumentContext)

ExitNamedArgument is called when production namedArgument is exited.

func (*BaseDart2Listener) ExitNamedFormalParameters

func (s *BaseDart2Listener) ExitNamedFormalParameters(ctx *NamedFormalParametersContext)

ExitNamedFormalParameters is called when production namedFormalParameters is exited.

func (*BaseDart2Listener) ExitNayaExpression

func (s *BaseDart2Listener) ExitNayaExpression(ctx *NayaExpressionContext)

ExitNayaExpression is called when production nayaExpression is exited.

func (*BaseDart2Listener) ExitNegationOperator

func (s *BaseDart2Listener) ExitNegationOperator(ctx *NegationOperatorContext)

ExitNegationOperator is called when production negationOperator is exited.

func (*BaseDart2Listener) ExitNonLabledStatment

func (s *BaseDart2Listener) ExitNonLabledStatment(ctx *NonLabledStatmentContext)

ExitNonLabledStatment is called when production nonLabledStatment is exited.

func (*BaseDart2Listener) ExitNormalFormalParameter

func (s *BaseDart2Listener) ExitNormalFormalParameter(ctx *NormalFormalParameterContext)

ExitNormalFormalParameter is called when production normalFormalParameter is exited.

func (*BaseDart2Listener) ExitNormalFormalParameters

func (s *BaseDart2Listener) ExitNormalFormalParameters(ctx *NormalFormalParametersContext)

ExitNormalFormalParameters is called when production normalFormalParameters is exited.

func (*BaseDart2Listener) ExitNullLiteral

func (s *BaseDart2Listener) ExitNullLiteral(ctx *NullLiteralContext)

ExitNullLiteral is called when production nullLiteral is exited.

func (*BaseDart2Listener) ExitNumericLiteral

func (s *BaseDart2Listener) ExitNumericLiteral(ctx *NumericLiteralContext)

ExitNumericLiteral is called when production numericLiteral is exited.

func (*BaseDart2Listener) ExitOnPart

func (s *BaseDart2Listener) ExitOnPart(ctx *OnPartContext)

ExitOnPart is called when production onPart is exited.

func (*BaseDart2Listener) ExitOperator

func (s *BaseDart2Listener) ExitOperator(ctx *OperatorContext)

ExitOperator is called when production operator is exited.

func (*BaseDart2Listener) ExitOperatorSignature

func (s *BaseDart2Listener) ExitOperatorSignature(ctx *OperatorSignatureContext)

ExitOperatorSignature is called when production operatorSignature is exited.

func (*BaseDart2Listener) ExitOptionalFormalParameters

func (s *BaseDart2Listener) ExitOptionalFormalParameters(ctx *OptionalFormalParametersContext)

ExitOptionalFormalParameters is called when production optionalFormalParameters is exited.

func (*BaseDart2Listener) ExitOptionalPositionalFormalParameters

func (s *BaseDart2Listener) ExitOptionalPositionalFormalParameters(ctx *OptionalPositionalFormalParametersContext)

ExitOptionalPositionalFormalParameters is called when production optionalPositionalFormalParameters is exited.

func (*BaseDart2Listener) ExitPartDeclaration

func (s *BaseDart2Listener) ExitPartDeclaration(ctx *PartDeclarationContext)

ExitPartDeclaration is called when production partDeclaration is exited.

func (*BaseDart2Listener) ExitPartDirective

func (s *BaseDart2Listener) ExitPartDirective(ctx *PartDirectiveContext)

ExitPartDirective is called when production partDirective is exited.

func (*BaseDart2Listener) ExitPartHeader

func (s *BaseDart2Listener) ExitPartHeader(ctx *PartHeaderContext)

ExitPartHeader is called when production partHeader is exited.

func (*BaseDart2Listener) ExitPostfixExpression

func (s *BaseDart2Listener) ExitPostfixExpression(ctx *PostfixExpressionContext)

ExitPostfixExpression is called when production postfixExpression is exited.

func (*BaseDart2Listener) ExitPostfixOperator

func (s *BaseDart2Listener) ExitPostfixOperator(ctx *PostfixOperatorContext)

ExitPostfixOperator is called when production postfixOperator is exited.

func (*BaseDart2Listener) ExitPrefixOperator

func (s *BaseDart2Listener) ExitPrefixOperator(ctx *PrefixOperatorContext)

ExitPrefixOperator is called when production prefixOperator is exited.

func (*BaseDart2Listener) ExitPrimary

func (s *BaseDart2Listener) ExitPrimary(ctx *PrimaryContext)

ExitPrimary is called when production primary is exited.

func (*BaseDart2Listener) ExitQualified

func (s *BaseDart2Listener) ExitQualified(ctx *QualifiedContext)

ExitQualified is called when production qualified is exited.

func (*BaseDart2Listener) ExitRedirectingFactoryConstructorSignature

func (s *BaseDart2Listener) ExitRedirectingFactoryConstructorSignature(ctx *RedirectingFactoryConstructorSignatureContext)

ExitRedirectingFactoryConstructorSignature is called when production redirectingFactoryConstructorSignature is exited.

func (*BaseDart2Listener) ExitRedirection

func (s *BaseDart2Listener) ExitRedirection(ctx *RedirectionContext)

ExitRedirection is called when production redirection is exited.

func (*BaseDart2Listener) ExitRelationalExpression

func (s *BaseDart2Listener) ExitRelationalExpression(ctx *RelationalExpressionContext)

ExitRelationalExpression is called when production relationalExpression is exited.

func (*BaseDart2Listener) ExitRelationalOperator

func (s *BaseDart2Listener) ExitRelationalOperator(ctx *RelationalOperatorContext)

ExitRelationalOperator is called when production relationalOperator is exited.

func (*BaseDart2Listener) ExitRethrowStatment

func (s *BaseDart2Listener) ExitRethrowStatment(ctx *RethrowStatmentContext)

ExitRethrowStatment is called when production rethrowStatment is exited.

func (*BaseDart2Listener) ExitReturnStatement

func (s *BaseDart2Listener) ExitReturnStatement(ctx *ReturnStatementContext)

ExitReturnStatement is called when production returnStatement is exited.

func (*BaseDart2Listener) ExitReturnType

func (s *BaseDart2Listener) ExitReturnType(ctx *ReturnTypeContext)

ExitReturnType is called when production returnType is exited.

func (*BaseDart2Listener) ExitScriptTag

func (s *BaseDart2Listener) ExitScriptTag(ctx *ScriptTagContext)

ExitScriptTag is called when production scriptTag is exited.

func (*BaseDart2Listener) ExitSelector

func (s *BaseDart2Listener) ExitSelector(ctx *SelectorContext)

ExitSelector is called when production selector is exited.

func (*BaseDart2Listener) ExitSetterSignature

func (s *BaseDart2Listener) ExitSetterSignature(ctx *SetterSignatureContext)

ExitSetterSignature is called when production setterSignature is exited.

func (*BaseDart2Listener) ExitShiftExpression

func (s *BaseDart2Listener) ExitShiftExpression(ctx *ShiftExpressionContext)

ExitShiftExpression is called when production shiftExpression is exited.

func (*BaseDart2Listener) ExitShiftOperator

func (s *BaseDart2Listener) ExitShiftOperator(ctx *ShiftOperatorContext)

ExitShiftOperator is called when production shiftOperator is exited.

func (*BaseDart2Listener) ExitSimpleFormalParameter

func (s *BaseDart2Listener) ExitSimpleFormalParameter(ctx *SimpleFormalParameterContext)

ExitSimpleFormalParameter is called when production simpleFormalParameter is exited.

func (*BaseDart2Listener) ExitStatement

func (s *BaseDart2Listener) ExitStatement(ctx *StatementContext)

ExitStatement is called when production statement is exited.

func (*BaseDart2Listener) ExitStatements

func (s *BaseDart2Listener) ExitStatements(ctx *StatementsContext)

ExitStatements is called when production statements is exited.

func (*BaseDart2Listener) ExitStaticFinalDeclaration

func (s *BaseDart2Listener) ExitStaticFinalDeclaration(ctx *StaticFinalDeclarationContext)

ExitStaticFinalDeclaration is called when production staticFinalDeclaration is exited.

func (*BaseDart2Listener) ExitStaticFinalDeclarationList

func (s *BaseDart2Listener) ExitStaticFinalDeclarationList(ctx *StaticFinalDeclarationListContext)

ExitStaticFinalDeclarationList is called when production staticFinalDeclarationList is exited.

func (*BaseDart2Listener) ExitStringInterpolation

func (s *BaseDart2Listener) ExitStringInterpolation(ctx *StringInterpolationContext)

ExitStringInterpolation is called when production stringInterpolation is exited.

func (*BaseDart2Listener) ExitStringLiteral

func (s *BaseDart2Listener) ExitStringLiteral(ctx *StringLiteralContext)

ExitStringLiteral is called when production stringLiteral is exited.

func (*BaseDart2Listener) ExitSuperclass

func (s *BaseDart2Listener) ExitSuperclass(ctx *SuperclassContext)

ExitSuperclass is called when production superclass is exited.

func (*BaseDart2Listener) ExitSwitchCase

func (s *BaseDart2Listener) ExitSwitchCase(ctx *SwitchCaseContext)

ExitSwitchCase is called when production switchCase is exited.

func (*BaseDart2Listener) ExitSwitchStatement

func (s *BaseDart2Listener) ExitSwitchStatement(ctx *SwitchStatementContext)

ExitSwitchStatement is called when production switchStatement is exited.

func (*BaseDart2Listener) ExitSymbolLiteral

func (s *BaseDart2Listener) ExitSymbolLiteral(ctx *SymbolLiteralContext)

ExitSymbolLiteral is called when production symbolLiteral is exited.

func (*BaseDart2Listener) ExitThisExpression

func (s *BaseDart2Listener) ExitThisExpression(ctx *ThisExpressionContext)

ExitThisExpression is called when production thisExpression is exited.

func (*BaseDart2Listener) ExitThrowExpression

func (s *BaseDart2Listener) ExitThrowExpression(ctx *ThrowExpressionContext)

ExitThrowExpression is called when production throwExpression is exited.

func (*BaseDart2Listener) ExitThrowExpressionWithoutCascade

func (s *BaseDart2Listener) ExitThrowExpressionWithoutCascade(ctx *ThrowExpressionWithoutCascadeContext)

ExitThrowExpressionWithoutCascade is called when production throwExpressionWithoutCascade is exited.

func (*BaseDart2Listener) ExitTildeOperator

func (s *BaseDart2Listener) ExitTildeOperator(ctx *TildeOperatorContext)

ExitTildeOperator is called when production tildeOperator is exited.

func (*BaseDart2Listener) ExitTopLevelDefinition

func (s *BaseDart2Listener) ExitTopLevelDefinition(ctx *TopLevelDefinitionContext)

ExitTopLevelDefinition is called when production topLevelDefinition is exited.

func (*BaseDart2Listener) ExitTryStatement

func (s *BaseDart2Listener) ExitTryStatement(ctx *TryStatementContext)

ExitTryStatement is called when production tryStatement is exited.

func (*BaseDart2Listener) ExitTypeAlias

func (s *BaseDart2Listener) ExitTypeAlias(ctx *TypeAliasContext)

ExitTypeAlias is called when production typeAlias is exited.

func (*BaseDart2Listener) ExitTypeAliasBody

func (s *BaseDart2Listener) ExitTypeAliasBody(ctx *TypeAliasBodyContext)

ExitTypeAliasBody is called when production typeAliasBody is exited.

func (*BaseDart2Listener) ExitTypeArguments

func (s *BaseDart2Listener) ExitTypeArguments(ctx *TypeArgumentsContext)

ExitTypeArguments is called when production typeArguments is exited.

func (*BaseDart2Listener) ExitTypeCast

func (s *BaseDart2Listener) ExitTypeCast(ctx *TypeCastContext)

ExitTypeCast is called when production typeCast is exited.

func (*BaseDart2Listener) ExitTypeList

func (s *BaseDart2Listener) ExitTypeList(ctx *TypeListContext)

ExitTypeList is called when production typeList is exited.

func (*BaseDart2Listener) ExitTypeName

func (s *BaseDart2Listener) ExitTypeName(ctx *TypeNameContext)

ExitTypeName is called when production typeName is exited.

func (*BaseDart2Listener) ExitTypeParameter

func (s *BaseDart2Listener) ExitTypeParameter(ctx *TypeParameterContext)

ExitTypeParameter is called when production typeParameter is exited.

func (*BaseDart2Listener) ExitTypeParameters

func (s *BaseDart2Listener) ExitTypeParameters(ctx *TypeParametersContext)

ExitTypeParameters is called when production typeParameters is exited.

func (*BaseDart2Listener) ExitTypeTest

func (s *BaseDart2Listener) ExitTypeTest(ctx *TypeTestContext)

ExitTypeTest is called when production typeTest is exited.

func (*BaseDart2Listener) ExitUnaryExpression

func (s *BaseDart2Listener) ExitUnaryExpression(ctx *UnaryExpressionContext)

ExitUnaryExpression is called when production unaryExpression is exited.

func (*BaseDart2Listener) ExitUnconditionalAssignableSelector

func (s *BaseDart2Listener) ExitUnconditionalAssignableSelector(ctx *UnconditionalAssignableSelectorContext)

ExitUnconditionalAssignableSelector is called when production unconditionalAssignableSelector is exited.

func (*BaseDart2Listener) ExitUri

func (s *BaseDart2Listener) ExitUri(ctx *UriContext)

ExitUri is called when production uri is exited.

func (*BaseDart2Listener) ExitUriTest

func (s *BaseDart2Listener) ExitUriTest(ctx *UriTestContext)

ExitUriTest is called when production uriTest is exited.

func (*BaseDart2Listener) ExitVarOrType

func (s *BaseDart2Listener) ExitVarOrType(ctx *VarOrTypeContext)

ExitVarOrType is called when production varOrType is exited.

func (*BaseDart2Listener) ExitVariableDeclaration

func (s *BaseDart2Listener) ExitVariableDeclaration(ctx *VariableDeclarationContext)

ExitVariableDeclaration is called when production variableDeclaration is exited.

func (*BaseDart2Listener) ExitWhileStatement

func (s *BaseDart2Listener) ExitWhileStatement(ctx *WhileStatementContext)

ExitWhileStatement is called when production whileStatement is exited.

func (*BaseDart2Listener) ExitYieldEachStatement

func (s *BaseDart2Listener) ExitYieldEachStatement(ctx *YieldEachStatementContext)

ExitYieldEachStatement is called when production yieldEachStatement is exited.

func (*BaseDart2Listener) ExitYieldStatement

func (s *BaseDart2Listener) ExitYieldStatement(ctx *YieldStatementContext)

ExitYieldStatement is called when production yieldStatement is exited.

func (*BaseDart2Listener) VisitErrorNode

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

VisitErrorNode is called when an error node is visited.

func (*BaseDart2Listener) VisitTerminal

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

VisitTerminal is called when a terminal node is visited.

type BinaryOperatorContext

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

func NewBinaryOperatorContext

func NewBinaryOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BinaryOperatorContext

func NewEmptyBinaryOperatorContext

func NewEmptyBinaryOperatorContext() *BinaryOperatorContext

func (*BinaryOperatorContext) AdditiveOperator

func (s *BinaryOperatorContext) AdditiveOperator() IAdditiveOperatorContext

func (*BinaryOperatorContext) BitwiseOperator

func (s *BinaryOperatorContext) BitwiseOperator() IBitwiseOperatorContext

func (*BinaryOperatorContext) EnterRule

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

func (*BinaryOperatorContext) ExitRule

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

func (*BinaryOperatorContext) GetParser

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

func (*BinaryOperatorContext) GetRuleContext

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

func (*BinaryOperatorContext) IsBinaryOperatorContext

func (*BinaryOperatorContext) IsBinaryOperatorContext()

func (*BinaryOperatorContext) MultiplicativeOperator

func (s *BinaryOperatorContext) MultiplicativeOperator() IMultiplicativeOperatorContext

func (*BinaryOperatorContext) RelationalOperator

func (s *BinaryOperatorContext) RelationalOperator() IRelationalOperatorContext

func (*BinaryOperatorContext) ShiftOperator

func (s *BinaryOperatorContext) ShiftOperator() IShiftOperatorContext

func (*BinaryOperatorContext) ToStringTree

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

type BitwiseAndExpressionContext

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

func NewBitwiseAndExpressionContext

func NewBitwiseAndExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BitwiseAndExpressionContext

func NewEmptyBitwiseAndExpressionContext

func NewEmptyBitwiseAndExpressionContext() *BitwiseAndExpressionContext

func (*BitwiseAndExpressionContext) AllShiftExpression

func (s *BitwiseAndExpressionContext) AllShiftExpression() []IShiftExpressionContext

func (*BitwiseAndExpressionContext) EnterRule

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

func (*BitwiseAndExpressionContext) ExitRule

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

func (*BitwiseAndExpressionContext) GetParser

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

func (*BitwiseAndExpressionContext) GetRuleContext

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

func (*BitwiseAndExpressionContext) IsBitwiseAndExpressionContext

func (*BitwiseAndExpressionContext) IsBitwiseAndExpressionContext()

func (*BitwiseAndExpressionContext) ShiftExpression

func (*BitwiseAndExpressionContext) ToStringTree

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

type BitwiseOperatorContext

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

func NewBitwiseOperatorContext

func NewBitwiseOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BitwiseOperatorContext

func NewEmptyBitwiseOperatorContext

func NewEmptyBitwiseOperatorContext() *BitwiseOperatorContext

func (*BitwiseOperatorContext) EnterRule

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

func (*BitwiseOperatorContext) ExitRule

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

func (*BitwiseOperatorContext) GetParser

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

func (*BitwiseOperatorContext) GetRuleContext

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

func (*BitwiseOperatorContext) IsBitwiseOperatorContext

func (*BitwiseOperatorContext) IsBitwiseOperatorContext()

func (*BitwiseOperatorContext) ToStringTree

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

type BitwiseOrExpressionContext

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

func NewBitwiseOrExpressionContext

func NewBitwiseOrExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BitwiseOrExpressionContext

func NewEmptyBitwiseOrExpressionContext

func NewEmptyBitwiseOrExpressionContext() *BitwiseOrExpressionContext

func (*BitwiseOrExpressionContext) AllBitwiseOrExpression

func (s *BitwiseOrExpressionContext) AllBitwiseOrExpression() []IBitwiseOrExpressionContext

func (*BitwiseOrExpressionContext) AllBitwiseXorExpression

func (s *BitwiseOrExpressionContext) AllBitwiseXorExpression() []IBitwiseXorExpressionContext

func (*BitwiseOrExpressionContext) BitwiseOrExpression

func (*BitwiseOrExpressionContext) BitwiseXorExpression

func (s *BitwiseOrExpressionContext) BitwiseXorExpression(i int) IBitwiseXorExpressionContext

func (*BitwiseOrExpressionContext) EnterRule

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

func (*BitwiseOrExpressionContext) ExitRule

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

func (*BitwiseOrExpressionContext) GetParser

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

func (*BitwiseOrExpressionContext) GetRuleContext

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

func (*BitwiseOrExpressionContext) IsBitwiseOrExpressionContext

func (*BitwiseOrExpressionContext) IsBitwiseOrExpressionContext()

func (*BitwiseOrExpressionContext) ToStringTree

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

type BitwiseXorExpressionContext

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

func NewBitwiseXorExpressionContext

func NewBitwiseXorExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BitwiseXorExpressionContext

func NewEmptyBitwiseXorExpressionContext

func NewEmptyBitwiseXorExpressionContext() *BitwiseXorExpressionContext

func (*BitwiseXorExpressionContext) AllBitwiseAndExpression

func (s *BitwiseXorExpressionContext) AllBitwiseAndExpression() []IBitwiseAndExpressionContext

func (*BitwiseXorExpressionContext) BitwiseAndExpression

func (*BitwiseXorExpressionContext) EnterRule

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

func (*BitwiseXorExpressionContext) ExitRule

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

func (*BitwiseXorExpressionContext) GetParser

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

func (*BitwiseXorExpressionContext) GetRuleContext

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

func (*BitwiseXorExpressionContext) IsBitwiseXorExpressionContext

func (*BitwiseXorExpressionContext) IsBitwiseXorExpressionContext()

func (*BitwiseXorExpressionContext) ToStringTree

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

type BlockContext

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

func NewBlockContext

func NewBlockContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BlockContext

func NewEmptyBlockContext

func NewEmptyBlockContext() *BlockContext

func (*BlockContext) EnterRule

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

func (*BlockContext) ExitRule

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

func (*BlockContext) GetParser

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

func (*BlockContext) GetRuleContext

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

func (*BlockContext) IsBlockContext

func (*BlockContext) IsBlockContext()

func (*BlockContext) Statements

func (s *BlockContext) Statements() IStatementsContext

func (*BlockContext) ToStringTree

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

type BooleanLiteralContext

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

func NewBooleanLiteralContext

func NewBooleanLiteralContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BooleanLiteralContext

func NewEmptyBooleanLiteralContext

func NewEmptyBooleanLiteralContext() *BooleanLiteralContext

func (*BooleanLiteralContext) EnterRule

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

func (*BooleanLiteralContext) ExitRule

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

func (*BooleanLiteralContext) GetParser

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

func (*BooleanLiteralContext) GetRuleContext

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

func (*BooleanLiteralContext) IsBooleanLiteralContext

func (*BooleanLiteralContext) IsBooleanLiteralContext()

func (*BooleanLiteralContext) ToStringTree

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

type BreakStatementContext

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

func NewBreakStatementContext

func NewBreakStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BreakStatementContext

func NewEmptyBreakStatementContext

func NewEmptyBreakStatementContext() *BreakStatementContext

func (*BreakStatementContext) EnterRule

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

func (*BreakStatementContext) ExitRule

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

func (*BreakStatementContext) GetParser

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

func (*BreakStatementContext) GetRuleContext

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

func (*BreakStatementContext) Identifier

func (s *BreakStatementContext) Identifier() IIdentifierContext

func (*BreakStatementContext) IsBreakStatementContext

func (*BreakStatementContext) IsBreakStatementContext()

func (*BreakStatementContext) ToStringTree

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

type CascadeSectionContext

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

func NewCascadeSectionContext

func NewCascadeSectionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CascadeSectionContext

func NewEmptyCascadeSectionContext

func NewEmptyCascadeSectionContext() *CascadeSectionContext

func (*CascadeSectionContext) AllArgumentPart

func (s *CascadeSectionContext) AllArgumentPart() []IArgumentPartContext

func (*CascadeSectionContext) AllAssignableSelector

func (s *CascadeSectionContext) AllAssignableSelector() []IAssignableSelectorContext

func (*CascadeSectionContext) ArgumentPart

func (s *CascadeSectionContext) ArgumentPart(i int) IArgumentPartContext

func (*CascadeSectionContext) AssignableSelector

func (s *CascadeSectionContext) AssignableSelector(i int) IAssignableSelectorContext

func (*CascadeSectionContext) AssignmentOperator

func (s *CascadeSectionContext) AssignmentOperator() IAssignmentOperatorContext

func (*CascadeSectionContext) CascadeSelector

func (s *CascadeSectionContext) CascadeSelector() ICascadeSelectorContext

func (*CascadeSectionContext) EnterRule

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

func (*CascadeSectionContext) ExitRule

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

func (*CascadeSectionContext) ExpressionWithoutCascade

func (s *CascadeSectionContext) ExpressionWithoutCascade() IExpressionWithoutCascadeContext

func (*CascadeSectionContext) GetParser

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

func (*CascadeSectionContext) GetRuleContext

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

func (*CascadeSectionContext) IsCascadeSectionContext

func (*CascadeSectionContext) IsCascadeSectionContext()

func (*CascadeSectionContext) ToStringTree

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

type CascadeSelectorContext

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

func NewCascadeSelectorContext

func NewCascadeSelectorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CascadeSelectorContext

func NewEmptyCascadeSelectorContext

func NewEmptyCascadeSelectorContext() *CascadeSelectorContext

func (*CascadeSelectorContext) EnterRule

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

func (*CascadeSelectorContext) ExitRule

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

func (*CascadeSelectorContext) Expression

func (*CascadeSelectorContext) GetParser

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

func (*CascadeSelectorContext) GetRuleContext

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

func (*CascadeSelectorContext) Identifier

func (*CascadeSelectorContext) IsCascadeSelectorContext

func (*CascadeSelectorContext) IsCascadeSelectorContext()

func (*CascadeSelectorContext) ToStringTree

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

type CatchPartContext

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

func NewCatchPartContext

func NewCatchPartContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CatchPartContext

func NewEmptyCatchPartContext

func NewEmptyCatchPartContext() *CatchPartContext

func (*CatchPartContext) AllIdentifier

func (s *CatchPartContext) AllIdentifier() []IIdentifierContext

func (*CatchPartContext) EnterRule

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

func (*CatchPartContext) ExitRule

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

func (*CatchPartContext) GetParser

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

func (*CatchPartContext) GetRuleContext

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

func (*CatchPartContext) Identifier

func (s *CatchPartContext) Identifier(i int) IIdentifierContext

func (*CatchPartContext) IsCatchPartContext

func (*CatchPartContext) IsCatchPartContext()

func (*CatchPartContext) ToStringTree

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

type ClassDefinitionContext

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

func NewClassDefinitionContext

func NewClassDefinitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ClassDefinitionContext

func NewEmptyClassDefinitionContext

func NewEmptyClassDefinitionContext() *ClassDefinitionContext

func (*ClassDefinitionContext) AllClassMemberDefinition

func (s *ClassDefinitionContext) AllClassMemberDefinition() []IClassMemberDefinitionContext

func (*ClassDefinitionContext) AllMetadata

func (s *ClassDefinitionContext) AllMetadata() []IMetadataContext

func (*ClassDefinitionContext) ClassMemberDefinition

func (s *ClassDefinitionContext) ClassMemberDefinition(i int) IClassMemberDefinitionContext

func (*ClassDefinitionContext) EnterRule

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

func (*ClassDefinitionContext) ExitRule

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

func (*ClassDefinitionContext) GetParser

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

func (*ClassDefinitionContext) GetRuleContext

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

func (*ClassDefinitionContext) Identifier

func (*ClassDefinitionContext) Interfaces

func (*ClassDefinitionContext) IsClassDefinitionContext

func (*ClassDefinitionContext) IsClassDefinitionContext()

func (*ClassDefinitionContext) Metadata

func (*ClassDefinitionContext) MixinApplicationClass

func (s *ClassDefinitionContext) MixinApplicationClass() IMixinApplicationClassContext

func (*ClassDefinitionContext) Mixins

func (*ClassDefinitionContext) Superclass

func (*ClassDefinitionContext) ToStringTree

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

func (*ClassDefinitionContext) TypeParameters

func (s *ClassDefinitionContext) TypeParameters() ITypeParametersContext

type ClassMemberDefinitionContext

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

func NewClassMemberDefinitionContext

func NewClassMemberDefinitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ClassMemberDefinitionContext

func NewEmptyClassMemberDefinitionContext

func NewEmptyClassMemberDefinitionContext() *ClassMemberDefinitionContext

func (*ClassMemberDefinitionContext) Declaration

func (*ClassMemberDefinitionContext) EnterRule

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

func (*ClassMemberDefinitionContext) ExitRule

func (*ClassMemberDefinitionContext) FunctionBody

func (*ClassMemberDefinitionContext) GetParser

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

func (*ClassMemberDefinitionContext) GetRuleContext

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

func (*ClassMemberDefinitionContext) IsClassMemberDefinitionContext

func (*ClassMemberDefinitionContext) IsClassMemberDefinitionContext()

func (*ClassMemberDefinitionContext) MethodSignature

func (*ClassMemberDefinitionContext) ToStringTree

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

type CombinatorContext

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

func NewCombinatorContext

func NewCombinatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CombinatorContext

func NewEmptyCombinatorContext

func NewEmptyCombinatorContext() *CombinatorContext

func (*CombinatorContext) EnterRule

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

func (*CombinatorContext) ExitRule

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

func (*CombinatorContext) GetParser

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

func (*CombinatorContext) GetRuleContext

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

func (*CombinatorContext) IdentifierList

func (s *CombinatorContext) IdentifierList() IIdentifierListContext

func (*CombinatorContext) IsCombinatorContext

func (*CombinatorContext) IsCombinatorContext()

func (*CombinatorContext) ToStringTree

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

type CompilationUnitContext

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

func NewCompilationUnitContext

func NewCompilationUnitContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CompilationUnitContext

func NewEmptyCompilationUnitContext

func NewEmptyCompilationUnitContext() *CompilationUnitContext

func (*CompilationUnitContext) EnterRule

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

func (*CompilationUnitContext) ExitRule

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

func (*CompilationUnitContext) GetParser

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

func (*CompilationUnitContext) GetRuleContext

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

func (*CompilationUnitContext) IsCompilationUnitContext

func (*CompilationUnitContext) IsCompilationUnitContext()

func (*CompilationUnitContext) LibraryDefinition

func (s *CompilationUnitContext) LibraryDefinition() ILibraryDefinitionContext

func (*CompilationUnitContext) PartDeclaration

func (s *CompilationUnitContext) PartDeclaration() IPartDeclarationContext

func (*CompilationUnitContext) ToStringTree

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

type CompoundAssignmentOperatorContext

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

func NewCompoundAssignmentOperatorContext

func NewCompoundAssignmentOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CompoundAssignmentOperatorContext

func NewEmptyCompoundAssignmentOperatorContext

func NewEmptyCompoundAssignmentOperatorContext() *CompoundAssignmentOperatorContext

func (*CompoundAssignmentOperatorContext) EnterRule

func (*CompoundAssignmentOperatorContext) ExitRule

func (*CompoundAssignmentOperatorContext) GetParser

func (*CompoundAssignmentOperatorContext) GetRuleContext

func (*CompoundAssignmentOperatorContext) IsCompoundAssignmentOperatorContext

func (*CompoundAssignmentOperatorContext) IsCompoundAssignmentOperatorContext()

func (*CompoundAssignmentOperatorContext) ToStringTree

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

type ConditionalExpressionContext

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

func NewConditionalExpressionContext

func NewConditionalExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ConditionalExpressionContext

func NewEmptyConditionalExpressionContext

func NewEmptyConditionalExpressionContext() *ConditionalExpressionContext

func (*ConditionalExpressionContext) AllExpressionWithoutCascade

func (s *ConditionalExpressionContext) AllExpressionWithoutCascade() []IExpressionWithoutCascadeContext

func (*ConditionalExpressionContext) EnterRule

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

func (*ConditionalExpressionContext) ExitRule

func (*ConditionalExpressionContext) ExpressionWithoutCascade

func (s *ConditionalExpressionContext) ExpressionWithoutCascade(i int) IExpressionWithoutCascadeContext

func (*ConditionalExpressionContext) GetParser

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

func (*ConditionalExpressionContext) GetRuleContext

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

func (*ConditionalExpressionContext) IfNullExpression

func (*ConditionalExpressionContext) IsConditionalExpressionContext

func (*ConditionalExpressionContext) IsConditionalExpressionContext()

func (*ConditionalExpressionContext) ToStringTree

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

type ConfigurableUriContext

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

func NewConfigurableUriContext

func NewConfigurableUriContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ConfigurableUriContext

func NewEmptyConfigurableUriContext

func NewEmptyConfigurableUriContext() *ConfigurableUriContext

func (*ConfigurableUriContext) AllConfigurationUri

func (s *ConfigurableUriContext) AllConfigurationUri() []IConfigurationUriContext

func (*ConfigurableUriContext) ConfigurationUri

func (s *ConfigurableUriContext) ConfigurationUri(i int) IConfigurationUriContext

func (*ConfigurableUriContext) EnterRule

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

func (*ConfigurableUriContext) ExitRule

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

func (*ConfigurableUriContext) GetParser

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

func (*ConfigurableUriContext) GetRuleContext

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

func (*ConfigurableUriContext) IsConfigurableUriContext

func (*ConfigurableUriContext) IsConfigurableUriContext()

func (*ConfigurableUriContext) ToStringTree

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

func (*ConfigurableUriContext) Uri

type ConfigurationUriContext

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

func NewConfigurationUriContext

func NewConfigurationUriContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ConfigurationUriContext

func NewEmptyConfigurationUriContext

func NewEmptyConfigurationUriContext() *ConfigurationUriContext

func (*ConfigurationUriContext) EnterRule

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

func (*ConfigurationUriContext) ExitRule

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

func (*ConfigurationUriContext) GetParser

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

func (*ConfigurationUriContext) GetRuleContext

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

func (*ConfigurationUriContext) IsConfigurationUriContext

func (*ConfigurationUriContext) IsConfigurationUriContext()

func (*ConfigurationUriContext) ToStringTree

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

func (*ConfigurationUriContext) Uri

func (*ConfigurationUriContext) UriTest

type ConstObjectExpressionContext

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

func NewConstObjectExpressionContext

func NewConstObjectExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ConstObjectExpressionContext

func NewEmptyConstObjectExpressionContext

func NewEmptyConstObjectExpressionContext() *ConstObjectExpressionContext

func (*ConstObjectExpressionContext) Arguments

func (*ConstObjectExpressionContext) Dtype

func (*ConstObjectExpressionContext) EnterRule

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

func (*ConstObjectExpressionContext) ExitRule

func (*ConstObjectExpressionContext) GetParser

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

func (*ConstObjectExpressionContext) GetRuleContext

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

func (*ConstObjectExpressionContext) Identifier

func (*ConstObjectExpressionContext) IsConstObjectExpressionContext

func (*ConstObjectExpressionContext) IsConstObjectExpressionContext()

func (*ConstObjectExpressionContext) ToStringTree

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

type ConstantConstructorSignatureContext

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

func NewConstantConstructorSignatureContext

func NewConstantConstructorSignatureContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ConstantConstructorSignatureContext

func NewEmptyConstantConstructorSignatureContext

func NewEmptyConstantConstructorSignatureContext() *ConstantConstructorSignatureContext

func (*ConstantConstructorSignatureContext) EnterRule

func (*ConstantConstructorSignatureContext) ExitRule

func (*ConstantConstructorSignatureContext) FormalParameterList

func (*ConstantConstructorSignatureContext) GetParser

func (*ConstantConstructorSignatureContext) GetRuleContext

func (*ConstantConstructorSignatureContext) IsConstantConstructorSignatureContext

func (*ConstantConstructorSignatureContext) IsConstantConstructorSignatureContext()

func (*ConstantConstructorSignatureContext) Qualified

func (*ConstantConstructorSignatureContext) ToStringTree

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

type ConstructorSignatureContext

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

func NewConstructorSignatureContext

func NewConstructorSignatureContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ConstructorSignatureContext

func NewEmptyConstructorSignatureContext

func NewEmptyConstructorSignatureContext() *ConstructorSignatureContext

func (*ConstructorSignatureContext) AllIdentifier

func (s *ConstructorSignatureContext) AllIdentifier() []IIdentifierContext

func (*ConstructorSignatureContext) EnterRule

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

func (*ConstructorSignatureContext) ExitRule

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

func (*ConstructorSignatureContext) FormalParameterList

func (*ConstructorSignatureContext) GetParser

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

func (*ConstructorSignatureContext) GetRuleContext

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

func (*ConstructorSignatureContext) Identifier

func (*ConstructorSignatureContext) IsConstructorSignatureContext

func (*ConstructorSignatureContext) IsConstructorSignatureContext()

func (*ConstructorSignatureContext) ToStringTree

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

type ContinueStatementContext

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

func NewContinueStatementContext

func NewContinueStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ContinueStatementContext

func NewEmptyContinueStatementContext

func NewEmptyContinueStatementContext() *ContinueStatementContext

func (*ContinueStatementContext) EnterRule

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

func (*ContinueStatementContext) ExitRule

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

func (*ContinueStatementContext) GetParser

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

func (*ContinueStatementContext) GetRuleContext

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

func (*ContinueStatementContext) Identifier

func (*ContinueStatementContext) IsContinueStatementContext

func (*ContinueStatementContext) IsContinueStatementContext()

func (*ContinueStatementContext) ToStringTree

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

type Dart2Lexer

type Dart2Lexer struct {
	*antlr.BaseLexer
	// contains filtered or unexported fields
}

func NewDart2Lexer

func NewDart2Lexer(input antlr.CharStream) *Dart2Lexer

type Dart2Listener

type Dart2Listener interface {
	antlr.ParseTreeListener

	// EnterCompilationUnit is called when entering the compilationUnit production.
	EnterCompilationUnit(c *CompilationUnitContext)

	// EnterVariableDeclaration is called when entering the variableDeclaration production.
	EnterVariableDeclaration(c *VariableDeclarationContext)

	// EnterDeclaredIdentifier is called when entering the declaredIdentifier production.
	EnterDeclaredIdentifier(c *DeclaredIdentifierContext)

	// EnterFinalConstVarOrType is called when entering the finalConstVarOrType production.
	EnterFinalConstVarOrType(c *FinalConstVarOrTypeContext)

	// EnterVarOrType is called when entering the varOrType production.
	EnterVarOrType(c *VarOrTypeContext)

	// EnterInitializedVariableDeclaration is called when entering the initializedVariableDeclaration production.
	EnterInitializedVariableDeclaration(c *InitializedVariableDeclarationContext)

	// EnterInitializedIdentifier is called when entering the initializedIdentifier production.
	EnterInitializedIdentifier(c *InitializedIdentifierContext)

	// EnterInitializedIdentifierList is called when entering the initializedIdentifierList production.
	EnterInitializedIdentifierList(c *InitializedIdentifierListContext)

	// EnterFunctionSignature is called when entering the functionSignature production.
	EnterFunctionSignature(c *FunctionSignatureContext)

	// EnterFormalParameterPart is called when entering the formalParameterPart production.
	EnterFormalParameterPart(c *FormalParameterPartContext)

	// EnterReturnType is called when entering the returnType production.
	EnterReturnType(c *ReturnTypeContext)

	// EnterFunctionBody is called when entering the functionBody production.
	EnterFunctionBody(c *FunctionBodyContext)

	// EnterBlock is called when entering the block production.
	EnterBlock(c *BlockContext)

	// EnterFormalParameterList is called when entering the formalParameterList production.
	EnterFormalParameterList(c *FormalParameterListContext)

	// EnterNormalFormalParameters is called when entering the normalFormalParameters production.
	EnterNormalFormalParameters(c *NormalFormalParametersContext)

	// EnterOptionalFormalParameters is called when entering the optionalFormalParameters production.
	EnterOptionalFormalParameters(c *OptionalFormalParametersContext)

	// EnterOptionalPositionalFormalParameters is called when entering the optionalPositionalFormalParameters production.
	EnterOptionalPositionalFormalParameters(c *OptionalPositionalFormalParametersContext)

	// EnterNamedFormalParameters is called when entering the namedFormalParameters production.
	EnterNamedFormalParameters(c *NamedFormalParametersContext)

	// EnterNormalFormalParameter is called when entering the normalFormalParameter production.
	EnterNormalFormalParameter(c *NormalFormalParameterContext)

	// EnterFunctionFormalParameter is called when entering the functionFormalParameter production.
	EnterFunctionFormalParameter(c *FunctionFormalParameterContext)

	// EnterSimpleFormalParameter is called when entering the simpleFormalParameter production.
	EnterSimpleFormalParameter(c *SimpleFormalParameterContext)

	// EnterFieldFormalParameter is called when entering the fieldFormalParameter production.
	EnterFieldFormalParameter(c *FieldFormalParameterContext)

	// EnterDefaultFormalParameter is called when entering the defaultFormalParameter production.
	EnterDefaultFormalParameter(c *DefaultFormalParameterContext)

	// EnterDefaultNamedParameter is called when entering the defaultNamedParameter production.
	EnterDefaultNamedParameter(c *DefaultNamedParameterContext)

	// EnterClassDefinition is called when entering the classDefinition production.
	EnterClassDefinition(c *ClassDefinitionContext)

	// EnterMixins is called when entering the mixins production.
	EnterMixins(c *MixinsContext)

	// EnterClassMemberDefinition is called when entering the classMemberDefinition production.
	EnterClassMemberDefinition(c *ClassMemberDefinitionContext)

	// EnterMethodSignature is called when entering the methodSignature production.
	EnterMethodSignature(c *MethodSignatureContext)

	// EnterDeclaration is called when entering the declaration production.
	EnterDeclaration(c *DeclarationContext)

	// EnterStaticFinalDeclarationList is called when entering the staticFinalDeclarationList production.
	EnterStaticFinalDeclarationList(c *StaticFinalDeclarationListContext)

	// EnterStaticFinalDeclaration is called when entering the staticFinalDeclaration production.
	EnterStaticFinalDeclaration(c *StaticFinalDeclarationContext)

	// EnterOperatorSignature is called when entering the operatorSignature production.
	EnterOperatorSignature(c *OperatorSignatureContext)

	// EnterOperator is called when entering the operator production.
	EnterOperator(c *OperatorContext)

	// EnterBinaryOperator is called when entering the binaryOperator production.
	EnterBinaryOperator(c *BinaryOperatorContext)

	// EnterGetterSignature is called when entering the getterSignature production.
	EnterGetterSignature(c *GetterSignatureContext)

	// EnterSetterSignature is called when entering the setterSignature production.
	EnterSetterSignature(c *SetterSignatureContext)

	// EnterConstructorSignature is called when entering the constructorSignature production.
	EnterConstructorSignature(c *ConstructorSignatureContext)

	// EnterRedirection is called when entering the redirection production.
	EnterRedirection(c *RedirectionContext)

	// EnterInitializers is called when entering the initializers production.
	EnterInitializers(c *InitializersContext)

	// EnterInitializerListEntry is called when entering the initializerListEntry production.
	EnterInitializerListEntry(c *InitializerListEntryContext)

	// EnterFieldInitializer is called when entering the fieldInitializer production.
	EnterFieldInitializer(c *FieldInitializerContext)

	// EnterFactoryConstructorSignature is called when entering the factoryConstructorSignature production.
	EnterFactoryConstructorSignature(c *FactoryConstructorSignatureContext)

	// EnterRedirectingFactoryConstructorSignature is called when entering the redirectingFactoryConstructorSignature production.
	EnterRedirectingFactoryConstructorSignature(c *RedirectingFactoryConstructorSignatureContext)

	// EnterConstantConstructorSignature is called when entering the constantConstructorSignature production.
	EnterConstantConstructorSignature(c *ConstantConstructorSignatureContext)

	// EnterSuperclass is called when entering the superclass production.
	EnterSuperclass(c *SuperclassContext)

	// EnterInterfaces is called when entering the interfaces production.
	EnterInterfaces(c *InterfacesContext)

	// EnterMixinApplicationClass is called when entering the mixinApplicationClass production.
	EnterMixinApplicationClass(c *MixinApplicationClassContext)

	// EnterMixinApplication is called when entering the mixinApplication production.
	EnterMixinApplication(c *MixinApplicationContext)

	// EnterEnumType is called when entering the enumType production.
	EnterEnumType(c *EnumTypeContext)

	// EnterEnumEntry is called when entering the enumEntry production.
	EnterEnumEntry(c *EnumEntryContext)

	// EnterTypeParameter is called when entering the typeParameter production.
	EnterTypeParameter(c *TypeParameterContext)

	// EnterTypeParameters is called when entering the typeParameters production.
	EnterTypeParameters(c *TypeParametersContext)

	// EnterMetadata is called when entering the metadata production.
	EnterMetadata(c *MetadataContext)

	// EnterExpression is called when entering the expression production.
	EnterExpression(c *ExpressionContext)

	// EnterExpressionWithoutCascade is called when entering the expressionWithoutCascade production.
	EnterExpressionWithoutCascade(c *ExpressionWithoutCascadeContext)

	// EnterExpressionList is called when entering the expressionList production.
	EnterExpressionList(c *ExpressionListContext)

	// EnterPrimary is called when entering the primary production.
	EnterPrimary(c *PrimaryContext)

	// EnterLiteral is called when entering the literal production.
	EnterLiteral(c *LiteralContext)

	// EnterNullLiteral is called when entering the nullLiteral production.
	EnterNullLiteral(c *NullLiteralContext)

	// EnterNumericLiteral is called when entering the numericLiteral production.
	EnterNumericLiteral(c *NumericLiteralContext)

	// EnterBooleanLiteral is called when entering the booleanLiteral production.
	EnterBooleanLiteral(c *BooleanLiteralContext)

	// EnterStringLiteral is called when entering the stringLiteral production.
	EnterStringLiteral(c *StringLiteralContext)

	// EnterStringInterpolation is called when entering the stringInterpolation production.
	EnterStringInterpolation(c *StringInterpolationContext)

	// EnterSymbolLiteral is called when entering the symbolLiteral production.
	EnterSymbolLiteral(c *SymbolLiteralContext)

	// EnterListLiteral is called when entering the listLiteral production.
	EnterListLiteral(c *ListLiteralContext)

	// EnterMapLiteral is called when entering the mapLiteral production.
	EnterMapLiteral(c *MapLiteralContext)

	// EnterMapLiteralEntry is called when entering the mapLiteralEntry production.
	EnterMapLiteralEntry(c *MapLiteralEntryContext)

	// EnterThrowExpression is called when entering the throwExpression production.
	EnterThrowExpression(c *ThrowExpressionContext)

	// EnterThrowExpressionWithoutCascade is called when entering the throwExpressionWithoutCascade production.
	EnterThrowExpressionWithoutCascade(c *ThrowExpressionWithoutCascadeContext)

	// EnterFunctionExpression is called when entering the functionExpression production.
	EnterFunctionExpression(c *FunctionExpressionContext)

	// EnterThisExpression is called when entering the thisExpression production.
	EnterThisExpression(c *ThisExpressionContext)

	// EnterNayaExpression is called when entering the nayaExpression production.
	EnterNayaExpression(c *NayaExpressionContext)

	// EnterConstObjectExpression is called when entering the constObjectExpression production.
	EnterConstObjectExpression(c *ConstObjectExpressionContext)

	// EnterArguments is called when entering the arguments production.
	EnterArguments(c *ArgumentsContext)

	// EnterArgumentList is called when entering the argumentList production.
	EnterArgumentList(c *ArgumentListContext)

	// EnterNamedArgument is called when entering the namedArgument production.
	EnterNamedArgument(c *NamedArgumentContext)

	// EnterCascadeSection is called when entering the cascadeSection production.
	EnterCascadeSection(c *CascadeSectionContext)

	// EnterCascadeSelector is called when entering the cascadeSelector production.
	EnterCascadeSelector(c *CascadeSelectorContext)

	// EnterArgumentPart is called when entering the argumentPart production.
	EnterArgumentPart(c *ArgumentPartContext)

	// EnterAssignmentOperator is called when entering the assignmentOperator production.
	EnterAssignmentOperator(c *AssignmentOperatorContext)

	// EnterCompoundAssignmentOperator is called when entering the compoundAssignmentOperator production.
	EnterCompoundAssignmentOperator(c *CompoundAssignmentOperatorContext)

	// EnterConditionalExpression is called when entering the conditionalExpression production.
	EnterConditionalExpression(c *ConditionalExpressionContext)

	// EnterIfNullExpression is called when entering the ifNullExpression production.
	EnterIfNullExpression(c *IfNullExpressionContext)

	// EnterLogicalOrExpression is called when entering the logicalOrExpression production.
	EnterLogicalOrExpression(c *LogicalOrExpressionContext)

	// EnterLogicalAndExpression is called when entering the logicalAndExpression production.
	EnterLogicalAndExpression(c *LogicalAndExpressionContext)

	// EnterEqualityExpression is called when entering the equalityExpression production.
	EnterEqualityExpression(c *EqualityExpressionContext)

	// EnterEqualityOperator is called when entering the equalityOperator production.
	EnterEqualityOperator(c *EqualityOperatorContext)

	// EnterRelationalExpression is called when entering the relationalExpression production.
	EnterRelationalExpression(c *RelationalExpressionContext)

	// EnterRelationalOperator is called when entering the relationalOperator production.
	EnterRelationalOperator(c *RelationalOperatorContext)

	// EnterBitwiseOrExpression is called when entering the bitwiseOrExpression production.
	EnterBitwiseOrExpression(c *BitwiseOrExpressionContext)

	// EnterBitwiseXorExpression is called when entering the bitwiseXorExpression production.
	EnterBitwiseXorExpression(c *BitwiseXorExpressionContext)

	// EnterBitwiseAndExpression is called when entering the bitwiseAndExpression production.
	EnterBitwiseAndExpression(c *BitwiseAndExpressionContext)

	// EnterBitwiseOperator is called when entering the bitwiseOperator production.
	EnterBitwiseOperator(c *BitwiseOperatorContext)

	// EnterShiftExpression is called when entering the shiftExpression production.
	EnterShiftExpression(c *ShiftExpressionContext)

	// EnterShiftOperator is called when entering the shiftOperator production.
	EnterShiftOperator(c *ShiftOperatorContext)

	// EnterAdditiveExpression is called when entering the additiveExpression production.
	EnterAdditiveExpression(c *AdditiveExpressionContext)

	// EnterAdditiveOperator is called when entering the additiveOperator production.
	EnterAdditiveOperator(c *AdditiveOperatorContext)

	// EnterMultiplicativeExpression is called when entering the multiplicativeExpression production.
	EnterMultiplicativeExpression(c *MultiplicativeExpressionContext)

	// EnterMultiplicativeOperator is called when entering the multiplicativeOperator production.
	EnterMultiplicativeOperator(c *MultiplicativeOperatorContext)

	// EnterUnaryExpression is called when entering the unaryExpression production.
	EnterUnaryExpression(c *UnaryExpressionContext)

	// EnterPrefixOperator is called when entering the prefixOperator production.
	EnterPrefixOperator(c *PrefixOperatorContext)

	// EnterMinusOperator is called when entering the minusOperator production.
	EnterMinusOperator(c *MinusOperatorContext)

	// EnterNegationOperator is called when entering the negationOperator production.
	EnterNegationOperator(c *NegationOperatorContext)

	// EnterTildeOperator is called when entering the tildeOperator production.
	EnterTildeOperator(c *TildeOperatorContext)

	// EnterAwaitExpression is called when entering the awaitExpression production.
	EnterAwaitExpression(c *AwaitExpressionContext)

	// EnterPostfixExpression is called when entering the postfixExpression production.
	EnterPostfixExpression(c *PostfixExpressionContext)

	// EnterPostfixOperator is called when entering the postfixOperator production.
	EnterPostfixOperator(c *PostfixOperatorContext)

	// EnterSelector is called when entering the selector production.
	EnterSelector(c *SelectorContext)

	// EnterIncrementOperator is called when entering the incrementOperator production.
	EnterIncrementOperator(c *IncrementOperatorContext)

	// EnterAssignableExpression is called when entering the assignableExpression production.
	EnterAssignableExpression(c *AssignableExpressionContext)

	// EnterUnconditionalAssignableSelector is called when entering the unconditionalAssignableSelector production.
	EnterUnconditionalAssignableSelector(c *UnconditionalAssignableSelectorContext)

	// EnterAssignableSelector is called when entering the assignableSelector production.
	EnterAssignableSelector(c *AssignableSelectorContext)

	// EnterIdentifier is called when entering the identifier production.
	EnterIdentifier(c *IdentifierContext)

	// EnterQualified is called when entering the qualified production.
	EnterQualified(c *QualifiedContext)

	// EnterTypeTest is called when entering the typeTest production.
	EnterTypeTest(c *TypeTestContext)

	// EnterIsOperator is called when entering the isOperator production.
	EnterIsOperator(c *IsOperatorContext)

	// EnterTypeCast is called when entering the typeCast production.
	EnterTypeCast(c *TypeCastContext)

	// EnterAsOperator is called when entering the asOperator production.
	EnterAsOperator(c *AsOperatorContext)

	// EnterStatements is called when entering the statements production.
	EnterStatements(c *StatementsContext)

	// EnterStatement is called when entering the statement production.
	EnterStatement(c *StatementContext)

	// EnterNonLabledStatment is called when entering the nonLabledStatment production.
	EnterNonLabledStatment(c *NonLabledStatmentContext)

	// EnterExpressionStatement is called when entering the expressionStatement production.
	EnterExpressionStatement(c *ExpressionStatementContext)

	// EnterLocalVariableDeclaration is called when entering the localVariableDeclaration production.
	EnterLocalVariableDeclaration(c *LocalVariableDeclarationContext)

	// EnterLocalFunctionDeclaration is called when entering the localFunctionDeclaration production.
	EnterLocalFunctionDeclaration(c *LocalFunctionDeclarationContext)

	// EnterIfStatement is called when entering the ifStatement production.
	EnterIfStatement(c *IfStatementContext)

	// EnterForStatement is called when entering the forStatement production.
	EnterForStatement(c *ForStatementContext)

	// EnterForLoopParts is called when entering the forLoopParts production.
	EnterForLoopParts(c *ForLoopPartsContext)

	// EnterForInitializerStatement is called when entering the forInitializerStatement production.
	EnterForInitializerStatement(c *ForInitializerStatementContext)

	// EnterWhileStatement is called when entering the whileStatement production.
	EnterWhileStatement(c *WhileStatementContext)

	// EnterDoStatement is called when entering the doStatement production.
	EnterDoStatement(c *DoStatementContext)

	// EnterSwitchStatement is called when entering the switchStatement production.
	EnterSwitchStatement(c *SwitchStatementContext)

	// EnterSwitchCase is called when entering the switchCase production.
	EnterSwitchCase(c *SwitchCaseContext)

	// EnterDefaultCase is called when entering the defaultCase production.
	EnterDefaultCase(c *DefaultCaseContext)

	// EnterRethrowStatment is called when entering the rethrowStatment production.
	EnterRethrowStatment(c *RethrowStatmentContext)

	// EnterTryStatement is called when entering the tryStatement production.
	EnterTryStatement(c *TryStatementContext)

	// EnterOnPart is called when entering the onPart production.
	EnterOnPart(c *OnPartContext)

	// EnterCatchPart is called when entering the catchPart production.
	EnterCatchPart(c *CatchPartContext)

	// EnterFinallyPart is called when entering the finallyPart production.
	EnterFinallyPart(c *FinallyPartContext)

	// EnterReturnStatement is called when entering the returnStatement production.
	EnterReturnStatement(c *ReturnStatementContext)

	// EnterLabel is called when entering the label production.
	EnterLabel(c *LabelContext)

	// EnterBreakStatement is called when entering the breakStatement production.
	EnterBreakStatement(c *BreakStatementContext)

	// EnterContinueStatement is called when entering the continueStatement production.
	EnterContinueStatement(c *ContinueStatementContext)

	// EnterYieldStatement is called when entering the yieldStatement production.
	EnterYieldStatement(c *YieldStatementContext)

	// EnterYieldEachStatement is called when entering the yieldEachStatement production.
	EnterYieldEachStatement(c *YieldEachStatementContext)

	// EnterAssertStatement is called when entering the assertStatement production.
	EnterAssertStatement(c *AssertStatementContext)

	// EnterAssertion is called when entering the assertion production.
	EnterAssertion(c *AssertionContext)

	// EnterTopLevelDefinition is called when entering the topLevelDefinition production.
	EnterTopLevelDefinition(c *TopLevelDefinitionContext)

	// EnterGetOrSet is called when entering the getOrSet production.
	EnterGetOrSet(c *GetOrSetContext)

	// EnterLibraryDefinition is called when entering the libraryDefinition production.
	EnterLibraryDefinition(c *LibraryDefinitionContext)

	// EnterScriptTag is called when entering the scriptTag production.
	EnterScriptTag(c *ScriptTagContext)

	// EnterLibraryName is called when entering the libraryName production.
	EnterLibraryName(c *LibraryNameContext)

	// EnterImportOrExport is called when entering the importOrExport production.
	EnterImportOrExport(c *ImportOrExportContext)

	// EnterDottedIdentifierList is called when entering the dottedIdentifierList production.
	EnterDottedIdentifierList(c *DottedIdentifierListContext)

	// EnterLibraryimport is called when entering the libraryimport production.
	EnterLibraryimport(c *LibraryimportContext)

	// EnterImportSpecification is called when entering the importSpecification production.
	EnterImportSpecification(c *ImportSpecificationContext)

	// EnterCombinator is called when entering the combinator production.
	EnterCombinator(c *CombinatorContext)

	// EnterIdentifierList is called when entering the identifierList production.
	EnterIdentifierList(c *IdentifierListContext)

	// EnterLibraryExport is called when entering the libraryExport production.
	EnterLibraryExport(c *LibraryExportContext)

	// EnterPartDirective is called when entering the partDirective production.
	EnterPartDirective(c *PartDirectiveContext)

	// EnterPartHeader is called when entering the partHeader production.
	EnterPartHeader(c *PartHeaderContext)

	// EnterPartDeclaration is called when entering the partDeclaration production.
	EnterPartDeclaration(c *PartDeclarationContext)

	// EnterUri is called when entering the uri production.
	EnterUri(c *UriContext)

	// EnterConfigurableUri is called when entering the configurableUri production.
	EnterConfigurableUri(c *ConfigurableUriContext)

	// EnterConfigurationUri is called when entering the configurationUri production.
	EnterConfigurationUri(c *ConfigurationUriContext)

	// EnterUriTest is called when entering the uriTest production.
	EnterUriTest(c *UriTestContext)

	// EnterDtype is called when entering the dtype production.
	EnterDtype(c *DtypeContext)

	// EnterTypeName is called when entering the typeName production.
	EnterTypeName(c *TypeNameContext)

	// EnterTypeArguments is called when entering the typeArguments production.
	EnterTypeArguments(c *TypeArgumentsContext)

	// EnterTypeList is called when entering the typeList production.
	EnterTypeList(c *TypeListContext)

	// EnterTypeAlias is called when entering the typeAlias production.
	EnterTypeAlias(c *TypeAliasContext)

	// EnterTypeAliasBody is called when entering the typeAliasBody production.
	EnterTypeAliasBody(c *TypeAliasBodyContext)

	// EnterFunctionTypeAlias is called when entering the functionTypeAlias production.
	EnterFunctionTypeAlias(c *FunctionTypeAliasContext)

	// EnterFunctionPrefix is called when entering the functionPrefix production.
	EnterFunctionPrefix(c *FunctionPrefixContext)

	// ExitCompilationUnit is called when exiting the compilationUnit production.
	ExitCompilationUnit(c *CompilationUnitContext)

	// ExitVariableDeclaration is called when exiting the variableDeclaration production.
	ExitVariableDeclaration(c *VariableDeclarationContext)

	// ExitDeclaredIdentifier is called when exiting the declaredIdentifier production.
	ExitDeclaredIdentifier(c *DeclaredIdentifierContext)

	// ExitFinalConstVarOrType is called when exiting the finalConstVarOrType production.
	ExitFinalConstVarOrType(c *FinalConstVarOrTypeContext)

	// ExitVarOrType is called when exiting the varOrType production.
	ExitVarOrType(c *VarOrTypeContext)

	// ExitInitializedVariableDeclaration is called when exiting the initializedVariableDeclaration production.
	ExitInitializedVariableDeclaration(c *InitializedVariableDeclarationContext)

	// ExitInitializedIdentifier is called when exiting the initializedIdentifier production.
	ExitInitializedIdentifier(c *InitializedIdentifierContext)

	// ExitInitializedIdentifierList is called when exiting the initializedIdentifierList production.
	ExitInitializedIdentifierList(c *InitializedIdentifierListContext)

	// ExitFunctionSignature is called when exiting the functionSignature production.
	ExitFunctionSignature(c *FunctionSignatureContext)

	// ExitFormalParameterPart is called when exiting the formalParameterPart production.
	ExitFormalParameterPart(c *FormalParameterPartContext)

	// ExitReturnType is called when exiting the returnType production.
	ExitReturnType(c *ReturnTypeContext)

	// ExitFunctionBody is called when exiting the functionBody production.
	ExitFunctionBody(c *FunctionBodyContext)

	// ExitBlock is called when exiting the block production.
	ExitBlock(c *BlockContext)

	// ExitFormalParameterList is called when exiting the formalParameterList production.
	ExitFormalParameterList(c *FormalParameterListContext)

	// ExitNormalFormalParameters is called when exiting the normalFormalParameters production.
	ExitNormalFormalParameters(c *NormalFormalParametersContext)

	// ExitOptionalFormalParameters is called when exiting the optionalFormalParameters production.
	ExitOptionalFormalParameters(c *OptionalFormalParametersContext)

	// ExitOptionalPositionalFormalParameters is called when exiting the optionalPositionalFormalParameters production.
	ExitOptionalPositionalFormalParameters(c *OptionalPositionalFormalParametersContext)

	// ExitNamedFormalParameters is called when exiting the namedFormalParameters production.
	ExitNamedFormalParameters(c *NamedFormalParametersContext)

	// ExitNormalFormalParameter is called when exiting the normalFormalParameter production.
	ExitNormalFormalParameter(c *NormalFormalParameterContext)

	// ExitFunctionFormalParameter is called when exiting the functionFormalParameter production.
	ExitFunctionFormalParameter(c *FunctionFormalParameterContext)

	// ExitSimpleFormalParameter is called when exiting the simpleFormalParameter production.
	ExitSimpleFormalParameter(c *SimpleFormalParameterContext)

	// ExitFieldFormalParameter is called when exiting the fieldFormalParameter production.
	ExitFieldFormalParameter(c *FieldFormalParameterContext)

	// ExitDefaultFormalParameter is called when exiting the defaultFormalParameter production.
	ExitDefaultFormalParameter(c *DefaultFormalParameterContext)

	// ExitDefaultNamedParameter is called when exiting the defaultNamedParameter production.
	ExitDefaultNamedParameter(c *DefaultNamedParameterContext)

	// ExitClassDefinition is called when exiting the classDefinition production.
	ExitClassDefinition(c *ClassDefinitionContext)

	// ExitMixins is called when exiting the mixins production.
	ExitMixins(c *MixinsContext)

	// ExitClassMemberDefinition is called when exiting the classMemberDefinition production.
	ExitClassMemberDefinition(c *ClassMemberDefinitionContext)

	// ExitMethodSignature is called when exiting the methodSignature production.
	ExitMethodSignature(c *MethodSignatureContext)

	// ExitDeclaration is called when exiting the declaration production.
	ExitDeclaration(c *DeclarationContext)

	// ExitStaticFinalDeclarationList is called when exiting the staticFinalDeclarationList production.
	ExitStaticFinalDeclarationList(c *StaticFinalDeclarationListContext)

	// ExitStaticFinalDeclaration is called when exiting the staticFinalDeclaration production.
	ExitStaticFinalDeclaration(c *StaticFinalDeclarationContext)

	// ExitOperatorSignature is called when exiting the operatorSignature production.
	ExitOperatorSignature(c *OperatorSignatureContext)

	// ExitOperator is called when exiting the operator production.
	ExitOperator(c *OperatorContext)

	// ExitBinaryOperator is called when exiting the binaryOperator production.
	ExitBinaryOperator(c *BinaryOperatorContext)

	// ExitGetterSignature is called when exiting the getterSignature production.
	ExitGetterSignature(c *GetterSignatureContext)

	// ExitSetterSignature is called when exiting the setterSignature production.
	ExitSetterSignature(c *SetterSignatureContext)

	// ExitConstructorSignature is called when exiting the constructorSignature production.
	ExitConstructorSignature(c *ConstructorSignatureContext)

	// ExitRedirection is called when exiting the redirection production.
	ExitRedirection(c *RedirectionContext)

	// ExitInitializers is called when exiting the initializers production.
	ExitInitializers(c *InitializersContext)

	// ExitInitializerListEntry is called when exiting the initializerListEntry production.
	ExitInitializerListEntry(c *InitializerListEntryContext)

	// ExitFieldInitializer is called when exiting the fieldInitializer production.
	ExitFieldInitializer(c *FieldInitializerContext)

	// ExitFactoryConstructorSignature is called when exiting the factoryConstructorSignature production.
	ExitFactoryConstructorSignature(c *FactoryConstructorSignatureContext)

	// ExitRedirectingFactoryConstructorSignature is called when exiting the redirectingFactoryConstructorSignature production.
	ExitRedirectingFactoryConstructorSignature(c *RedirectingFactoryConstructorSignatureContext)

	// ExitConstantConstructorSignature is called when exiting the constantConstructorSignature production.
	ExitConstantConstructorSignature(c *ConstantConstructorSignatureContext)

	// ExitSuperclass is called when exiting the superclass production.
	ExitSuperclass(c *SuperclassContext)

	// ExitInterfaces is called when exiting the interfaces production.
	ExitInterfaces(c *InterfacesContext)

	// ExitMixinApplicationClass is called when exiting the mixinApplicationClass production.
	ExitMixinApplicationClass(c *MixinApplicationClassContext)

	// ExitMixinApplication is called when exiting the mixinApplication production.
	ExitMixinApplication(c *MixinApplicationContext)

	// ExitEnumType is called when exiting the enumType production.
	ExitEnumType(c *EnumTypeContext)

	// ExitEnumEntry is called when exiting the enumEntry production.
	ExitEnumEntry(c *EnumEntryContext)

	// ExitTypeParameter is called when exiting the typeParameter production.
	ExitTypeParameter(c *TypeParameterContext)

	// ExitTypeParameters is called when exiting the typeParameters production.
	ExitTypeParameters(c *TypeParametersContext)

	// ExitMetadata is called when exiting the metadata production.
	ExitMetadata(c *MetadataContext)

	// ExitExpression is called when exiting the expression production.
	ExitExpression(c *ExpressionContext)

	// ExitExpressionWithoutCascade is called when exiting the expressionWithoutCascade production.
	ExitExpressionWithoutCascade(c *ExpressionWithoutCascadeContext)

	// ExitExpressionList is called when exiting the expressionList production.
	ExitExpressionList(c *ExpressionListContext)

	// ExitPrimary is called when exiting the primary production.
	ExitPrimary(c *PrimaryContext)

	// ExitLiteral is called when exiting the literal production.
	ExitLiteral(c *LiteralContext)

	// ExitNullLiteral is called when exiting the nullLiteral production.
	ExitNullLiteral(c *NullLiteralContext)

	// ExitNumericLiteral is called when exiting the numericLiteral production.
	ExitNumericLiteral(c *NumericLiteralContext)

	// ExitBooleanLiteral is called when exiting the booleanLiteral production.
	ExitBooleanLiteral(c *BooleanLiteralContext)

	// ExitStringLiteral is called when exiting the stringLiteral production.
	ExitStringLiteral(c *StringLiteralContext)

	// ExitStringInterpolation is called when exiting the stringInterpolation production.
	ExitStringInterpolation(c *StringInterpolationContext)

	// ExitSymbolLiteral is called when exiting the symbolLiteral production.
	ExitSymbolLiteral(c *SymbolLiteralContext)

	// ExitListLiteral is called when exiting the listLiteral production.
	ExitListLiteral(c *ListLiteralContext)

	// ExitMapLiteral is called when exiting the mapLiteral production.
	ExitMapLiteral(c *MapLiteralContext)

	// ExitMapLiteralEntry is called when exiting the mapLiteralEntry production.
	ExitMapLiteralEntry(c *MapLiteralEntryContext)

	// ExitThrowExpression is called when exiting the throwExpression production.
	ExitThrowExpression(c *ThrowExpressionContext)

	// ExitThrowExpressionWithoutCascade is called when exiting the throwExpressionWithoutCascade production.
	ExitThrowExpressionWithoutCascade(c *ThrowExpressionWithoutCascadeContext)

	// ExitFunctionExpression is called when exiting the functionExpression production.
	ExitFunctionExpression(c *FunctionExpressionContext)

	// ExitThisExpression is called when exiting the thisExpression production.
	ExitThisExpression(c *ThisExpressionContext)

	// ExitNayaExpression is called when exiting the nayaExpression production.
	ExitNayaExpression(c *NayaExpressionContext)

	// ExitConstObjectExpression is called when exiting the constObjectExpression production.
	ExitConstObjectExpression(c *ConstObjectExpressionContext)

	// ExitArguments is called when exiting the arguments production.
	ExitArguments(c *ArgumentsContext)

	// ExitArgumentList is called when exiting the argumentList production.
	ExitArgumentList(c *ArgumentListContext)

	// ExitNamedArgument is called when exiting the namedArgument production.
	ExitNamedArgument(c *NamedArgumentContext)

	// ExitCascadeSection is called when exiting the cascadeSection production.
	ExitCascadeSection(c *CascadeSectionContext)

	// ExitCascadeSelector is called when exiting the cascadeSelector production.
	ExitCascadeSelector(c *CascadeSelectorContext)

	// ExitArgumentPart is called when exiting the argumentPart production.
	ExitArgumentPart(c *ArgumentPartContext)

	// ExitAssignmentOperator is called when exiting the assignmentOperator production.
	ExitAssignmentOperator(c *AssignmentOperatorContext)

	// ExitCompoundAssignmentOperator is called when exiting the compoundAssignmentOperator production.
	ExitCompoundAssignmentOperator(c *CompoundAssignmentOperatorContext)

	// ExitConditionalExpression is called when exiting the conditionalExpression production.
	ExitConditionalExpression(c *ConditionalExpressionContext)

	// ExitIfNullExpression is called when exiting the ifNullExpression production.
	ExitIfNullExpression(c *IfNullExpressionContext)

	// ExitLogicalOrExpression is called when exiting the logicalOrExpression production.
	ExitLogicalOrExpression(c *LogicalOrExpressionContext)

	// ExitLogicalAndExpression is called when exiting the logicalAndExpression production.
	ExitLogicalAndExpression(c *LogicalAndExpressionContext)

	// ExitEqualityExpression is called when exiting the equalityExpression production.
	ExitEqualityExpression(c *EqualityExpressionContext)

	// ExitEqualityOperator is called when exiting the equalityOperator production.
	ExitEqualityOperator(c *EqualityOperatorContext)

	// ExitRelationalExpression is called when exiting the relationalExpression production.
	ExitRelationalExpression(c *RelationalExpressionContext)

	// ExitRelationalOperator is called when exiting the relationalOperator production.
	ExitRelationalOperator(c *RelationalOperatorContext)

	// ExitBitwiseOrExpression is called when exiting the bitwiseOrExpression production.
	ExitBitwiseOrExpression(c *BitwiseOrExpressionContext)

	// ExitBitwiseXorExpression is called when exiting the bitwiseXorExpression production.
	ExitBitwiseXorExpression(c *BitwiseXorExpressionContext)

	// ExitBitwiseAndExpression is called when exiting the bitwiseAndExpression production.
	ExitBitwiseAndExpression(c *BitwiseAndExpressionContext)

	// ExitBitwiseOperator is called when exiting the bitwiseOperator production.
	ExitBitwiseOperator(c *BitwiseOperatorContext)

	// ExitShiftExpression is called when exiting the shiftExpression production.
	ExitShiftExpression(c *ShiftExpressionContext)

	// ExitShiftOperator is called when exiting the shiftOperator production.
	ExitShiftOperator(c *ShiftOperatorContext)

	// ExitAdditiveExpression is called when exiting the additiveExpression production.
	ExitAdditiveExpression(c *AdditiveExpressionContext)

	// ExitAdditiveOperator is called when exiting the additiveOperator production.
	ExitAdditiveOperator(c *AdditiveOperatorContext)

	// ExitMultiplicativeExpression is called when exiting the multiplicativeExpression production.
	ExitMultiplicativeExpression(c *MultiplicativeExpressionContext)

	// ExitMultiplicativeOperator is called when exiting the multiplicativeOperator production.
	ExitMultiplicativeOperator(c *MultiplicativeOperatorContext)

	// ExitUnaryExpression is called when exiting the unaryExpression production.
	ExitUnaryExpression(c *UnaryExpressionContext)

	// ExitPrefixOperator is called when exiting the prefixOperator production.
	ExitPrefixOperator(c *PrefixOperatorContext)

	// ExitMinusOperator is called when exiting the minusOperator production.
	ExitMinusOperator(c *MinusOperatorContext)

	// ExitNegationOperator is called when exiting the negationOperator production.
	ExitNegationOperator(c *NegationOperatorContext)

	// ExitTildeOperator is called when exiting the tildeOperator production.
	ExitTildeOperator(c *TildeOperatorContext)

	// ExitAwaitExpression is called when exiting the awaitExpression production.
	ExitAwaitExpression(c *AwaitExpressionContext)

	// ExitPostfixExpression is called when exiting the postfixExpression production.
	ExitPostfixExpression(c *PostfixExpressionContext)

	// ExitPostfixOperator is called when exiting the postfixOperator production.
	ExitPostfixOperator(c *PostfixOperatorContext)

	// ExitSelector is called when exiting the selector production.
	ExitSelector(c *SelectorContext)

	// ExitIncrementOperator is called when exiting the incrementOperator production.
	ExitIncrementOperator(c *IncrementOperatorContext)

	// ExitAssignableExpression is called when exiting the assignableExpression production.
	ExitAssignableExpression(c *AssignableExpressionContext)

	// ExitUnconditionalAssignableSelector is called when exiting the unconditionalAssignableSelector production.
	ExitUnconditionalAssignableSelector(c *UnconditionalAssignableSelectorContext)

	// ExitAssignableSelector is called when exiting the assignableSelector production.
	ExitAssignableSelector(c *AssignableSelectorContext)

	// ExitIdentifier is called when exiting the identifier production.
	ExitIdentifier(c *IdentifierContext)

	// ExitQualified is called when exiting the qualified production.
	ExitQualified(c *QualifiedContext)

	// ExitTypeTest is called when exiting the typeTest production.
	ExitTypeTest(c *TypeTestContext)

	// ExitIsOperator is called when exiting the isOperator production.
	ExitIsOperator(c *IsOperatorContext)

	// ExitTypeCast is called when exiting the typeCast production.
	ExitTypeCast(c *TypeCastContext)

	// ExitAsOperator is called when exiting the asOperator production.
	ExitAsOperator(c *AsOperatorContext)

	// ExitStatements is called when exiting the statements production.
	ExitStatements(c *StatementsContext)

	// ExitStatement is called when exiting the statement production.
	ExitStatement(c *StatementContext)

	// ExitNonLabledStatment is called when exiting the nonLabledStatment production.
	ExitNonLabledStatment(c *NonLabledStatmentContext)

	// ExitExpressionStatement is called when exiting the expressionStatement production.
	ExitExpressionStatement(c *ExpressionStatementContext)

	// ExitLocalVariableDeclaration is called when exiting the localVariableDeclaration production.
	ExitLocalVariableDeclaration(c *LocalVariableDeclarationContext)

	// ExitLocalFunctionDeclaration is called when exiting the localFunctionDeclaration production.
	ExitLocalFunctionDeclaration(c *LocalFunctionDeclarationContext)

	// ExitIfStatement is called when exiting the ifStatement production.
	ExitIfStatement(c *IfStatementContext)

	// ExitForStatement is called when exiting the forStatement production.
	ExitForStatement(c *ForStatementContext)

	// ExitForLoopParts is called when exiting the forLoopParts production.
	ExitForLoopParts(c *ForLoopPartsContext)

	// ExitForInitializerStatement is called when exiting the forInitializerStatement production.
	ExitForInitializerStatement(c *ForInitializerStatementContext)

	// ExitWhileStatement is called when exiting the whileStatement production.
	ExitWhileStatement(c *WhileStatementContext)

	// ExitDoStatement is called when exiting the doStatement production.
	ExitDoStatement(c *DoStatementContext)

	// ExitSwitchStatement is called when exiting the switchStatement production.
	ExitSwitchStatement(c *SwitchStatementContext)

	// ExitSwitchCase is called when exiting the switchCase production.
	ExitSwitchCase(c *SwitchCaseContext)

	// ExitDefaultCase is called when exiting the defaultCase production.
	ExitDefaultCase(c *DefaultCaseContext)

	// ExitRethrowStatment is called when exiting the rethrowStatment production.
	ExitRethrowStatment(c *RethrowStatmentContext)

	// ExitTryStatement is called when exiting the tryStatement production.
	ExitTryStatement(c *TryStatementContext)

	// ExitOnPart is called when exiting the onPart production.
	ExitOnPart(c *OnPartContext)

	// ExitCatchPart is called when exiting the catchPart production.
	ExitCatchPart(c *CatchPartContext)

	// ExitFinallyPart is called when exiting the finallyPart production.
	ExitFinallyPart(c *FinallyPartContext)

	// ExitReturnStatement is called when exiting the returnStatement production.
	ExitReturnStatement(c *ReturnStatementContext)

	// ExitLabel is called when exiting the label production.
	ExitLabel(c *LabelContext)

	// ExitBreakStatement is called when exiting the breakStatement production.
	ExitBreakStatement(c *BreakStatementContext)

	// ExitContinueStatement is called when exiting the continueStatement production.
	ExitContinueStatement(c *ContinueStatementContext)

	// ExitYieldStatement is called when exiting the yieldStatement production.
	ExitYieldStatement(c *YieldStatementContext)

	// ExitYieldEachStatement is called when exiting the yieldEachStatement production.
	ExitYieldEachStatement(c *YieldEachStatementContext)

	// ExitAssertStatement is called when exiting the assertStatement production.
	ExitAssertStatement(c *AssertStatementContext)

	// ExitAssertion is called when exiting the assertion production.
	ExitAssertion(c *AssertionContext)

	// ExitTopLevelDefinition is called when exiting the topLevelDefinition production.
	ExitTopLevelDefinition(c *TopLevelDefinitionContext)

	// ExitGetOrSet is called when exiting the getOrSet production.
	ExitGetOrSet(c *GetOrSetContext)

	// ExitLibraryDefinition is called when exiting the libraryDefinition production.
	ExitLibraryDefinition(c *LibraryDefinitionContext)

	// ExitScriptTag is called when exiting the scriptTag production.
	ExitScriptTag(c *ScriptTagContext)

	// ExitLibraryName is called when exiting the libraryName production.
	ExitLibraryName(c *LibraryNameContext)

	// ExitImportOrExport is called when exiting the importOrExport production.
	ExitImportOrExport(c *ImportOrExportContext)

	// ExitDottedIdentifierList is called when exiting the dottedIdentifierList production.
	ExitDottedIdentifierList(c *DottedIdentifierListContext)

	// ExitLibraryimport is called when exiting the libraryimport production.
	ExitLibraryimport(c *LibraryimportContext)

	// ExitImportSpecification is called when exiting the importSpecification production.
	ExitImportSpecification(c *ImportSpecificationContext)

	// ExitCombinator is called when exiting the combinator production.
	ExitCombinator(c *CombinatorContext)

	// ExitIdentifierList is called when exiting the identifierList production.
	ExitIdentifierList(c *IdentifierListContext)

	// ExitLibraryExport is called when exiting the libraryExport production.
	ExitLibraryExport(c *LibraryExportContext)

	// ExitPartDirective is called when exiting the partDirective production.
	ExitPartDirective(c *PartDirectiveContext)

	// ExitPartHeader is called when exiting the partHeader production.
	ExitPartHeader(c *PartHeaderContext)

	// ExitPartDeclaration is called when exiting the partDeclaration production.
	ExitPartDeclaration(c *PartDeclarationContext)

	// ExitUri is called when exiting the uri production.
	ExitUri(c *UriContext)

	// ExitConfigurableUri is called when exiting the configurableUri production.
	ExitConfigurableUri(c *ConfigurableUriContext)

	// ExitConfigurationUri is called when exiting the configurationUri production.
	ExitConfigurationUri(c *ConfigurationUriContext)

	// ExitUriTest is called when exiting the uriTest production.
	ExitUriTest(c *UriTestContext)

	// ExitDtype is called when exiting the dtype production.
	ExitDtype(c *DtypeContext)

	// ExitTypeName is called when exiting the typeName production.
	ExitTypeName(c *TypeNameContext)

	// ExitTypeArguments is called when exiting the typeArguments production.
	ExitTypeArguments(c *TypeArgumentsContext)

	// ExitTypeList is called when exiting the typeList production.
	ExitTypeList(c *TypeListContext)

	// ExitTypeAlias is called when exiting the typeAlias production.
	ExitTypeAlias(c *TypeAliasContext)

	// ExitTypeAliasBody is called when exiting the typeAliasBody production.
	ExitTypeAliasBody(c *TypeAliasBodyContext)

	// ExitFunctionTypeAlias is called when exiting the functionTypeAlias production.
	ExitFunctionTypeAlias(c *FunctionTypeAliasContext)

	// ExitFunctionPrefix is called when exiting the functionPrefix production.
	ExitFunctionPrefix(c *FunctionPrefixContext)
}

Dart2Listener is a complete listener for a parse tree produced by Dart2Parser.

type Dart2Parser

type Dart2Parser struct {
	*antlr.BaseParser
}

func NewDart2Parser

func NewDart2Parser(input antlr.TokenStream) *Dart2Parser

func (*Dart2Parser) AdditiveExpression

func (p *Dart2Parser) AdditiveExpression() (localctx IAdditiveExpressionContext)

func (*Dart2Parser) AdditiveOperator

func (p *Dart2Parser) AdditiveOperator() (localctx IAdditiveOperatorContext)

func (*Dart2Parser) ArgumentList

func (p *Dart2Parser) ArgumentList() (localctx IArgumentListContext)

func (*Dart2Parser) ArgumentPart

func (p *Dart2Parser) ArgumentPart() (localctx IArgumentPartContext)

func (*Dart2Parser) Arguments

func (p *Dart2Parser) Arguments() (localctx IArgumentsContext)

func (*Dart2Parser) AsOperator

func (p *Dart2Parser) AsOperator() (localctx IAsOperatorContext)

func (*Dart2Parser) AssertStatement

func (p *Dart2Parser) AssertStatement() (localctx IAssertStatementContext)

func (*Dart2Parser) Assertion

func (p *Dart2Parser) Assertion() (localctx IAssertionContext)

func (*Dart2Parser) AssignableExpression

func (p *Dart2Parser) AssignableExpression() (localctx IAssignableExpressionContext)

func (*Dart2Parser) AssignableSelector

func (p *Dart2Parser) AssignableSelector() (localctx IAssignableSelectorContext)

func (*Dart2Parser) AssignmentOperator

func (p *Dart2Parser) AssignmentOperator() (localctx IAssignmentOperatorContext)

func (*Dart2Parser) AwaitExpression

func (p *Dart2Parser) AwaitExpression() (localctx IAwaitExpressionContext)

func (*Dart2Parser) BinaryOperator

func (p *Dart2Parser) BinaryOperator() (localctx IBinaryOperatorContext)

func (*Dart2Parser) BitwiseAndExpression

func (p *Dart2Parser) BitwiseAndExpression() (localctx IBitwiseAndExpressionContext)

func (*Dart2Parser) BitwiseOperator

func (p *Dart2Parser) BitwiseOperator() (localctx IBitwiseOperatorContext)

func (*Dart2Parser) BitwiseOrExpression

func (p *Dart2Parser) BitwiseOrExpression() (localctx IBitwiseOrExpressionContext)

func (*Dart2Parser) BitwiseXorExpression

func (p *Dart2Parser) BitwiseXorExpression() (localctx IBitwiseXorExpressionContext)

func (*Dart2Parser) Block

func (p *Dart2Parser) Block() (localctx IBlockContext)

func (*Dart2Parser) BooleanLiteral

func (p *Dart2Parser) BooleanLiteral() (localctx IBooleanLiteralContext)

func (*Dart2Parser) BreakStatement

func (p *Dart2Parser) BreakStatement() (localctx IBreakStatementContext)

func (*Dart2Parser) CascadeSection

func (p *Dart2Parser) CascadeSection() (localctx ICascadeSectionContext)

func (*Dart2Parser) CascadeSelector

func (p *Dart2Parser) CascadeSelector() (localctx ICascadeSelectorContext)

func (*Dart2Parser) CatchPart

func (p *Dart2Parser) CatchPart() (localctx ICatchPartContext)

func (*Dart2Parser) ClassDefinition

func (p *Dart2Parser) ClassDefinition() (localctx IClassDefinitionContext)

func (*Dart2Parser) ClassMemberDefinition

func (p *Dart2Parser) ClassMemberDefinition() (localctx IClassMemberDefinitionContext)

func (*Dart2Parser) Combinator

func (p *Dart2Parser) Combinator() (localctx ICombinatorContext)

func (*Dart2Parser) CompilationUnit

func (p *Dart2Parser) CompilationUnit() (localctx ICompilationUnitContext)

func (*Dart2Parser) CompoundAssignmentOperator

func (p *Dart2Parser) CompoundAssignmentOperator() (localctx ICompoundAssignmentOperatorContext)

func (*Dart2Parser) ConditionalExpression

func (p *Dart2Parser) ConditionalExpression() (localctx IConditionalExpressionContext)

func (*Dart2Parser) ConfigurableUri

func (p *Dart2Parser) ConfigurableUri() (localctx IConfigurableUriContext)

func (*Dart2Parser) ConfigurationUri

func (p *Dart2Parser) ConfigurationUri() (localctx IConfigurationUriContext)

func (*Dart2Parser) ConstObjectExpression

func (p *Dart2Parser) ConstObjectExpression() (localctx IConstObjectExpressionContext)

func (*Dart2Parser) ConstantConstructorSignature

func (p *Dart2Parser) ConstantConstructorSignature() (localctx IConstantConstructorSignatureContext)

func (*Dart2Parser) ConstructorSignature

func (p *Dart2Parser) ConstructorSignature() (localctx IConstructorSignatureContext)

func (*Dart2Parser) ContinueStatement

func (p *Dart2Parser) ContinueStatement() (localctx IContinueStatementContext)

func (*Dart2Parser) Declaration

func (p *Dart2Parser) Declaration() (localctx IDeclarationContext)

func (*Dart2Parser) DeclaredIdentifier

func (p *Dart2Parser) DeclaredIdentifier() (localctx IDeclaredIdentifierContext)

func (*Dart2Parser) DefaultCase

func (p *Dart2Parser) DefaultCase() (localctx IDefaultCaseContext)

func (*Dart2Parser) DefaultFormalParameter

func (p *Dart2Parser) DefaultFormalParameter() (localctx IDefaultFormalParameterContext)

func (*Dart2Parser) DefaultNamedParameter

func (p *Dart2Parser) DefaultNamedParameter() (localctx IDefaultNamedParameterContext)

func (*Dart2Parser) DoStatement

func (p *Dart2Parser) DoStatement() (localctx IDoStatementContext)

func (*Dart2Parser) DottedIdentifierList

func (p *Dart2Parser) DottedIdentifierList() (localctx IDottedIdentifierListContext)

func (*Dart2Parser) Dtype

func (p *Dart2Parser) Dtype() (localctx IDtypeContext)

func (*Dart2Parser) EnumEntry

func (p *Dart2Parser) EnumEntry() (localctx IEnumEntryContext)

func (*Dart2Parser) EnumType

func (p *Dart2Parser) EnumType() (localctx IEnumTypeContext)

func (*Dart2Parser) EqualityExpression

func (p *Dart2Parser) EqualityExpression() (localctx IEqualityExpressionContext)

func (*Dart2Parser) EqualityOperator

func (p *Dart2Parser) EqualityOperator() (localctx IEqualityOperatorContext)

func (*Dart2Parser) Expression

func (p *Dart2Parser) Expression() (localctx IExpressionContext)

func (*Dart2Parser) ExpressionList

func (p *Dart2Parser) ExpressionList() (localctx IExpressionListContext)

func (*Dart2Parser) ExpressionStatement

func (p *Dart2Parser) ExpressionStatement() (localctx IExpressionStatementContext)

func (*Dart2Parser) ExpressionWithoutCascade

func (p *Dart2Parser) ExpressionWithoutCascade() (localctx IExpressionWithoutCascadeContext)

func (*Dart2Parser) FactoryConstructorSignature

func (p *Dart2Parser) FactoryConstructorSignature() (localctx IFactoryConstructorSignatureContext)

func (*Dart2Parser) FieldFormalParameter

func (p *Dart2Parser) FieldFormalParameter() (localctx IFieldFormalParameterContext)

func (*Dart2Parser) FieldInitializer

func (p *Dart2Parser) FieldInitializer() (localctx IFieldInitializerContext)

func (*Dart2Parser) FinalConstVarOrType

func (p *Dart2Parser) FinalConstVarOrType() (localctx IFinalConstVarOrTypeContext)

func (*Dart2Parser) FinallyPart

func (p *Dart2Parser) FinallyPart() (localctx IFinallyPartContext)

func (*Dart2Parser) ForInitializerStatement

func (p *Dart2Parser) ForInitializerStatement() (localctx IForInitializerStatementContext)

func (*Dart2Parser) ForLoopParts

func (p *Dart2Parser) ForLoopParts() (localctx IForLoopPartsContext)

func (*Dart2Parser) ForStatement

func (p *Dart2Parser) ForStatement() (localctx IForStatementContext)

func (*Dart2Parser) FormalParameterList

func (p *Dart2Parser) FormalParameterList() (localctx IFormalParameterListContext)

func (*Dart2Parser) FormalParameterPart

func (p *Dart2Parser) FormalParameterPart() (localctx IFormalParameterPartContext)

func (*Dart2Parser) FunctionBody

func (p *Dart2Parser) FunctionBody() (localctx IFunctionBodyContext)

func (*Dart2Parser) FunctionExpression

func (p *Dart2Parser) FunctionExpression() (localctx IFunctionExpressionContext)

func (*Dart2Parser) FunctionFormalParameter

func (p *Dart2Parser) FunctionFormalParameter() (localctx IFunctionFormalParameterContext)

func (*Dart2Parser) FunctionPrefix

func (p *Dart2Parser) FunctionPrefix() (localctx IFunctionPrefixContext)

func (*Dart2Parser) FunctionSignature

func (p *Dart2Parser) FunctionSignature() (localctx IFunctionSignatureContext)

func (*Dart2Parser) FunctionTypeAlias

func (p *Dart2Parser) FunctionTypeAlias() (localctx IFunctionTypeAliasContext)

func (*Dart2Parser) GetOrSet

func (p *Dart2Parser) GetOrSet() (localctx IGetOrSetContext)

func (*Dart2Parser) GetterSignature

func (p *Dart2Parser) GetterSignature() (localctx IGetterSignatureContext)

func (*Dart2Parser) Identifier

func (p *Dart2Parser) Identifier() (localctx IIdentifierContext)

func (*Dart2Parser) IdentifierList

func (p *Dart2Parser) IdentifierList() (localctx IIdentifierListContext)

func (*Dart2Parser) IfNullExpression

func (p *Dart2Parser) IfNullExpression() (localctx IIfNullExpressionContext)

func (*Dart2Parser) IfStatement

func (p *Dart2Parser) IfStatement() (localctx IIfStatementContext)

func (*Dart2Parser) ImportOrExport

func (p *Dart2Parser) ImportOrExport() (localctx IImportOrExportContext)

func (*Dart2Parser) ImportSpecification

func (p *Dart2Parser) ImportSpecification() (localctx IImportSpecificationContext)

func (*Dart2Parser) IncrementOperator

func (p *Dart2Parser) IncrementOperator() (localctx IIncrementOperatorContext)

func (*Dart2Parser) InitializedIdentifier

func (p *Dart2Parser) InitializedIdentifier() (localctx IInitializedIdentifierContext)

func (*Dart2Parser) InitializedIdentifierList

func (p *Dart2Parser) InitializedIdentifierList() (localctx IInitializedIdentifierListContext)

func (*Dart2Parser) InitializedVariableDeclaration

func (p *Dart2Parser) InitializedVariableDeclaration() (localctx IInitializedVariableDeclarationContext)

func (*Dart2Parser) InitializerListEntry

func (p *Dart2Parser) InitializerListEntry() (localctx IInitializerListEntryContext)

func (*Dart2Parser) Initializers

func (p *Dart2Parser) Initializers() (localctx IInitializersContext)

func (*Dart2Parser) Interfaces

func (p *Dart2Parser) Interfaces() (localctx IInterfacesContext)

func (*Dart2Parser) IsOperator

func (p *Dart2Parser) IsOperator() (localctx IIsOperatorContext)

func (*Dart2Parser) Label

func (p *Dart2Parser) Label() (localctx ILabelContext)

func (*Dart2Parser) LibraryDefinition

func (p *Dart2Parser) LibraryDefinition() (localctx ILibraryDefinitionContext)

func (*Dart2Parser) LibraryExport

func (p *Dart2Parser) LibraryExport() (localctx ILibraryExportContext)

func (*Dart2Parser) LibraryName

func (p *Dart2Parser) LibraryName() (localctx ILibraryNameContext)

func (*Dart2Parser) Libraryimport

func (p *Dart2Parser) Libraryimport() (localctx ILibraryimportContext)

func (*Dart2Parser) ListLiteral

func (p *Dart2Parser) ListLiteral() (localctx IListLiteralContext)

func (*Dart2Parser) Literal

func (p *Dart2Parser) Literal() (localctx ILiteralContext)

func (*Dart2Parser) LocalFunctionDeclaration

func (p *Dart2Parser) LocalFunctionDeclaration() (localctx ILocalFunctionDeclarationContext)

func (*Dart2Parser) LocalVariableDeclaration

func (p *Dart2Parser) LocalVariableDeclaration() (localctx ILocalVariableDeclarationContext)

func (*Dart2Parser) LogicalAndExpression

func (p *Dart2Parser) LogicalAndExpression() (localctx ILogicalAndExpressionContext)

func (*Dart2Parser) LogicalOrExpression

func (p *Dart2Parser) LogicalOrExpression() (localctx ILogicalOrExpressionContext)

func (*Dart2Parser) MapLiteral

func (p *Dart2Parser) MapLiteral() (localctx IMapLiteralContext)

func (*Dart2Parser) MapLiteralEntry

func (p *Dart2Parser) MapLiteralEntry() (localctx IMapLiteralEntryContext)

func (*Dart2Parser) Metadata

func (p *Dart2Parser) Metadata() (localctx IMetadataContext)

func (*Dart2Parser) MethodSignature

func (p *Dart2Parser) MethodSignature() (localctx IMethodSignatureContext)

func (*Dart2Parser) MinusOperator

func (p *Dart2Parser) MinusOperator() (localctx IMinusOperatorContext)

func (*Dart2Parser) MixinApplication

func (p *Dart2Parser) MixinApplication() (localctx IMixinApplicationContext)

func (*Dart2Parser) MixinApplicationClass

func (p *Dart2Parser) MixinApplicationClass() (localctx IMixinApplicationClassContext)

func (*Dart2Parser) Mixins

func (p *Dart2Parser) Mixins() (localctx IMixinsContext)

func (*Dart2Parser) MultiplicativeExpression

func (p *Dart2Parser) MultiplicativeExpression() (localctx IMultiplicativeExpressionContext)

func (*Dart2Parser) MultiplicativeOperator

func (p *Dart2Parser) MultiplicativeOperator() (localctx IMultiplicativeOperatorContext)

func (*Dart2Parser) NamedArgument

func (p *Dart2Parser) NamedArgument() (localctx INamedArgumentContext)

func (*Dart2Parser) NamedFormalParameters

func (p *Dart2Parser) NamedFormalParameters() (localctx INamedFormalParametersContext)

func (*Dart2Parser) NayaExpression

func (p *Dart2Parser) NayaExpression() (localctx INayaExpressionContext)

func (*Dart2Parser) NegationOperator

func (p *Dart2Parser) NegationOperator() (localctx INegationOperatorContext)

func (*Dart2Parser) NonLabledStatment

func (p *Dart2Parser) NonLabledStatment() (localctx INonLabledStatmentContext)

func (*Dart2Parser) NormalFormalParameter

func (p *Dart2Parser) NormalFormalParameter() (localctx INormalFormalParameterContext)

func (*Dart2Parser) NormalFormalParameters

func (p *Dart2Parser) NormalFormalParameters() (localctx INormalFormalParametersContext)

func (*Dart2Parser) NullLiteral

func (p *Dart2Parser) NullLiteral() (localctx INullLiteralContext)

func (*Dart2Parser) NumericLiteral

func (p *Dart2Parser) NumericLiteral() (localctx INumericLiteralContext)

func (*Dart2Parser) OnPart

func (p *Dart2Parser) OnPart() (localctx IOnPartContext)

func (*Dart2Parser) Operator

func (p *Dart2Parser) Operator() (localctx IOperatorContext)

func (*Dart2Parser) OperatorSignature

func (p *Dart2Parser) OperatorSignature() (localctx IOperatorSignatureContext)

func (*Dart2Parser) OptionalFormalParameters

func (p *Dart2Parser) OptionalFormalParameters() (localctx IOptionalFormalParametersContext)

func (*Dart2Parser) OptionalPositionalFormalParameters

func (p *Dart2Parser) OptionalPositionalFormalParameters() (localctx IOptionalPositionalFormalParametersContext)

func (*Dart2Parser) PartDeclaration

func (p *Dart2Parser) PartDeclaration() (localctx IPartDeclarationContext)

func (*Dart2Parser) PartDirective

func (p *Dart2Parser) PartDirective() (localctx IPartDirectiveContext)

func (*Dart2Parser) PartHeader

func (p *Dart2Parser) PartHeader() (localctx IPartHeaderContext)

func (*Dart2Parser) PostfixExpression

func (p *Dart2Parser) PostfixExpression() (localctx IPostfixExpressionContext)

func (*Dart2Parser) PostfixOperator

func (p *Dart2Parser) PostfixOperator() (localctx IPostfixOperatorContext)

func (*Dart2Parser) PrefixOperator

func (p *Dart2Parser) PrefixOperator() (localctx IPrefixOperatorContext)

func (*Dart2Parser) Primary

func (p *Dart2Parser) Primary() (localctx IPrimaryContext)

func (*Dart2Parser) Qualified

func (p *Dart2Parser) Qualified() (localctx IQualifiedContext)

func (*Dart2Parser) RedirectingFactoryConstructorSignature

func (p *Dart2Parser) RedirectingFactoryConstructorSignature() (localctx IRedirectingFactoryConstructorSignatureContext)

func (*Dart2Parser) Redirection

func (p *Dart2Parser) Redirection() (localctx IRedirectionContext)

func (*Dart2Parser) RelationalExpression

func (p *Dart2Parser) RelationalExpression() (localctx IRelationalExpressionContext)

func (*Dart2Parser) RelationalOperator

func (p *Dart2Parser) RelationalOperator() (localctx IRelationalOperatorContext)

func (*Dart2Parser) RethrowStatment

func (p *Dart2Parser) RethrowStatment() (localctx IRethrowStatmentContext)

func (*Dart2Parser) ReturnStatement

func (p *Dart2Parser) ReturnStatement() (localctx IReturnStatementContext)

func (*Dart2Parser) ReturnType

func (p *Dart2Parser) ReturnType() (localctx IReturnTypeContext)

func (*Dart2Parser) ScriptTag

func (p *Dart2Parser) ScriptTag() (localctx IScriptTagContext)

func (*Dart2Parser) Selector

func (p *Dart2Parser) Selector() (localctx ISelectorContext)

func (*Dart2Parser) SetterSignature

func (p *Dart2Parser) SetterSignature() (localctx ISetterSignatureContext)

func (*Dart2Parser) ShiftExpression

func (p *Dart2Parser) ShiftExpression() (localctx IShiftExpressionContext)

func (*Dart2Parser) ShiftOperator

func (p *Dart2Parser) ShiftOperator() (localctx IShiftOperatorContext)

func (*Dart2Parser) SimpleFormalParameter

func (p *Dart2Parser) SimpleFormalParameter() (localctx ISimpleFormalParameterContext)

func (*Dart2Parser) Statement

func (p *Dart2Parser) Statement() (localctx IStatementContext)

func (*Dart2Parser) Statements

func (p *Dart2Parser) Statements() (localctx IStatementsContext)

func (*Dart2Parser) StaticFinalDeclaration

func (p *Dart2Parser) StaticFinalDeclaration() (localctx IStaticFinalDeclarationContext)

func (*Dart2Parser) StaticFinalDeclarationList

func (p *Dart2Parser) StaticFinalDeclarationList() (localctx IStaticFinalDeclarationListContext)

func (*Dart2Parser) StringInterpolation

func (p *Dart2Parser) StringInterpolation() (localctx IStringInterpolationContext)

func (*Dart2Parser) StringLiteral

func (p *Dart2Parser) StringLiteral() (localctx IStringLiteralContext)

func (*Dart2Parser) Superclass

func (p *Dart2Parser) Superclass() (localctx ISuperclassContext)

func (*Dart2Parser) SwitchCase

func (p *Dart2Parser) SwitchCase() (localctx ISwitchCaseContext)

func (*Dart2Parser) SwitchStatement

func (p *Dart2Parser) SwitchStatement() (localctx ISwitchStatementContext)

func (*Dart2Parser) SymbolLiteral

func (p *Dart2Parser) SymbolLiteral() (localctx ISymbolLiteralContext)

func (*Dart2Parser) ThisExpression

func (p *Dart2Parser) ThisExpression() (localctx IThisExpressionContext)

func (*Dart2Parser) ThrowExpression

func (p *Dart2Parser) ThrowExpression() (localctx IThrowExpressionContext)

func (*Dart2Parser) ThrowExpressionWithoutCascade

func (p *Dart2Parser) ThrowExpressionWithoutCascade() (localctx IThrowExpressionWithoutCascadeContext)

func (*Dart2Parser) TildeOperator

func (p *Dart2Parser) TildeOperator() (localctx ITildeOperatorContext)

func (*Dart2Parser) TopLevelDefinition

func (p *Dart2Parser) TopLevelDefinition() (localctx ITopLevelDefinitionContext)

func (*Dart2Parser) TryStatement

func (p *Dart2Parser) TryStatement() (localctx ITryStatementContext)

func (*Dart2Parser) TypeAlias

func (p *Dart2Parser) TypeAlias() (localctx ITypeAliasContext)

func (*Dart2Parser) TypeAliasBody

func (p *Dart2Parser) TypeAliasBody() (localctx ITypeAliasBodyContext)

func (*Dart2Parser) TypeArguments

func (p *Dart2Parser) TypeArguments() (localctx ITypeArgumentsContext)

func (*Dart2Parser) TypeCast

func (p *Dart2Parser) TypeCast() (localctx ITypeCastContext)

func (*Dart2Parser) TypeList

func (p *Dart2Parser) TypeList() (localctx ITypeListContext)

func (*Dart2Parser) TypeName

func (p *Dart2Parser) TypeName() (localctx ITypeNameContext)

func (*Dart2Parser) TypeParameter

func (p *Dart2Parser) TypeParameter() (localctx ITypeParameterContext)

func (*Dart2Parser) TypeParameters

func (p *Dart2Parser) TypeParameters() (localctx ITypeParametersContext)

func (*Dart2Parser) TypeTest

func (p *Dart2Parser) TypeTest() (localctx ITypeTestContext)

func (*Dart2Parser) UnaryExpression

func (p *Dart2Parser) UnaryExpression() (localctx IUnaryExpressionContext)

func (*Dart2Parser) UnconditionalAssignableSelector

func (p *Dart2Parser) UnconditionalAssignableSelector() (localctx IUnconditionalAssignableSelectorContext)

func (*Dart2Parser) Uri

func (p *Dart2Parser) Uri() (localctx IUriContext)

func (*Dart2Parser) UriTest

func (p *Dart2Parser) UriTest() (localctx IUriTestContext)

func (*Dart2Parser) VarOrType

func (p *Dart2Parser) VarOrType() (localctx IVarOrTypeContext)

func (*Dart2Parser) VariableDeclaration

func (p *Dart2Parser) VariableDeclaration() (localctx IVariableDeclarationContext)

func (*Dart2Parser) WhileStatement

func (p *Dart2Parser) WhileStatement() (localctx IWhileStatementContext)

func (*Dart2Parser) YieldEachStatement

func (p *Dart2Parser) YieldEachStatement() (localctx IYieldEachStatementContext)

func (*Dart2Parser) YieldStatement

func (p *Dart2Parser) YieldStatement() (localctx IYieldStatementContext)

type DeclarationContext

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

func NewDeclarationContext

func NewDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DeclarationContext

func NewEmptyDeclarationContext

func NewEmptyDeclarationContext() *DeclarationContext

func (*DeclarationContext) ConstantConstructorSignature

func (s *DeclarationContext) ConstantConstructorSignature() IConstantConstructorSignatureContext

func (*DeclarationContext) ConstructorSignature

func (s *DeclarationContext) ConstructorSignature() IConstructorSignatureContext

func (*DeclarationContext) Dtype

func (s *DeclarationContext) Dtype() IDtypeContext

func (*DeclarationContext) EnterRule

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

func (*DeclarationContext) ExitRule

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

func (*DeclarationContext) FunctionSignature

func (s *DeclarationContext) FunctionSignature() IFunctionSignatureContext

func (*DeclarationContext) GetParser

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

func (*DeclarationContext) GetRuleContext

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

func (*DeclarationContext) GetterSignature

func (s *DeclarationContext) GetterSignature() IGetterSignatureContext

func (*DeclarationContext) InitializedIdentifierList

func (s *DeclarationContext) InitializedIdentifierList() IInitializedIdentifierListContext

func (*DeclarationContext) Initializers

func (s *DeclarationContext) Initializers() IInitializersContext

func (*DeclarationContext) IsDeclarationContext

func (*DeclarationContext) IsDeclarationContext()

func (*DeclarationContext) OperatorSignature

func (s *DeclarationContext) OperatorSignature() IOperatorSignatureContext

func (*DeclarationContext) Redirection

func (s *DeclarationContext) Redirection() IRedirectionContext

func (*DeclarationContext) SetterSignature

func (s *DeclarationContext) SetterSignature() ISetterSignatureContext

func (*DeclarationContext) StaticFinalDeclarationList

func (s *DeclarationContext) StaticFinalDeclarationList() IStaticFinalDeclarationListContext

func (*DeclarationContext) ToStringTree

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

type DeclaredIdentifierContext

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

func NewDeclaredIdentifierContext

func NewDeclaredIdentifierContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DeclaredIdentifierContext

func NewEmptyDeclaredIdentifierContext

func NewEmptyDeclaredIdentifierContext() *DeclaredIdentifierContext

func (*DeclaredIdentifierContext) EnterRule

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

func (*DeclaredIdentifierContext) ExitRule

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

func (*DeclaredIdentifierContext) FinalConstVarOrType

func (s *DeclaredIdentifierContext) FinalConstVarOrType() IFinalConstVarOrTypeContext

func (*DeclaredIdentifierContext) GetParser

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

func (*DeclaredIdentifierContext) GetRuleContext

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

func (*DeclaredIdentifierContext) Identifier

func (*DeclaredIdentifierContext) IsDeclaredIdentifierContext

func (*DeclaredIdentifierContext) IsDeclaredIdentifierContext()

func (*DeclaredIdentifierContext) Metadata

func (*DeclaredIdentifierContext) ToStringTree

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

type DefaultCaseContext

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

func NewDefaultCaseContext

func NewDefaultCaseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DefaultCaseContext

func NewEmptyDefaultCaseContext

func NewEmptyDefaultCaseContext() *DefaultCaseContext

func (*DefaultCaseContext) AllLabel

func (s *DefaultCaseContext) AllLabel() []ILabelContext

func (*DefaultCaseContext) EnterRule

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

func (*DefaultCaseContext) ExitRule

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

func (*DefaultCaseContext) GetParser

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

func (*DefaultCaseContext) GetRuleContext

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

func (*DefaultCaseContext) IsDefaultCaseContext

func (*DefaultCaseContext) IsDefaultCaseContext()

func (*DefaultCaseContext) Label

func (s *DefaultCaseContext) Label(i int) ILabelContext

func (*DefaultCaseContext) Statements

func (s *DefaultCaseContext) Statements() IStatementsContext

func (*DefaultCaseContext) ToStringTree

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

type DefaultFormalParameterContext

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

func NewDefaultFormalParameterContext

func NewDefaultFormalParameterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DefaultFormalParameterContext

func NewEmptyDefaultFormalParameterContext

func NewEmptyDefaultFormalParameterContext() *DefaultFormalParameterContext

func (*DefaultFormalParameterContext) EnterRule

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

func (*DefaultFormalParameterContext) ExitRule

func (*DefaultFormalParameterContext) Expression

func (*DefaultFormalParameterContext) GetParser

func (*DefaultFormalParameterContext) GetRuleContext

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

func (*DefaultFormalParameterContext) IsDefaultFormalParameterContext

func (*DefaultFormalParameterContext) IsDefaultFormalParameterContext()

func (*DefaultFormalParameterContext) NormalFormalParameter

func (*DefaultFormalParameterContext) ToStringTree

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

type DefaultNamedParameterContext

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

func NewDefaultNamedParameterContext

func NewDefaultNamedParameterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DefaultNamedParameterContext

func NewEmptyDefaultNamedParameterContext

func NewEmptyDefaultNamedParameterContext() *DefaultNamedParameterContext

func (*DefaultNamedParameterContext) EnterRule

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

func (*DefaultNamedParameterContext) ExitRule

func (*DefaultNamedParameterContext) Expression

func (*DefaultNamedParameterContext) GetParser

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

func (*DefaultNamedParameterContext) GetRuleContext

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

func (*DefaultNamedParameterContext) IsDefaultNamedParameterContext

func (*DefaultNamedParameterContext) IsDefaultNamedParameterContext()

func (*DefaultNamedParameterContext) NormalFormalParameter

func (*DefaultNamedParameterContext) ToStringTree

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

type DoStatementContext

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

func NewDoStatementContext

func NewDoStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DoStatementContext

func NewEmptyDoStatementContext

func NewEmptyDoStatementContext() *DoStatementContext

func (*DoStatementContext) EnterRule

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

func (*DoStatementContext) ExitRule

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

func (*DoStatementContext) Expression

func (s *DoStatementContext) Expression() IExpressionContext

func (*DoStatementContext) GetParser

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

func (*DoStatementContext) GetRuleContext

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

func (*DoStatementContext) IsDoStatementContext

func (*DoStatementContext) IsDoStatementContext()

func (*DoStatementContext) Statement

func (s *DoStatementContext) Statement() IStatementContext

func (*DoStatementContext) ToStringTree

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

type DottedIdentifierListContext

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

func NewDottedIdentifierListContext

func NewDottedIdentifierListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DottedIdentifierListContext

func NewEmptyDottedIdentifierListContext

func NewEmptyDottedIdentifierListContext() *DottedIdentifierListContext

func (*DottedIdentifierListContext) AllIdentifier

func (s *DottedIdentifierListContext) AllIdentifier() []IIdentifierContext

func (*DottedIdentifierListContext) EnterRule

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

func (*DottedIdentifierListContext) ExitRule

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

func (*DottedIdentifierListContext) GetParser

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

func (*DottedIdentifierListContext) GetRuleContext

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

func (*DottedIdentifierListContext) Identifier

func (*DottedIdentifierListContext) IsDottedIdentifierListContext

func (*DottedIdentifierListContext) IsDottedIdentifierListContext()

func (*DottedIdentifierListContext) ToStringTree

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

type DtypeContext

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

func NewDtypeContext

func NewDtypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DtypeContext

func NewEmptyDtypeContext

func NewEmptyDtypeContext() *DtypeContext

func (*DtypeContext) EnterRule

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

func (*DtypeContext) ExitRule

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

func (*DtypeContext) GetParser

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

func (*DtypeContext) GetRuleContext

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

func (*DtypeContext) IsDtypeContext

func (*DtypeContext) IsDtypeContext()

func (*DtypeContext) ToStringTree

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

func (*DtypeContext) TypeArguments

func (s *DtypeContext) TypeArguments() ITypeArgumentsContext

func (*DtypeContext) TypeName

func (s *DtypeContext) TypeName() ITypeNameContext

type EnumEntryContext

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

func NewEmptyEnumEntryContext

func NewEmptyEnumEntryContext() *EnumEntryContext

func NewEnumEntryContext

func NewEnumEntryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EnumEntryContext

func (*EnumEntryContext) EnterRule

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

func (*EnumEntryContext) ExitRule

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

func (*EnumEntryContext) GetParser

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

func (*EnumEntryContext) GetRuleContext

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

func (*EnumEntryContext) Identifier

func (s *EnumEntryContext) Identifier() IIdentifierContext

func (*EnumEntryContext) IsEnumEntryContext

func (*EnumEntryContext) IsEnumEntryContext()

func (*EnumEntryContext) Metadata

func (s *EnumEntryContext) Metadata() IMetadataContext

func (*EnumEntryContext) ToStringTree

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

type EnumTypeContext

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

func NewEmptyEnumTypeContext

func NewEmptyEnumTypeContext() *EnumTypeContext

func NewEnumTypeContext

func NewEnumTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EnumTypeContext

func (*EnumTypeContext) AllEnumEntry

func (s *EnumTypeContext) AllEnumEntry() []IEnumEntryContext

func (*EnumTypeContext) EnterRule

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

func (*EnumTypeContext) EnumEntry

func (s *EnumTypeContext) EnumEntry(i int) IEnumEntryContext

func (*EnumTypeContext) ExitRule

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

func (*EnumTypeContext) GetParser

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

func (*EnumTypeContext) GetRuleContext

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

func (*EnumTypeContext) Identifier

func (s *EnumTypeContext) Identifier() IIdentifierContext

func (*EnumTypeContext) IsEnumTypeContext

func (*EnumTypeContext) IsEnumTypeContext()

func (*EnumTypeContext) Metadata

func (s *EnumTypeContext) Metadata() IMetadataContext

func (*EnumTypeContext) ToStringTree

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

type EqualityExpressionContext

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

func NewEmptyEqualityExpressionContext

func NewEmptyEqualityExpressionContext() *EqualityExpressionContext

func NewEqualityExpressionContext

func NewEqualityExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EqualityExpressionContext

func (*EqualityExpressionContext) AllRelationalExpression

func (s *EqualityExpressionContext) AllRelationalExpression() []IRelationalExpressionContext

func (*EqualityExpressionContext) EnterRule

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

func (*EqualityExpressionContext) EqualityOperator

func (*EqualityExpressionContext) ExitRule

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

func (*EqualityExpressionContext) GetParser

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

func (*EqualityExpressionContext) GetRuleContext

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

func (*EqualityExpressionContext) IsEqualityExpressionContext

func (*EqualityExpressionContext) IsEqualityExpressionContext()

func (*EqualityExpressionContext) RelationalExpression

func (s *EqualityExpressionContext) RelationalExpression(i int) IRelationalExpressionContext

func (*EqualityExpressionContext) ToStringTree

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

type EqualityOperatorContext

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

func NewEmptyEqualityOperatorContext

func NewEmptyEqualityOperatorContext() *EqualityOperatorContext

func NewEqualityOperatorContext

func NewEqualityOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EqualityOperatorContext

func (*EqualityOperatorContext) EnterRule

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

func (*EqualityOperatorContext) ExitRule

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

func (*EqualityOperatorContext) GetParser

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

func (*EqualityOperatorContext) GetRuleContext

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

func (*EqualityOperatorContext) IsEqualityOperatorContext

func (*EqualityOperatorContext) IsEqualityOperatorContext()

func (*EqualityOperatorContext) ToStringTree

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

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

func (s *ExpressionContext) AllCascadeSection() []ICascadeSectionContext

func (*ExpressionContext) AssignableExpression

func (s *ExpressionContext) AssignableExpression() IAssignableExpressionContext

func (*ExpressionContext) AssignmentOperator

func (s *ExpressionContext) AssignmentOperator() IAssignmentOperatorContext

func (*ExpressionContext) CascadeSection

func (s *ExpressionContext) CascadeSection(i int) ICascadeSectionContext

func (*ExpressionContext) ConditionalExpression

func (s *ExpressionContext) ConditionalExpression() IConditionalExpressionContext

func (*ExpressionContext) EnterRule

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

func (*ExpressionContext) ExitRule

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

func (*ExpressionContext) Expression

func (s *ExpressionContext) Expression() IExpressionContext

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

func (s *ExpressionContext) ThrowExpression() IThrowExpressionContext

func (*ExpressionContext) ToStringTree

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

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

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

func (*ExpressionListContext) EnterRule

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

func (*ExpressionListContext) ExitRule

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

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

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

func (*ExpressionStatementContext) ExitRule

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

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 ExpressionWithoutCascadeContext

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

func NewEmptyExpressionWithoutCascadeContext

func NewEmptyExpressionWithoutCascadeContext() *ExpressionWithoutCascadeContext

func NewExpressionWithoutCascadeContext

func NewExpressionWithoutCascadeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExpressionWithoutCascadeContext

func (*ExpressionWithoutCascadeContext) AssignableExpression

func (*ExpressionWithoutCascadeContext) AssignmentOperator

func (*ExpressionWithoutCascadeContext) ConditionalExpression

func (*ExpressionWithoutCascadeContext) EnterRule

func (*ExpressionWithoutCascadeContext) ExitRule

func (*ExpressionWithoutCascadeContext) ExpressionWithoutCascade

func (*ExpressionWithoutCascadeContext) GetParser

func (*ExpressionWithoutCascadeContext) GetRuleContext

func (*ExpressionWithoutCascadeContext) IsExpressionWithoutCascadeContext

func (*ExpressionWithoutCascadeContext) IsExpressionWithoutCascadeContext()

func (*ExpressionWithoutCascadeContext) ThrowExpressionWithoutCascade

func (*ExpressionWithoutCascadeContext) ToStringTree

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

type FactoryConstructorSignatureContext

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

func NewEmptyFactoryConstructorSignatureContext

func NewEmptyFactoryConstructorSignatureContext() *FactoryConstructorSignatureContext

func NewFactoryConstructorSignatureContext

func NewFactoryConstructorSignatureContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FactoryConstructorSignatureContext

func (*FactoryConstructorSignatureContext) AllIdentifier

func (*FactoryConstructorSignatureContext) EnterRule

func (*FactoryConstructorSignatureContext) ExitRule

func (*FactoryConstructorSignatureContext) FormalParameterList

func (*FactoryConstructorSignatureContext) GetParser

func (*FactoryConstructorSignatureContext) GetRuleContext

func (*FactoryConstructorSignatureContext) Identifier

func (*FactoryConstructorSignatureContext) IsFactoryConstructorSignatureContext

func (*FactoryConstructorSignatureContext) IsFactoryConstructorSignatureContext()

func (*FactoryConstructorSignatureContext) ToStringTree

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

type FieldFormalParameterContext

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

func NewEmptyFieldFormalParameterContext

func NewEmptyFieldFormalParameterContext() *FieldFormalParameterContext

func NewFieldFormalParameterContext

func NewFieldFormalParameterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FieldFormalParameterContext

func (*FieldFormalParameterContext) EnterRule

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

func (*FieldFormalParameterContext) ExitRule

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

func (*FieldFormalParameterContext) FinalConstVarOrType

func (*FieldFormalParameterContext) FormalParameterPart

func (*FieldFormalParameterContext) GetParser

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

func (*FieldFormalParameterContext) GetRuleContext

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

func (*FieldFormalParameterContext) Identifier

func (*FieldFormalParameterContext) IsFieldFormalParameterContext

func (*FieldFormalParameterContext) IsFieldFormalParameterContext()

func (*FieldFormalParameterContext) Metadata

func (*FieldFormalParameterContext) ToStringTree

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

type FieldInitializerContext

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

func NewEmptyFieldInitializerContext

func NewEmptyFieldInitializerContext() *FieldInitializerContext

func NewFieldInitializerContext

func NewFieldInitializerContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FieldInitializerContext

func (*FieldInitializerContext) AllCascadeSection

func (s *FieldInitializerContext) AllCascadeSection() []ICascadeSectionContext

func (*FieldInitializerContext) CascadeSection

func (s *FieldInitializerContext) CascadeSection(i int) ICascadeSectionContext

func (*FieldInitializerContext) ConditionalExpression

func (s *FieldInitializerContext) ConditionalExpression() IConditionalExpressionContext

func (*FieldInitializerContext) EnterRule

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

func (*FieldInitializerContext) ExitRule

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

func (*FieldInitializerContext) GetParser

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

func (*FieldInitializerContext) GetRuleContext

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

func (*FieldInitializerContext) Identifier

func (*FieldInitializerContext) IsFieldInitializerContext

func (*FieldInitializerContext) IsFieldInitializerContext()

func (*FieldInitializerContext) ToStringTree

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

type FinalConstVarOrTypeContext

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

func NewEmptyFinalConstVarOrTypeContext

func NewEmptyFinalConstVarOrTypeContext() *FinalConstVarOrTypeContext

func NewFinalConstVarOrTypeContext

func NewFinalConstVarOrTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FinalConstVarOrTypeContext

func (*FinalConstVarOrTypeContext) Dtype

func (*FinalConstVarOrTypeContext) EnterRule

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

func (*FinalConstVarOrTypeContext) ExitRule

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

func (*FinalConstVarOrTypeContext) GetParser

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

func (*FinalConstVarOrTypeContext) GetRuleContext

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

func (*FinalConstVarOrTypeContext) IsFinalConstVarOrTypeContext

func (*FinalConstVarOrTypeContext) IsFinalConstVarOrTypeContext()

func (*FinalConstVarOrTypeContext) ToStringTree

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

func (*FinalConstVarOrTypeContext) VarOrType

type FinallyPartContext

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

func NewEmptyFinallyPartContext

func NewEmptyFinallyPartContext() *FinallyPartContext

func NewFinallyPartContext

func NewFinallyPartContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FinallyPartContext

func (*FinallyPartContext) Block

func (s *FinallyPartContext) Block() IBlockContext

func (*FinallyPartContext) EnterRule

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

func (*FinallyPartContext) ExitRule

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

func (*FinallyPartContext) GetParser

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

func (*FinallyPartContext) GetRuleContext

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

func (*FinallyPartContext) IsFinallyPartContext

func (*FinallyPartContext) IsFinallyPartContext()

func (*FinallyPartContext) ToStringTree

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

type ForInitializerStatementContext

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

func NewEmptyForInitializerStatementContext

func NewEmptyForInitializerStatementContext() *ForInitializerStatementContext

func NewForInitializerStatementContext

func NewForInitializerStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ForInitializerStatementContext

func (*ForInitializerStatementContext) EnterRule

func (*ForInitializerStatementContext) ExitRule

func (*ForInitializerStatementContext) Expression

func (*ForInitializerStatementContext) GetParser

func (*ForInitializerStatementContext) GetRuleContext

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

func (*ForInitializerStatementContext) IsForInitializerStatementContext

func (*ForInitializerStatementContext) IsForInitializerStatementContext()

func (*ForInitializerStatementContext) LocalVariableDeclaration

func (*ForInitializerStatementContext) ToStringTree

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

type ForLoopPartsContext

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

func NewEmptyForLoopPartsContext

func NewEmptyForLoopPartsContext() *ForLoopPartsContext

func NewForLoopPartsContext

func NewForLoopPartsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ForLoopPartsContext

func (*ForLoopPartsContext) DeclaredIdentifier

func (s *ForLoopPartsContext) DeclaredIdentifier() IDeclaredIdentifierContext

func (*ForLoopPartsContext) EnterRule

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

func (*ForLoopPartsContext) ExitRule

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

func (*ForLoopPartsContext) Expression

func (s *ForLoopPartsContext) Expression() IExpressionContext

func (*ForLoopPartsContext) ExpressionList

func (s *ForLoopPartsContext) ExpressionList() IExpressionListContext

func (*ForLoopPartsContext) ForInitializerStatement

func (s *ForLoopPartsContext) ForInitializerStatement() IForInitializerStatementContext

func (*ForLoopPartsContext) GetParser

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

func (*ForLoopPartsContext) GetRuleContext

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

func (*ForLoopPartsContext) Identifier

func (s *ForLoopPartsContext) Identifier() IIdentifierContext

func (*ForLoopPartsContext) IsForLoopPartsContext

func (*ForLoopPartsContext) IsForLoopPartsContext()

func (*ForLoopPartsContext) ToStringTree

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

type ForStatementContext

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

func NewEmptyForStatementContext

func NewEmptyForStatementContext() *ForStatementContext

func NewForStatementContext

func NewForStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ForStatementContext

func (*ForStatementContext) EnterRule

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

func (*ForStatementContext) ExitRule

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

func (*ForStatementContext) ForLoopParts

func (s *ForStatementContext) ForLoopParts() IForLoopPartsContext

func (*ForStatementContext) GetParser

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

func (*ForStatementContext) GetRuleContext

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

func (*ForStatementContext) IsForStatementContext

func (*ForStatementContext) IsForStatementContext()

func (*ForStatementContext) Statement

func (s *ForStatementContext) Statement() IStatementContext

func (*ForStatementContext) ToStringTree

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

type FormalParameterListContext

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

func NewEmptyFormalParameterListContext

func NewEmptyFormalParameterListContext() *FormalParameterListContext

func NewFormalParameterListContext

func NewFormalParameterListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FormalParameterListContext

func (*FormalParameterListContext) EnterRule

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

func (*FormalParameterListContext) ExitRule

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

func (*FormalParameterListContext) GetParser

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

func (*FormalParameterListContext) GetRuleContext

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

func (*FormalParameterListContext) IsFormalParameterListContext

func (*FormalParameterListContext) IsFormalParameterListContext()

func (*FormalParameterListContext) NormalFormalParameters

func (s *FormalParameterListContext) NormalFormalParameters() INormalFormalParametersContext

func (*FormalParameterListContext) OptionalFormalParameters

func (s *FormalParameterListContext) OptionalFormalParameters() IOptionalFormalParametersContext

func (*FormalParameterListContext) ToStringTree

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

type FormalParameterPartContext

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

func NewEmptyFormalParameterPartContext

func NewEmptyFormalParameterPartContext() *FormalParameterPartContext

func NewFormalParameterPartContext

func NewFormalParameterPartContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FormalParameterPartContext

func (*FormalParameterPartContext) EnterRule

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

func (*FormalParameterPartContext) ExitRule

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

func (*FormalParameterPartContext) FormalParameterList

func (*FormalParameterPartContext) GetParser

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

func (*FormalParameterPartContext) GetRuleContext

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

func (*FormalParameterPartContext) IsFormalParameterPartContext

func (*FormalParameterPartContext) IsFormalParameterPartContext()

func (*FormalParameterPartContext) ToStringTree

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

func (*FormalParameterPartContext) TypeParameters

type FunctionBodyContext

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

func NewEmptyFunctionBodyContext

func NewEmptyFunctionBodyContext() *FunctionBodyContext

func NewFunctionBodyContext

func NewFunctionBodyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FunctionBodyContext

func (*FunctionBodyContext) Block

func (*FunctionBodyContext) EnterRule

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

func (*FunctionBodyContext) ExitRule

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

func (*FunctionBodyContext) Expression

func (s *FunctionBodyContext) Expression() IExpressionContext

func (*FunctionBodyContext) GetParser

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

func (*FunctionBodyContext) GetRuleContext

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

func (*FunctionBodyContext) IsFunctionBodyContext

func (*FunctionBodyContext) IsFunctionBodyContext()

func (*FunctionBodyContext) ToStringTree

func (s *FunctionBodyContext) 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) EnterRule

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

func (*FunctionExpressionContext) ExitRule

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

func (*FunctionExpressionContext) FormalParameterPart

func (s *FunctionExpressionContext) FormalParameterPart() IFormalParameterPartContext

func (*FunctionExpressionContext) FunctionBody

func (*FunctionExpressionContext) GetParser

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

func (*FunctionExpressionContext) GetRuleContext

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

func (*FunctionExpressionContext) IsFunctionExpressionContext

func (*FunctionExpressionContext) IsFunctionExpressionContext()

func (*FunctionExpressionContext) ToStringTree

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

type FunctionFormalParameterContext

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

func NewEmptyFunctionFormalParameterContext

func NewEmptyFunctionFormalParameterContext() *FunctionFormalParameterContext

func NewFunctionFormalParameterContext

func NewFunctionFormalParameterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FunctionFormalParameterContext

func (*FunctionFormalParameterContext) EnterRule

func (*FunctionFormalParameterContext) ExitRule

func (*FunctionFormalParameterContext) FormalParameterPart

func (*FunctionFormalParameterContext) GetParser

func (*FunctionFormalParameterContext) GetRuleContext

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

func (*FunctionFormalParameterContext) Identifier

func (*FunctionFormalParameterContext) IsFunctionFormalParameterContext

func (*FunctionFormalParameterContext) IsFunctionFormalParameterContext()

func (*FunctionFormalParameterContext) Metadata

func (*FunctionFormalParameterContext) ReturnType

func (*FunctionFormalParameterContext) ToStringTree

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

type FunctionPrefixContext

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

func NewEmptyFunctionPrefixContext

func NewEmptyFunctionPrefixContext() *FunctionPrefixContext

func NewFunctionPrefixContext

func NewFunctionPrefixContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FunctionPrefixContext

func (*FunctionPrefixContext) EnterRule

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

func (*FunctionPrefixContext) ExitRule

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

func (*FunctionPrefixContext) GetParser

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

func (*FunctionPrefixContext) GetRuleContext

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

func (*FunctionPrefixContext) Identifier

func (s *FunctionPrefixContext) Identifier() IIdentifierContext

func (*FunctionPrefixContext) IsFunctionPrefixContext

func (*FunctionPrefixContext) IsFunctionPrefixContext()

func (*FunctionPrefixContext) ReturnType

func (s *FunctionPrefixContext) ReturnType() IReturnTypeContext

func (*FunctionPrefixContext) ToStringTree

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

type FunctionSignatureContext

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

func NewEmptyFunctionSignatureContext

func NewEmptyFunctionSignatureContext() *FunctionSignatureContext

func NewFunctionSignatureContext

func NewFunctionSignatureContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FunctionSignatureContext

func (*FunctionSignatureContext) EnterRule

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

func (*FunctionSignatureContext) ExitRule

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

func (*FunctionSignatureContext) FormalParameterPart

func (s *FunctionSignatureContext) FormalParameterPart() IFormalParameterPartContext

func (*FunctionSignatureContext) GetParser

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

func (*FunctionSignatureContext) GetRuleContext

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

func (*FunctionSignatureContext) Identifier

func (*FunctionSignatureContext) IsFunctionSignatureContext

func (*FunctionSignatureContext) IsFunctionSignatureContext()

func (*FunctionSignatureContext) Metadata

func (*FunctionSignatureContext) ReturnType

func (*FunctionSignatureContext) ToStringTree

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

type FunctionTypeAliasContext

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

func NewEmptyFunctionTypeAliasContext

func NewEmptyFunctionTypeAliasContext() *FunctionTypeAliasContext

func NewFunctionTypeAliasContext

func NewFunctionTypeAliasContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FunctionTypeAliasContext

func (*FunctionTypeAliasContext) EnterRule

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

func (*FunctionTypeAliasContext) ExitRule

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

func (*FunctionTypeAliasContext) FormalParameterList

func (s *FunctionTypeAliasContext) FormalParameterList() IFormalParameterListContext

func (*FunctionTypeAliasContext) FunctionPrefix

func (*FunctionTypeAliasContext) GetParser

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

func (*FunctionTypeAliasContext) GetRuleContext

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

func (*FunctionTypeAliasContext) IsFunctionTypeAliasContext

func (*FunctionTypeAliasContext) IsFunctionTypeAliasContext()

func (*FunctionTypeAliasContext) ToStringTree

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

func (*FunctionTypeAliasContext) TypeParameters

type GetOrSetContext

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

func NewEmptyGetOrSetContext

func NewEmptyGetOrSetContext() *GetOrSetContext

func NewGetOrSetContext

func NewGetOrSetContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *GetOrSetContext

func (*GetOrSetContext) EnterRule

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

func (*GetOrSetContext) ExitRule

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

func (*GetOrSetContext) GetParser

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

func (*GetOrSetContext) GetRuleContext

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

func (*GetOrSetContext) IsGetOrSetContext

func (*GetOrSetContext) IsGetOrSetContext()

func (*GetOrSetContext) ToStringTree

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

type GetterSignatureContext

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

func NewEmptyGetterSignatureContext

func NewEmptyGetterSignatureContext() *GetterSignatureContext

func NewGetterSignatureContext

func NewGetterSignatureContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *GetterSignatureContext

func (*GetterSignatureContext) EnterRule

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

func (*GetterSignatureContext) ExitRule

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

func (*GetterSignatureContext) GetParser

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

func (*GetterSignatureContext) GetRuleContext

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

func (*GetterSignatureContext) Identifier

func (*GetterSignatureContext) IsGetterSignatureContext

func (*GetterSignatureContext) IsGetterSignatureContext()

func (*GetterSignatureContext) ReturnType

func (*GetterSignatureContext) ToStringTree

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

type IAdditiveExpressionContext

type IAdditiveExpressionContext interface {
	antlr.ParserRuleContext

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

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

IAdditiveExpressionContext is an interface to support dynamic dispatch.

type IAdditiveOperatorContext

type IAdditiveOperatorContext interface {
	antlr.ParserRuleContext

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

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

IAdditiveOperatorContext is an interface to support dynamic dispatch.

type IArgumentListContext

type IArgumentListContext interface {
	antlr.ParserRuleContext

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

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

IArgumentListContext is an interface to support dynamic dispatch.

type IArgumentPartContext

type IArgumentPartContext interface {
	antlr.ParserRuleContext

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

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

IArgumentPartContext is an interface to support dynamic dispatch.

type IArgumentsContext

type IArgumentsContext interface {
	antlr.ParserRuleContext

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

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

IArgumentsContext is an interface to support dynamic dispatch.

type IAsOperatorContext

type IAsOperatorContext interface {
	antlr.ParserRuleContext

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

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

IAsOperatorContext is an interface to support dynamic dispatch.

type IAssertStatementContext

type IAssertStatementContext interface {
	antlr.ParserRuleContext

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

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

IAssertStatementContext is an interface to support dynamic dispatch.

type IAssertionContext

type IAssertionContext interface {
	antlr.ParserRuleContext

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

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

IAssertionContext is an interface to support dynamic dispatch.

type IAssignableExpressionContext

type IAssignableExpressionContext interface {
	antlr.ParserRuleContext

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

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

IAssignableExpressionContext is an interface to support dynamic dispatch.

type IAssignableSelectorContext

type IAssignableSelectorContext interface {
	antlr.ParserRuleContext

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

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

IAssignableSelectorContext is an interface to support dynamic dispatch.

type IAssignmentOperatorContext

type IAssignmentOperatorContext interface {
	antlr.ParserRuleContext

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

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

IAssignmentOperatorContext is an interface to support dynamic dispatch.

type IAwaitExpressionContext

type IAwaitExpressionContext interface {
	antlr.ParserRuleContext

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

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

IAwaitExpressionContext is an interface to support dynamic dispatch.

type IBinaryOperatorContext

type IBinaryOperatorContext interface {
	antlr.ParserRuleContext

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

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

IBinaryOperatorContext is an interface to support dynamic dispatch.

type IBitwiseAndExpressionContext

type IBitwiseAndExpressionContext interface {
	antlr.ParserRuleContext

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

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

IBitwiseAndExpressionContext is an interface to support dynamic dispatch.

type IBitwiseOperatorContext

type IBitwiseOperatorContext interface {
	antlr.ParserRuleContext

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

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

IBitwiseOperatorContext is an interface to support dynamic dispatch.

type IBitwiseOrExpressionContext

type IBitwiseOrExpressionContext interface {
	antlr.ParserRuleContext

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

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

IBitwiseOrExpressionContext is an interface to support dynamic dispatch.

type IBitwiseXorExpressionContext

type IBitwiseXorExpressionContext interface {
	antlr.ParserRuleContext

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

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

IBitwiseXorExpressionContext is an interface to support dynamic dispatch.

type IBlockContext

type IBlockContext interface {
	antlr.ParserRuleContext

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

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

IBlockContext is an interface to support dynamic dispatch.

type IBooleanLiteralContext

type IBooleanLiteralContext interface {
	antlr.ParserRuleContext

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

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

IBooleanLiteralContext is an interface to support dynamic dispatch.

type IBreakStatementContext

type IBreakStatementContext interface {
	antlr.ParserRuleContext

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

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

IBreakStatementContext is an interface to support dynamic dispatch.

type ICascadeSectionContext

type ICascadeSectionContext interface {
	antlr.ParserRuleContext

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

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

ICascadeSectionContext is an interface to support dynamic dispatch.

type ICascadeSelectorContext

type ICascadeSelectorContext interface {
	antlr.ParserRuleContext

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

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

ICascadeSelectorContext is an interface to support dynamic dispatch.

type ICatchPartContext

type ICatchPartContext interface {
	antlr.ParserRuleContext

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

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

ICatchPartContext is an interface to support dynamic dispatch.

type IClassDefinitionContext

type IClassDefinitionContext interface {
	antlr.ParserRuleContext

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

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

IClassDefinitionContext is an interface to support dynamic dispatch.

type IClassMemberDefinitionContext

type IClassMemberDefinitionContext interface {
	antlr.ParserRuleContext

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

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

IClassMemberDefinitionContext is an interface to support dynamic dispatch.

type ICombinatorContext

type ICombinatorContext interface {
	antlr.ParserRuleContext

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

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

ICombinatorContext is an interface to support dynamic dispatch.

type ICompilationUnitContext

type ICompilationUnitContext interface {
	antlr.ParserRuleContext

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

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

ICompilationUnitContext is an interface to support dynamic dispatch.

type ICompoundAssignmentOperatorContext

type ICompoundAssignmentOperatorContext interface {
	antlr.ParserRuleContext

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

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

ICompoundAssignmentOperatorContext is an interface to support dynamic dispatch.

type IConditionalExpressionContext

type IConditionalExpressionContext interface {
	antlr.ParserRuleContext

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

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

IConditionalExpressionContext is an interface to support dynamic dispatch.

type IConfigurableUriContext

type IConfigurableUriContext interface {
	antlr.ParserRuleContext

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

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

IConfigurableUriContext is an interface to support dynamic dispatch.

type IConfigurationUriContext

type IConfigurationUriContext interface {
	antlr.ParserRuleContext

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

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

IConfigurationUriContext is an interface to support dynamic dispatch.

type IConstObjectExpressionContext

type IConstObjectExpressionContext interface {
	antlr.ParserRuleContext

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

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

IConstObjectExpressionContext is an interface to support dynamic dispatch.

type IConstantConstructorSignatureContext

type IConstantConstructorSignatureContext interface {
	antlr.ParserRuleContext

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

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

IConstantConstructorSignatureContext is an interface to support dynamic dispatch.

type IConstructorSignatureContext

type IConstructorSignatureContext interface {
	antlr.ParserRuleContext

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

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

IConstructorSignatureContext is an interface to support dynamic dispatch.

type IContinueStatementContext

type IContinueStatementContext interface {
	antlr.ParserRuleContext

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

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

IContinueStatementContext is an interface to support dynamic dispatch.

type IDeclarationContext

type IDeclarationContext interface {
	antlr.ParserRuleContext

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

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

IDeclarationContext is an interface to support dynamic dispatch.

type IDeclaredIdentifierContext

type IDeclaredIdentifierContext interface {
	antlr.ParserRuleContext

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

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

IDeclaredIdentifierContext is an interface to support dynamic dispatch.

type IDefaultCaseContext

type IDefaultCaseContext interface {
	antlr.ParserRuleContext

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

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

IDefaultCaseContext is an interface to support dynamic dispatch.

type IDefaultFormalParameterContext

type IDefaultFormalParameterContext interface {
	antlr.ParserRuleContext

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

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

IDefaultFormalParameterContext is an interface to support dynamic dispatch.

type IDefaultNamedParameterContext

type IDefaultNamedParameterContext interface {
	antlr.ParserRuleContext

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

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

IDefaultNamedParameterContext is an interface to support dynamic dispatch.

type IDoStatementContext

type IDoStatementContext interface {
	antlr.ParserRuleContext

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

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

IDoStatementContext is an interface to support dynamic dispatch.

type IDottedIdentifierListContext

type IDottedIdentifierListContext interface {
	antlr.ParserRuleContext

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

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

IDottedIdentifierListContext is an interface to support dynamic dispatch.

type IDtypeContext

type IDtypeContext interface {
	antlr.ParserRuleContext

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

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

IDtypeContext is an interface to support dynamic dispatch.

type IEnumEntryContext

type IEnumEntryContext interface {
	antlr.ParserRuleContext

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

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

IEnumEntryContext is an interface to support dynamic dispatch.

type IEnumTypeContext

type IEnumTypeContext interface {
	antlr.ParserRuleContext

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

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

IEnumTypeContext is an interface to support dynamic dispatch.

type IEqualityExpressionContext

type IEqualityExpressionContext interface {
	antlr.ParserRuleContext

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

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

IEqualityExpressionContext is an interface to support dynamic dispatch.

type IEqualityOperatorContext

type IEqualityOperatorContext interface {
	antlr.ParserRuleContext

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

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

IEqualityOperatorContext is an interface to support dynamic dispatch.

type IExpressionContext

type IExpressionContext interface {
	antlr.ParserRuleContext

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

	// 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 IExpressionWithoutCascadeContext

type IExpressionWithoutCascadeContext interface {
	antlr.ParserRuleContext

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

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

IExpressionWithoutCascadeContext is an interface to support dynamic dispatch.

type IFactoryConstructorSignatureContext

type IFactoryConstructorSignatureContext interface {
	antlr.ParserRuleContext

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

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

IFactoryConstructorSignatureContext is an interface to support dynamic dispatch.

type IFieldFormalParameterContext

type IFieldFormalParameterContext interface {
	antlr.ParserRuleContext

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

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

IFieldFormalParameterContext is an interface to support dynamic dispatch.

type IFieldInitializerContext

type IFieldInitializerContext interface {
	antlr.ParserRuleContext

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

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

IFieldInitializerContext is an interface to support dynamic dispatch.

type IFinalConstVarOrTypeContext

type IFinalConstVarOrTypeContext interface {
	antlr.ParserRuleContext

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

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

IFinalConstVarOrTypeContext is an interface to support dynamic dispatch.

type IFinallyPartContext

type IFinallyPartContext interface {
	antlr.ParserRuleContext

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

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

IFinallyPartContext is an interface to support dynamic dispatch.

type IForInitializerStatementContext

type IForInitializerStatementContext interface {
	antlr.ParserRuleContext

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

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

IForInitializerStatementContext is an interface to support dynamic dispatch.

type IForLoopPartsContext

type IForLoopPartsContext interface {
	antlr.ParserRuleContext

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

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

IForLoopPartsContext is an interface to support dynamic dispatch.

type IForStatementContext

type IForStatementContext interface {
	antlr.ParserRuleContext

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

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

IForStatementContext is an interface to support dynamic dispatch.

type IFormalParameterListContext

type IFormalParameterListContext interface {
	antlr.ParserRuleContext

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

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

IFormalParameterListContext is an interface to support dynamic dispatch.

type IFormalParameterPartContext

type IFormalParameterPartContext interface {
	antlr.ParserRuleContext

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

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

IFormalParameterPartContext is an interface to support dynamic dispatch.

type IFunctionBodyContext

type IFunctionBodyContext interface {
	antlr.ParserRuleContext

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

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

IFunctionBodyContext is an interface to support dynamic dispatch.

type IFunctionExpressionContext

type IFunctionExpressionContext interface {
	antlr.ParserRuleContext

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

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

IFunctionExpressionContext is an interface to support dynamic dispatch.

type IFunctionFormalParameterContext

type IFunctionFormalParameterContext interface {
	antlr.ParserRuleContext

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

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

IFunctionFormalParameterContext is an interface to support dynamic dispatch.

type IFunctionPrefixContext

type IFunctionPrefixContext interface {
	antlr.ParserRuleContext

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

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

IFunctionPrefixContext is an interface to support dynamic dispatch.

type IFunctionSignatureContext

type IFunctionSignatureContext interface {
	antlr.ParserRuleContext

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

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

IFunctionSignatureContext is an interface to support dynamic dispatch.

type IFunctionTypeAliasContext

type IFunctionTypeAliasContext interface {
	antlr.ParserRuleContext

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

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

IFunctionTypeAliasContext is an interface to support dynamic dispatch.

type IGetOrSetContext

type IGetOrSetContext interface {
	antlr.ParserRuleContext

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

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

IGetOrSetContext is an interface to support dynamic dispatch.

type IGetterSignatureContext

type IGetterSignatureContext interface {
	antlr.ParserRuleContext

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

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

IGetterSignatureContext is an interface to support dynamic dispatch.

type IIdentifierContext

type IIdentifierContext interface {
	antlr.ParserRuleContext

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

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

IIdentifierContext is an interface to support dynamic dispatch.

type IIdentifierListContext

type IIdentifierListContext interface {
	antlr.ParserRuleContext

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

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

IIdentifierListContext is an interface to support dynamic dispatch.

type IIfNullExpressionContext

type IIfNullExpressionContext interface {
	antlr.ParserRuleContext

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

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

IIfNullExpressionContext is an interface to support dynamic dispatch.

type IIfStatementContext

type IIfStatementContext interface {
	antlr.ParserRuleContext

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

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

IIfStatementContext is an interface to support dynamic dispatch.

type IImportOrExportContext

type IImportOrExportContext interface {
	antlr.ParserRuleContext

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

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

IImportOrExportContext is an interface to support dynamic dispatch.

type IImportSpecificationContext

type IImportSpecificationContext interface {
	antlr.ParserRuleContext

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

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

IImportSpecificationContext is an interface to support dynamic dispatch.

type IIncrementOperatorContext

type IIncrementOperatorContext interface {
	antlr.ParserRuleContext

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

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

IIncrementOperatorContext is an interface to support dynamic dispatch.

type IInitializedIdentifierContext

type IInitializedIdentifierContext interface {
	antlr.ParserRuleContext

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

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

IInitializedIdentifierContext is an interface to support dynamic dispatch.

type IInitializedIdentifierListContext

type IInitializedIdentifierListContext interface {
	antlr.ParserRuleContext

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

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

IInitializedIdentifierListContext is an interface to support dynamic dispatch.

type IInitializedVariableDeclarationContext

type IInitializedVariableDeclarationContext interface {
	antlr.ParserRuleContext

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

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

IInitializedVariableDeclarationContext is an interface to support dynamic dispatch.

type IInitializerListEntryContext

type IInitializerListEntryContext interface {
	antlr.ParserRuleContext

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

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

IInitializerListEntryContext is an interface to support dynamic dispatch.

type IInitializersContext

type IInitializersContext interface {
	antlr.ParserRuleContext

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

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

IInitializersContext is an interface to support dynamic dispatch.

type IInterfacesContext

type IInterfacesContext interface {
	antlr.ParserRuleContext

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

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

IInterfacesContext is an interface to support dynamic dispatch.

type IIsOperatorContext

type IIsOperatorContext interface {
	antlr.ParserRuleContext

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

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

IIsOperatorContext is an interface to support dynamic dispatch.

type ILabelContext

type ILabelContext interface {
	antlr.ParserRuleContext

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

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

ILabelContext is an interface to support dynamic dispatch.

type ILibraryDefinitionContext

type ILibraryDefinitionContext interface {
	antlr.ParserRuleContext

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

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

ILibraryDefinitionContext is an interface to support dynamic dispatch.

type ILibraryExportContext

type ILibraryExportContext interface {
	antlr.ParserRuleContext

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

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

ILibraryExportContext is an interface to support dynamic dispatch.

type ILibraryNameContext

type ILibraryNameContext interface {
	antlr.ParserRuleContext

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

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

ILibraryNameContext is an interface to support dynamic dispatch.

type ILibraryimportContext

type ILibraryimportContext interface {
	antlr.ParserRuleContext

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

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

ILibraryimportContext is an interface to support dynamic dispatch.

type IListLiteralContext

type IListLiteralContext interface {
	antlr.ParserRuleContext

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

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

IListLiteralContext is an interface to support dynamic dispatch.

type ILiteralContext

type ILiteralContext interface {
	antlr.ParserRuleContext

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

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

ILiteralContext is an interface to support dynamic dispatch.

type ILocalFunctionDeclarationContext

type ILocalFunctionDeclarationContext interface {
	antlr.ParserRuleContext

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

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

ILocalFunctionDeclarationContext is an interface to support dynamic dispatch.

type ILocalVariableDeclarationContext

type ILocalVariableDeclarationContext interface {
	antlr.ParserRuleContext

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

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

ILocalVariableDeclarationContext is an interface to support dynamic dispatch.

type ILogicalAndExpressionContext

type ILogicalAndExpressionContext interface {
	antlr.ParserRuleContext

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

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

ILogicalAndExpressionContext is an interface to support dynamic dispatch.

type ILogicalOrExpressionContext

type ILogicalOrExpressionContext interface {
	antlr.ParserRuleContext

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

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

ILogicalOrExpressionContext is an interface to support dynamic dispatch.

type IMapLiteralContext

type IMapLiteralContext interface {
	antlr.ParserRuleContext

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

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

IMapLiteralContext is an interface to support dynamic dispatch.

type IMapLiteralEntryContext

type IMapLiteralEntryContext interface {
	antlr.ParserRuleContext

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

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

IMapLiteralEntryContext is an interface to support dynamic dispatch.

type IMetadataContext

type IMetadataContext interface {
	antlr.ParserRuleContext

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

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

IMetadataContext is an interface to support dynamic dispatch.

type IMethodSignatureContext

type IMethodSignatureContext interface {
	antlr.ParserRuleContext

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

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

IMethodSignatureContext is an interface to support dynamic dispatch.

type IMinusOperatorContext

type IMinusOperatorContext interface {
	antlr.ParserRuleContext

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

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

IMinusOperatorContext is an interface to support dynamic dispatch.

type IMixinApplicationClassContext

type IMixinApplicationClassContext interface {
	antlr.ParserRuleContext

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

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

IMixinApplicationClassContext is an interface to support dynamic dispatch.

type IMixinApplicationContext

type IMixinApplicationContext interface {
	antlr.ParserRuleContext

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

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

IMixinApplicationContext is an interface to support dynamic dispatch.

type IMixinsContext

type IMixinsContext interface {
	antlr.ParserRuleContext

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

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

IMixinsContext is an interface to support dynamic dispatch.

type IMultiplicativeExpressionContext

type IMultiplicativeExpressionContext interface {
	antlr.ParserRuleContext

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

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

IMultiplicativeExpressionContext is an interface to support dynamic dispatch.

type IMultiplicativeOperatorContext

type IMultiplicativeOperatorContext interface {
	antlr.ParserRuleContext

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

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

IMultiplicativeOperatorContext is an interface to support dynamic dispatch.

type INamedArgumentContext

type INamedArgumentContext interface {
	antlr.ParserRuleContext

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

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

INamedArgumentContext is an interface to support dynamic dispatch.

type INamedFormalParametersContext

type INamedFormalParametersContext interface {
	antlr.ParserRuleContext

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

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

INamedFormalParametersContext is an interface to support dynamic dispatch.

type INayaExpressionContext

type INayaExpressionContext interface {
	antlr.ParserRuleContext

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

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

INayaExpressionContext is an interface to support dynamic dispatch.

type INegationOperatorContext

type INegationOperatorContext interface {
	antlr.ParserRuleContext

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

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

INegationOperatorContext is an interface to support dynamic dispatch.

type INonLabledStatmentContext

type INonLabledStatmentContext interface {
	antlr.ParserRuleContext

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

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

INonLabledStatmentContext is an interface to support dynamic dispatch.

type INormalFormalParameterContext

type INormalFormalParameterContext interface {
	antlr.ParserRuleContext

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

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

INormalFormalParameterContext is an interface to support dynamic dispatch.

type INormalFormalParametersContext

type INormalFormalParametersContext interface {
	antlr.ParserRuleContext

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

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

INormalFormalParametersContext is an interface to support dynamic dispatch.

type INullLiteralContext

type INullLiteralContext interface {
	antlr.ParserRuleContext

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

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

INullLiteralContext is an interface to support dynamic dispatch.

type INumericLiteralContext

type INumericLiteralContext interface {
	antlr.ParserRuleContext

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

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

INumericLiteralContext is an interface to support dynamic dispatch.

type IOnPartContext

type IOnPartContext interface {
	antlr.ParserRuleContext

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

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

IOnPartContext is an interface to support dynamic dispatch.

type IOperatorContext

type IOperatorContext interface {
	antlr.ParserRuleContext

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

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

IOperatorContext is an interface to support dynamic dispatch.

type IOperatorSignatureContext

type IOperatorSignatureContext interface {
	antlr.ParserRuleContext

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

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

IOperatorSignatureContext is an interface to support dynamic dispatch.

type IOptionalFormalParametersContext

type IOptionalFormalParametersContext interface {
	antlr.ParserRuleContext

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

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

IOptionalFormalParametersContext is an interface to support dynamic dispatch.

type IOptionalPositionalFormalParametersContext

type IOptionalPositionalFormalParametersContext interface {
	antlr.ParserRuleContext

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

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

IOptionalPositionalFormalParametersContext is an interface to support dynamic dispatch.

type IPartDeclarationContext

type IPartDeclarationContext interface {
	antlr.ParserRuleContext

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

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

IPartDeclarationContext is an interface to support dynamic dispatch.

type IPartDirectiveContext

type IPartDirectiveContext interface {
	antlr.ParserRuleContext

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

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

IPartDirectiveContext is an interface to support dynamic dispatch.

type IPartHeaderContext

type IPartHeaderContext interface {
	antlr.ParserRuleContext

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

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

IPartHeaderContext is an interface to support dynamic dispatch.

type IPostfixExpressionContext

type IPostfixExpressionContext interface {
	antlr.ParserRuleContext

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

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

IPostfixExpressionContext is an interface to support dynamic dispatch.

type IPostfixOperatorContext

type IPostfixOperatorContext interface {
	antlr.ParserRuleContext

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

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

IPostfixOperatorContext is an interface to support dynamic dispatch.

type IPrefixOperatorContext

type IPrefixOperatorContext interface {
	antlr.ParserRuleContext

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

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

IPrefixOperatorContext is an interface to support dynamic dispatch.

type IPrimaryContext

type IPrimaryContext interface {
	antlr.ParserRuleContext

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

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

IPrimaryContext is an interface to support dynamic dispatch.

type IQualifiedContext

type IQualifiedContext interface {
	antlr.ParserRuleContext

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

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

IQualifiedContext is an interface to support dynamic dispatch.

type IRedirectingFactoryConstructorSignatureContext

type IRedirectingFactoryConstructorSignatureContext interface {
	antlr.ParserRuleContext

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

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

IRedirectingFactoryConstructorSignatureContext is an interface to support dynamic dispatch.

type IRedirectionContext

type IRedirectionContext interface {
	antlr.ParserRuleContext

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

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

IRedirectionContext is an interface to support dynamic dispatch.

type IRelationalExpressionContext

type IRelationalExpressionContext interface {
	antlr.ParserRuleContext

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

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

IRelationalExpressionContext is an interface to support dynamic dispatch.

type IRelationalOperatorContext

type IRelationalOperatorContext interface {
	antlr.ParserRuleContext

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

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

IRelationalOperatorContext is an interface to support dynamic dispatch.

type IRethrowStatmentContext

type IRethrowStatmentContext interface {
	antlr.ParserRuleContext

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

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

IRethrowStatmentContext 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 IReturnTypeContext

type IReturnTypeContext interface {
	antlr.ParserRuleContext

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

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

IReturnTypeContext is an interface to support dynamic dispatch.

type IScriptTagContext

type IScriptTagContext interface {
	antlr.ParserRuleContext

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

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

IScriptTagContext is an interface to support dynamic dispatch.

type ISelectorContext

type ISelectorContext interface {
	antlr.ParserRuleContext

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

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

ISelectorContext is an interface to support dynamic dispatch.

type ISetterSignatureContext

type ISetterSignatureContext interface {
	antlr.ParserRuleContext

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

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

ISetterSignatureContext is an interface to support dynamic dispatch.

type IShiftExpressionContext

type IShiftExpressionContext interface {
	antlr.ParserRuleContext

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

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

IShiftExpressionContext is an interface to support dynamic dispatch.

type IShiftOperatorContext

type IShiftOperatorContext interface {
	antlr.ParserRuleContext

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

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

IShiftOperatorContext is an interface to support dynamic dispatch.

type ISimpleFormalParameterContext

type ISimpleFormalParameterContext interface {
	antlr.ParserRuleContext

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

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

ISimpleFormalParameterContext 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 IStatementsContext

type IStatementsContext interface {
	antlr.ParserRuleContext

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

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

IStatementsContext is an interface to support dynamic dispatch.

type IStaticFinalDeclarationContext

type IStaticFinalDeclarationContext interface {
	antlr.ParserRuleContext

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

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

IStaticFinalDeclarationContext is an interface to support dynamic dispatch.

type IStaticFinalDeclarationListContext

type IStaticFinalDeclarationListContext interface {
	antlr.ParserRuleContext

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

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

IStaticFinalDeclarationListContext is an interface to support dynamic dispatch.

type IStringInterpolationContext

type IStringInterpolationContext interface {
	antlr.ParserRuleContext

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

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

IStringInterpolationContext is an interface to support dynamic dispatch.

type IStringLiteralContext

type IStringLiteralContext interface {
	antlr.ParserRuleContext

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

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

IStringLiteralContext is an interface to support dynamic dispatch.

type ISuperclassContext

type ISuperclassContext interface {
	antlr.ParserRuleContext

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

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

ISuperclassContext is an interface to support dynamic dispatch.

type ISwitchCaseContext

type ISwitchCaseContext interface {
	antlr.ParserRuleContext

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

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

ISwitchCaseContext is an interface to support dynamic dispatch.

type ISwitchStatementContext

type ISwitchStatementContext interface {
	antlr.ParserRuleContext

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

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

ISwitchStatementContext is an interface to support dynamic dispatch.

type ISymbolLiteralContext

type ISymbolLiteralContext interface {
	antlr.ParserRuleContext

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

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

ISymbolLiteralContext is an interface to support dynamic dispatch.

type IThisExpressionContext

type IThisExpressionContext interface {
	antlr.ParserRuleContext

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

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

IThisExpressionContext is an interface to support dynamic dispatch.

type IThrowExpressionContext

type IThrowExpressionContext interface {
	antlr.ParserRuleContext

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

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

IThrowExpressionContext is an interface to support dynamic dispatch.

type IThrowExpressionWithoutCascadeContext

type IThrowExpressionWithoutCascadeContext interface {
	antlr.ParserRuleContext

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

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

IThrowExpressionWithoutCascadeContext is an interface to support dynamic dispatch.

type ITildeOperatorContext

type ITildeOperatorContext interface {
	antlr.ParserRuleContext

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

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

ITildeOperatorContext is an interface to support dynamic dispatch.

type ITopLevelDefinitionContext

type ITopLevelDefinitionContext interface {
	antlr.ParserRuleContext

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

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

ITopLevelDefinitionContext is an interface to support dynamic dispatch.

type ITryStatementContext

type ITryStatementContext interface {
	antlr.ParserRuleContext

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

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

ITryStatementContext is an interface to support dynamic dispatch.

type ITypeAliasBodyContext

type ITypeAliasBodyContext interface {
	antlr.ParserRuleContext

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

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

ITypeAliasBodyContext is an interface to support dynamic dispatch.

type ITypeAliasContext

type ITypeAliasContext interface {
	antlr.ParserRuleContext

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

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

ITypeAliasContext is an interface to support dynamic dispatch.

type ITypeArgumentsContext

type ITypeArgumentsContext interface {
	antlr.ParserRuleContext

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

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

ITypeArgumentsContext is an interface to support dynamic dispatch.

type ITypeCastContext

type ITypeCastContext interface {
	antlr.ParserRuleContext

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

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

ITypeCastContext 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 ITypeNameContext

type ITypeNameContext interface {
	antlr.ParserRuleContext

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

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

ITypeNameContext is an interface to support dynamic dispatch.

type ITypeParameterContext

type ITypeParameterContext interface {
	antlr.ParserRuleContext

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

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

ITypeParameterContext is an interface to support dynamic dispatch.

type ITypeParametersContext

type ITypeParametersContext interface {
	antlr.ParserRuleContext

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

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

ITypeParametersContext is an interface to support dynamic dispatch.

type ITypeTestContext

type ITypeTestContext interface {
	antlr.ParserRuleContext

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

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

ITypeTestContext is an interface to support dynamic dispatch.

type IUnaryExpressionContext

type IUnaryExpressionContext interface {
	antlr.ParserRuleContext

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

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

IUnaryExpressionContext is an interface to support dynamic dispatch.

type IUnconditionalAssignableSelectorContext

type IUnconditionalAssignableSelectorContext interface {
	antlr.ParserRuleContext

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

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

IUnconditionalAssignableSelectorContext is an interface to support dynamic dispatch.

type IUriContext

type IUriContext interface {
	antlr.ParserRuleContext

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

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

IUriContext is an interface to support dynamic dispatch.

type IUriTestContext

type IUriTestContext interface {
	antlr.ParserRuleContext

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

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

IUriTestContext is an interface to support dynamic dispatch.

type IVarOrTypeContext

type IVarOrTypeContext interface {
	antlr.ParserRuleContext

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

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

IVarOrTypeContext is an interface to support dynamic dispatch.

type IVariableDeclarationContext

type IVariableDeclarationContext interface {
	antlr.ParserRuleContext

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

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

IVariableDeclarationContext is an interface to support dynamic dispatch.

type IWhileStatementContext

type IWhileStatementContext interface {
	antlr.ParserRuleContext

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

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

IWhileStatementContext is an interface to support dynamic dispatch.

type IYieldEachStatementContext

type IYieldEachStatementContext interface {
	antlr.ParserRuleContext

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

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

IYieldEachStatementContext is an interface to support dynamic dispatch.

type IYieldStatementContext

type IYieldStatementContext interface {
	antlr.ParserRuleContext

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

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

IYieldStatementContext is an interface to support dynamic dispatch.

type IdentifierContext

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

func NewEmptyIdentifierContext

func NewEmptyIdentifierContext() *IdentifierContext

func NewIdentifierContext

func NewIdentifierContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IdentifierContext

func (*IdentifierContext) EnterRule

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

func (*IdentifierContext) ExitRule

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

func (*IdentifierContext) GetParser

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

func (*IdentifierContext) GetRuleContext

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

func (*IdentifierContext) IDENTIFIER

func (s *IdentifierContext) IDENTIFIER() antlr.TerminalNode

func (*IdentifierContext) IsIdentifierContext

func (*IdentifierContext) IsIdentifierContext()

func (*IdentifierContext) ToStringTree

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

type IdentifierListContext

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

func NewEmptyIdentifierListContext

func NewEmptyIdentifierListContext() *IdentifierListContext

func NewIdentifierListContext

func NewIdentifierListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IdentifierListContext

func (*IdentifierListContext) AllIdentifier

func (s *IdentifierListContext) AllIdentifier() []IIdentifierContext

func (*IdentifierListContext) EnterRule

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

func (*IdentifierListContext) ExitRule

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

func (*IdentifierListContext) GetParser

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

func (*IdentifierListContext) GetRuleContext

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

func (*IdentifierListContext) Identifier

func (s *IdentifierListContext) Identifier(i int) IIdentifierContext

func (*IdentifierListContext) IsIdentifierListContext

func (*IdentifierListContext) IsIdentifierListContext()

func (*IdentifierListContext) ToStringTree

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

type IfNullExpressionContext

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

func NewEmptyIfNullExpressionContext

func NewEmptyIfNullExpressionContext() *IfNullExpressionContext

func NewIfNullExpressionContext

func NewIfNullExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IfNullExpressionContext

func (*IfNullExpressionContext) AllLogicalOrExpression

func (s *IfNullExpressionContext) AllLogicalOrExpression() []ILogicalOrExpressionContext

func (*IfNullExpressionContext) EnterRule

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

func (*IfNullExpressionContext) ExitRule

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

func (*IfNullExpressionContext) GetParser

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

func (*IfNullExpressionContext) GetRuleContext

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

func (*IfNullExpressionContext) IsIfNullExpressionContext

func (*IfNullExpressionContext) IsIfNullExpressionContext()

func (*IfNullExpressionContext) LogicalOrExpression

func (s *IfNullExpressionContext) LogicalOrExpression(i int) ILogicalOrExpressionContext

func (*IfNullExpressionContext) ToStringTree

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

type IfStatementContext

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

func NewEmptyIfStatementContext

func NewEmptyIfStatementContext() *IfStatementContext

func NewIfStatementContext

func NewIfStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IfStatementContext

func (*IfStatementContext) AllStatement

func (s *IfStatementContext) AllStatement() []IStatementContext

func (*IfStatementContext) EnterRule

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

func (*IfStatementContext) ExitRule

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

func (*IfStatementContext) Expression

func (s *IfStatementContext) Expression() IExpressionContext

func (*IfStatementContext) GetParser

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

func (*IfStatementContext) GetRuleContext

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

func (*IfStatementContext) IsIfStatementContext

func (*IfStatementContext) IsIfStatementContext()

func (*IfStatementContext) Statement

func (s *IfStatementContext) Statement(i int) IStatementContext

func (*IfStatementContext) ToStringTree

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

type ImportOrExportContext

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

func NewEmptyImportOrExportContext

func NewEmptyImportOrExportContext() *ImportOrExportContext

func NewImportOrExportContext

func NewImportOrExportContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ImportOrExportContext

func (*ImportOrExportContext) EnterRule

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

func (*ImportOrExportContext) ExitRule

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

func (*ImportOrExportContext) GetParser

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

func (*ImportOrExportContext) GetRuleContext

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

func (*ImportOrExportContext) IsImportOrExportContext

func (*ImportOrExportContext) IsImportOrExportContext()

func (*ImportOrExportContext) LibraryExport

func (s *ImportOrExportContext) LibraryExport() ILibraryExportContext

func (*ImportOrExportContext) Libraryimport

func (s *ImportOrExportContext) Libraryimport() ILibraryimportContext

func (*ImportOrExportContext) ToStringTree

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

type ImportSpecificationContext

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

func NewEmptyImportSpecificationContext

func NewEmptyImportSpecificationContext() *ImportSpecificationContext

func NewImportSpecificationContext

func NewImportSpecificationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ImportSpecificationContext

func (*ImportSpecificationContext) AllCombinator

func (s *ImportSpecificationContext) AllCombinator() []ICombinatorContext

func (*ImportSpecificationContext) Combinator

func (*ImportSpecificationContext) ConfigurableUri

func (*ImportSpecificationContext) EnterRule

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

func (*ImportSpecificationContext) ExitRule

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

func (*ImportSpecificationContext) GetParser

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

func (*ImportSpecificationContext) GetRuleContext

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

func (*ImportSpecificationContext) Identifier

func (*ImportSpecificationContext) IsImportSpecificationContext

func (*ImportSpecificationContext) IsImportSpecificationContext()

func (*ImportSpecificationContext) ToStringTree

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

type IncrementOperatorContext

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

func NewEmptyIncrementOperatorContext

func NewEmptyIncrementOperatorContext() *IncrementOperatorContext

func NewIncrementOperatorContext

func NewIncrementOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IncrementOperatorContext

func (*IncrementOperatorContext) EnterRule

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

func (*IncrementOperatorContext) ExitRule

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

func (*IncrementOperatorContext) GetParser

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

func (*IncrementOperatorContext) GetRuleContext

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

func (*IncrementOperatorContext) IsIncrementOperatorContext

func (*IncrementOperatorContext) IsIncrementOperatorContext()

func (*IncrementOperatorContext) ToStringTree

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

type InitializedIdentifierContext

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

func NewEmptyInitializedIdentifierContext

func NewEmptyInitializedIdentifierContext() *InitializedIdentifierContext

func NewInitializedIdentifierContext

func NewInitializedIdentifierContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *InitializedIdentifierContext

func (*InitializedIdentifierContext) EnterRule

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

func (*InitializedIdentifierContext) ExitRule

func (*InitializedIdentifierContext) Expression

func (*InitializedIdentifierContext) GetParser

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

func (*InitializedIdentifierContext) GetRuleContext

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

func (*InitializedIdentifierContext) Identifier

func (*InitializedIdentifierContext) IsInitializedIdentifierContext

func (*InitializedIdentifierContext) IsInitializedIdentifierContext()

func (*InitializedIdentifierContext) ToStringTree

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

type InitializedIdentifierListContext

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

func NewEmptyInitializedIdentifierListContext

func NewEmptyInitializedIdentifierListContext() *InitializedIdentifierListContext

func NewInitializedIdentifierListContext

func NewInitializedIdentifierListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *InitializedIdentifierListContext

func (*InitializedIdentifierListContext) AllInitializedIdentifier

func (s *InitializedIdentifierListContext) AllInitializedIdentifier() []IInitializedIdentifierContext

func (*InitializedIdentifierListContext) EnterRule

func (*InitializedIdentifierListContext) ExitRule

func (*InitializedIdentifierListContext) GetParser

func (*InitializedIdentifierListContext) GetRuleContext

func (*InitializedIdentifierListContext) InitializedIdentifier

func (*InitializedIdentifierListContext) IsInitializedIdentifierListContext

func (*InitializedIdentifierListContext) IsInitializedIdentifierListContext()

func (*InitializedIdentifierListContext) ToStringTree

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

type InitializedVariableDeclarationContext

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

func NewEmptyInitializedVariableDeclarationContext

func NewEmptyInitializedVariableDeclarationContext() *InitializedVariableDeclarationContext

func NewInitializedVariableDeclarationContext

func NewInitializedVariableDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *InitializedVariableDeclarationContext

func (*InitializedVariableDeclarationContext) AllInitializedIdentifier

func (*InitializedVariableDeclarationContext) DeclaredIdentifier

func (*InitializedVariableDeclarationContext) EnterRule

func (*InitializedVariableDeclarationContext) ExitRule

func (*InitializedVariableDeclarationContext) Expression

func (*InitializedVariableDeclarationContext) GetParser

func (*InitializedVariableDeclarationContext) GetRuleContext

func (*InitializedVariableDeclarationContext) InitializedIdentifier

func (*InitializedVariableDeclarationContext) IsInitializedVariableDeclarationContext

func (*InitializedVariableDeclarationContext) IsInitializedVariableDeclarationContext()

func (*InitializedVariableDeclarationContext) ToStringTree

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

type InitializerListEntryContext

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

func NewEmptyInitializerListEntryContext

func NewEmptyInitializerListEntryContext() *InitializerListEntryContext

func NewInitializerListEntryContext

func NewInitializerListEntryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *InitializerListEntryContext

func (*InitializerListEntryContext) Arguments

func (*InitializerListEntryContext) Assertion

func (*InitializerListEntryContext) EnterRule

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

func (*InitializerListEntryContext) ExitRule

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

func (*InitializerListEntryContext) FieldInitializer

func (*InitializerListEntryContext) GetParser

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

func (*InitializerListEntryContext) GetRuleContext

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

func (*InitializerListEntryContext) Identifier

func (*InitializerListEntryContext) IsInitializerListEntryContext

func (*InitializerListEntryContext) IsInitializerListEntryContext()

func (*InitializerListEntryContext) ToStringTree

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

type InitializersContext

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

func NewEmptyInitializersContext

func NewEmptyInitializersContext() *InitializersContext

func NewInitializersContext

func NewInitializersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *InitializersContext

func (*InitializersContext) AllInitializerListEntry

func (s *InitializersContext) AllInitializerListEntry() []IInitializerListEntryContext

func (*InitializersContext) EnterRule

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

func (*InitializersContext) ExitRule

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

func (*InitializersContext) GetParser

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

func (*InitializersContext) GetRuleContext

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

func (*InitializersContext) InitializerListEntry

func (s *InitializersContext) InitializerListEntry(i int) IInitializerListEntryContext

func (*InitializersContext) IsInitializersContext

func (*InitializersContext) IsInitializersContext()

func (*InitializersContext) ToStringTree

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

type InterfacesContext

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

func NewEmptyInterfacesContext

func NewEmptyInterfacesContext() *InterfacesContext

func NewInterfacesContext

func NewInterfacesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *InterfacesContext

func (*InterfacesContext) EnterRule

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

func (*InterfacesContext) ExitRule

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

func (*InterfacesContext) GetParser

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

func (*InterfacesContext) GetRuleContext

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

func (*InterfacesContext) IsInterfacesContext

func (*InterfacesContext) IsInterfacesContext()

func (*InterfacesContext) ToStringTree

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

func (*InterfacesContext) TypeList

func (s *InterfacesContext) TypeList() ITypeListContext

type IsOperatorContext

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

func NewEmptyIsOperatorContext

func NewEmptyIsOperatorContext() *IsOperatorContext

func NewIsOperatorContext

func NewIsOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IsOperatorContext

func (*IsOperatorContext) EnterRule

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

func (*IsOperatorContext) ExitRule

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

func (*IsOperatorContext) GetParser

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

func (*IsOperatorContext) GetRuleContext

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

func (*IsOperatorContext) IsIsOperatorContext

func (*IsOperatorContext) IsIsOperatorContext()

func (*IsOperatorContext) ToStringTree

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

type LabelContext

type LabelContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyLabelContext

func NewEmptyLabelContext() *LabelContext

func NewLabelContext

func NewLabelContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LabelContext

func (*LabelContext) EnterRule

func (s *LabelContext) EnterRule(listener antlr.ParseTreeListener)

func (*LabelContext) ExitRule

func (s *LabelContext) ExitRule(listener antlr.ParseTreeListener)

func (*LabelContext) GetParser

func (s *LabelContext) GetParser() antlr.Parser

func (*LabelContext) GetRuleContext

func (s *LabelContext) GetRuleContext() antlr.RuleContext

func (*LabelContext) Identifier

func (s *LabelContext) Identifier() IIdentifierContext

func (*LabelContext) IsLabelContext

func (*LabelContext) IsLabelContext()

func (*LabelContext) ToStringTree

func (s *LabelContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type LibraryDefinitionContext

type LibraryDefinitionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyLibraryDefinitionContext

func NewEmptyLibraryDefinitionContext() *LibraryDefinitionContext

func NewLibraryDefinitionContext

func NewLibraryDefinitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LibraryDefinitionContext

func (*LibraryDefinitionContext) AllImportOrExport

func (s *LibraryDefinitionContext) AllImportOrExport() []IImportOrExportContext

func (*LibraryDefinitionContext) AllPartDirective

func (s *LibraryDefinitionContext) AllPartDirective() []IPartDirectiveContext

func (*LibraryDefinitionContext) AllTopLevelDefinition

func (s *LibraryDefinitionContext) AllTopLevelDefinition() []ITopLevelDefinitionContext

func (*LibraryDefinitionContext) EnterRule

func (s *LibraryDefinitionContext) EnterRule(listener antlr.ParseTreeListener)

func (*LibraryDefinitionContext) ExitRule

func (s *LibraryDefinitionContext) ExitRule(listener antlr.ParseTreeListener)

func (*LibraryDefinitionContext) GetParser

func (s *LibraryDefinitionContext) GetParser() antlr.Parser

func (*LibraryDefinitionContext) GetRuleContext

func (s *LibraryDefinitionContext) GetRuleContext() antlr.RuleContext

func (*LibraryDefinitionContext) ImportOrExport

func (*LibraryDefinitionContext) IsLibraryDefinitionContext

func (*LibraryDefinitionContext) IsLibraryDefinitionContext()

func (*LibraryDefinitionContext) LibraryName

func (*LibraryDefinitionContext) PartDirective

func (*LibraryDefinitionContext) ScriptTag

func (*LibraryDefinitionContext) ToStringTree

func (s *LibraryDefinitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*LibraryDefinitionContext) TopLevelDefinition

func (s *LibraryDefinitionContext) TopLevelDefinition(i int) ITopLevelDefinitionContext

type LibraryExportContext

type LibraryExportContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyLibraryExportContext

func NewEmptyLibraryExportContext() *LibraryExportContext

func NewLibraryExportContext

func NewLibraryExportContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LibraryExportContext

func (*LibraryExportContext) AllCombinator

func (s *LibraryExportContext) AllCombinator() []ICombinatorContext

func (*LibraryExportContext) Combinator

func (s *LibraryExportContext) Combinator(i int) ICombinatorContext

func (*LibraryExportContext) ConfigurableUri

func (s *LibraryExportContext) ConfigurableUri() IConfigurableUriContext

func (*LibraryExportContext) EnterRule

func (s *LibraryExportContext) EnterRule(listener antlr.ParseTreeListener)

func (*LibraryExportContext) ExitRule

func (s *LibraryExportContext) ExitRule(listener antlr.ParseTreeListener)

func (*LibraryExportContext) GetParser

func (s *LibraryExportContext) GetParser() antlr.Parser

func (*LibraryExportContext) GetRuleContext

func (s *LibraryExportContext) GetRuleContext() antlr.RuleContext

func (*LibraryExportContext) IsLibraryExportContext

func (*LibraryExportContext) IsLibraryExportContext()

func (*LibraryExportContext) Metadata

func (s *LibraryExportContext) Metadata() IMetadataContext

func (*LibraryExportContext) ToStringTree

func (s *LibraryExportContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type LibraryNameContext

type LibraryNameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyLibraryNameContext

func NewEmptyLibraryNameContext() *LibraryNameContext

func NewLibraryNameContext

func NewLibraryNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LibraryNameContext

func (*LibraryNameContext) DottedIdentifierList

func (s *LibraryNameContext) DottedIdentifierList() IDottedIdentifierListContext

func (*LibraryNameContext) EnterRule

func (s *LibraryNameContext) EnterRule(listener antlr.ParseTreeListener)

func (*LibraryNameContext) ExitRule

func (s *LibraryNameContext) ExitRule(listener antlr.ParseTreeListener)

func (*LibraryNameContext) GetParser

func (s *LibraryNameContext) GetParser() antlr.Parser

func (*LibraryNameContext) GetRuleContext

func (s *LibraryNameContext) GetRuleContext() antlr.RuleContext

func (*LibraryNameContext) IsLibraryNameContext

func (*LibraryNameContext) IsLibraryNameContext()

func (*LibraryNameContext) Metadata

func (s *LibraryNameContext) Metadata() IMetadataContext

func (*LibraryNameContext) ToStringTree

func (s *LibraryNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type LibraryimportContext

type LibraryimportContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyLibraryimportContext

func NewEmptyLibraryimportContext() *LibraryimportContext

func NewLibraryimportContext

func NewLibraryimportContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LibraryimportContext

func (*LibraryimportContext) EnterRule

func (s *LibraryimportContext) EnterRule(listener antlr.ParseTreeListener)

func (*LibraryimportContext) ExitRule

func (s *LibraryimportContext) ExitRule(listener antlr.ParseTreeListener)

func (*LibraryimportContext) GetParser

func (s *LibraryimportContext) GetParser() antlr.Parser

func (*LibraryimportContext) GetRuleContext

func (s *LibraryimportContext) GetRuleContext() antlr.RuleContext

func (*LibraryimportContext) ImportSpecification

func (s *LibraryimportContext) ImportSpecification() IImportSpecificationContext

func (*LibraryimportContext) IsLibraryimportContext

func (*LibraryimportContext) IsLibraryimportContext()

func (*LibraryimportContext) Metadata

func (s *LibraryimportContext) Metadata() IMetadataContext

func (*LibraryimportContext) ToStringTree

func (s *LibraryimportContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ListLiteralContext

type ListLiteralContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyListLiteralContext

func NewEmptyListLiteralContext() *ListLiteralContext

func NewListLiteralContext

func NewListLiteralContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ListLiteralContext

func (*ListLiteralContext) EnterRule

func (s *ListLiteralContext) EnterRule(listener antlr.ParseTreeListener)

func (*ListLiteralContext) ExitRule

func (s *ListLiteralContext) ExitRule(listener antlr.ParseTreeListener)

func (*ListLiteralContext) ExpressionList

func (s *ListLiteralContext) ExpressionList() IExpressionListContext

func (*ListLiteralContext) GetParser

func (s *ListLiteralContext) GetParser() antlr.Parser

func (*ListLiteralContext) GetRuleContext

func (s *ListLiteralContext) GetRuleContext() antlr.RuleContext

func (*ListLiteralContext) IsListLiteralContext

func (*ListLiteralContext) IsListLiteralContext()

func (*ListLiteralContext) ToStringTree

func (s *ListLiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*ListLiteralContext) TypeArguments

func (s *ListLiteralContext) TypeArguments() ITypeArgumentsContext

type LiteralContext

type LiteralContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyLiteralContext

func NewEmptyLiteralContext() *LiteralContext

func NewLiteralContext

func NewLiteralContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LiteralContext

func (*LiteralContext) BooleanLiteral

func (s *LiteralContext) BooleanLiteral() IBooleanLiteralContext

func (*LiteralContext) EnterRule

func (s *LiteralContext) EnterRule(listener antlr.ParseTreeListener)

func (*LiteralContext) ExitRule

func (s *LiteralContext) ExitRule(listener antlr.ParseTreeListener)

func (*LiteralContext) GetParser

func (s *LiteralContext) GetParser() antlr.Parser

func (*LiteralContext) GetRuleContext

func (s *LiteralContext) GetRuleContext() antlr.RuleContext

func (*LiteralContext) IsLiteralContext

func (*LiteralContext) IsLiteralContext()

func (*LiteralContext) ListLiteral

func (s *LiteralContext) ListLiteral() IListLiteralContext

func (*LiteralContext) MapLiteral

func (s *LiteralContext) MapLiteral() IMapLiteralContext

func (*LiteralContext) NullLiteral

func (s *LiteralContext) NullLiteral() INullLiteralContext

func (*LiteralContext) NumericLiteral

func (s *LiteralContext) NumericLiteral() INumericLiteralContext

func (*LiteralContext) StringLiteral

func (s *LiteralContext) StringLiteral() IStringLiteralContext

func (*LiteralContext) SymbolLiteral

func (s *LiteralContext) SymbolLiteral() ISymbolLiteralContext

func (*LiteralContext) ToStringTree

func (s *LiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type LocalFunctionDeclarationContext

type LocalFunctionDeclarationContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyLocalFunctionDeclarationContext

func NewEmptyLocalFunctionDeclarationContext() *LocalFunctionDeclarationContext

func NewLocalFunctionDeclarationContext

func NewLocalFunctionDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LocalFunctionDeclarationContext

func (*LocalFunctionDeclarationContext) EnterRule

func (*LocalFunctionDeclarationContext) ExitRule

func (*LocalFunctionDeclarationContext) FunctionBody

func (*LocalFunctionDeclarationContext) FunctionSignature

func (*LocalFunctionDeclarationContext) GetParser

func (*LocalFunctionDeclarationContext) GetRuleContext

func (*LocalFunctionDeclarationContext) IsLocalFunctionDeclarationContext

func (*LocalFunctionDeclarationContext) IsLocalFunctionDeclarationContext()

func (*LocalFunctionDeclarationContext) ToStringTree

func (s *LocalFunctionDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type LocalVariableDeclarationContext

type LocalVariableDeclarationContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyLocalVariableDeclarationContext

func NewEmptyLocalVariableDeclarationContext() *LocalVariableDeclarationContext

func NewLocalVariableDeclarationContext

func NewLocalVariableDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LocalVariableDeclarationContext

func (*LocalVariableDeclarationContext) EnterRule

func (*LocalVariableDeclarationContext) ExitRule

func (*LocalVariableDeclarationContext) GetParser

func (*LocalVariableDeclarationContext) GetRuleContext

func (*LocalVariableDeclarationContext) InitializedVariableDeclaration

func (s *LocalVariableDeclarationContext) InitializedVariableDeclaration() IInitializedVariableDeclarationContext

func (*LocalVariableDeclarationContext) IsLocalVariableDeclarationContext

func (*LocalVariableDeclarationContext) IsLocalVariableDeclarationContext()

func (*LocalVariableDeclarationContext) ToStringTree

func (s *LocalVariableDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type LogicalAndExpressionContext

type LogicalAndExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyLogicalAndExpressionContext

func NewEmptyLogicalAndExpressionContext() *LogicalAndExpressionContext

func NewLogicalAndExpressionContext

func NewLogicalAndExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LogicalAndExpressionContext

func (*LogicalAndExpressionContext) AllEqualityExpression

func (s *LogicalAndExpressionContext) AllEqualityExpression() []IEqualityExpressionContext

func (*LogicalAndExpressionContext) EnterRule

func (s *LogicalAndExpressionContext) EnterRule(listener antlr.ParseTreeListener)

func (*LogicalAndExpressionContext) EqualityExpression

func (*LogicalAndExpressionContext) ExitRule

func (s *LogicalAndExpressionContext) ExitRule(listener antlr.ParseTreeListener)

func (*LogicalAndExpressionContext) GetParser

func (s *LogicalAndExpressionContext) GetParser() antlr.Parser

func (*LogicalAndExpressionContext) GetRuleContext

func (s *LogicalAndExpressionContext) GetRuleContext() antlr.RuleContext

func (*LogicalAndExpressionContext) IsLogicalAndExpressionContext

func (*LogicalAndExpressionContext) IsLogicalAndExpressionContext()

func (*LogicalAndExpressionContext) ToStringTree

func (s *LogicalAndExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type LogicalOrExpressionContext

type LogicalOrExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyLogicalOrExpressionContext

func NewEmptyLogicalOrExpressionContext() *LogicalOrExpressionContext

func NewLogicalOrExpressionContext

func NewLogicalOrExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LogicalOrExpressionContext

func (*LogicalOrExpressionContext) AllLogicalAndExpression

func (s *LogicalOrExpressionContext) AllLogicalAndExpression() []ILogicalAndExpressionContext

func (*LogicalOrExpressionContext) EnterRule

func (s *LogicalOrExpressionContext) EnterRule(listener antlr.ParseTreeListener)

func (*LogicalOrExpressionContext) ExitRule

func (s *LogicalOrExpressionContext) ExitRule(listener antlr.ParseTreeListener)

func (*LogicalOrExpressionContext) GetParser

func (s *LogicalOrExpressionContext) GetParser() antlr.Parser

func (*LogicalOrExpressionContext) GetRuleContext

func (s *LogicalOrExpressionContext) GetRuleContext() antlr.RuleContext

func (*LogicalOrExpressionContext) IsLogicalOrExpressionContext

func (*LogicalOrExpressionContext) IsLogicalOrExpressionContext()

func (*LogicalOrExpressionContext) LogicalAndExpression

func (s *LogicalOrExpressionContext) LogicalAndExpression(i int) ILogicalAndExpressionContext

func (*LogicalOrExpressionContext) ToStringTree

func (s *LogicalOrExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type MapLiteralContext

type MapLiteralContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMapLiteralContext

func NewEmptyMapLiteralContext() *MapLiteralContext

func NewMapLiteralContext

func NewMapLiteralContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MapLiteralContext

func (*MapLiteralContext) AllMapLiteralEntry

func (s *MapLiteralContext) AllMapLiteralEntry() []IMapLiteralEntryContext

func (*MapLiteralContext) EnterRule

func (s *MapLiteralContext) EnterRule(listener antlr.ParseTreeListener)

func (*MapLiteralContext) ExitRule

func (s *MapLiteralContext) ExitRule(listener antlr.ParseTreeListener)

func (*MapLiteralContext) GetParser

func (s *MapLiteralContext) GetParser() antlr.Parser

func (*MapLiteralContext) GetRuleContext

func (s *MapLiteralContext) GetRuleContext() antlr.RuleContext

func (*MapLiteralContext) IsMapLiteralContext

func (*MapLiteralContext) IsMapLiteralContext()

func (*MapLiteralContext) MapLiteralEntry

func (s *MapLiteralContext) MapLiteralEntry(i int) IMapLiteralEntryContext

func (*MapLiteralContext) ToStringTree

func (s *MapLiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*MapLiteralContext) TypeArguments

func (s *MapLiteralContext) TypeArguments() ITypeArgumentsContext

type MapLiteralEntryContext

type MapLiteralEntryContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMapLiteralEntryContext

func NewEmptyMapLiteralEntryContext() *MapLiteralEntryContext

func NewMapLiteralEntryContext

func NewMapLiteralEntryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MapLiteralEntryContext

func (*MapLiteralEntryContext) AllExpression

func (s *MapLiteralEntryContext) AllExpression() []IExpressionContext

func (*MapLiteralEntryContext) EnterRule

func (s *MapLiteralEntryContext) EnterRule(listener antlr.ParseTreeListener)

func (*MapLiteralEntryContext) ExitRule

func (s *MapLiteralEntryContext) ExitRule(listener antlr.ParseTreeListener)

func (*MapLiteralEntryContext) Expression

func (*MapLiteralEntryContext) GetParser

func (s *MapLiteralEntryContext) GetParser() antlr.Parser

func (*MapLiteralEntryContext) GetRuleContext

func (s *MapLiteralEntryContext) GetRuleContext() antlr.RuleContext

func (*MapLiteralEntryContext) IsMapLiteralEntryContext

func (*MapLiteralEntryContext) IsMapLiteralEntryContext()

func (*MapLiteralEntryContext) ToStringTree

func (s *MapLiteralEntryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type MetadataContext

type MetadataContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMetadataContext

func NewEmptyMetadataContext() *MetadataContext

func NewMetadataContext

func NewMetadataContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MetadataContext

func (*MetadataContext) AllArguments

func (s *MetadataContext) AllArguments() []IArgumentsContext

func (*MetadataContext) AllIdentifier

func (s *MetadataContext) AllIdentifier() []IIdentifierContext

func (*MetadataContext) AllQualified

func (s *MetadataContext) AllQualified() []IQualifiedContext

func (*MetadataContext) Arguments

func (s *MetadataContext) Arguments(i int) IArgumentsContext

func (*MetadataContext) EnterRule

func (s *MetadataContext) EnterRule(listener antlr.ParseTreeListener)

func (*MetadataContext) ExitRule

func (s *MetadataContext) ExitRule(listener antlr.ParseTreeListener)

func (*MetadataContext) GetParser

func (s *MetadataContext) GetParser() antlr.Parser

func (*MetadataContext) GetRuleContext

func (s *MetadataContext) GetRuleContext() antlr.RuleContext

func (*MetadataContext) Identifier

func (s *MetadataContext) Identifier(i int) IIdentifierContext

func (*MetadataContext) IsMetadataContext

func (*MetadataContext) IsMetadataContext()

func (*MetadataContext) Qualified

func (s *MetadataContext) Qualified(i int) IQualifiedContext

func (*MetadataContext) ToStringTree

func (s *MetadataContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type MethodSignatureContext

type MethodSignatureContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMethodSignatureContext

func NewEmptyMethodSignatureContext() *MethodSignatureContext

func NewMethodSignatureContext

func NewMethodSignatureContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MethodSignatureContext

func (*MethodSignatureContext) ConstructorSignature

func (s *MethodSignatureContext) ConstructorSignature() IConstructorSignatureContext

func (*MethodSignatureContext) EnterRule

func (s *MethodSignatureContext) EnterRule(listener antlr.ParseTreeListener)

func (*MethodSignatureContext) ExitRule

func (s *MethodSignatureContext) ExitRule(listener antlr.ParseTreeListener)

func (*MethodSignatureContext) FactoryConstructorSignature

func (s *MethodSignatureContext) FactoryConstructorSignature() IFactoryConstructorSignatureContext

func (*MethodSignatureContext) FunctionSignature

func (s *MethodSignatureContext) FunctionSignature() IFunctionSignatureContext

func (*MethodSignatureContext) GetParser

func (s *MethodSignatureContext) GetParser() antlr.Parser

func (*MethodSignatureContext) GetRuleContext

func (s *MethodSignatureContext) GetRuleContext() antlr.RuleContext

func (*MethodSignatureContext) GetterSignature

func (s *MethodSignatureContext) GetterSignature() IGetterSignatureContext

func (*MethodSignatureContext) Initializers

func (s *MethodSignatureContext) Initializers() IInitializersContext

func (*MethodSignatureContext) IsMethodSignatureContext

func (*MethodSignatureContext) IsMethodSignatureContext()

func (*MethodSignatureContext) OperatorSignature

func (s *MethodSignatureContext) OperatorSignature() IOperatorSignatureContext

func (*MethodSignatureContext) SetterSignature

func (s *MethodSignatureContext) SetterSignature() ISetterSignatureContext

func (*MethodSignatureContext) ToStringTree

func (s *MethodSignatureContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type MinusOperatorContext

type MinusOperatorContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMinusOperatorContext

func NewEmptyMinusOperatorContext() *MinusOperatorContext

func NewMinusOperatorContext

func NewMinusOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MinusOperatorContext

func (*MinusOperatorContext) EnterRule

func (s *MinusOperatorContext) EnterRule(listener antlr.ParseTreeListener)

func (*MinusOperatorContext) ExitRule

func (s *MinusOperatorContext) ExitRule(listener antlr.ParseTreeListener)

func (*MinusOperatorContext) GetParser

func (s *MinusOperatorContext) GetParser() antlr.Parser

func (*MinusOperatorContext) GetRuleContext

func (s *MinusOperatorContext) GetRuleContext() antlr.RuleContext

func (*MinusOperatorContext) IsMinusOperatorContext

func (*MinusOperatorContext) IsMinusOperatorContext()

func (*MinusOperatorContext) ToStringTree

func (s *MinusOperatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type MixinApplicationClassContext

type MixinApplicationClassContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMixinApplicationClassContext

func NewEmptyMixinApplicationClassContext() *MixinApplicationClassContext

func NewMixinApplicationClassContext

func NewMixinApplicationClassContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MixinApplicationClassContext

func (*MixinApplicationClassContext) EnterRule

func (s *MixinApplicationClassContext) EnterRule(listener antlr.ParseTreeListener)

func (*MixinApplicationClassContext) ExitRule

func (*MixinApplicationClassContext) GetParser

func (s *MixinApplicationClassContext) GetParser() antlr.Parser

func (*MixinApplicationClassContext) GetRuleContext

func (s *MixinApplicationClassContext) GetRuleContext() antlr.RuleContext

func (*MixinApplicationClassContext) Identifier

func (*MixinApplicationClassContext) IsMixinApplicationClassContext

func (*MixinApplicationClassContext) IsMixinApplicationClassContext()

func (*MixinApplicationClassContext) MixinApplication

func (*MixinApplicationClassContext) ToStringTree

func (s *MixinApplicationClassContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*MixinApplicationClassContext) TypeParameters

type MixinApplicationContext

type MixinApplicationContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMixinApplicationContext

func NewEmptyMixinApplicationContext() *MixinApplicationContext

func NewMixinApplicationContext

func NewMixinApplicationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MixinApplicationContext

func (*MixinApplicationContext) Dtype

func (*MixinApplicationContext) EnterRule

func (s *MixinApplicationContext) EnterRule(listener antlr.ParseTreeListener)

func (*MixinApplicationContext) ExitRule

func (s *MixinApplicationContext) ExitRule(listener antlr.ParseTreeListener)

func (*MixinApplicationContext) GetParser

func (s *MixinApplicationContext) GetParser() antlr.Parser

func (*MixinApplicationContext) GetRuleContext

func (s *MixinApplicationContext) GetRuleContext() antlr.RuleContext

func (*MixinApplicationContext) Interfaces

func (*MixinApplicationContext) IsMixinApplicationContext

func (*MixinApplicationContext) IsMixinApplicationContext()

func (*MixinApplicationContext) Mixins

func (*MixinApplicationContext) ToStringTree

func (s *MixinApplicationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type MixinsContext

type MixinsContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMixinsContext

func NewEmptyMixinsContext() *MixinsContext

func NewMixinsContext

func NewMixinsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MixinsContext

func (*MixinsContext) EnterRule

func (s *MixinsContext) EnterRule(listener antlr.ParseTreeListener)

func (*MixinsContext) ExitRule

func (s *MixinsContext) ExitRule(listener antlr.ParseTreeListener)

func (*MixinsContext) GetParser

func (s *MixinsContext) GetParser() antlr.Parser

func (*MixinsContext) GetRuleContext

func (s *MixinsContext) GetRuleContext() antlr.RuleContext

func (*MixinsContext) IsMixinsContext

func (*MixinsContext) IsMixinsContext()

func (*MixinsContext) ToStringTree

func (s *MixinsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*MixinsContext) TypeList

func (s *MixinsContext) TypeList() ITypeListContext

type MultiplicativeExpressionContext

type MultiplicativeExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMultiplicativeExpressionContext

func NewEmptyMultiplicativeExpressionContext() *MultiplicativeExpressionContext

func NewMultiplicativeExpressionContext

func NewMultiplicativeExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MultiplicativeExpressionContext

func (*MultiplicativeExpressionContext) AllMultiplicativeOperator

func (s *MultiplicativeExpressionContext) AllMultiplicativeOperator() []IMultiplicativeOperatorContext

func (*MultiplicativeExpressionContext) AllUnaryExpression

func (s *MultiplicativeExpressionContext) AllUnaryExpression() []IUnaryExpressionContext

func (*MultiplicativeExpressionContext) EnterRule

func (*MultiplicativeExpressionContext) ExitRule

func (*MultiplicativeExpressionContext) GetParser

func (*MultiplicativeExpressionContext) GetRuleContext

func (*MultiplicativeExpressionContext) IsMultiplicativeExpressionContext

func (*MultiplicativeExpressionContext) IsMultiplicativeExpressionContext()

func (*MultiplicativeExpressionContext) MultiplicativeOperator

func (*MultiplicativeExpressionContext) ToStringTree

func (s *MultiplicativeExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*MultiplicativeExpressionContext) UnaryExpression

type MultiplicativeOperatorContext

type MultiplicativeOperatorContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMultiplicativeOperatorContext

func NewEmptyMultiplicativeOperatorContext() *MultiplicativeOperatorContext

func NewMultiplicativeOperatorContext

func NewMultiplicativeOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MultiplicativeOperatorContext

func (*MultiplicativeOperatorContext) EnterRule

func (s *MultiplicativeOperatorContext) EnterRule(listener antlr.ParseTreeListener)

func (*MultiplicativeOperatorContext) ExitRule

func (*MultiplicativeOperatorContext) GetParser

func (*MultiplicativeOperatorContext) GetRuleContext

func (s *MultiplicativeOperatorContext) GetRuleContext() antlr.RuleContext

func (*MultiplicativeOperatorContext) IsMultiplicativeOperatorContext

func (*MultiplicativeOperatorContext) IsMultiplicativeOperatorContext()

func (*MultiplicativeOperatorContext) ToStringTree

func (s *MultiplicativeOperatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type NamedArgumentContext

type NamedArgumentContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyNamedArgumentContext

func NewEmptyNamedArgumentContext() *NamedArgumentContext

func NewNamedArgumentContext

func NewNamedArgumentContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NamedArgumentContext

func (*NamedArgumentContext) EnterRule

func (s *NamedArgumentContext) EnterRule(listener antlr.ParseTreeListener)

func (*NamedArgumentContext) ExitRule

func (s *NamedArgumentContext) ExitRule(listener antlr.ParseTreeListener)

func (*NamedArgumentContext) Expression

func (s *NamedArgumentContext) Expression() IExpressionContext

func (*NamedArgumentContext) GetParser

func (s *NamedArgumentContext) GetParser() antlr.Parser

func (*NamedArgumentContext) GetRuleContext

func (s *NamedArgumentContext) GetRuleContext() antlr.RuleContext

func (*NamedArgumentContext) IsNamedArgumentContext

func (*NamedArgumentContext) IsNamedArgumentContext()

func (*NamedArgumentContext) Label

func (*NamedArgumentContext) ToStringTree

func (s *NamedArgumentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type NamedFormalParametersContext

type NamedFormalParametersContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyNamedFormalParametersContext

func NewEmptyNamedFormalParametersContext() *NamedFormalParametersContext

func NewNamedFormalParametersContext

func NewNamedFormalParametersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NamedFormalParametersContext

func (*NamedFormalParametersContext) AllDefaultNamedParameter

func (s *NamedFormalParametersContext) AllDefaultNamedParameter() []IDefaultNamedParameterContext

func (*NamedFormalParametersContext) DefaultNamedParameter

func (*NamedFormalParametersContext) EnterRule

func (s *NamedFormalParametersContext) EnterRule(listener antlr.ParseTreeListener)

func (*NamedFormalParametersContext) ExitRule

func (*NamedFormalParametersContext) GetParser

func (s *NamedFormalParametersContext) GetParser() antlr.Parser

func (*NamedFormalParametersContext) GetRuleContext

func (s *NamedFormalParametersContext) GetRuleContext() antlr.RuleContext

func (*NamedFormalParametersContext) IsNamedFormalParametersContext

func (*NamedFormalParametersContext) IsNamedFormalParametersContext()

func (*NamedFormalParametersContext) ToStringTree

func (s *NamedFormalParametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type NayaExpressionContext

type NayaExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyNayaExpressionContext

func NewEmptyNayaExpressionContext() *NayaExpressionContext

func NewNayaExpressionContext

func NewNayaExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NayaExpressionContext

func (*NayaExpressionContext) Arguments

func (*NayaExpressionContext) Dtype

func (*NayaExpressionContext) EnterRule

func (s *NayaExpressionContext) EnterRule(listener antlr.ParseTreeListener)

func (*NayaExpressionContext) ExitRule

func (s *NayaExpressionContext) ExitRule(listener antlr.ParseTreeListener)

func (*NayaExpressionContext) GetParser

func (s *NayaExpressionContext) GetParser() antlr.Parser

func (*NayaExpressionContext) GetRuleContext

func (s *NayaExpressionContext) GetRuleContext() antlr.RuleContext

func (*NayaExpressionContext) Identifier

func (s *NayaExpressionContext) Identifier() IIdentifierContext

func (*NayaExpressionContext) IsNayaExpressionContext

func (*NayaExpressionContext) IsNayaExpressionContext()

func (*NayaExpressionContext) ToStringTree

func (s *NayaExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type NegationOperatorContext

type NegationOperatorContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyNegationOperatorContext

func NewEmptyNegationOperatorContext() *NegationOperatorContext

func NewNegationOperatorContext

func NewNegationOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NegationOperatorContext

func (*NegationOperatorContext) EnterRule

func (s *NegationOperatorContext) EnterRule(listener antlr.ParseTreeListener)

func (*NegationOperatorContext) ExitRule

func (s *NegationOperatorContext) ExitRule(listener antlr.ParseTreeListener)

func (*NegationOperatorContext) GetParser

func (s *NegationOperatorContext) GetParser() antlr.Parser

func (*NegationOperatorContext) GetRuleContext

func (s *NegationOperatorContext) GetRuleContext() antlr.RuleContext

func (*NegationOperatorContext) IsNegationOperatorContext

func (*NegationOperatorContext) IsNegationOperatorContext()

func (*NegationOperatorContext) ToStringTree

func (s *NegationOperatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type NonLabledStatmentContext

type NonLabledStatmentContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyNonLabledStatmentContext

func NewEmptyNonLabledStatmentContext() *NonLabledStatmentContext

func NewNonLabledStatmentContext

func NewNonLabledStatmentContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NonLabledStatmentContext

func (*NonLabledStatmentContext) AssertStatement

func (*NonLabledStatmentContext) Block

func (*NonLabledStatmentContext) BreakStatement

func (*NonLabledStatmentContext) ContinueStatement

func (s *NonLabledStatmentContext) ContinueStatement() IContinueStatementContext

func (*NonLabledStatmentContext) DoStatement

func (*NonLabledStatmentContext) EnterRule

func (s *NonLabledStatmentContext) EnterRule(listener antlr.ParseTreeListener)

func (*NonLabledStatmentContext) ExitRule

func (s *NonLabledStatmentContext) ExitRule(listener antlr.ParseTreeListener)

func (*NonLabledStatmentContext) ExpressionStatement

func (s *NonLabledStatmentContext) ExpressionStatement() IExpressionStatementContext

func (*NonLabledStatmentContext) ForStatement

func (*NonLabledStatmentContext) GetParser

func (s *NonLabledStatmentContext) GetParser() antlr.Parser

func (*NonLabledStatmentContext) GetRuleContext

func (s *NonLabledStatmentContext) GetRuleContext() antlr.RuleContext

func (*NonLabledStatmentContext) IfStatement

func (*NonLabledStatmentContext) IsNonLabledStatmentContext

func (*NonLabledStatmentContext) IsNonLabledStatmentContext()

func (*NonLabledStatmentContext) LocalFunctionDeclaration

func (s *NonLabledStatmentContext) LocalFunctionDeclaration() ILocalFunctionDeclarationContext

func (*NonLabledStatmentContext) LocalVariableDeclaration

func (s *NonLabledStatmentContext) LocalVariableDeclaration() ILocalVariableDeclarationContext

func (*NonLabledStatmentContext) RethrowStatment

func (*NonLabledStatmentContext) ReturnStatement

func (*NonLabledStatmentContext) SwitchStatement

func (*NonLabledStatmentContext) ToStringTree

func (s *NonLabledStatmentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*NonLabledStatmentContext) TryStatement

func (*NonLabledStatmentContext) WhileStatement

func (*NonLabledStatmentContext) YieldEachStatement

func (s *NonLabledStatmentContext) YieldEachStatement() IYieldEachStatementContext

func (*NonLabledStatmentContext) YieldStatement

type NormalFormalParameterContext

type NormalFormalParameterContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyNormalFormalParameterContext

func NewEmptyNormalFormalParameterContext() *NormalFormalParameterContext

func NewNormalFormalParameterContext

func NewNormalFormalParameterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NormalFormalParameterContext

func (*NormalFormalParameterContext) EnterRule

func (s *NormalFormalParameterContext) EnterRule(listener antlr.ParseTreeListener)

func (*NormalFormalParameterContext) ExitRule

func (*NormalFormalParameterContext) FieldFormalParameter

func (*NormalFormalParameterContext) FunctionFormalParameter

func (*NormalFormalParameterContext) GetParser

func (s *NormalFormalParameterContext) GetParser() antlr.Parser

func (*NormalFormalParameterContext) GetRuleContext

func (s *NormalFormalParameterContext) GetRuleContext() antlr.RuleContext

func (*NormalFormalParameterContext) IsNormalFormalParameterContext

func (*NormalFormalParameterContext) IsNormalFormalParameterContext()

func (*NormalFormalParameterContext) SimpleFormalParameter

func (*NormalFormalParameterContext) ToStringTree

func (s *NormalFormalParameterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type NormalFormalParametersContext

type NormalFormalParametersContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyNormalFormalParametersContext

func NewEmptyNormalFormalParametersContext() *NormalFormalParametersContext

func NewNormalFormalParametersContext

func NewNormalFormalParametersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NormalFormalParametersContext

func (*NormalFormalParametersContext) AllNormalFormalParameter

func (s *NormalFormalParametersContext) AllNormalFormalParameter() []INormalFormalParameterContext

func (*NormalFormalParametersContext) EnterRule

func (s *NormalFormalParametersContext) EnterRule(listener antlr.ParseTreeListener)

func (*NormalFormalParametersContext) ExitRule

func (*NormalFormalParametersContext) GetParser

func (*NormalFormalParametersContext) GetRuleContext

func (s *NormalFormalParametersContext) GetRuleContext() antlr.RuleContext

func (*NormalFormalParametersContext) IsNormalFormalParametersContext

func (*NormalFormalParametersContext) IsNormalFormalParametersContext()

func (*NormalFormalParametersContext) NormalFormalParameter

func (*NormalFormalParametersContext) ToStringTree

func (s *NormalFormalParametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type NullLiteralContext

type NullLiteralContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyNullLiteralContext

func NewEmptyNullLiteralContext() *NullLiteralContext

func NewNullLiteralContext

func NewNullLiteralContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NullLiteralContext

func (*NullLiteralContext) EnterRule

func (s *NullLiteralContext) EnterRule(listener antlr.ParseTreeListener)

func (*NullLiteralContext) ExitRule

func (s *NullLiteralContext) ExitRule(listener antlr.ParseTreeListener)

func (*NullLiteralContext) GetParser

func (s *NullLiteralContext) GetParser() antlr.Parser

func (*NullLiteralContext) GetRuleContext

func (s *NullLiteralContext) GetRuleContext() antlr.RuleContext

func (*NullLiteralContext) IsNullLiteralContext

func (*NullLiteralContext) IsNullLiteralContext()

func (*NullLiteralContext) ToStringTree

func (s *NullLiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type NumericLiteralContext

type NumericLiteralContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyNumericLiteralContext

func NewEmptyNumericLiteralContext() *NumericLiteralContext

func NewNumericLiteralContext

func NewNumericLiteralContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NumericLiteralContext

func (*NumericLiteralContext) EnterRule

func (s *NumericLiteralContext) EnterRule(listener antlr.ParseTreeListener)

func (*NumericLiteralContext) ExitRule

func (s *NumericLiteralContext) ExitRule(listener antlr.ParseTreeListener)

func (*NumericLiteralContext) GetParser

func (s *NumericLiteralContext) GetParser() antlr.Parser

func (*NumericLiteralContext) GetRuleContext

func (s *NumericLiteralContext) GetRuleContext() antlr.RuleContext

func (*NumericLiteralContext) HEX_NUMBER

func (s *NumericLiteralContext) HEX_NUMBER() antlr.TerminalNode

func (*NumericLiteralContext) IsNumericLiteralContext

func (*NumericLiteralContext) IsNumericLiteralContext()

func (*NumericLiteralContext) NUMBER

func (*NumericLiteralContext) ToStringTree

func (s *NumericLiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type OnPartContext

type OnPartContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyOnPartContext

func NewEmptyOnPartContext() *OnPartContext

func NewOnPartContext

func NewOnPartContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *OnPartContext

func (*OnPartContext) Block

func (s *OnPartContext) Block() IBlockContext

func (*OnPartContext) CatchPart

func (s *OnPartContext) CatchPart() ICatchPartContext

func (*OnPartContext) Dtype

func (s *OnPartContext) Dtype() IDtypeContext

func (*OnPartContext) EnterRule

func (s *OnPartContext) EnterRule(listener antlr.ParseTreeListener)

func (*OnPartContext) ExitRule

func (s *OnPartContext) ExitRule(listener antlr.ParseTreeListener)

func (*OnPartContext) GetParser

func (s *OnPartContext) GetParser() antlr.Parser

func (*OnPartContext) GetRuleContext

func (s *OnPartContext) GetRuleContext() antlr.RuleContext

func (*OnPartContext) IsOnPartContext

func (*OnPartContext) IsOnPartContext()

func (*OnPartContext) ToStringTree

func (s *OnPartContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type OperatorContext

type OperatorContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyOperatorContext

func NewEmptyOperatorContext() *OperatorContext

func NewOperatorContext

func NewOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *OperatorContext

func (*OperatorContext) BinaryOperator

func (s *OperatorContext) BinaryOperator() IBinaryOperatorContext

func (*OperatorContext) EnterRule

func (s *OperatorContext) EnterRule(listener antlr.ParseTreeListener)

func (*OperatorContext) ExitRule

func (s *OperatorContext) ExitRule(listener antlr.ParseTreeListener)

func (*OperatorContext) GetParser

func (s *OperatorContext) GetParser() antlr.Parser

func (*OperatorContext) GetRuleContext

func (s *OperatorContext) GetRuleContext() antlr.RuleContext

func (*OperatorContext) IsOperatorContext

func (*OperatorContext) IsOperatorContext()

func (*OperatorContext) ToStringTree

func (s *OperatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type OperatorSignatureContext

type OperatorSignatureContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyOperatorSignatureContext

func NewEmptyOperatorSignatureContext() *OperatorSignatureContext

func NewOperatorSignatureContext

func NewOperatorSignatureContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *OperatorSignatureContext

func (*OperatorSignatureContext) EnterRule

func (s *OperatorSignatureContext) EnterRule(listener antlr.ParseTreeListener)

func (*OperatorSignatureContext) ExitRule

func (s *OperatorSignatureContext) ExitRule(listener antlr.ParseTreeListener)

func (*OperatorSignatureContext) FormalParameterList

func (s *OperatorSignatureContext) FormalParameterList() IFormalParameterListContext

func (*OperatorSignatureContext) GetParser

func (s *OperatorSignatureContext) GetParser() antlr.Parser

func (*OperatorSignatureContext) GetRuleContext

func (s *OperatorSignatureContext) GetRuleContext() antlr.RuleContext

func (*OperatorSignatureContext) IsOperatorSignatureContext

func (*OperatorSignatureContext) IsOperatorSignatureContext()

func (*OperatorSignatureContext) Operator

func (*OperatorSignatureContext) ReturnType

func (*OperatorSignatureContext) ToStringTree

func (s *OperatorSignatureContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type OptionalFormalParametersContext

type OptionalFormalParametersContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyOptionalFormalParametersContext

func NewEmptyOptionalFormalParametersContext() *OptionalFormalParametersContext

func NewOptionalFormalParametersContext

func NewOptionalFormalParametersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *OptionalFormalParametersContext

func (*OptionalFormalParametersContext) EnterRule

func (*OptionalFormalParametersContext) ExitRule

func (*OptionalFormalParametersContext) GetParser

func (*OptionalFormalParametersContext) GetRuleContext

func (*OptionalFormalParametersContext) IsOptionalFormalParametersContext

func (*OptionalFormalParametersContext) IsOptionalFormalParametersContext()

func (*OptionalFormalParametersContext) NamedFormalParameters

func (*OptionalFormalParametersContext) OptionalPositionalFormalParameters

func (s *OptionalFormalParametersContext) OptionalPositionalFormalParameters() IOptionalPositionalFormalParametersContext

func (*OptionalFormalParametersContext) ToStringTree

func (s *OptionalFormalParametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type OptionalPositionalFormalParametersContext

type OptionalPositionalFormalParametersContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyOptionalPositionalFormalParametersContext

func NewEmptyOptionalPositionalFormalParametersContext() *OptionalPositionalFormalParametersContext

func NewOptionalPositionalFormalParametersContext

func NewOptionalPositionalFormalParametersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *OptionalPositionalFormalParametersContext

func (*OptionalPositionalFormalParametersContext) AllDefaultFormalParameter

func (*OptionalPositionalFormalParametersContext) DefaultFormalParameter

func (*OptionalPositionalFormalParametersContext) EnterRule

func (*OptionalPositionalFormalParametersContext) ExitRule

func (*OptionalPositionalFormalParametersContext) GetParser

func (*OptionalPositionalFormalParametersContext) GetRuleContext

func (*OptionalPositionalFormalParametersContext) IsOptionalPositionalFormalParametersContext

func (*OptionalPositionalFormalParametersContext) IsOptionalPositionalFormalParametersContext()

func (*OptionalPositionalFormalParametersContext) ToStringTree

func (s *OptionalPositionalFormalParametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type PartDeclarationContext

type PartDeclarationContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyPartDeclarationContext

func NewEmptyPartDeclarationContext() *PartDeclarationContext

func NewPartDeclarationContext

func NewPartDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PartDeclarationContext

func (*PartDeclarationContext) AllTopLevelDefinition

func (s *PartDeclarationContext) AllTopLevelDefinition() []ITopLevelDefinitionContext

func (*PartDeclarationContext) EOF

func (*PartDeclarationContext) EnterRule

func (s *PartDeclarationContext) EnterRule(listener antlr.ParseTreeListener)

func (*PartDeclarationContext) ExitRule

func (s *PartDeclarationContext) ExitRule(listener antlr.ParseTreeListener)

func (*PartDeclarationContext) GetParser

func (s *PartDeclarationContext) GetParser() antlr.Parser

func (*PartDeclarationContext) GetRuleContext

func (s *PartDeclarationContext) GetRuleContext() antlr.RuleContext

func (*PartDeclarationContext) IsPartDeclarationContext

func (*PartDeclarationContext) IsPartDeclarationContext()

func (*PartDeclarationContext) PartHeader

func (*PartDeclarationContext) ToStringTree

func (s *PartDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*PartDeclarationContext) TopLevelDefinition

func (s *PartDeclarationContext) TopLevelDefinition(i int) ITopLevelDefinitionContext

type PartDirectiveContext

type PartDirectiveContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyPartDirectiveContext

func NewEmptyPartDirectiveContext() *PartDirectiveContext

func NewPartDirectiveContext

func NewPartDirectiveContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PartDirectiveContext

func (*PartDirectiveContext) EnterRule

func (s *PartDirectiveContext) EnterRule(listener antlr.ParseTreeListener)

func (*PartDirectiveContext) ExitRule

func (s *PartDirectiveContext) ExitRule(listener antlr.ParseTreeListener)

func (*PartDirectiveContext) GetParser

func (s *PartDirectiveContext) GetParser() antlr.Parser

func (*PartDirectiveContext) GetRuleContext

func (s *PartDirectiveContext) GetRuleContext() antlr.RuleContext

func (*PartDirectiveContext) IsPartDirectiveContext

func (*PartDirectiveContext) IsPartDirectiveContext()

func (*PartDirectiveContext) Metadata

func (s *PartDirectiveContext) Metadata() IMetadataContext

func (*PartDirectiveContext) ToStringTree

func (s *PartDirectiveContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*PartDirectiveContext) Uri

type PartHeaderContext

type PartHeaderContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyPartHeaderContext

func NewEmptyPartHeaderContext() *PartHeaderContext

func NewPartHeaderContext

func NewPartHeaderContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PartHeaderContext

func (*PartHeaderContext) AllIdentifier

func (s *PartHeaderContext) AllIdentifier() []IIdentifierContext

func (*PartHeaderContext) EnterRule

func (s *PartHeaderContext) EnterRule(listener antlr.ParseTreeListener)

func (*PartHeaderContext) ExitRule

func (s *PartHeaderContext) ExitRule(listener antlr.ParseTreeListener)

func (*PartHeaderContext) GetParser

func (s *PartHeaderContext) GetParser() antlr.Parser

func (*PartHeaderContext) GetRuleContext

func (s *PartHeaderContext) GetRuleContext() antlr.RuleContext

func (*PartHeaderContext) Identifier

func (s *PartHeaderContext) Identifier(i int) IIdentifierContext

func (*PartHeaderContext) IsPartHeaderContext

func (*PartHeaderContext) IsPartHeaderContext()

func (*PartHeaderContext) Metadata

func (s *PartHeaderContext) Metadata() IMetadataContext

func (*PartHeaderContext) ToStringTree

func (s *PartHeaderContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type PostfixExpressionContext

type PostfixExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyPostfixExpressionContext

func NewEmptyPostfixExpressionContext() *PostfixExpressionContext

func NewPostfixExpressionContext

func NewPostfixExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PostfixExpressionContext

func (*PostfixExpressionContext) AllSelector

func (s *PostfixExpressionContext) AllSelector() []ISelectorContext

func (*PostfixExpressionContext) AssignableExpression

func (s *PostfixExpressionContext) AssignableExpression() IAssignableExpressionContext

func (*PostfixExpressionContext) EnterRule

func (s *PostfixExpressionContext) EnterRule(listener antlr.ParseTreeListener)

func (*PostfixExpressionContext) ExitRule

func (s *PostfixExpressionContext) ExitRule(listener antlr.ParseTreeListener)

func (*PostfixExpressionContext) GetParser

func (s *PostfixExpressionContext) GetParser() antlr.Parser

func (*PostfixExpressionContext) GetRuleContext

func (s *PostfixExpressionContext) GetRuleContext() antlr.RuleContext

func (*PostfixExpressionContext) IsPostfixExpressionContext

func (*PostfixExpressionContext) IsPostfixExpressionContext()

func (*PostfixExpressionContext) PostfixOperator

func (*PostfixExpressionContext) Primary

func (*PostfixExpressionContext) Selector

func (*PostfixExpressionContext) ToStringTree

func (s *PostfixExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type PostfixOperatorContext

type PostfixOperatorContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyPostfixOperatorContext

func NewEmptyPostfixOperatorContext() *PostfixOperatorContext

func NewPostfixOperatorContext

func NewPostfixOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PostfixOperatorContext

func (*PostfixOperatorContext) EnterRule

func (s *PostfixOperatorContext) EnterRule(listener antlr.ParseTreeListener)

func (*PostfixOperatorContext) ExitRule

func (s *PostfixOperatorContext) ExitRule(listener antlr.ParseTreeListener)

func (*PostfixOperatorContext) GetParser

func (s *PostfixOperatorContext) GetParser() antlr.Parser

func (*PostfixOperatorContext) GetRuleContext

func (s *PostfixOperatorContext) GetRuleContext() antlr.RuleContext

func (*PostfixOperatorContext) IncrementOperator

func (s *PostfixOperatorContext) IncrementOperator() IIncrementOperatorContext

func (*PostfixOperatorContext) IsPostfixOperatorContext

func (*PostfixOperatorContext) IsPostfixOperatorContext()

func (*PostfixOperatorContext) ToStringTree

func (s *PostfixOperatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type PrefixOperatorContext

type PrefixOperatorContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyPrefixOperatorContext

func NewEmptyPrefixOperatorContext() *PrefixOperatorContext

func NewPrefixOperatorContext

func NewPrefixOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PrefixOperatorContext

func (*PrefixOperatorContext) EnterRule

func (s *PrefixOperatorContext) EnterRule(listener antlr.ParseTreeListener)

func (*PrefixOperatorContext) ExitRule

func (s *PrefixOperatorContext) ExitRule(listener antlr.ParseTreeListener)

func (*PrefixOperatorContext) GetParser

func (s *PrefixOperatorContext) GetParser() antlr.Parser

func (*PrefixOperatorContext) GetRuleContext

func (s *PrefixOperatorContext) GetRuleContext() antlr.RuleContext

func (*PrefixOperatorContext) IsPrefixOperatorContext

func (*PrefixOperatorContext) IsPrefixOperatorContext()

func (*PrefixOperatorContext) MinusOperator

func (s *PrefixOperatorContext) MinusOperator() IMinusOperatorContext

func (*PrefixOperatorContext) NegationOperator

func (s *PrefixOperatorContext) NegationOperator() INegationOperatorContext

func (*PrefixOperatorContext) TildeOperator

func (s *PrefixOperatorContext) TildeOperator() ITildeOperatorContext

func (*PrefixOperatorContext) ToStringTree

func (s *PrefixOperatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type PrimaryContext

type PrimaryContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyPrimaryContext

func NewEmptyPrimaryContext() *PrimaryContext

func NewPrimaryContext

func NewPrimaryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PrimaryContext

func (*PrimaryContext) ConstObjectExpression

func (s *PrimaryContext) ConstObjectExpression() IConstObjectExpressionContext

func (*PrimaryContext) EnterRule

func (s *PrimaryContext) EnterRule(listener antlr.ParseTreeListener)

func (*PrimaryContext) ExitRule

func (s *PrimaryContext) ExitRule(listener antlr.ParseTreeListener)

func (*PrimaryContext) Expression

func (s *PrimaryContext) Expression() IExpressionContext

func (*PrimaryContext) FunctionExpression

func (s *PrimaryContext) FunctionExpression() IFunctionExpressionContext

func (*PrimaryContext) GetParser

func (s *PrimaryContext) GetParser() antlr.Parser

func (*PrimaryContext) GetRuleContext

func (s *PrimaryContext) GetRuleContext() antlr.RuleContext

func (*PrimaryContext) Identifier

func (s *PrimaryContext) Identifier() IIdentifierContext

func (*PrimaryContext) IsPrimaryContext

func (*PrimaryContext) IsPrimaryContext()

func (*PrimaryContext) Literal

func (s *PrimaryContext) Literal() ILiteralContext

func (*PrimaryContext) NayaExpression

func (s *PrimaryContext) NayaExpression() INayaExpressionContext

func (*PrimaryContext) ThisExpression

func (s *PrimaryContext) ThisExpression() IThisExpressionContext

func (*PrimaryContext) ToStringTree

func (s *PrimaryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*PrimaryContext) UnconditionalAssignableSelector

func (s *PrimaryContext) UnconditionalAssignableSelector() IUnconditionalAssignableSelectorContext

type QualifiedContext

type QualifiedContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyQualifiedContext

func NewEmptyQualifiedContext() *QualifiedContext

func NewQualifiedContext

func NewQualifiedContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *QualifiedContext

func (*QualifiedContext) AllIdentifier

func (s *QualifiedContext) AllIdentifier() []IIdentifierContext

func (*QualifiedContext) EnterRule

func (s *QualifiedContext) EnterRule(listener antlr.ParseTreeListener)

func (*QualifiedContext) ExitRule

func (s *QualifiedContext) ExitRule(listener antlr.ParseTreeListener)

func (*QualifiedContext) GetParser

func (s *QualifiedContext) GetParser() antlr.Parser

func (*QualifiedContext) GetRuleContext

func (s *QualifiedContext) GetRuleContext() antlr.RuleContext

func (*QualifiedContext) Identifier

func (s *QualifiedContext) Identifier(i int) IIdentifierContext

func (*QualifiedContext) IsQualifiedContext

func (*QualifiedContext) IsQualifiedContext()

func (*QualifiedContext) ToStringTree

func (s *QualifiedContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type RedirectingFactoryConstructorSignatureContext

type RedirectingFactoryConstructorSignatureContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyRedirectingFactoryConstructorSignatureContext

func NewEmptyRedirectingFactoryConstructorSignatureContext() *RedirectingFactoryConstructorSignatureContext

func NewRedirectingFactoryConstructorSignatureContext

func NewRedirectingFactoryConstructorSignatureContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *RedirectingFactoryConstructorSignatureContext

func (*RedirectingFactoryConstructorSignatureContext) AllIdentifier

func (*RedirectingFactoryConstructorSignatureContext) Dtype

func (*RedirectingFactoryConstructorSignatureContext) EnterRule

func (*RedirectingFactoryConstructorSignatureContext) ExitRule

func (*RedirectingFactoryConstructorSignatureContext) FormalParameterList

func (*RedirectingFactoryConstructorSignatureContext) GetParser

func (*RedirectingFactoryConstructorSignatureContext) GetRuleContext

func (*RedirectingFactoryConstructorSignatureContext) Identifier

func (*RedirectingFactoryConstructorSignatureContext) IsRedirectingFactoryConstructorSignatureContext

func (*RedirectingFactoryConstructorSignatureContext) IsRedirectingFactoryConstructorSignatureContext()

func (*RedirectingFactoryConstructorSignatureContext) ToStringTree

func (s *RedirectingFactoryConstructorSignatureContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type RedirectionContext

type RedirectionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyRedirectionContext

func NewEmptyRedirectionContext() *RedirectionContext

func NewRedirectionContext

func NewRedirectionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *RedirectionContext

func (*RedirectionContext) Arguments

func (s *RedirectionContext) Arguments() IArgumentsContext

func (*RedirectionContext) EnterRule

func (s *RedirectionContext) EnterRule(listener antlr.ParseTreeListener)

func (*RedirectionContext) ExitRule

func (s *RedirectionContext) ExitRule(listener antlr.ParseTreeListener)

func (*RedirectionContext) GetParser

func (s *RedirectionContext) GetParser() antlr.Parser

func (*RedirectionContext) GetRuleContext

func (s *RedirectionContext) GetRuleContext() antlr.RuleContext

func (*RedirectionContext) Identifier

func (s *RedirectionContext) Identifier() IIdentifierContext

func (*RedirectionContext) IsRedirectionContext

func (*RedirectionContext) IsRedirectionContext()

func (*RedirectionContext) ToStringTree

func (s *RedirectionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type RelationalExpressionContext

type RelationalExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyRelationalExpressionContext

func NewEmptyRelationalExpressionContext() *RelationalExpressionContext

func NewRelationalExpressionContext

func NewRelationalExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *RelationalExpressionContext

func (*RelationalExpressionContext) AllBitwiseOrExpression

func (s *RelationalExpressionContext) AllBitwiseOrExpression() []IBitwiseOrExpressionContext

func (*RelationalExpressionContext) BitwiseOrExpression

func (*RelationalExpressionContext) EnterRule

func (s *RelationalExpressionContext) EnterRule(listener antlr.ParseTreeListener)

func (*RelationalExpressionContext) ExitRule

func (s *RelationalExpressionContext) ExitRule(listener antlr.ParseTreeListener)

func (*RelationalExpressionContext) GetParser

func (s *RelationalExpressionContext) GetParser() antlr.Parser

func (*RelationalExpressionContext) GetRuleContext

func (s *RelationalExpressionContext) GetRuleContext() antlr.RuleContext

func (*RelationalExpressionContext) IsRelationalExpressionContext

func (*RelationalExpressionContext) IsRelationalExpressionContext()

func (*RelationalExpressionContext) RelationalOperator

func (*RelationalExpressionContext) ToStringTree

func (s *RelationalExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*RelationalExpressionContext) TypeCast

func (*RelationalExpressionContext) TypeTest

type RelationalOperatorContext

type RelationalOperatorContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyRelationalOperatorContext

func NewEmptyRelationalOperatorContext() *RelationalOperatorContext

func NewRelationalOperatorContext

func NewRelationalOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *RelationalOperatorContext

func (*RelationalOperatorContext) EnterRule

func (s *RelationalOperatorContext) EnterRule(listener antlr.ParseTreeListener)

func (*RelationalOperatorContext) ExitRule

func (s *RelationalOperatorContext) ExitRule(listener antlr.ParseTreeListener)

func (*RelationalOperatorContext) GetParser

func (s *RelationalOperatorContext) GetParser() antlr.Parser

func (*RelationalOperatorContext) GetRuleContext

func (s *RelationalOperatorContext) GetRuleContext() antlr.RuleContext

func (*RelationalOperatorContext) IsRelationalOperatorContext

func (*RelationalOperatorContext) IsRelationalOperatorContext()

func (*RelationalOperatorContext) ToStringTree

func (s *RelationalOperatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type RethrowStatmentContext

type RethrowStatmentContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyRethrowStatmentContext

func NewEmptyRethrowStatmentContext() *RethrowStatmentContext

func NewRethrowStatmentContext

func NewRethrowStatmentContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *RethrowStatmentContext

func (*RethrowStatmentContext) EnterRule

func (s *RethrowStatmentContext) EnterRule(listener antlr.ParseTreeListener)

func (*RethrowStatmentContext) ExitRule

func (s *RethrowStatmentContext) ExitRule(listener antlr.ParseTreeListener)

func (*RethrowStatmentContext) GetParser

func (s *RethrowStatmentContext) GetParser() antlr.Parser

func (*RethrowStatmentContext) GetRuleContext

func (s *RethrowStatmentContext) GetRuleContext() antlr.RuleContext

func (*RethrowStatmentContext) IsRethrowStatmentContext

func (*RethrowStatmentContext) IsRethrowStatmentContext()

func (*RethrowStatmentContext) ToStringTree

func (s *RethrowStatmentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

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) EnterRule

func (s *ReturnStatementContext) EnterRule(listener antlr.ParseTreeListener)

func (*ReturnStatementContext) ExitRule

func (s *ReturnStatementContext) ExitRule(listener antlr.ParseTreeListener)

func (*ReturnStatementContext) Expression

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) ToStringTree

func (s *ReturnStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ReturnTypeContext

type ReturnTypeContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyReturnTypeContext

func NewEmptyReturnTypeContext() *ReturnTypeContext

func NewReturnTypeContext

func NewReturnTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ReturnTypeContext

func (*ReturnTypeContext) Dtype

func (s *ReturnTypeContext) Dtype() IDtypeContext

func (*ReturnTypeContext) EnterRule

func (s *ReturnTypeContext) EnterRule(listener antlr.ParseTreeListener)

func (*ReturnTypeContext) ExitRule

func (s *ReturnTypeContext) ExitRule(listener antlr.ParseTreeListener)

func (*ReturnTypeContext) GetParser

func (s *ReturnTypeContext) GetParser() antlr.Parser

func (*ReturnTypeContext) GetRuleContext

func (s *ReturnTypeContext) GetRuleContext() antlr.RuleContext

func (*ReturnTypeContext) IsReturnTypeContext

func (*ReturnTypeContext) IsReturnTypeContext()

func (*ReturnTypeContext) ToStringTree

func (s *ReturnTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ScriptTagContext

type ScriptTagContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyScriptTagContext

func NewEmptyScriptTagContext() *ScriptTagContext

func NewScriptTagContext

func NewScriptTagContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ScriptTagContext

func (*ScriptTagContext) AllNEWLINE

func (s *ScriptTagContext) AllNEWLINE() []antlr.TerminalNode

func (*ScriptTagContext) EnterRule

func (s *ScriptTagContext) EnterRule(listener antlr.ParseTreeListener)

func (*ScriptTagContext) ExitRule

func (s *ScriptTagContext) ExitRule(listener antlr.ParseTreeListener)

func (*ScriptTagContext) GetParser

func (s *ScriptTagContext) GetParser() antlr.Parser

func (*ScriptTagContext) GetRuleContext

func (s *ScriptTagContext) GetRuleContext() antlr.RuleContext

func (*ScriptTagContext) IsScriptTagContext

func (*ScriptTagContext) IsScriptTagContext()

func (*ScriptTagContext) NEWLINE

func (s *ScriptTagContext) NEWLINE(i int) antlr.TerminalNode

func (*ScriptTagContext) ToStringTree

func (s *ScriptTagContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SelectorContext

type SelectorContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySelectorContext

func NewEmptySelectorContext() *SelectorContext

func NewSelectorContext

func NewSelectorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SelectorContext

func (*SelectorContext) ArgumentPart

func (s *SelectorContext) ArgumentPart() IArgumentPartContext

func (*SelectorContext) AssignableSelector

func (s *SelectorContext) AssignableSelector() IAssignableSelectorContext

func (*SelectorContext) EnterRule

func (s *SelectorContext) EnterRule(listener antlr.ParseTreeListener)

func (*SelectorContext) ExitRule

func (s *SelectorContext) ExitRule(listener antlr.ParseTreeListener)

func (*SelectorContext) GetParser

func (s *SelectorContext) GetParser() antlr.Parser

func (*SelectorContext) GetRuleContext

func (s *SelectorContext) GetRuleContext() antlr.RuleContext

func (*SelectorContext) IsSelectorContext

func (*SelectorContext) IsSelectorContext()

func (*SelectorContext) ToStringTree

func (s *SelectorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SetterSignatureContext

type SetterSignatureContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySetterSignatureContext

func NewEmptySetterSignatureContext() *SetterSignatureContext

func NewSetterSignatureContext

func NewSetterSignatureContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SetterSignatureContext

func (*SetterSignatureContext) EnterRule

func (s *SetterSignatureContext) EnterRule(listener antlr.ParseTreeListener)

func (*SetterSignatureContext) ExitRule

func (s *SetterSignatureContext) ExitRule(listener antlr.ParseTreeListener)

func (*SetterSignatureContext) FormalParameterList

func (s *SetterSignatureContext) FormalParameterList() IFormalParameterListContext

func (*SetterSignatureContext) GetParser

func (s *SetterSignatureContext) GetParser() antlr.Parser

func (*SetterSignatureContext) GetRuleContext

func (s *SetterSignatureContext) GetRuleContext() antlr.RuleContext

func (*SetterSignatureContext) Identifier

func (*SetterSignatureContext) IsSetterSignatureContext

func (*SetterSignatureContext) IsSetterSignatureContext()

func (*SetterSignatureContext) ReturnType

func (*SetterSignatureContext) ToStringTree

func (s *SetterSignatureContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ShiftExpressionContext

type ShiftExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyShiftExpressionContext

func NewEmptyShiftExpressionContext() *ShiftExpressionContext

func NewShiftExpressionContext

func NewShiftExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ShiftExpressionContext

func (*ShiftExpressionContext) AdditiveExpression

func (s *ShiftExpressionContext) AdditiveExpression(i int) IAdditiveExpressionContext

func (*ShiftExpressionContext) AllAdditiveExpression

func (s *ShiftExpressionContext) AllAdditiveExpression() []IAdditiveExpressionContext

func (*ShiftExpressionContext) AllShiftOperator

func (s *ShiftExpressionContext) AllShiftOperator() []IShiftOperatorContext

func (*ShiftExpressionContext) EnterRule

func (s *ShiftExpressionContext) EnterRule(listener antlr.ParseTreeListener)

func (*ShiftExpressionContext) ExitRule

func (s *ShiftExpressionContext) ExitRule(listener antlr.ParseTreeListener)

func (*ShiftExpressionContext) GetParser

func (s *ShiftExpressionContext) GetParser() antlr.Parser

func (*ShiftExpressionContext) GetRuleContext

func (s *ShiftExpressionContext) GetRuleContext() antlr.RuleContext

func (*ShiftExpressionContext) IsShiftExpressionContext

func (*ShiftExpressionContext) IsShiftExpressionContext()

func (*ShiftExpressionContext) ShiftOperator

func (s *ShiftExpressionContext) ShiftOperator(i int) IShiftOperatorContext

func (*ShiftExpressionContext) ToStringTree

func (s *ShiftExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ShiftOperatorContext

type ShiftOperatorContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyShiftOperatorContext

func NewEmptyShiftOperatorContext() *ShiftOperatorContext

func NewShiftOperatorContext

func NewShiftOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ShiftOperatorContext

func (*ShiftOperatorContext) EnterRule

func (s *ShiftOperatorContext) EnterRule(listener antlr.ParseTreeListener)

func (*ShiftOperatorContext) ExitRule

func (s *ShiftOperatorContext) ExitRule(listener antlr.ParseTreeListener)

func (*ShiftOperatorContext) GetParser

func (s *ShiftOperatorContext) GetParser() antlr.Parser

func (*ShiftOperatorContext) GetRuleContext

func (s *ShiftOperatorContext) GetRuleContext() antlr.RuleContext

func (*ShiftOperatorContext) IsShiftOperatorContext

func (*ShiftOperatorContext) IsShiftOperatorContext()

func (*ShiftOperatorContext) ToStringTree

func (s *ShiftOperatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SimpleFormalParameterContext

type SimpleFormalParameterContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySimpleFormalParameterContext

func NewEmptySimpleFormalParameterContext() *SimpleFormalParameterContext

func NewSimpleFormalParameterContext

func NewSimpleFormalParameterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SimpleFormalParameterContext

func (*SimpleFormalParameterContext) DeclaredIdentifier

func (*SimpleFormalParameterContext) EnterRule

func (s *SimpleFormalParameterContext) EnterRule(listener antlr.ParseTreeListener)

func (*SimpleFormalParameterContext) ExitRule

func (*SimpleFormalParameterContext) GetParser

func (s *SimpleFormalParameterContext) GetParser() antlr.Parser

func (*SimpleFormalParameterContext) GetRuleContext

func (s *SimpleFormalParameterContext) GetRuleContext() antlr.RuleContext

func (*SimpleFormalParameterContext) Identifier

func (*SimpleFormalParameterContext) IsSimpleFormalParameterContext

func (*SimpleFormalParameterContext) IsSimpleFormalParameterContext()

func (*SimpleFormalParameterContext) Metadata

func (*SimpleFormalParameterContext) ToStringTree

func (s *SimpleFormalParameterContext) 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) AllLabel

func (s *StatementContext) AllLabel() []ILabelContext

func (*StatementContext) EnterRule

func (s *StatementContext) EnterRule(listener antlr.ParseTreeListener)

func (*StatementContext) ExitRule

func (s *StatementContext) ExitRule(listener antlr.ParseTreeListener)

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) Label

func (s *StatementContext) Label(i int) ILabelContext

func (*StatementContext) NonLabledStatment

func (s *StatementContext) NonLabledStatment() INonLabledStatmentContext

func (*StatementContext) ToStringTree

func (s *StatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type StatementsContext

type StatementsContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStatementsContext

func NewEmptyStatementsContext() *StatementsContext

func NewStatementsContext

func NewStatementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StatementsContext

func (*StatementsContext) AllStatement

func (s *StatementsContext) AllStatement() []IStatementContext

func (*StatementsContext) EnterRule

func (s *StatementsContext) EnterRule(listener antlr.ParseTreeListener)

func (*StatementsContext) ExitRule

func (s *StatementsContext) ExitRule(listener antlr.ParseTreeListener)

func (*StatementsContext) GetParser

func (s *StatementsContext) GetParser() antlr.Parser

func (*StatementsContext) GetRuleContext

func (s *StatementsContext) GetRuleContext() antlr.RuleContext

func (*StatementsContext) IsStatementsContext

func (*StatementsContext) IsStatementsContext()

func (*StatementsContext) Statement

func (s *StatementsContext) Statement(i int) IStatementContext

func (*StatementsContext) ToStringTree

func (s *StatementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type StaticFinalDeclarationContext

type StaticFinalDeclarationContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStaticFinalDeclarationContext

func NewEmptyStaticFinalDeclarationContext() *StaticFinalDeclarationContext

func NewStaticFinalDeclarationContext

func NewStaticFinalDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StaticFinalDeclarationContext

func (*StaticFinalDeclarationContext) EnterRule

func (s *StaticFinalDeclarationContext) EnterRule(listener antlr.ParseTreeListener)

func (*StaticFinalDeclarationContext) ExitRule

func (*StaticFinalDeclarationContext) Expression

func (*StaticFinalDeclarationContext) GetParser

func (*StaticFinalDeclarationContext) GetRuleContext

func (s *StaticFinalDeclarationContext) GetRuleContext() antlr.RuleContext

func (*StaticFinalDeclarationContext) Identifier

func (*StaticFinalDeclarationContext) IsStaticFinalDeclarationContext

func (*StaticFinalDeclarationContext) IsStaticFinalDeclarationContext()

func (*StaticFinalDeclarationContext) ToStringTree

func (s *StaticFinalDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type StaticFinalDeclarationListContext

type StaticFinalDeclarationListContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStaticFinalDeclarationListContext

func NewEmptyStaticFinalDeclarationListContext() *StaticFinalDeclarationListContext

func NewStaticFinalDeclarationListContext

func NewStaticFinalDeclarationListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StaticFinalDeclarationListContext

func (*StaticFinalDeclarationListContext) AllStaticFinalDeclaration

func (s *StaticFinalDeclarationListContext) AllStaticFinalDeclaration() []IStaticFinalDeclarationContext

func (*StaticFinalDeclarationListContext) EnterRule

func (*StaticFinalDeclarationListContext) ExitRule

func (*StaticFinalDeclarationListContext) GetParser

func (*StaticFinalDeclarationListContext) GetRuleContext

func (*StaticFinalDeclarationListContext) IsStaticFinalDeclarationListContext

func (*StaticFinalDeclarationListContext) IsStaticFinalDeclarationListContext()

func (*StaticFinalDeclarationListContext) StaticFinalDeclaration

func (*StaticFinalDeclarationListContext) ToStringTree

func (s *StaticFinalDeclarationListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type StringInterpolationContext

type StringInterpolationContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStringInterpolationContext

func NewEmptyStringInterpolationContext() *StringInterpolationContext

func NewStringInterpolationContext

func NewStringInterpolationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StringInterpolationContext

func (*StringInterpolationContext) EnterRule

func (s *StringInterpolationContext) EnterRule(listener antlr.ParseTreeListener)

func (*StringInterpolationContext) ExitRule

func (s *StringInterpolationContext) ExitRule(listener antlr.ParseTreeListener)

func (*StringInterpolationContext) Expression

func (*StringInterpolationContext) GetParser

func (s *StringInterpolationContext) GetParser() antlr.Parser

func (*StringInterpolationContext) GetRuleContext

func (s *StringInterpolationContext) GetRuleContext() antlr.RuleContext

func (*StringInterpolationContext) Identifier

func (*StringInterpolationContext) IsStringInterpolationContext

func (*StringInterpolationContext) IsStringInterpolationContext()

func (*StringInterpolationContext) ToStringTree

func (s *StringInterpolationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type StringLiteralContext

type StringLiteralContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStringLiteralContext

func NewEmptyStringLiteralContext() *StringLiteralContext

func NewStringLiteralContext

func NewStringLiteralContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StringLiteralContext

func (*StringLiteralContext) AllMultiLineString

func (s *StringLiteralContext) AllMultiLineString() []antlr.TerminalNode

func (*StringLiteralContext) AllSingleLineString

func (s *StringLiteralContext) AllSingleLineString() []antlr.TerminalNode

func (*StringLiteralContext) EnterRule

func (s *StringLiteralContext) EnterRule(listener antlr.ParseTreeListener)

func (*StringLiteralContext) ExitRule

func (s *StringLiteralContext) ExitRule(listener antlr.ParseTreeListener)

func (*StringLiteralContext) GetParser

func (s *StringLiteralContext) GetParser() antlr.Parser

func (*StringLiteralContext) GetRuleContext

func (s *StringLiteralContext) GetRuleContext() antlr.RuleContext

func (*StringLiteralContext) IsStringLiteralContext

func (*StringLiteralContext) IsStringLiteralContext()

func (*StringLiteralContext) MultiLineString

func (s *StringLiteralContext) MultiLineString(i int) antlr.TerminalNode

func (*StringLiteralContext) SingleLineString

func (s *StringLiteralContext) SingleLineString(i int) antlr.TerminalNode

func (*StringLiteralContext) ToStringTree

func (s *StringLiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SuperclassContext

type SuperclassContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySuperclassContext

func NewEmptySuperclassContext() *SuperclassContext

func NewSuperclassContext

func NewSuperclassContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SuperclassContext

func (*SuperclassContext) Dtype

func (s *SuperclassContext) Dtype() IDtypeContext

func (*SuperclassContext) EnterRule

func (s *SuperclassContext) EnterRule(listener antlr.ParseTreeListener)

func (*SuperclassContext) ExitRule

func (s *SuperclassContext) ExitRule(listener antlr.ParseTreeListener)

func (*SuperclassContext) GetParser

func (s *SuperclassContext) GetParser() antlr.Parser

func (*SuperclassContext) GetRuleContext

func (s *SuperclassContext) GetRuleContext() antlr.RuleContext

func (*SuperclassContext) IsSuperclassContext

func (*SuperclassContext) IsSuperclassContext()

func (*SuperclassContext) ToStringTree

func (s *SuperclassContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SwitchCaseContext

type SwitchCaseContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySwitchCaseContext

func NewEmptySwitchCaseContext() *SwitchCaseContext

func NewSwitchCaseContext

func NewSwitchCaseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SwitchCaseContext

func (*SwitchCaseContext) AllLabel

func (s *SwitchCaseContext) AllLabel() []ILabelContext

func (*SwitchCaseContext) EnterRule

func (s *SwitchCaseContext) EnterRule(listener antlr.ParseTreeListener)

func (*SwitchCaseContext) ExitRule

func (s *SwitchCaseContext) ExitRule(listener antlr.ParseTreeListener)

func (*SwitchCaseContext) Expression

func (s *SwitchCaseContext) Expression() IExpressionContext

func (*SwitchCaseContext) GetParser

func (s *SwitchCaseContext) GetParser() antlr.Parser

func (*SwitchCaseContext) GetRuleContext

func (s *SwitchCaseContext) GetRuleContext() antlr.RuleContext

func (*SwitchCaseContext) IsSwitchCaseContext

func (*SwitchCaseContext) IsSwitchCaseContext()

func (*SwitchCaseContext) Label

func (s *SwitchCaseContext) Label(i int) ILabelContext

func (*SwitchCaseContext) Statements

func (s *SwitchCaseContext) Statements() IStatementsContext

func (*SwitchCaseContext) ToStringTree

func (s *SwitchCaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SwitchStatementContext

type SwitchStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySwitchStatementContext

func NewEmptySwitchStatementContext() *SwitchStatementContext

func NewSwitchStatementContext

func NewSwitchStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SwitchStatementContext

func (*SwitchStatementContext) AllSwitchCase

func (s *SwitchStatementContext) AllSwitchCase() []ISwitchCaseContext

func (*SwitchStatementContext) DefaultCase

func (*SwitchStatementContext) EnterRule

func (s *SwitchStatementContext) EnterRule(listener antlr.ParseTreeListener)

func (*SwitchStatementContext) ExitRule

func (s *SwitchStatementContext) ExitRule(listener antlr.ParseTreeListener)

func (*SwitchStatementContext) Expression

func (*SwitchStatementContext) GetParser

func (s *SwitchStatementContext) GetParser() antlr.Parser

func (*SwitchStatementContext) GetRuleContext

func (s *SwitchStatementContext) GetRuleContext() antlr.RuleContext

func (*SwitchStatementContext) IsSwitchStatementContext

func (*SwitchStatementContext) IsSwitchStatementContext()

func (*SwitchStatementContext) SwitchCase

func (*SwitchStatementContext) ToStringTree

func (s *SwitchStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SymbolLiteralContext

type SymbolLiteralContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySymbolLiteralContext

func NewEmptySymbolLiteralContext() *SymbolLiteralContext

func NewSymbolLiteralContext

func NewSymbolLiteralContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SymbolLiteralContext

func (*SymbolLiteralContext) AllIdentifier

func (s *SymbolLiteralContext) AllIdentifier() []IIdentifierContext

func (*SymbolLiteralContext) EnterRule

func (s *SymbolLiteralContext) EnterRule(listener antlr.ParseTreeListener)

func (*SymbolLiteralContext) ExitRule

func (s *SymbolLiteralContext) ExitRule(listener antlr.ParseTreeListener)

func (*SymbolLiteralContext) GetParser

func (s *SymbolLiteralContext) GetParser() antlr.Parser

func (*SymbolLiteralContext) GetRuleContext

func (s *SymbolLiteralContext) GetRuleContext() antlr.RuleContext

func (*SymbolLiteralContext) Identifier

func (s *SymbolLiteralContext) Identifier(i int) IIdentifierContext

func (*SymbolLiteralContext) IsSymbolLiteralContext

func (*SymbolLiteralContext) IsSymbolLiteralContext()

func (*SymbolLiteralContext) Operator

func (s *SymbolLiteralContext) Operator() IOperatorContext

func (*SymbolLiteralContext) ToStringTree

func (s *SymbolLiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ThisExpressionContext

type ThisExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyThisExpressionContext

func NewEmptyThisExpressionContext() *ThisExpressionContext

func NewThisExpressionContext

func NewThisExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ThisExpressionContext

func (*ThisExpressionContext) EnterRule

func (s *ThisExpressionContext) EnterRule(listener antlr.ParseTreeListener)

func (*ThisExpressionContext) ExitRule

func (s *ThisExpressionContext) ExitRule(listener antlr.ParseTreeListener)

func (*ThisExpressionContext) GetParser

func (s *ThisExpressionContext) GetParser() antlr.Parser

func (*ThisExpressionContext) GetRuleContext

func (s *ThisExpressionContext) GetRuleContext() antlr.RuleContext

func (*ThisExpressionContext) IsThisExpressionContext

func (*ThisExpressionContext) IsThisExpressionContext()

func (*ThisExpressionContext) ToStringTree

func (s *ThisExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ThrowExpressionContext

type ThrowExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyThrowExpressionContext

func NewEmptyThrowExpressionContext() *ThrowExpressionContext

func NewThrowExpressionContext

func NewThrowExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ThrowExpressionContext

func (*ThrowExpressionContext) EnterRule

func (s *ThrowExpressionContext) EnterRule(listener antlr.ParseTreeListener)

func (*ThrowExpressionContext) ExitRule

func (s *ThrowExpressionContext) ExitRule(listener antlr.ParseTreeListener)

func (*ThrowExpressionContext) Expression

func (*ThrowExpressionContext) GetParser

func (s *ThrowExpressionContext) GetParser() antlr.Parser

func (*ThrowExpressionContext) GetRuleContext

func (s *ThrowExpressionContext) GetRuleContext() antlr.RuleContext

func (*ThrowExpressionContext) IsThrowExpressionContext

func (*ThrowExpressionContext) IsThrowExpressionContext()

func (*ThrowExpressionContext) ToStringTree

func (s *ThrowExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ThrowExpressionWithoutCascadeContext

type ThrowExpressionWithoutCascadeContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyThrowExpressionWithoutCascadeContext

func NewEmptyThrowExpressionWithoutCascadeContext() *ThrowExpressionWithoutCascadeContext

func NewThrowExpressionWithoutCascadeContext

func NewThrowExpressionWithoutCascadeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ThrowExpressionWithoutCascadeContext

func (*ThrowExpressionWithoutCascadeContext) EnterRule

func (*ThrowExpressionWithoutCascadeContext) ExitRule

func (*ThrowExpressionWithoutCascadeContext) ExpressionWithoutCascade

func (*ThrowExpressionWithoutCascadeContext) GetParser

func (*ThrowExpressionWithoutCascadeContext) GetRuleContext

func (*ThrowExpressionWithoutCascadeContext) IsThrowExpressionWithoutCascadeContext

func (*ThrowExpressionWithoutCascadeContext) IsThrowExpressionWithoutCascadeContext()

func (*ThrowExpressionWithoutCascadeContext) ToStringTree

func (s *ThrowExpressionWithoutCascadeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type TildeOperatorContext

type TildeOperatorContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTildeOperatorContext

func NewEmptyTildeOperatorContext() *TildeOperatorContext

func NewTildeOperatorContext

func NewTildeOperatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TildeOperatorContext

func (*TildeOperatorContext) EnterRule

func (s *TildeOperatorContext) EnterRule(listener antlr.ParseTreeListener)

func (*TildeOperatorContext) ExitRule

func (s *TildeOperatorContext) ExitRule(listener antlr.ParseTreeListener)

func (*TildeOperatorContext) GetParser

func (s *TildeOperatorContext) GetParser() antlr.Parser

func (*TildeOperatorContext) GetRuleContext

func (s *TildeOperatorContext) GetRuleContext() antlr.RuleContext

func (*TildeOperatorContext) IsTildeOperatorContext

func (*TildeOperatorContext) IsTildeOperatorContext()

func (*TildeOperatorContext) ToStringTree

func (s *TildeOperatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type TopLevelDefinitionContext

type TopLevelDefinitionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTopLevelDefinitionContext

func NewEmptyTopLevelDefinitionContext() *TopLevelDefinitionContext

func NewTopLevelDefinitionContext

func NewTopLevelDefinitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TopLevelDefinitionContext

func (*TopLevelDefinitionContext) ClassDefinition

func (*TopLevelDefinitionContext) Dtype

func (*TopLevelDefinitionContext) EnterRule

func (s *TopLevelDefinitionContext) EnterRule(listener antlr.ParseTreeListener)

func (*TopLevelDefinitionContext) EnumType

func (*TopLevelDefinitionContext) ExitRule

func (s *TopLevelDefinitionContext) ExitRule(listener antlr.ParseTreeListener)

func (*TopLevelDefinitionContext) FormalParameterList

func (s *TopLevelDefinitionContext) FormalParameterList() IFormalParameterListContext

func (*TopLevelDefinitionContext) FunctionBody

func (*TopLevelDefinitionContext) FunctionSignature

func (*TopLevelDefinitionContext) GetParser

func (s *TopLevelDefinitionContext) GetParser() antlr.Parser

func (*TopLevelDefinitionContext) GetRuleContext

func (s *TopLevelDefinitionContext) GetRuleContext() antlr.RuleContext

func (*TopLevelDefinitionContext) GetterSignature

func (*TopLevelDefinitionContext) Identifier

func (*TopLevelDefinitionContext) IsTopLevelDefinitionContext

func (*TopLevelDefinitionContext) IsTopLevelDefinitionContext()

func (*TopLevelDefinitionContext) ReturnType

func (*TopLevelDefinitionContext) SetterSignature

func (*TopLevelDefinitionContext) StaticFinalDeclarationList

func (s *TopLevelDefinitionContext) StaticFinalDeclarationList() IStaticFinalDeclarationListContext

func (*TopLevelDefinitionContext) ToStringTree

func (s *TopLevelDefinitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TopLevelDefinitionContext) TypeAlias

func (*TopLevelDefinitionContext) VariableDeclaration

func (s *TopLevelDefinitionContext) VariableDeclaration() IVariableDeclarationContext

type TryStatementContext

type TryStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTryStatementContext

func NewEmptyTryStatementContext() *TryStatementContext

func NewTryStatementContext

func NewTryStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TryStatementContext

func (*TryStatementContext) AllOnPart

func (s *TryStatementContext) AllOnPart() []IOnPartContext

func (*TryStatementContext) Block

func (*TryStatementContext) EnterRule

func (s *TryStatementContext) EnterRule(listener antlr.ParseTreeListener)

func (*TryStatementContext) ExitRule

func (s *TryStatementContext) ExitRule(listener antlr.ParseTreeListener)

func (*TryStatementContext) FinallyPart

func (s *TryStatementContext) FinallyPart() IFinallyPartContext

func (*TryStatementContext) GetParser

func (s *TryStatementContext) GetParser() antlr.Parser

func (*TryStatementContext) GetRuleContext

func (s *TryStatementContext) GetRuleContext() antlr.RuleContext

func (*TryStatementContext) IsTryStatementContext

func (*TryStatementContext) IsTryStatementContext()

func (*TryStatementContext) OnPart

func (s *TryStatementContext) OnPart(i int) IOnPartContext

func (*TryStatementContext) ToStringTree

func (s *TryStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type TypeAliasBodyContext

type TypeAliasBodyContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeAliasBodyContext

func NewEmptyTypeAliasBodyContext() *TypeAliasBodyContext

func NewTypeAliasBodyContext

func NewTypeAliasBodyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeAliasBodyContext

func (*TypeAliasBodyContext) EnterRule

func (s *TypeAliasBodyContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeAliasBodyContext) ExitRule

func (s *TypeAliasBodyContext) ExitRule(listener antlr.ParseTreeListener)

func (*TypeAliasBodyContext) FunctionTypeAlias

func (s *TypeAliasBodyContext) FunctionTypeAlias() IFunctionTypeAliasContext

func (*TypeAliasBodyContext) GetParser

func (s *TypeAliasBodyContext) GetParser() antlr.Parser

func (*TypeAliasBodyContext) GetRuleContext

func (s *TypeAliasBodyContext) GetRuleContext() antlr.RuleContext

func (*TypeAliasBodyContext) IsTypeAliasBodyContext

func (*TypeAliasBodyContext) IsTypeAliasBodyContext()

func (*TypeAliasBodyContext) ToStringTree

func (s *TypeAliasBodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type TypeAliasContext

type TypeAliasContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeAliasContext

func NewEmptyTypeAliasContext() *TypeAliasContext

func NewTypeAliasContext

func NewTypeAliasContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeAliasContext

func (*TypeAliasContext) EnterRule

func (s *TypeAliasContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeAliasContext) ExitRule

func (s *TypeAliasContext) ExitRule(listener antlr.ParseTreeListener)

func (*TypeAliasContext) GetParser

func (s *TypeAliasContext) GetParser() antlr.Parser

func (*TypeAliasContext) GetRuleContext

func (s *TypeAliasContext) GetRuleContext() antlr.RuleContext

func (*TypeAliasContext) IsTypeAliasContext

func (*TypeAliasContext) IsTypeAliasContext()

func (*TypeAliasContext) Metadata

func (s *TypeAliasContext) Metadata() IMetadataContext

func (*TypeAliasContext) ToStringTree

func (s *TypeAliasContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeAliasContext) TypeAliasBody

func (s *TypeAliasContext) TypeAliasBody() ITypeAliasBodyContext

type TypeArgumentsContext

type TypeArgumentsContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeArgumentsContext

func NewEmptyTypeArgumentsContext() *TypeArgumentsContext

func NewTypeArgumentsContext

func NewTypeArgumentsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeArgumentsContext

func (*TypeArgumentsContext) EnterRule

func (s *TypeArgumentsContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeArgumentsContext) ExitRule

func (s *TypeArgumentsContext) ExitRule(listener antlr.ParseTreeListener)

func (*TypeArgumentsContext) GetParser

func (s *TypeArgumentsContext) GetParser() antlr.Parser

func (*TypeArgumentsContext) GetRuleContext

func (s *TypeArgumentsContext) GetRuleContext() antlr.RuleContext

func (*TypeArgumentsContext) IsTypeArgumentsContext

func (*TypeArgumentsContext) IsTypeArgumentsContext()

func (*TypeArgumentsContext) ToStringTree

func (s *TypeArgumentsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeArgumentsContext) TypeList

func (s *TypeArgumentsContext) TypeList() ITypeListContext

type TypeCastContext

type TypeCastContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeCastContext

func NewEmptyTypeCastContext() *TypeCastContext

func NewTypeCastContext

func NewTypeCastContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeCastContext

func (*TypeCastContext) AsOperator

func (s *TypeCastContext) AsOperator() IAsOperatorContext

func (*TypeCastContext) Dtype

func (s *TypeCastContext) Dtype() IDtypeContext

func (*TypeCastContext) EnterRule

func (s *TypeCastContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeCastContext) ExitRule

func (s *TypeCastContext) ExitRule(listener antlr.ParseTreeListener)

func (*TypeCastContext) GetParser

func (s *TypeCastContext) GetParser() antlr.Parser

func (*TypeCastContext) GetRuleContext

func (s *TypeCastContext) GetRuleContext() antlr.RuleContext

func (*TypeCastContext) IsTypeCastContext

func (*TypeCastContext) IsTypeCastContext()

func (*TypeCastContext) ToStringTree

func (s *TypeCastContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

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) AllDtype

func (s *TypeListContext) AllDtype() []IDtypeContext

func (*TypeListContext) Dtype

func (s *TypeListContext) Dtype(i int) IDtypeContext

func (*TypeListContext) EnterRule

func (s *TypeListContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeListContext) ExitRule

func (s *TypeListContext) ExitRule(listener antlr.ParseTreeListener)

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) ToStringTree

func (s *TypeListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type TypeNameContext

type TypeNameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeNameContext

func NewEmptyTypeNameContext() *TypeNameContext

func NewTypeNameContext

func NewTypeNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeNameContext

func (*TypeNameContext) EnterRule

func (s *TypeNameContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeNameContext) ExitRule

func (s *TypeNameContext) ExitRule(listener antlr.ParseTreeListener)

func (*TypeNameContext) GetParser

func (s *TypeNameContext) GetParser() antlr.Parser

func (*TypeNameContext) GetRuleContext

func (s *TypeNameContext) GetRuleContext() antlr.RuleContext

func (*TypeNameContext) IsTypeNameContext

func (*TypeNameContext) IsTypeNameContext()

func (*TypeNameContext) Qualified

func (s *TypeNameContext) Qualified() IQualifiedContext

func (*TypeNameContext) ToStringTree

func (s *TypeNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type TypeParameterContext

type TypeParameterContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeParameterContext

func NewEmptyTypeParameterContext() *TypeParameterContext

func NewTypeParameterContext

func NewTypeParameterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeParameterContext

func (*TypeParameterContext) Dtype

func (*TypeParameterContext) EnterRule

func (s *TypeParameterContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeParameterContext) ExitRule

func (s *TypeParameterContext) ExitRule(listener antlr.ParseTreeListener)

func (*TypeParameterContext) GetParser

func (s *TypeParameterContext) GetParser() antlr.Parser

func (*TypeParameterContext) GetRuleContext

func (s *TypeParameterContext) GetRuleContext() antlr.RuleContext

func (*TypeParameterContext) Identifier

func (s *TypeParameterContext) Identifier() IIdentifierContext

func (*TypeParameterContext) IsTypeParameterContext

func (*TypeParameterContext) IsTypeParameterContext()

func (*TypeParameterContext) Metadata

func (s *TypeParameterContext) Metadata() IMetadataContext

func (*TypeParameterContext) ToStringTree

func (s *TypeParameterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type TypeParametersContext

type TypeParametersContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeParametersContext

func NewEmptyTypeParametersContext() *TypeParametersContext

func NewTypeParametersContext

func NewTypeParametersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeParametersContext

func (*TypeParametersContext) AllTypeParameter

func (s *TypeParametersContext) AllTypeParameter() []ITypeParameterContext

func (*TypeParametersContext) EnterRule

func (s *TypeParametersContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeParametersContext) ExitRule

func (s *TypeParametersContext) ExitRule(listener antlr.ParseTreeListener)

func (*TypeParametersContext) GetParser

func (s *TypeParametersContext) GetParser() antlr.Parser

func (*TypeParametersContext) GetRuleContext

func (s *TypeParametersContext) GetRuleContext() antlr.RuleContext

func (*TypeParametersContext) IsTypeParametersContext

func (*TypeParametersContext) IsTypeParametersContext()

func (*TypeParametersContext) ToStringTree

func (s *TypeParametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeParametersContext) TypeParameter

func (s *TypeParametersContext) TypeParameter(i int) ITypeParameterContext

type TypeTestContext

type TypeTestContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeTestContext

func NewEmptyTypeTestContext() *TypeTestContext

func NewTypeTestContext

func NewTypeTestContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeTestContext

func (*TypeTestContext) Dtype

func (s *TypeTestContext) Dtype() IDtypeContext

func (*TypeTestContext) EnterRule

func (s *TypeTestContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeTestContext) ExitRule

func (s *TypeTestContext) ExitRule(listener antlr.ParseTreeListener)

func (*TypeTestContext) GetParser

func (s *TypeTestContext) GetParser() antlr.Parser

func (*TypeTestContext) GetRuleContext

func (s *TypeTestContext) GetRuleContext() antlr.RuleContext

func (*TypeTestContext) IsOperator

func (s *TypeTestContext) IsOperator() IIsOperatorContext

func (*TypeTestContext) IsTypeTestContext

func (*TypeTestContext) IsTypeTestContext()

func (*TypeTestContext) ToStringTree

func (s *TypeTestContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type UnaryExpressionContext

type UnaryExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyUnaryExpressionContext

func NewEmptyUnaryExpressionContext() *UnaryExpressionContext

func NewUnaryExpressionContext

func NewUnaryExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *UnaryExpressionContext

func (*UnaryExpressionContext) AssignableExpression

func (s *UnaryExpressionContext) AssignableExpression() IAssignableExpressionContext

func (*UnaryExpressionContext) AwaitExpression

func (s *UnaryExpressionContext) AwaitExpression() IAwaitExpressionContext

func (*UnaryExpressionContext) EnterRule

func (s *UnaryExpressionContext) EnterRule(listener antlr.ParseTreeListener)

func (*UnaryExpressionContext) ExitRule

func (s *UnaryExpressionContext) ExitRule(listener antlr.ParseTreeListener)

func (*UnaryExpressionContext) GetParser

func (s *UnaryExpressionContext) GetParser() antlr.Parser

func (*UnaryExpressionContext) GetRuleContext

func (s *UnaryExpressionContext) GetRuleContext() antlr.RuleContext

func (*UnaryExpressionContext) IncrementOperator

func (s *UnaryExpressionContext) IncrementOperator() IIncrementOperatorContext

func (*UnaryExpressionContext) IsUnaryExpressionContext

func (*UnaryExpressionContext) IsUnaryExpressionContext()

func (*UnaryExpressionContext) MinusOperator

func (s *UnaryExpressionContext) MinusOperator() IMinusOperatorContext

func (*UnaryExpressionContext) PostfixExpression

func (s *UnaryExpressionContext) PostfixExpression() IPostfixExpressionContext

func (*UnaryExpressionContext) PrefixOperator

func (s *UnaryExpressionContext) PrefixOperator() IPrefixOperatorContext

func (*UnaryExpressionContext) TildeOperator

func (s *UnaryExpressionContext) TildeOperator() ITildeOperatorContext

func (*UnaryExpressionContext) ToStringTree

func (s *UnaryExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*UnaryExpressionContext) UnaryExpression

func (s *UnaryExpressionContext) UnaryExpression() IUnaryExpressionContext

type UnconditionalAssignableSelectorContext

type UnconditionalAssignableSelectorContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyUnconditionalAssignableSelectorContext

func NewEmptyUnconditionalAssignableSelectorContext() *UnconditionalAssignableSelectorContext

func NewUnconditionalAssignableSelectorContext

func NewUnconditionalAssignableSelectorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *UnconditionalAssignableSelectorContext

func (*UnconditionalAssignableSelectorContext) EnterRule

func (*UnconditionalAssignableSelectorContext) ExitRule

func (*UnconditionalAssignableSelectorContext) Expression

func (*UnconditionalAssignableSelectorContext) GetParser

func (*UnconditionalAssignableSelectorContext) GetRuleContext

func (*UnconditionalAssignableSelectorContext) Identifier

func (*UnconditionalAssignableSelectorContext) IsUnconditionalAssignableSelectorContext

func (*UnconditionalAssignableSelectorContext) IsUnconditionalAssignableSelectorContext()

func (*UnconditionalAssignableSelectorContext) ToStringTree

func (s *UnconditionalAssignableSelectorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type UriContext

type UriContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyUriContext

func NewEmptyUriContext() *UriContext

func NewUriContext

func NewUriContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *UriContext

func (*UriContext) EnterRule

func (s *UriContext) EnterRule(listener antlr.ParseTreeListener)

func (*UriContext) ExitRule

func (s *UriContext) ExitRule(listener antlr.ParseTreeListener)

func (*UriContext) GetParser

func (s *UriContext) GetParser() antlr.Parser

func (*UriContext) GetRuleContext

func (s *UriContext) GetRuleContext() antlr.RuleContext

func (*UriContext) IsUriContext

func (*UriContext) IsUriContext()

func (*UriContext) StringLiteral

func (s *UriContext) StringLiteral() IStringLiteralContext

func (*UriContext) ToStringTree

func (s *UriContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type UriTestContext

type UriTestContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyUriTestContext

func NewEmptyUriTestContext() *UriTestContext

func NewUriTestContext

func NewUriTestContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *UriTestContext

func (*UriTestContext) DottedIdentifierList

func (s *UriTestContext) DottedIdentifierList() IDottedIdentifierListContext

func (*UriTestContext) EnterRule

func (s *UriTestContext) EnterRule(listener antlr.ParseTreeListener)

func (*UriTestContext) ExitRule

func (s *UriTestContext) ExitRule(listener antlr.ParseTreeListener)

func (*UriTestContext) GetParser

func (s *UriTestContext) GetParser() antlr.Parser

func (*UriTestContext) GetRuleContext

func (s *UriTestContext) GetRuleContext() antlr.RuleContext

func (*UriTestContext) IsUriTestContext

func (*UriTestContext) IsUriTestContext()

func (*UriTestContext) StringLiteral

func (s *UriTestContext) StringLiteral() IStringLiteralContext

func (*UriTestContext) ToStringTree

func (s *UriTestContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type VarOrTypeContext

type VarOrTypeContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyVarOrTypeContext

func NewEmptyVarOrTypeContext() *VarOrTypeContext

func NewVarOrTypeContext

func NewVarOrTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VarOrTypeContext

func (*VarOrTypeContext) Dtype

func (s *VarOrTypeContext) Dtype() IDtypeContext

func (*VarOrTypeContext) EnterRule

func (s *VarOrTypeContext) EnterRule(listener antlr.ParseTreeListener)

func (*VarOrTypeContext) ExitRule

func (s *VarOrTypeContext) ExitRule(listener antlr.ParseTreeListener)

func (*VarOrTypeContext) GetParser

func (s *VarOrTypeContext) GetParser() antlr.Parser

func (*VarOrTypeContext) GetRuleContext

func (s *VarOrTypeContext) GetRuleContext() antlr.RuleContext

func (*VarOrTypeContext) IsVarOrTypeContext

func (*VarOrTypeContext) IsVarOrTypeContext()

func (*VarOrTypeContext) ToStringTree

func (s *VarOrTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type VariableDeclarationContext

type VariableDeclarationContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyVariableDeclarationContext

func NewEmptyVariableDeclarationContext() *VariableDeclarationContext

func NewVariableDeclarationContext

func NewVariableDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VariableDeclarationContext

func (*VariableDeclarationContext) AllIdentifier

func (s *VariableDeclarationContext) AllIdentifier() []IIdentifierContext

func (*VariableDeclarationContext) DeclaredIdentifier

func (*VariableDeclarationContext) EnterRule

func (s *VariableDeclarationContext) EnterRule(listener antlr.ParseTreeListener)

func (*VariableDeclarationContext) ExitRule

func (s *VariableDeclarationContext) ExitRule(listener antlr.ParseTreeListener)

func (*VariableDeclarationContext) GetParser

func (s *VariableDeclarationContext) GetParser() antlr.Parser

func (*VariableDeclarationContext) GetRuleContext

func (s *VariableDeclarationContext) GetRuleContext() antlr.RuleContext

func (*VariableDeclarationContext) Identifier

func (*VariableDeclarationContext) IsVariableDeclarationContext

func (*VariableDeclarationContext) IsVariableDeclarationContext()

func (*VariableDeclarationContext) ToStringTree

func (s *VariableDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type WhileStatementContext

type WhileStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyWhileStatementContext

func NewEmptyWhileStatementContext() *WhileStatementContext

func NewWhileStatementContext

func NewWhileStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *WhileStatementContext

func (*WhileStatementContext) EnterRule

func (s *WhileStatementContext) EnterRule(listener antlr.ParseTreeListener)

func (*WhileStatementContext) ExitRule

func (s *WhileStatementContext) ExitRule(listener antlr.ParseTreeListener)

func (*WhileStatementContext) Expression

func (s *WhileStatementContext) Expression() IExpressionContext

func (*WhileStatementContext) GetParser

func (s *WhileStatementContext) GetParser() antlr.Parser

func (*WhileStatementContext) GetRuleContext

func (s *WhileStatementContext) GetRuleContext() antlr.RuleContext

func (*WhileStatementContext) IsWhileStatementContext

func (*WhileStatementContext) IsWhileStatementContext()

func (*WhileStatementContext) Statement

func (*WhileStatementContext) ToStringTree

func (s *WhileStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type YieldEachStatementContext

type YieldEachStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyYieldEachStatementContext

func NewEmptyYieldEachStatementContext() *YieldEachStatementContext

func NewYieldEachStatementContext

func NewYieldEachStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *YieldEachStatementContext

func (*YieldEachStatementContext) EnterRule

func (s *YieldEachStatementContext) EnterRule(listener antlr.ParseTreeListener)

func (*YieldEachStatementContext) ExitRule

func (s *YieldEachStatementContext) ExitRule(listener antlr.ParseTreeListener)

func (*YieldEachStatementContext) Expression

func (*YieldEachStatementContext) GetParser

func (s *YieldEachStatementContext) GetParser() antlr.Parser

func (*YieldEachStatementContext) GetRuleContext

func (s *YieldEachStatementContext) GetRuleContext() antlr.RuleContext

func (*YieldEachStatementContext) IsYieldEachStatementContext

func (*YieldEachStatementContext) IsYieldEachStatementContext()

func (*YieldEachStatementContext) ToStringTree

func (s *YieldEachStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type YieldStatementContext

type YieldStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyYieldStatementContext

func NewEmptyYieldStatementContext() *YieldStatementContext

func NewYieldStatementContext

func NewYieldStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *YieldStatementContext

func (*YieldStatementContext) EnterRule

func (s *YieldStatementContext) EnterRule(listener antlr.ParseTreeListener)

func (*YieldStatementContext) ExitRule

func (s *YieldStatementContext) ExitRule(listener antlr.ParseTreeListener)

func (*YieldStatementContext) Expression

func (s *YieldStatementContext) Expression() IExpressionContext

func (*YieldStatementContext) GetParser

func (s *YieldStatementContext) GetParser() antlr.Parser

func (*YieldStatementContext) GetRuleContext

func (s *YieldStatementContext) GetRuleContext() antlr.RuleContext

func (*YieldStatementContext) IsYieldStatementContext

func (*YieldStatementContext) IsYieldStatementContext()

func (*YieldStatementContext) ToStringTree

func (s *YieldStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL