parser

package
v1.9.11 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2022 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GroovyLexerStringLiteral         = 1
	GroovyLexerGStringBegin          = 2
	GroovyLexerGStringEnd            = 3
	GroovyLexerGStringPart           = 4
	GroovyLexerGStringPathPart       = 5
	GroovyLexerRollBackOne           = 6
	GroovyLexerAS                    = 7
	GroovyLexerDEF                   = 8
	GroovyLexerIN                    = 9
	GroovyLexerTRAIT                 = 10
	GroovyLexerTHREADSAFE            = 11
	GroovyLexerVAR                   = 12
	GroovyLexerBuiltInPrimitiveType  = 13
	GroovyLexerABSTRACT              = 14
	GroovyLexerASSERT                = 15
	GroovyLexerBREAK                 = 16
	GroovyLexerCASE                  = 17
	GroovyLexerCATCH                 = 18
	GroovyLexerCLASS                 = 19
	GroovyLexerCONST                 = 20
	GroovyLexerCONTINUE              = 21
	GroovyLexerDEFAULT               = 22
	GroovyLexerDO                    = 23
	GroovyLexerELSE                  = 24
	GroovyLexerENUM                  = 25
	GroovyLexerEXTENDS               = 26
	GroovyLexerFINAL                 = 27
	GroovyLexerFINALLY               = 28
	GroovyLexerFOR                   = 29
	GroovyLexerIF                    = 30
	GroovyLexerGOTO                  = 31
	GroovyLexerIMPLEMENTS            = 32
	GroovyLexerIMPORT                = 33
	GroovyLexerINSTANCEOF            = 34
	GroovyLexerINTERFACE             = 35
	GroovyLexerNATIVE                = 36
	GroovyLexerNEW                   = 37
	GroovyLexerPACKAGE               = 38
	GroovyLexerPRIVATE               = 39
	GroovyLexerPROTECTED             = 40
	GroovyLexerPUBLIC                = 41
	GroovyLexerRETURN                = 42
	GroovyLexerSTATIC                = 43
	GroovyLexerSTRICTFP              = 44
	GroovyLexerSUPER                 = 45
	GroovyLexerSWITCH                = 46
	GroovyLexerSYNCHRONIZED          = 47
	GroovyLexerTHIS                  = 48
	GroovyLexerTHROW                 = 49
	GroovyLexerTHROWS                = 50
	GroovyLexerTRANSIENT             = 51
	GroovyLexerTRY                   = 52
	GroovyLexerVOID                  = 53
	GroovyLexerVOLATILE              = 54
	GroovyLexerWHILE                 = 55
	GroovyLexerIntegerLiteral        = 56
	GroovyLexerFloatingPointLiteral  = 57
	GroovyLexerBooleanLiteral        = 58
	GroovyLexerNullLiteral           = 59
	GroovyLexerRANGE_INCLUSIVE       = 60
	GroovyLexerRANGE_EXCLUSIVE       = 61
	GroovyLexerSPREAD_DOT            = 62
	GroovyLexerSAFE_DOT              = 63
	GroovyLexerSAFE_CHAIN_DOT        = 64
	GroovyLexerELVIS                 = 65
	GroovyLexerMETHOD_POINTER        = 66
	GroovyLexerMETHOD_REFERENCE      = 67
	GroovyLexerREGEX_FIND            = 68
	GroovyLexerREGEX_MATCH           = 69
	GroovyLexerPOWER                 = 70
	GroovyLexerPOWER_ASSIGN          = 71
	GroovyLexerSPACESHIP             = 72
	GroovyLexerIDENTICAL             = 73
	GroovyLexerNOT_IDENTICAL         = 74
	GroovyLexerARROW                 = 75
	GroovyLexerNOT_INSTANCEOF        = 76
	GroovyLexerNOT_IN                = 77
	GroovyLexerLPAREN                = 78
	GroovyLexerRPAREN                = 79
	GroovyLexerLBRACE                = 80
	GroovyLexerRBRACE                = 81
	GroovyLexerLBRACK                = 82
	GroovyLexerRBRACK                = 83
	GroovyLexerSEMI                  = 84
	GroovyLexerCOMMA                 = 85
	GroovyLexerDOT                   = 86
	GroovyLexerASSIGN                = 87
	GroovyLexerGT                    = 88
	GroovyLexerLT                    = 89
	GroovyLexerNOT                   = 90
	GroovyLexerBITNOT                = 91
	GroovyLexerQUESTION              = 92
	GroovyLexerCOLON                 = 93
	GroovyLexerEQUAL                 = 94
	GroovyLexerLE                    = 95
	GroovyLexerGE                    = 96
	GroovyLexerNOTEQUAL              = 97
	GroovyLexerAND                   = 98
	GroovyLexerOR                    = 99
	GroovyLexerINC                   = 100
	GroovyLexerDEC                   = 101
	GroovyLexerADD                   = 102
	GroovyLexerSUB                   = 103
	GroovyLexerMUL                   = 104
	GroovyLexerDIV                   = 105
	GroovyLexerBITAND                = 106
	GroovyLexerBITOR                 = 107
	GroovyLexerXOR                   = 108
	GroovyLexerMOD                   = 109
	GroovyLexerADD_ASSIGN            = 110
	GroovyLexerSUB_ASSIGN            = 111
	GroovyLexerMUL_ASSIGN            = 112
	GroovyLexerDIV_ASSIGN            = 113
	GroovyLexerAND_ASSIGN            = 114
	GroovyLexerOR_ASSIGN             = 115
	GroovyLexerXOR_ASSIGN            = 116
	GroovyLexerMOD_ASSIGN            = 117
	GroovyLexerLSHIFT_ASSIGN         = 118
	GroovyLexerRSHIFT_ASSIGN         = 119
	GroovyLexerURSHIFT_ASSIGN        = 120
	GroovyLexerELVIS_ASSIGN          = 121
	GroovyLexerCapitalizedIdentifier = 122
	GroovyLexerIdentifier            = 123
	GroovyLexerAT                    = 124
	GroovyLexerELLIPSIS              = 125
	GroovyLexerWS                    = 126
	GroovyLexerNL                    = 127
	GroovyLexerSH_COMMENT            = 128
	GroovyLexerUNEXPECTED_CHAR       = 129
)

GroovyLexer tokens.

View Source
const (
	GroovyLexerDQ_GSTRING_MODE = iota + 1
	GroovyLexerTDQ_GSTRING_MODE
	GroovyLexerSLASHY_GSTRING_MODE
	GroovyLexerDOLLAR_SLASHY_GSTRING_MODE
	GroovyLexerGSTRING_TYPE_SELECTOR_MODE
	GroovyLexerGSTRING_PATH_MODE
)

GroovyLexer modes.

View Source
const (
	GroovyParserEOF                   = antlr.TokenEOF
	GroovyParserStringLiteral         = 1
	GroovyParserGStringBegin          = 2
	GroovyParserGStringEnd            = 3
	GroovyParserGStringPart           = 4
	GroovyParserGStringPathPart       = 5
	GroovyParserRollBackOne           = 6
	GroovyParserAS                    = 7
	GroovyParserDEF                   = 8
	GroovyParserIN                    = 9
	GroovyParserTRAIT                 = 10
	GroovyParserTHREADSAFE            = 11
	GroovyParserVAR                   = 12
	GroovyParserBuiltInPrimitiveType  = 13
	GroovyParserABSTRACT              = 14
	GroovyParserASSERT                = 15
	GroovyParserBREAK                 = 16
	GroovyParserCASE                  = 17
	GroovyParserCATCH                 = 18
	GroovyParserCLASS                 = 19
	GroovyParserCONST                 = 20
	GroovyParserCONTINUE              = 21
	GroovyParserDEFAULT               = 22
	GroovyParserDO                    = 23
	GroovyParserELSE                  = 24
	GroovyParserENUM                  = 25
	GroovyParserEXTENDS               = 26
	GroovyParserFINAL                 = 27
	GroovyParserFINALLY               = 28
	GroovyParserFOR                   = 29
	GroovyParserIF                    = 30
	GroovyParserGOTO                  = 31
	GroovyParserIMPLEMENTS            = 32
	GroovyParserIMPORT                = 33
	GroovyParserINSTANCEOF            = 34
	GroovyParserINTERFACE             = 35
	GroovyParserNATIVE                = 36
	GroovyParserNEW                   = 37
	GroovyParserPACKAGE               = 38
	GroovyParserPRIVATE               = 39
	GroovyParserPROTECTED             = 40
	GroovyParserPUBLIC                = 41
	GroovyParserRETURN                = 42
	GroovyParserSTATIC                = 43
	GroovyParserSTRICTFP              = 44
	GroovyParserSUPER                 = 45
	GroovyParserSWITCH                = 46
	GroovyParserSYNCHRONIZED          = 47
	GroovyParserTHIS                  = 48
	GroovyParserTHROW                 = 49
	GroovyParserTHROWS                = 50
	GroovyParserTRANSIENT             = 51
	GroovyParserTRY                   = 52
	GroovyParserVOID                  = 53
	GroovyParserVOLATILE              = 54
	GroovyParserWHILE                 = 55
	GroovyParserIntegerLiteral        = 56
	GroovyParserFloatingPointLiteral  = 57
	GroovyParserBooleanLiteral        = 58
	GroovyParserNullLiteral           = 59
	GroovyParserRANGE_INCLUSIVE       = 60
	GroovyParserRANGE_EXCLUSIVE       = 61
	GroovyParserSPREAD_DOT            = 62
	GroovyParserSAFE_DOT              = 63
	GroovyParserSAFE_CHAIN_DOT        = 64
	GroovyParserELVIS                 = 65
	GroovyParserMETHOD_POINTER        = 66
	GroovyParserMETHOD_REFERENCE      = 67
	GroovyParserREGEX_FIND            = 68
	GroovyParserREGEX_MATCH           = 69
	GroovyParserPOWER                 = 70
	GroovyParserPOWER_ASSIGN          = 71
	GroovyParserSPACESHIP             = 72
	GroovyParserIDENTICAL             = 73
	GroovyParserNOT_IDENTICAL         = 74
	GroovyParserARROW                 = 75
	GroovyParserNOT_INSTANCEOF        = 76
	GroovyParserNOT_IN                = 77
	GroovyParserLPAREN                = 78
	GroovyParserRPAREN                = 79
	GroovyParserLBRACE                = 80
	GroovyParserRBRACE                = 81
	GroovyParserLBRACK                = 82
	GroovyParserRBRACK                = 83
	GroovyParserSEMI                  = 84
	GroovyParserCOMMA                 = 85
	GroovyParserDOT                   = 86
	GroovyParserASSIGN                = 87
	GroovyParserGT                    = 88
	GroovyParserLT                    = 89
	GroovyParserNOT                   = 90
	GroovyParserBITNOT                = 91
	GroovyParserQUESTION              = 92
	GroovyParserCOLON                 = 93
	GroovyParserEQUAL                 = 94
	GroovyParserLE                    = 95
	GroovyParserGE                    = 96
	GroovyParserNOTEQUAL              = 97
	GroovyParserAND                   = 98
	GroovyParserOR                    = 99
	GroovyParserINC                   = 100
	GroovyParserDEC                   = 101
	GroovyParserADD                   = 102
	GroovyParserSUB                   = 103
	GroovyParserMUL                   = 104
	GroovyParserDIV                   = 105
	GroovyParserBITAND                = 106
	GroovyParserBITOR                 = 107
	GroovyParserXOR                   = 108
	GroovyParserMOD                   = 109
	GroovyParserADD_ASSIGN            = 110
	GroovyParserSUB_ASSIGN            = 111
	GroovyParserMUL_ASSIGN            = 112
	GroovyParserDIV_ASSIGN            = 113
	GroovyParserAND_ASSIGN            = 114
	GroovyParserOR_ASSIGN             = 115
	GroovyParserXOR_ASSIGN            = 116
	GroovyParserMOD_ASSIGN            = 117
	GroovyParserLSHIFT_ASSIGN         = 118
	GroovyParserRSHIFT_ASSIGN         = 119
	GroovyParserURSHIFT_ASSIGN        = 120
	GroovyParserELVIS_ASSIGN          = 121
	GroovyParserCapitalizedIdentifier = 122
	GroovyParserIdentifier            = 123
	GroovyParserAT                    = 124
	GroovyParserELLIPSIS              = 125
	GroovyParserWS                    = 126
	GroovyParserNL                    = 127
	GroovyParserSH_COMMENT            = 128
	GroovyParserUNEXPECTED_CHAR       = 129
)

GroovyParser tokens.

View Source
const (
	GroovyParserRULE_compilationUnit                = 0
	GroovyParserRULE_scriptStatements               = 1
	GroovyParserRULE_scriptStatement                = 2
	GroovyParserRULE_packageDeclaration             = 3
	GroovyParserRULE_importDeclaration              = 4
	GroovyParserRULE_typeDeclaration                = 5
	GroovyParserRULE_modifier                       = 6
	GroovyParserRULE_modifiersOpt                   = 7
	GroovyParserRULE_modifiers                      = 8
	GroovyParserRULE_classOrInterfaceModifiersOpt   = 9
	GroovyParserRULE_classOrInterfaceModifiers      = 10
	GroovyParserRULE_classOrInterfaceModifier       = 11
	GroovyParserRULE_variableModifier               = 12
	GroovyParserRULE_variableModifiersOpt           = 13
	GroovyParserRULE_variableModifiers              = 14
	GroovyParserRULE_typeParameters                 = 15
	GroovyParserRULE_typeParameter                  = 16
	GroovyParserRULE_typeBound                      = 17
	GroovyParserRULE_typeList                       = 18
	GroovyParserRULE_classDeclaration               = 19
	GroovyParserRULE_classBody                      = 20
	GroovyParserRULE_enumConstants                  = 21
	GroovyParserRULE_enumConstant                   = 22
	GroovyParserRULE_classBodyDeclaration           = 23
	GroovyParserRULE_memberDeclaration              = 24
	GroovyParserRULE_methodDeclaration              = 25
	GroovyParserRULE_methodName                     = 26
	GroovyParserRULE_returnType                     = 27
	GroovyParserRULE_fieldDeclaration               = 28
	GroovyParserRULE_variableDeclarators            = 29
	GroovyParserRULE_variableDeclarator             = 30
	GroovyParserRULE_variableDeclaratorId           = 31
	GroovyParserRULE_variableInitializer            = 32
	GroovyParserRULE_variableInitializers           = 33
	GroovyParserRULE_dims                           = 34
	GroovyParserRULE_dimsOpt                        = 35
	GroovyParserRULE_standardType                   = 36
	GroovyParserRULE_typeType                       = 37
	GroovyParserRULE_classOrInterfaceType           = 38
	GroovyParserRULE_generalClassOrInterfaceType    = 39
	GroovyParserRULE_standardClassOrInterfaceType   = 40
	GroovyParserRULE_primitiveType                  = 41
	GroovyParserRULE_typeArguments                  = 42
	GroovyParserRULE_typeArgument                   = 43
	GroovyParserRULE_annotatedQualifiedClassName    = 44
	GroovyParserRULE_qualifiedClassNameList         = 45
	GroovyParserRULE_formalParameters               = 46
	GroovyParserRULE_formalParameterList            = 47
	GroovyParserRULE_thisFormalParameter            = 48
	GroovyParserRULE_formalParameter                = 49
	GroovyParserRULE_methodBody                     = 50
	GroovyParserRULE_qualifiedName                  = 51
	GroovyParserRULE_qualifiedNameElement           = 52
	GroovyParserRULE_qualifiedNameElements          = 53
	GroovyParserRULE_qualifiedClassName             = 54
	GroovyParserRULE_qualifiedStandardClassName     = 55
	GroovyParserRULE_literal                        = 56
	GroovyParserRULE_gstring                        = 57
	GroovyParserRULE_gstringValue                   = 58
	GroovyParserRULE_gstringPath                    = 59
	GroovyParserRULE_lambdaExpression               = 60
	GroovyParserRULE_standardLambdaExpression       = 61
	GroovyParserRULE_lambdaParameters               = 62
	GroovyParserRULE_standardLambdaParameters       = 63
	GroovyParserRULE_lambdaBody                     = 64
	GroovyParserRULE_closure                        = 65
	GroovyParserRULE_closureOrLambdaExpression      = 66
	GroovyParserRULE_blockStatementsOpt             = 67
	GroovyParserRULE_blockStatements                = 68
	GroovyParserRULE_annotationsOpt                 = 69
	GroovyParserRULE_annotation                     = 70
	GroovyParserRULE_elementValues                  = 71
	GroovyParserRULE_annotationName                 = 72
	GroovyParserRULE_elementValuePairs              = 73
	GroovyParserRULE_elementValuePair               = 74
	GroovyParserRULE_elementValuePairName           = 75
	GroovyParserRULE_elementValue                   = 76
	GroovyParserRULE_elementValueArrayInitializer   = 77
	GroovyParserRULE_block                          = 78
	GroovyParserRULE_blockStatement                 = 79
	GroovyParserRULE_localVariableDeclaration       = 80
	GroovyParserRULE_classifiedModifiers            = 81
	GroovyParserRULE_variableDeclaration            = 82
	GroovyParserRULE_typeNamePairs                  = 83
	GroovyParserRULE_typeNamePair                   = 84
	GroovyParserRULE_variableNames                  = 85
	GroovyParserRULE_conditionalStatement           = 86
	GroovyParserRULE_ifElseStatement                = 87
	GroovyParserRULE_switchStatement                = 88
	GroovyParserRULE_loopStatement                  = 89
	GroovyParserRULE_continueStatement              = 90
	GroovyParserRULE_breakStatement                 = 91
	GroovyParserRULE_tryCatchStatement              = 92
	GroovyParserRULE_assertStatement                = 93
	GroovyParserRULE_statement                      = 94
	GroovyParserRULE_catchClause                    = 95
	GroovyParserRULE_catchType                      = 96
	GroovyParserRULE_finallyBlock                   = 97
	GroovyParserRULE_resources                      = 98
	GroovyParserRULE_resourceList                   = 99
	GroovyParserRULE_resource                       = 100
	GroovyParserRULE_switchBlockStatementGroup      = 101
	GroovyParserRULE_switchLabel                    = 102
	GroovyParserRULE_forControl                     = 103
	GroovyParserRULE_enhancedForControl             = 104
	GroovyParserRULE_classicalForControl            = 105
	GroovyParserRULE_forInit                        = 106
	GroovyParserRULE_forUpdate                      = 107
	GroovyParserRULE_castParExpression              = 108
	GroovyParserRULE_parExpression                  = 109
	GroovyParserRULE_expressionInPar                = 110
	GroovyParserRULE_expressionList                 = 111
	GroovyParserRULE_expressionListElement          = 112
	GroovyParserRULE_enhancedStatementExpression    = 113
	GroovyParserRULE_statementExpression            = 114
	GroovyParserRULE_postfixExpression              = 115
	GroovyParserRULE_expression                     = 116
	GroovyParserRULE_castOperandExpression          = 117
	GroovyParserRULE_commandExpression              = 118
	GroovyParserRULE_commandArgument                = 119
	GroovyParserRULE_pathExpression                 = 120
	GroovyParserRULE_pathElement                    = 121
	GroovyParserRULE_namePart                       = 122
	GroovyParserRULE_dynamicMemberName              = 123
	GroovyParserRULE_indexPropertyArgs              = 124
	GroovyParserRULE_namedPropertyArgs              = 125
	GroovyParserRULE_primary                        = 126
	GroovyParserRULE_list                           = 127
	GroovyParserRULE_normalMap                      = 128
	GroovyParserRULE_mapEntryList                   = 129
	GroovyParserRULE_mapEntry                       = 130
	GroovyParserRULE_mapEntryLabel                  = 131
	GroovyParserRULE_creator                        = 132
	GroovyParserRULE_arrayInitializer               = 133
	GroovyParserRULE_anonymousInnerClassDeclaration = 134
	GroovyParserRULE_createdName                    = 135
	GroovyParserRULE_nonWildcardTypeArguments       = 136
	GroovyParserRULE_typeArgumentsOrDiamond         = 137
	GroovyParserRULE_arguments                      = 138
	GroovyParserRULE_argumentList                   = 139
	GroovyParserRULE_enhancedArgumentList           = 140
	GroovyParserRULE_argumentListElement            = 141
	GroovyParserRULE_enhancedArgumentListElement    = 142
	GroovyParserRULE_stringLiteral                  = 143
	GroovyParserRULE_className                      = 144
	GroovyParserRULE_identifier                     = 145
	GroovyParserRULE_builtInType                    = 146
	GroovyParserRULE_keywords                       = 147
	GroovyParserRULE_rparen                         = 148
	GroovyParserRULE_nls                            = 149
	GroovyParserRULE_sep                            = 150
)

GroovyParser rules.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdditiveExprAltContext

type AdditiveExprAltContext struct {
	*ExpressionContext
	// contains filtered or unexported fields
}

func NewAdditiveExprAltContext

func NewAdditiveExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AdditiveExprAltContext

func (*AdditiveExprAltContext) ADD

func (*AdditiveExprAltContext) AllExpression

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

func (*AdditiveExprAltContext) EnterRule

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

func (*AdditiveExprAltContext) ExitRule

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

func (*AdditiveExprAltContext) Expression

func (*AdditiveExprAltContext) GetLeft

func (*AdditiveExprAltContext) GetOp

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

func (*AdditiveExprAltContext) GetRight

func (*AdditiveExprAltContext) GetRuleContext

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

func (*AdditiveExprAltContext) Nls

func (*AdditiveExprAltContext) SUB

func (*AdditiveExprAltContext) SetLeft

func (*AdditiveExprAltContext) SetOp

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

func (*AdditiveExprAltContext) SetRight

type AndExprAltContext

type AndExprAltContext struct {
	*ExpressionContext
	// contains filtered or unexported fields
}

func NewAndExprAltContext

func NewAndExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AndExprAltContext

func (*AndExprAltContext) AllExpression

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

func (*AndExprAltContext) AllNls

func (s *AndExprAltContext) AllNls() []INlsContext

func (*AndExprAltContext) BITAND

func (s *AndExprAltContext) BITAND() antlr.TerminalNode

func (*AndExprAltContext) EnterRule

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

func (*AndExprAltContext) ExitRule

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

func (*AndExprAltContext) Expression

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

func (*AndExprAltContext) GetLeft

func (*AndExprAltContext) GetOp

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

func (*AndExprAltContext) GetRight

func (s *AndExprAltContext) GetRight() IExpressionContext

func (*AndExprAltContext) GetRuleContext

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

func (*AndExprAltContext) Nls

func (s *AndExprAltContext) Nls(i int) INlsContext

func (*AndExprAltContext) SetLeft

func (s *AndExprAltContext) SetLeft(v IExpressionContext)

func (*AndExprAltContext) SetOp

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

func (*AndExprAltContext) SetRight

func (s *AndExprAltContext) SetRight(v IExpressionContext)

type AnnotatedQualifiedClassNameContext

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

func NewAnnotatedQualifiedClassNameContext

func NewAnnotatedQualifiedClassNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AnnotatedQualifiedClassNameContext

func NewEmptyAnnotatedQualifiedClassNameContext

func NewEmptyAnnotatedQualifiedClassNameContext() *AnnotatedQualifiedClassNameContext

func (*AnnotatedQualifiedClassNameContext) AnnotationsOpt

func (*AnnotatedQualifiedClassNameContext) EnterRule

func (*AnnotatedQualifiedClassNameContext) ExitRule

func (*AnnotatedQualifiedClassNameContext) GetParser

func (*AnnotatedQualifiedClassNameContext) GetRuleContext

func (*AnnotatedQualifiedClassNameContext) IsAnnotatedQualifiedClassNameContext

func (*AnnotatedQualifiedClassNameContext) IsAnnotatedQualifiedClassNameContext()

func (*AnnotatedQualifiedClassNameContext) QualifiedClassName

func (*AnnotatedQualifiedClassNameContext) ToStringTree

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

type AnnotationContext

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

func NewAnnotationContext

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

func NewEmptyAnnotationContext

func NewEmptyAnnotationContext() *AnnotationContext

func (*AnnotationContext) AT

func (*AnnotationContext) AnnotationName

func (s *AnnotationContext) AnnotationName() IAnnotationNameContext

func (*AnnotationContext) ElementValues

func (s *AnnotationContext) ElementValues() IElementValuesContext

func (*AnnotationContext) EnterRule

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

func (*AnnotationContext) ExitRule

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

func (*AnnotationContext) GetParser

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

func (*AnnotationContext) GetRuleContext

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

func (*AnnotationContext) IsAnnotationContext

func (*AnnotationContext) IsAnnotationContext()

func (*AnnotationContext) LPAREN

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

func (*AnnotationContext) Rparen

func (s *AnnotationContext) Rparen() IRparenContext

func (*AnnotationContext) ToStringTree

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

type AnnotationNameContext

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

func NewAnnotationNameContext

func NewAnnotationNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AnnotationNameContext

func NewEmptyAnnotationNameContext

func NewEmptyAnnotationNameContext() *AnnotationNameContext

func (*AnnotationNameContext) EnterRule

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

func (*AnnotationNameContext) ExitRule

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

func (*AnnotationNameContext) GetParser

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

func (*AnnotationNameContext) GetRuleContext

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

func (*AnnotationNameContext) IsAnnotationNameContext

func (*AnnotationNameContext) IsAnnotationNameContext()

func (*AnnotationNameContext) QualifiedClassName

func (s *AnnotationNameContext) QualifiedClassName() IQualifiedClassNameContext

func (*AnnotationNameContext) ToStringTree

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

type AnnotationsOptContext

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

func NewAnnotationsOptContext

func NewAnnotationsOptContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AnnotationsOptContext

func NewEmptyAnnotationsOptContext

func NewEmptyAnnotationsOptContext() *AnnotationsOptContext

func (*AnnotationsOptContext) AllAnnotation

func (s *AnnotationsOptContext) AllAnnotation() []IAnnotationContext

func (*AnnotationsOptContext) AllNls

func (s *AnnotationsOptContext) AllNls() []INlsContext

func (*AnnotationsOptContext) Annotation

func (s *AnnotationsOptContext) Annotation(i int) IAnnotationContext

func (*AnnotationsOptContext) EnterRule

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

func (*AnnotationsOptContext) ExitRule

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

func (*AnnotationsOptContext) GetParser

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

func (*AnnotationsOptContext) GetRuleContext

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

func (*AnnotationsOptContext) IsAnnotationsOptContext

func (*AnnotationsOptContext) IsAnnotationsOptContext()

func (*AnnotationsOptContext) Nls

func (*AnnotationsOptContext) ToStringTree

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

type AnonymousInnerClassDeclarationContext

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

func NewAnonymousInnerClassDeclarationContext

func NewAnonymousInnerClassDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int, t int) *AnonymousInnerClassDeclarationContext

func NewEmptyAnonymousInnerClassDeclarationContext

func NewEmptyAnonymousInnerClassDeclarationContext() *AnonymousInnerClassDeclarationContext

func (*AnonymousInnerClassDeclarationContext) ClassBody

func (*AnonymousInnerClassDeclarationContext) EnterRule

func (*AnonymousInnerClassDeclarationContext) ExitRule

func (*AnonymousInnerClassDeclarationContext) GetParser

func (*AnonymousInnerClassDeclarationContext) GetRuleContext

func (*AnonymousInnerClassDeclarationContext) GetT

func (*AnonymousInnerClassDeclarationContext) IsAnonymousInnerClassDeclarationContext

func (*AnonymousInnerClassDeclarationContext) IsAnonymousInnerClassDeclarationContext()

func (*AnonymousInnerClassDeclarationContext) SetT

func (*AnonymousInnerClassDeclarationContext) ToStringTree

func (s *AnonymousInnerClassDeclarationContext) 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) AllArgumentListElement

func (s *ArgumentListContext) AllArgumentListElement() []IArgumentListElementContext

func (*ArgumentListContext) AllCOMMA

func (s *ArgumentListContext) AllCOMMA() []antlr.TerminalNode

func (*ArgumentListContext) AllNls

func (s *ArgumentListContext) AllNls() []INlsContext

func (*ArgumentListContext) ArgumentListElement

func (s *ArgumentListContext) ArgumentListElement(i int) IArgumentListElementContext

func (*ArgumentListContext) COMMA

func (*ArgumentListContext) EnterRule

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

func (*ArgumentListContext) ExitRule

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

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

func (*ArgumentListContext) ToStringTree

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

type ArgumentListElementContext

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

func NewArgumentListElementContext

func NewArgumentListElementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ArgumentListElementContext

func NewEmptyArgumentListElementContext

func NewEmptyArgumentListElementContext() *ArgumentListElementContext

func (*ArgumentListElementContext) EnterRule

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

func (*ArgumentListElementContext) ExitRule

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

func (*ArgumentListElementContext) ExpressionListElement

func (s *ArgumentListElementContext) ExpressionListElement() IExpressionListElementContext

func (*ArgumentListElementContext) GetParser

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

func (*ArgumentListElementContext) GetRuleContext

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

func (*ArgumentListElementContext) IsArgumentListElementContext

func (*ArgumentListElementContext) IsArgumentListElementContext()

func (*ArgumentListElementContext) MapEntry

func (*ArgumentListElementContext) ToStringTree

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

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

func (s *ArgumentsContext) COMMA() antlr.TerminalNode

func (*ArgumentsContext) EnhancedArgumentList

func (s *ArgumentsContext) EnhancedArgumentList() IEnhancedArgumentListContext

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

func (s *ArgumentsContext) LPAREN() antlr.TerminalNode

func (*ArgumentsContext) Rparen

func (s *ArgumentsContext) Rparen() IRparenContext

func (*ArgumentsContext) ToStringTree

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

type ArrayInitializerContext

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

func NewArrayInitializerContext

func NewArrayInitializerContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ArrayInitializerContext

func NewEmptyArrayInitializerContext

func NewEmptyArrayInitializerContext() *ArrayInitializerContext

func (*ArrayInitializerContext) AllNls

func (s *ArrayInitializerContext) AllNls() []INlsContext

func (*ArrayInitializerContext) EnterRule

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

func (*ArrayInitializerContext) ExitRule

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

func (*ArrayInitializerContext) GetParser

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

func (*ArrayInitializerContext) GetRuleContext

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

func (*ArrayInitializerContext) IsArrayInitializerContext

func (*ArrayInitializerContext) IsArrayInitializerContext()

func (*ArrayInitializerContext) LBRACE

func (*ArrayInitializerContext) Nls

func (*ArrayInitializerContext) RBRACE

func (*ArrayInitializerContext) ToStringTree

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

func (*ArrayInitializerContext) VariableInitializers

func (s *ArrayInitializerContext) VariableInitializers() IVariableInitializersContext

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

func (*AssertStatementContext) AllExpression

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

func (*AssertStatementContext) AllNls

func (s *AssertStatementContext) AllNls() []INlsContext

func (*AssertStatementContext) COLON

func (*AssertStatementContext) COMMA

func (*AssertStatementContext) EnterRule

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

func (*AssertStatementContext) ExitRule

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

func (*AssertStatementContext) Expression

func (*AssertStatementContext) GetCe

func (*AssertStatementContext) GetMe

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

func (*AssertStatementContext) SetCe

func (*AssertStatementContext) SetMe

func (*AssertStatementContext) ToStringTree

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

type AssertStmtAltContext

type AssertStmtAltContext struct {
	*StatementContext
}

func NewAssertStmtAltContext

func NewAssertStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AssertStmtAltContext

func (*AssertStmtAltContext) AssertStatement

func (s *AssertStmtAltContext) AssertStatement() IAssertStatementContext

func (*AssertStmtAltContext) EnterRule

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

func (*AssertStmtAltContext) ExitRule

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

func (*AssertStmtAltContext) GetRuleContext

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

type AssignmentExprAltContext

type AssignmentExprAltContext struct {
	*ExpressionContext
	// contains filtered or unexported fields
}

func NewAssignmentExprAltContext

func NewAssignmentExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AssignmentExprAltContext

func (*AssignmentExprAltContext) ADD_ASSIGN

func (*AssignmentExprAltContext) AND_ASSIGN

func (*AssignmentExprAltContext) ASSIGN

func (*AssignmentExprAltContext) AllNls

func (s *AssignmentExprAltContext) AllNls() []INlsContext

func (*AssignmentExprAltContext) DIV_ASSIGN

func (*AssignmentExprAltContext) ELVIS_ASSIGN

func (s *AssignmentExprAltContext) ELVIS_ASSIGN() antlr.TerminalNode

func (*AssignmentExprAltContext) EnhancedStatementExpression

func (s *AssignmentExprAltContext) EnhancedStatementExpression() IEnhancedStatementExpressionContext

func (*AssignmentExprAltContext) EnterRule

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

func (*AssignmentExprAltContext) ExitRule

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

func (*AssignmentExprAltContext) Expression

func (*AssignmentExprAltContext) GetLeft

func (*AssignmentExprAltContext) GetOp

func (*AssignmentExprAltContext) GetRuleContext

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

func (*AssignmentExprAltContext) LSHIFT_ASSIGN

func (s *AssignmentExprAltContext) LSHIFT_ASSIGN() antlr.TerminalNode

func (*AssignmentExprAltContext) MOD_ASSIGN

func (*AssignmentExprAltContext) MUL_ASSIGN

func (*AssignmentExprAltContext) Nls

func (*AssignmentExprAltContext) OR_ASSIGN

func (*AssignmentExprAltContext) POWER_ASSIGN

func (s *AssignmentExprAltContext) POWER_ASSIGN() antlr.TerminalNode

func (*AssignmentExprAltContext) RSHIFT_ASSIGN

func (s *AssignmentExprAltContext) RSHIFT_ASSIGN() antlr.TerminalNode

func (*AssignmentExprAltContext) SUB_ASSIGN

func (*AssignmentExprAltContext) SetLeft

func (*AssignmentExprAltContext) SetOp

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

func (*AssignmentExprAltContext) URSHIFT_ASSIGN

func (s *AssignmentExprAltContext) URSHIFT_ASSIGN() antlr.TerminalNode

func (*AssignmentExprAltContext) XOR_ASSIGN

type BaseGroovyParserListener

type BaseGroovyParserListener struct{}

BaseGroovyParserListener is a complete listener for a parse tree produced by GroovyParser.

func (*BaseGroovyParserListener) EnterAdditiveExprAlt

func (s *BaseGroovyParserListener) EnterAdditiveExprAlt(ctx *AdditiveExprAltContext)

EnterAdditiveExprAlt is called when production additiveExprAlt is entered.

func (*BaseGroovyParserListener) EnterAndExprAlt

func (s *BaseGroovyParserListener) EnterAndExprAlt(ctx *AndExprAltContext)

EnterAndExprAlt is called when production andExprAlt is entered.

func (*BaseGroovyParserListener) EnterAnnotatedQualifiedClassName

func (s *BaseGroovyParserListener) EnterAnnotatedQualifiedClassName(ctx *AnnotatedQualifiedClassNameContext)

EnterAnnotatedQualifiedClassName is called when production annotatedQualifiedClassName is entered.

func (*BaseGroovyParserListener) EnterAnnotation

func (s *BaseGroovyParserListener) EnterAnnotation(ctx *AnnotationContext)

EnterAnnotation is called when production annotation is entered.

func (*BaseGroovyParserListener) EnterAnnotationName

func (s *BaseGroovyParserListener) EnterAnnotationName(ctx *AnnotationNameContext)

EnterAnnotationName is called when production annotationName is entered.

func (*BaseGroovyParserListener) EnterAnnotationsOpt

func (s *BaseGroovyParserListener) EnterAnnotationsOpt(ctx *AnnotationsOptContext)

EnterAnnotationsOpt is called when production annotationsOpt is entered.

func (*BaseGroovyParserListener) EnterAnonymousInnerClassDeclaration

func (s *BaseGroovyParserListener) EnterAnonymousInnerClassDeclaration(ctx *AnonymousInnerClassDeclarationContext)

EnterAnonymousInnerClassDeclaration is called when production anonymousInnerClassDeclaration is entered.

func (*BaseGroovyParserListener) EnterArgumentList

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

EnterArgumentList is called when production argumentList is entered.

func (*BaseGroovyParserListener) EnterArgumentListElement

func (s *BaseGroovyParserListener) EnterArgumentListElement(ctx *ArgumentListElementContext)

EnterArgumentListElement is called when production argumentListElement is entered.

func (*BaseGroovyParserListener) EnterArguments

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

EnterArguments is called when production arguments is entered.

func (*BaseGroovyParserListener) EnterArrayInitializer

func (s *BaseGroovyParserListener) EnterArrayInitializer(ctx *ArrayInitializerContext)

EnterArrayInitializer is called when production arrayInitializer is entered.

func (*BaseGroovyParserListener) EnterAssertStatement

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

EnterAssertStatement is called when production assertStatement is entered.

func (*BaseGroovyParserListener) EnterAssertStmtAlt

func (s *BaseGroovyParserListener) EnterAssertStmtAlt(ctx *AssertStmtAltContext)

EnterAssertStmtAlt is called when production assertStmtAlt is entered.

func (*BaseGroovyParserListener) EnterAssignmentExprAlt

func (s *BaseGroovyParserListener) EnterAssignmentExprAlt(ctx *AssignmentExprAltContext)

EnterAssignmentExprAlt is called when production assignmentExprAlt is entered.

func (*BaseGroovyParserListener) EnterBlock

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

EnterBlock is called when production block is entered.

func (*BaseGroovyParserListener) EnterBlockStatement

func (s *BaseGroovyParserListener) EnterBlockStatement(ctx *BlockStatementContext)

EnterBlockStatement is called when production blockStatement is entered.

func (*BaseGroovyParserListener) EnterBlockStatements

func (s *BaseGroovyParserListener) EnterBlockStatements(ctx *BlockStatementsContext)

EnterBlockStatements is called when production blockStatements is entered.

func (*BaseGroovyParserListener) EnterBlockStatementsOpt

func (s *BaseGroovyParserListener) EnterBlockStatementsOpt(ctx *BlockStatementsOptContext)

EnterBlockStatementsOpt is called when production blockStatementsOpt is entered.

func (*BaseGroovyParserListener) EnterBlockStmtAlt

func (s *BaseGroovyParserListener) EnterBlockStmtAlt(ctx *BlockStmtAltContext)

EnterBlockStmtAlt is called when production blockStmtAlt is entered.

func (*BaseGroovyParserListener) EnterBoolLiteralAlt

func (s *BaseGroovyParserListener) EnterBoolLiteralAlt(ctx *BoolLiteralAltContext)

EnterBoolLiteralAlt is called when production boolLiteralAlt is entered.

func (*BaseGroovyParserListener) EnterBreakStatement

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

EnterBreakStatement is called when production breakStatement is entered.

func (*BaseGroovyParserListener) EnterBreakStmtAlt

func (s *BaseGroovyParserListener) EnterBreakStmtAlt(ctx *BreakStmtAltContext)

EnterBreakStmtAlt is called when production breakStmtAlt is entered.

func (*BaseGroovyParserListener) EnterBuiltInType

func (s *BaseGroovyParserListener) EnterBuiltInType(ctx *BuiltInTypeContext)

EnterBuiltInType is called when production builtInType is entered.

func (*BaseGroovyParserListener) EnterBuiltInTypePrmrAlt

func (s *BaseGroovyParserListener) EnterBuiltInTypePrmrAlt(ctx *BuiltInTypePrmrAltContext)

EnterBuiltInTypePrmrAlt is called when production builtInTypePrmrAlt is entered.

func (*BaseGroovyParserListener) EnterCastExprAlt

func (s *BaseGroovyParserListener) EnterCastExprAlt(ctx *CastExprAltContext)

EnterCastExprAlt is called when production castExprAlt is entered.

func (*BaseGroovyParserListener) EnterCastExprAltForExpr

func (s *BaseGroovyParserListener) EnterCastExprAltForExpr(ctx *CastExprAltForExprContext)

EnterCastExprAltForExpr is called when production castExprAltForExpr is entered.

func (*BaseGroovyParserListener) EnterCastParExpression

func (s *BaseGroovyParserListener) EnterCastParExpression(ctx *CastParExpressionContext)

EnterCastParExpression is called when production castParExpression is entered.

func (*BaseGroovyParserListener) EnterCatchClause

func (s *BaseGroovyParserListener) EnterCatchClause(ctx *CatchClauseContext)

EnterCatchClause is called when production catchClause is entered.

func (*BaseGroovyParserListener) EnterCatchType

func (s *BaseGroovyParserListener) EnterCatchType(ctx *CatchTypeContext)

EnterCatchType is called when production catchType is entered.

func (*BaseGroovyParserListener) EnterClassBody

func (s *BaseGroovyParserListener) EnterClassBody(ctx *ClassBodyContext)

EnterClassBody is called when production classBody is entered.

func (*BaseGroovyParserListener) EnterClassBodyDeclaration

func (s *BaseGroovyParserListener) EnterClassBodyDeclaration(ctx *ClassBodyDeclarationContext)

EnterClassBodyDeclaration is called when production classBodyDeclaration is entered.

func (*BaseGroovyParserListener) EnterClassDeclaration

func (s *BaseGroovyParserListener) EnterClassDeclaration(ctx *ClassDeclarationContext)

EnterClassDeclaration is called when production classDeclaration is entered.

func (*BaseGroovyParserListener) EnterClassName

func (s *BaseGroovyParserListener) EnterClassName(ctx *ClassNameContext)

EnterClassName is called when production className is entered.

func (*BaseGroovyParserListener) EnterClassOrInterfaceModifier

func (s *BaseGroovyParserListener) EnterClassOrInterfaceModifier(ctx *ClassOrInterfaceModifierContext)

EnterClassOrInterfaceModifier is called when production classOrInterfaceModifier is entered.

func (*BaseGroovyParserListener) EnterClassOrInterfaceModifiers

func (s *BaseGroovyParserListener) EnterClassOrInterfaceModifiers(ctx *ClassOrInterfaceModifiersContext)

EnterClassOrInterfaceModifiers is called when production classOrInterfaceModifiers is entered.

func (*BaseGroovyParserListener) EnterClassOrInterfaceModifiersOpt

func (s *BaseGroovyParserListener) EnterClassOrInterfaceModifiersOpt(ctx *ClassOrInterfaceModifiersOptContext)

EnterClassOrInterfaceModifiersOpt is called when production classOrInterfaceModifiersOpt is entered.

func (*BaseGroovyParserListener) EnterClassOrInterfaceType

func (s *BaseGroovyParserListener) EnterClassOrInterfaceType(ctx *ClassOrInterfaceTypeContext)

EnterClassOrInterfaceType is called when production classOrInterfaceType is entered.

func (*BaseGroovyParserListener) EnterClassicalForControl

func (s *BaseGroovyParserListener) EnterClassicalForControl(ctx *ClassicalForControlContext)

EnterClassicalForControl is called when production classicalForControl is entered.

func (*BaseGroovyParserListener) EnterClassifiedModifiers

func (s *BaseGroovyParserListener) EnterClassifiedModifiers(ctx *ClassifiedModifiersContext)

EnterClassifiedModifiers is called when production classifiedModifiers is entered.

func (*BaseGroovyParserListener) EnterClosure

func (s *BaseGroovyParserListener) EnterClosure(ctx *ClosureContext)

EnterClosure is called when production closure is entered.

func (*BaseGroovyParserListener) EnterClosureOrLambdaExpression

func (s *BaseGroovyParserListener) EnterClosureOrLambdaExpression(ctx *ClosureOrLambdaExpressionContext)

EnterClosureOrLambdaExpression is called when production closureOrLambdaExpression is entered.

func (*BaseGroovyParserListener) EnterClosureOrLambdaExpressionPrmrAlt

func (s *BaseGroovyParserListener) EnterClosureOrLambdaExpressionPrmrAlt(ctx *ClosureOrLambdaExpressionPrmrAltContext)

EnterClosureOrLambdaExpressionPrmrAlt is called when production closureOrLambdaExpressionPrmrAlt is entered.

func (*BaseGroovyParserListener) EnterCommandArgument

func (s *BaseGroovyParserListener) EnterCommandArgument(ctx *CommandArgumentContext)

EnterCommandArgument is called when production commandArgument is entered.

func (*BaseGroovyParserListener) EnterCommandExprAlt

func (s *BaseGroovyParserListener) EnterCommandExprAlt(ctx *CommandExprAltContext)

EnterCommandExprAlt is called when production commandExprAlt is entered.

func (*BaseGroovyParserListener) EnterCommandExpression

func (s *BaseGroovyParserListener) EnterCommandExpression(ctx *CommandExpressionContext)

EnterCommandExpression is called when production commandExpression is entered.

func (*BaseGroovyParserListener) EnterCompilationUnit

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

EnterCompilationUnit is called when production compilationUnit is entered.

func (*BaseGroovyParserListener) EnterConditionalExprAlt

func (s *BaseGroovyParserListener) EnterConditionalExprAlt(ctx *ConditionalExprAltContext)

EnterConditionalExprAlt is called when production conditionalExprAlt is entered.

func (*BaseGroovyParserListener) EnterConditionalStatement

func (s *BaseGroovyParserListener) EnterConditionalStatement(ctx *ConditionalStatementContext)

EnterConditionalStatement is called when production conditionalStatement is entered.

func (*BaseGroovyParserListener) EnterConditionalStmtAlt

func (s *BaseGroovyParserListener) EnterConditionalStmtAlt(ctx *ConditionalStmtAltContext)

EnterConditionalStmtAlt is called when production conditionalStmtAlt is entered.

func (*BaseGroovyParserListener) EnterContinueStatement

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

EnterContinueStatement is called when production continueStatement is entered.

func (*BaseGroovyParserListener) EnterContinueStmtAlt

func (s *BaseGroovyParserListener) EnterContinueStmtAlt(ctx *ContinueStmtAltContext)

EnterContinueStmtAlt is called when production continueStmtAlt is entered.

func (*BaseGroovyParserListener) EnterCreatedName

func (s *BaseGroovyParserListener) EnterCreatedName(ctx *CreatedNameContext)

EnterCreatedName is called when production createdName is entered.

func (*BaseGroovyParserListener) EnterCreator

func (s *BaseGroovyParserListener) EnterCreator(ctx *CreatorContext)

EnterCreator is called when production creator is entered.

func (*BaseGroovyParserListener) EnterDims

func (s *BaseGroovyParserListener) EnterDims(ctx *DimsContext)

EnterDims is called when production dims is entered.

func (*BaseGroovyParserListener) EnterDimsOpt

func (s *BaseGroovyParserListener) EnterDimsOpt(ctx *DimsOptContext)

EnterDimsOpt is called when production dimsOpt is entered.

func (*BaseGroovyParserListener) EnterDoWhileStmtAlt

func (s *BaseGroovyParserListener) EnterDoWhileStmtAlt(ctx *DoWhileStmtAltContext)

EnterDoWhileStmtAlt is called when production doWhileStmtAlt is entered.

func (*BaseGroovyParserListener) EnterDynamicMemberName

func (s *BaseGroovyParserListener) EnterDynamicMemberName(ctx *DynamicMemberNameContext)

EnterDynamicMemberName is called when production dynamicMemberName is entered.

func (*BaseGroovyParserListener) EnterElementValue

func (s *BaseGroovyParserListener) EnterElementValue(ctx *ElementValueContext)

EnterElementValue is called when production elementValue is entered.

func (*BaseGroovyParserListener) EnterElementValueArrayInitializer

func (s *BaseGroovyParserListener) EnterElementValueArrayInitializer(ctx *ElementValueArrayInitializerContext)

EnterElementValueArrayInitializer is called when production elementValueArrayInitializer is entered.

func (*BaseGroovyParserListener) EnterElementValuePair

func (s *BaseGroovyParserListener) EnterElementValuePair(ctx *ElementValuePairContext)

EnterElementValuePair is called when production elementValuePair is entered.

func (*BaseGroovyParserListener) EnterElementValuePairName

func (s *BaseGroovyParserListener) EnterElementValuePairName(ctx *ElementValuePairNameContext)

EnterElementValuePairName is called when production elementValuePairName is entered.

func (*BaseGroovyParserListener) EnterElementValuePairs

func (s *BaseGroovyParserListener) EnterElementValuePairs(ctx *ElementValuePairsContext)

EnterElementValuePairs is called when production elementValuePairs is entered.

func (*BaseGroovyParserListener) EnterElementValues

func (s *BaseGroovyParserListener) EnterElementValues(ctx *ElementValuesContext)

EnterElementValues is called when production elementValues is entered.

func (*BaseGroovyParserListener) EnterEmptyStmtAlt

func (s *BaseGroovyParserListener) EnterEmptyStmtAlt(ctx *EmptyStmtAltContext)

EnterEmptyStmtAlt is called when production emptyStmtAlt is entered.

func (*BaseGroovyParserListener) EnterEnhancedArgumentList

func (s *BaseGroovyParserListener) EnterEnhancedArgumentList(ctx *EnhancedArgumentListContext)

EnterEnhancedArgumentList is called when production enhancedArgumentList is entered.

func (*BaseGroovyParserListener) EnterEnhancedArgumentListElement

func (s *BaseGroovyParserListener) EnterEnhancedArgumentListElement(ctx *EnhancedArgumentListElementContext)

EnterEnhancedArgumentListElement is called when production enhancedArgumentListElement is entered.

func (*BaseGroovyParserListener) EnterEnhancedForControl

func (s *BaseGroovyParserListener) EnterEnhancedForControl(ctx *EnhancedForControlContext)

EnterEnhancedForControl is called when production enhancedForControl is entered.

func (*BaseGroovyParserListener) EnterEnhancedStatementExpression

func (s *BaseGroovyParserListener) EnterEnhancedStatementExpression(ctx *EnhancedStatementExpressionContext)

EnterEnhancedStatementExpression is called when production enhancedStatementExpression is entered.

func (*BaseGroovyParserListener) EnterEnumConstant

func (s *BaseGroovyParserListener) EnterEnumConstant(ctx *EnumConstantContext)

EnterEnumConstant is called when production enumConstant is entered.

func (*BaseGroovyParserListener) EnterEnumConstants

func (s *BaseGroovyParserListener) EnterEnumConstants(ctx *EnumConstantsContext)

EnterEnumConstants is called when production enumConstants is entered.

func (*BaseGroovyParserListener) EnterEqualityExprAlt

func (s *BaseGroovyParserListener) EnterEqualityExprAlt(ctx *EqualityExprAltContext)

EnterEqualityExprAlt is called when production equalityExprAlt is entered.

func (*BaseGroovyParserListener) EnterEveryRule

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

EnterEveryRule is called when any rule is entered.

func (*BaseGroovyParserListener) EnterExclusiveOrExprAlt

func (s *BaseGroovyParserListener) EnterExclusiveOrExprAlt(ctx *ExclusiveOrExprAltContext)

EnterExclusiveOrExprAlt is called when production exclusiveOrExprAlt is entered.

func (*BaseGroovyParserListener) EnterExpressionInPar

func (s *BaseGroovyParserListener) EnterExpressionInPar(ctx *ExpressionInParContext)

EnterExpressionInPar is called when production expressionInPar is entered.

func (*BaseGroovyParserListener) EnterExpressionList

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

EnterExpressionList is called when production expressionList is entered.

func (*BaseGroovyParserListener) EnterExpressionListElement

func (s *BaseGroovyParserListener) EnterExpressionListElement(ctx *ExpressionListElementContext)

EnterExpressionListElement is called when production expressionListElement is entered.

func (*BaseGroovyParserListener) EnterExpressionStmtAlt

func (s *BaseGroovyParserListener) EnterExpressionStmtAlt(ctx *ExpressionStmtAltContext)

EnterExpressionStmtAlt is called when production expressionStmtAlt is entered.

func (*BaseGroovyParserListener) EnterFieldDeclaration

func (s *BaseGroovyParserListener) EnterFieldDeclaration(ctx *FieldDeclarationContext)

EnterFieldDeclaration is called when production fieldDeclaration is entered.

func (*BaseGroovyParserListener) EnterFinallyBlock

func (s *BaseGroovyParserListener) EnterFinallyBlock(ctx *FinallyBlockContext)

EnterFinallyBlock is called when production finallyBlock is entered.

func (*BaseGroovyParserListener) EnterFloatingPointLiteralAlt

func (s *BaseGroovyParserListener) EnterFloatingPointLiteralAlt(ctx *FloatingPointLiteralAltContext)

EnterFloatingPointLiteralAlt is called when production floatingPointLiteralAlt is entered.

func (*BaseGroovyParserListener) EnterForControl

func (s *BaseGroovyParserListener) EnterForControl(ctx *ForControlContext)

EnterForControl is called when production forControl is entered.

func (*BaseGroovyParserListener) EnterForInit

func (s *BaseGroovyParserListener) EnterForInit(ctx *ForInitContext)

EnterForInit is called when production forInit is entered.

func (*BaseGroovyParserListener) EnterForStmtAlt

func (s *BaseGroovyParserListener) EnterForStmtAlt(ctx *ForStmtAltContext)

EnterForStmtAlt is called when production forStmtAlt is entered.

func (*BaseGroovyParserListener) EnterForUpdate

func (s *BaseGroovyParserListener) EnterForUpdate(ctx *ForUpdateContext)

EnterForUpdate is called when production forUpdate is entered.

func (*BaseGroovyParserListener) EnterFormalParameter

func (s *BaseGroovyParserListener) EnterFormalParameter(ctx *FormalParameterContext)

EnterFormalParameter is called when production formalParameter is entered.

func (*BaseGroovyParserListener) EnterFormalParameterList

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

EnterFormalParameterList is called when production formalParameterList is entered.

func (*BaseGroovyParserListener) EnterFormalParameters

func (s *BaseGroovyParserListener) EnterFormalParameters(ctx *FormalParametersContext)

EnterFormalParameters is called when production formalParameters is entered.

func (*BaseGroovyParserListener) EnterGeneralClassOrInterfaceType

func (s *BaseGroovyParserListener) EnterGeneralClassOrInterfaceType(ctx *GeneralClassOrInterfaceTypeContext)

EnterGeneralClassOrInterfaceType is called when production generalClassOrInterfaceType is entered.

func (*BaseGroovyParserListener) EnterGstring

func (s *BaseGroovyParserListener) EnterGstring(ctx *GstringContext)

EnterGstring is called when production gstring is entered.

func (*BaseGroovyParserListener) EnterGstringPath

func (s *BaseGroovyParserListener) EnterGstringPath(ctx *GstringPathContext)

EnterGstringPath is called when production gstringPath is entered.

func (*BaseGroovyParserListener) EnterGstringPrmrAlt

func (s *BaseGroovyParserListener) EnterGstringPrmrAlt(ctx *GstringPrmrAltContext)

EnterGstringPrmrAlt is called when production gstringPrmrAlt is entered.

func (*BaseGroovyParserListener) EnterGstringValue

func (s *BaseGroovyParserListener) EnterGstringValue(ctx *GstringValueContext)

EnterGstringValue is called when production gstringValue is entered.

func (*BaseGroovyParserListener) EnterIdentifier

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

EnterIdentifier is called when production identifier is entered.

func (*BaseGroovyParserListener) EnterIdentifierPrmrAlt

func (s *BaseGroovyParserListener) EnterIdentifierPrmrAlt(ctx *IdentifierPrmrAltContext)

EnterIdentifierPrmrAlt is called when production identifierPrmrAlt is entered.

func (*BaseGroovyParserListener) EnterIfElseStatement

func (s *BaseGroovyParserListener) EnterIfElseStatement(ctx *IfElseStatementContext)

EnterIfElseStatement is called when production ifElseStatement is entered.

func (*BaseGroovyParserListener) EnterImportDeclaration

func (s *BaseGroovyParserListener) EnterImportDeclaration(ctx *ImportDeclarationContext)

EnterImportDeclaration is called when production importDeclaration is entered.

func (*BaseGroovyParserListener) EnterInclusiveOrExprAlt

func (s *BaseGroovyParserListener) EnterInclusiveOrExprAlt(ctx *InclusiveOrExprAltContext)

EnterInclusiveOrExprAlt is called when production inclusiveOrExprAlt is entered.

func (*BaseGroovyParserListener) EnterIndexPropertyArgs

func (s *BaseGroovyParserListener) EnterIndexPropertyArgs(ctx *IndexPropertyArgsContext)

EnterIndexPropertyArgs is called when production indexPropertyArgs is entered.

func (*BaseGroovyParserListener) EnterIntegerLiteralAlt

func (s *BaseGroovyParserListener) EnterIntegerLiteralAlt(ctx *IntegerLiteralAltContext)

EnterIntegerLiteralAlt is called when production integerLiteralAlt is entered.

func (*BaseGroovyParserListener) EnterKeywords

func (s *BaseGroovyParserListener) EnterKeywords(ctx *KeywordsContext)

EnterKeywords is called when production keywords is entered.

func (*BaseGroovyParserListener) EnterLabeledStmtAlt

func (s *BaseGroovyParserListener) EnterLabeledStmtAlt(ctx *LabeledStmtAltContext)

EnterLabeledStmtAlt is called when production labeledStmtAlt is entered.

func (*BaseGroovyParserListener) EnterLambdaBody

func (s *BaseGroovyParserListener) EnterLambdaBody(ctx *LambdaBodyContext)

EnterLambdaBody is called when production lambdaBody is entered.

func (*BaseGroovyParserListener) EnterLambdaExpression

func (s *BaseGroovyParserListener) EnterLambdaExpression(ctx *LambdaExpressionContext)

EnterLambdaExpression is called when production lambdaExpression is entered.

func (*BaseGroovyParserListener) EnterLambdaParameters

func (s *BaseGroovyParserListener) EnterLambdaParameters(ctx *LambdaParametersContext)

EnterLambdaParameters is called when production lambdaParameters is entered.

func (*BaseGroovyParserListener) EnterList

func (s *BaseGroovyParserListener) EnterList(ctx *ListContext)

EnterList is called when production list is entered.

func (*BaseGroovyParserListener) EnterListPrmrAlt

func (s *BaseGroovyParserListener) EnterListPrmrAlt(ctx *ListPrmrAltContext)

EnterListPrmrAlt is called when production listPrmrAlt is entered.

func (*BaseGroovyParserListener) EnterLiteralPrmrAlt

func (s *BaseGroovyParserListener) EnterLiteralPrmrAlt(ctx *LiteralPrmrAltContext)

EnterLiteralPrmrAlt is called when production literalPrmrAlt is entered.

func (*BaseGroovyParserListener) EnterLocalVariableDeclaration

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

EnterLocalVariableDeclaration is called when production localVariableDeclaration is entered.

func (*BaseGroovyParserListener) EnterLocalVariableDeclarationStmtAlt

func (s *BaseGroovyParserListener) EnterLocalVariableDeclarationStmtAlt(ctx *LocalVariableDeclarationStmtAltContext)

EnterLocalVariableDeclarationStmtAlt is called when production localVariableDeclarationStmtAlt is entered.

func (*BaseGroovyParserListener) EnterLogicalAndExprAlt

func (s *BaseGroovyParserListener) EnterLogicalAndExprAlt(ctx *LogicalAndExprAltContext)

EnterLogicalAndExprAlt is called when production logicalAndExprAlt is entered.

func (*BaseGroovyParserListener) EnterLogicalOrExprAlt

func (s *BaseGroovyParserListener) EnterLogicalOrExprAlt(ctx *LogicalOrExprAltContext)

EnterLogicalOrExprAlt is called when production logicalOrExprAlt is entered.

func (*BaseGroovyParserListener) EnterLoopStmtAlt

func (s *BaseGroovyParserListener) EnterLoopStmtAlt(ctx *LoopStmtAltContext)

EnterLoopStmtAlt is called when production loopStmtAlt is entered.

func (*BaseGroovyParserListener) EnterMapEntry

func (s *BaseGroovyParserListener) EnterMapEntry(ctx *MapEntryContext)

EnterMapEntry is called when production mapEntry is entered.

func (*BaseGroovyParserListener) EnterMapEntryLabel

func (s *BaseGroovyParserListener) EnterMapEntryLabel(ctx *MapEntryLabelContext)

EnterMapEntryLabel is called when production mapEntryLabel is entered.

func (*BaseGroovyParserListener) EnterMapEntryList

func (s *BaseGroovyParserListener) EnterMapEntryList(ctx *MapEntryListContext)

EnterMapEntryList is called when production mapEntryList is entered.

func (*BaseGroovyParserListener) EnterMapPrmrAlt

func (s *BaseGroovyParserListener) EnterMapPrmrAlt(ctx *MapPrmrAltContext)

EnterMapPrmrAlt is called when production mapPrmrAlt is entered.

func (*BaseGroovyParserListener) EnterMemberDeclaration

func (s *BaseGroovyParserListener) EnterMemberDeclaration(ctx *MemberDeclarationContext)

EnterMemberDeclaration is called when production memberDeclaration is entered.

func (*BaseGroovyParserListener) EnterMethodBody

func (s *BaseGroovyParserListener) EnterMethodBody(ctx *MethodBodyContext)

EnterMethodBody is called when production methodBody is entered.

func (*BaseGroovyParserListener) EnterMethodDeclaration

func (s *BaseGroovyParserListener) EnterMethodDeclaration(ctx *MethodDeclarationContext)

EnterMethodDeclaration is called when production methodDeclaration is entered.

func (*BaseGroovyParserListener) EnterMethodDeclarationStmtAlt

func (s *BaseGroovyParserListener) EnterMethodDeclarationStmtAlt(ctx *MethodDeclarationStmtAltContext)

EnterMethodDeclarationStmtAlt is called when production methodDeclarationStmtAlt is entered.

func (*BaseGroovyParserListener) EnterMethodName

func (s *BaseGroovyParserListener) EnterMethodName(ctx *MethodNameContext)

EnterMethodName is called when production methodName is entered.

func (*BaseGroovyParserListener) EnterModifier

func (s *BaseGroovyParserListener) EnterModifier(ctx *ModifierContext)

EnterModifier is called when production modifier is entered.

func (*BaseGroovyParserListener) EnterModifiers

func (s *BaseGroovyParserListener) EnterModifiers(ctx *ModifiersContext)

EnterModifiers is called when production modifiers is entered.

func (*BaseGroovyParserListener) EnterModifiersOpt

func (s *BaseGroovyParserListener) EnterModifiersOpt(ctx *ModifiersOptContext)

EnterModifiersOpt is called when production modifiersOpt is entered.

func (*BaseGroovyParserListener) EnterMultipleAssignmentExprAlt

func (s *BaseGroovyParserListener) EnterMultipleAssignmentExprAlt(ctx *MultipleAssignmentExprAltContext)

EnterMultipleAssignmentExprAlt is called when production multipleAssignmentExprAlt is entered.

func (*BaseGroovyParserListener) EnterMultiplicativeExprAlt

func (s *BaseGroovyParserListener) EnterMultiplicativeExprAlt(ctx *MultiplicativeExprAltContext)

EnterMultiplicativeExprAlt is called when production multiplicativeExprAlt is entered.

func (*BaseGroovyParserListener) EnterNamePart

func (s *BaseGroovyParserListener) EnterNamePart(ctx *NamePartContext)

EnterNamePart is called when production namePart is entered.

func (*BaseGroovyParserListener) EnterNamedPropertyArgs

func (s *BaseGroovyParserListener) EnterNamedPropertyArgs(ctx *NamedPropertyArgsContext)

EnterNamedPropertyArgs is called when production namedPropertyArgs is entered.

func (*BaseGroovyParserListener) EnterNewPrmrAlt

func (s *BaseGroovyParserListener) EnterNewPrmrAlt(ctx *NewPrmrAltContext)

EnterNewPrmrAlt is called when production newPrmrAlt is entered.

func (*BaseGroovyParserListener) EnterNilLiteralAlt

func (s *BaseGroovyParserListener) EnterNilLiteralAlt(ctx *NilLiteralAltContext)

EnterNilLiteralAlt is called when production nilLiteralAlt is entered.

func (*BaseGroovyParserListener) EnterNls

func (s *BaseGroovyParserListener) EnterNls(ctx *NlsContext)

EnterNls is called when production nls is entered.

func (*BaseGroovyParserListener) EnterNonWildcardTypeArguments

func (s *BaseGroovyParserListener) EnterNonWildcardTypeArguments(ctx *NonWildcardTypeArgumentsContext)

EnterNonWildcardTypeArguments is called when production nonWildcardTypeArguments is entered.

func (*BaseGroovyParserListener) EnterNormalMap

func (s *BaseGroovyParserListener) EnterNormalMap(ctx *NormalMapContext)

EnterNormalMap is called when production normalMap is entered.

func (*BaseGroovyParserListener) EnterPackageDeclaration

func (s *BaseGroovyParserListener) EnterPackageDeclaration(ctx *PackageDeclarationContext)

EnterPackageDeclaration is called when production packageDeclaration is entered.

func (*BaseGroovyParserListener) EnterParExpression

func (s *BaseGroovyParserListener) EnterParExpression(ctx *ParExpressionContext)

EnterParExpression is called when production parExpression is entered.

func (*BaseGroovyParserListener) EnterParenPrmrAlt

func (s *BaseGroovyParserListener) EnterParenPrmrAlt(ctx *ParenPrmrAltContext)

EnterParenPrmrAlt is called when production parenPrmrAlt is entered.

func (*BaseGroovyParserListener) EnterPathElement

func (s *BaseGroovyParserListener) EnterPathElement(ctx *PathElementContext)

EnterPathElement is called when production pathElement is entered.

func (*BaseGroovyParserListener) EnterPathExpression

func (s *BaseGroovyParserListener) EnterPathExpression(ctx *PathExpressionContext)

EnterPathExpression is called when production pathExpression is entered.

func (*BaseGroovyParserListener) EnterPostfixExprAlt

func (s *BaseGroovyParserListener) EnterPostfixExprAlt(ctx *PostfixExprAltContext)

EnterPostfixExprAlt is called when production postfixExprAlt is entered.

func (*BaseGroovyParserListener) EnterPostfixExprAltForExpr

func (s *BaseGroovyParserListener) EnterPostfixExprAltForExpr(ctx *PostfixExprAltForExprContext)

EnterPostfixExprAltForExpr is called when production postfixExprAltForExpr is entered.

func (*BaseGroovyParserListener) EnterPostfixExpression

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

EnterPostfixExpression is called when production postfixExpression is entered.

func (*BaseGroovyParserListener) EnterPowerExprAlt

func (s *BaseGroovyParserListener) EnterPowerExprAlt(ctx *PowerExprAltContext)

EnterPowerExprAlt is called when production powerExprAlt is entered.

func (*BaseGroovyParserListener) EnterPrimitiveType

func (s *BaseGroovyParserListener) EnterPrimitiveType(ctx *PrimitiveTypeContext)

EnterPrimitiveType is called when production primitiveType is entered.

func (*BaseGroovyParserListener) EnterQualifiedClassName

func (s *BaseGroovyParserListener) EnterQualifiedClassName(ctx *QualifiedClassNameContext)

EnterQualifiedClassName is called when production qualifiedClassName is entered.

func (*BaseGroovyParserListener) EnterQualifiedClassNameList

func (s *BaseGroovyParserListener) EnterQualifiedClassNameList(ctx *QualifiedClassNameListContext)

EnterQualifiedClassNameList is called when production qualifiedClassNameList is entered.

func (*BaseGroovyParserListener) EnterQualifiedName

func (s *BaseGroovyParserListener) EnterQualifiedName(ctx *QualifiedNameContext)

EnterQualifiedName is called when production qualifiedName is entered.

func (*BaseGroovyParserListener) EnterQualifiedNameElement

func (s *BaseGroovyParserListener) EnterQualifiedNameElement(ctx *QualifiedNameElementContext)

EnterQualifiedNameElement is called when production qualifiedNameElement is entered.

func (*BaseGroovyParserListener) EnterQualifiedNameElements

func (s *BaseGroovyParserListener) EnterQualifiedNameElements(ctx *QualifiedNameElementsContext)

EnterQualifiedNameElements is called when production qualifiedNameElements is entered.

func (*BaseGroovyParserListener) EnterQualifiedStandardClassName

func (s *BaseGroovyParserListener) EnterQualifiedStandardClassName(ctx *QualifiedStandardClassNameContext)

EnterQualifiedStandardClassName is called when production qualifiedStandardClassName is entered.

func (*BaseGroovyParserListener) EnterRegexExprAlt

func (s *BaseGroovyParserListener) EnterRegexExprAlt(ctx *RegexExprAltContext)

EnterRegexExprAlt is called when production regexExprAlt is entered.

func (*BaseGroovyParserListener) EnterRelationalExprAlt

func (s *BaseGroovyParserListener) EnterRelationalExprAlt(ctx *RelationalExprAltContext)

EnterRelationalExprAlt is called when production relationalExprAlt is entered.

func (*BaseGroovyParserListener) EnterResource

func (s *BaseGroovyParserListener) EnterResource(ctx *ResourceContext)

EnterResource is called when production resource is entered.

func (*BaseGroovyParserListener) EnterResourceList

func (s *BaseGroovyParserListener) EnterResourceList(ctx *ResourceListContext)

EnterResourceList is called when production resourceList is entered.

func (*BaseGroovyParserListener) EnterResources

func (s *BaseGroovyParserListener) EnterResources(ctx *ResourcesContext)

EnterResources is called when production resources is entered.

func (*BaseGroovyParserListener) EnterReturnStmtAlt

func (s *BaseGroovyParserListener) EnterReturnStmtAlt(ctx *ReturnStmtAltContext)

EnterReturnStmtAlt is called when production returnStmtAlt is entered.

func (*BaseGroovyParserListener) EnterReturnType

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

EnterReturnType is called when production returnType is entered.

func (*BaseGroovyParserListener) EnterRparen

func (s *BaseGroovyParserListener) EnterRparen(ctx *RparenContext)

EnterRparen is called when production rparen is entered.

func (*BaseGroovyParserListener) EnterScriptStatement

func (s *BaseGroovyParserListener) EnterScriptStatement(ctx *ScriptStatementContext)

EnterScriptStatement is called when production scriptStatement is entered.

func (*BaseGroovyParserListener) EnterScriptStatements

func (s *BaseGroovyParserListener) EnterScriptStatements(ctx *ScriptStatementsContext)

EnterScriptStatements is called when production scriptStatements is entered.

func (*BaseGroovyParserListener) EnterSep

func (s *BaseGroovyParserListener) EnterSep(ctx *SepContext)

EnterSep is called when production sep is entered.

func (*BaseGroovyParserListener) EnterShiftExprAlt

func (s *BaseGroovyParserListener) EnterShiftExprAlt(ctx *ShiftExprAltContext)

EnterShiftExprAlt is called when production shiftExprAlt is entered.

func (*BaseGroovyParserListener) EnterStandardClassOrInterfaceType

func (s *BaseGroovyParserListener) EnterStandardClassOrInterfaceType(ctx *StandardClassOrInterfaceTypeContext)

EnterStandardClassOrInterfaceType is called when production standardClassOrInterfaceType is entered.

func (*BaseGroovyParserListener) EnterStandardLambdaExpression

func (s *BaseGroovyParserListener) EnterStandardLambdaExpression(ctx *StandardLambdaExpressionContext)

EnterStandardLambdaExpression is called when production standardLambdaExpression is entered.

func (*BaseGroovyParserListener) EnterStandardLambdaParameters

func (s *BaseGroovyParserListener) EnterStandardLambdaParameters(ctx *StandardLambdaParametersContext)

EnterStandardLambdaParameters is called when production standardLambdaParameters is entered.

func (*BaseGroovyParserListener) EnterStandardType

func (s *BaseGroovyParserListener) EnterStandardType(ctx *StandardTypeContext)

EnterStandardType is called when production standardType is entered.

func (*BaseGroovyParserListener) EnterStringLiteral

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

EnterStringLiteral is called when production stringLiteral is entered.

func (*BaseGroovyParserListener) EnterStringLiteralAlt

func (s *BaseGroovyParserListener) EnterStringLiteralAlt(ctx *StringLiteralAltContext)

EnterStringLiteralAlt is called when production stringLiteralAlt is entered.

func (*BaseGroovyParserListener) EnterSuperPrmrAlt

func (s *BaseGroovyParserListener) EnterSuperPrmrAlt(ctx *SuperPrmrAltContext)

EnterSuperPrmrAlt is called when production superPrmrAlt is entered.

func (*BaseGroovyParserListener) EnterSwitchBlockStatementGroup

func (s *BaseGroovyParserListener) EnterSwitchBlockStatementGroup(ctx *SwitchBlockStatementGroupContext)

EnterSwitchBlockStatementGroup is called when production switchBlockStatementGroup is entered.

func (*BaseGroovyParserListener) EnterSwitchLabel

func (s *BaseGroovyParserListener) EnterSwitchLabel(ctx *SwitchLabelContext)

EnterSwitchLabel is called when production switchLabel is entered.

func (*BaseGroovyParserListener) EnterSwitchStatement

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

EnterSwitchStatement is called when production switchStatement is entered.

func (*BaseGroovyParserListener) EnterSynchronizedStmtAlt

func (s *BaseGroovyParserListener) EnterSynchronizedStmtAlt(ctx *SynchronizedStmtAltContext)

EnterSynchronizedStmtAlt is called when production synchronizedStmtAlt is entered.

func (*BaseGroovyParserListener) EnterThisFormalParameter

func (s *BaseGroovyParserListener) EnterThisFormalParameter(ctx *ThisFormalParameterContext)

EnterThisFormalParameter is called when production thisFormalParameter is entered.

func (*BaseGroovyParserListener) EnterThisPrmrAlt

func (s *BaseGroovyParserListener) EnterThisPrmrAlt(ctx *ThisPrmrAltContext)

EnterThisPrmrAlt is called when production thisPrmrAlt is entered.

func (*BaseGroovyParserListener) EnterThrowStmtAlt

func (s *BaseGroovyParserListener) EnterThrowStmtAlt(ctx *ThrowStmtAltContext)

EnterThrowStmtAlt is called when production throwStmtAlt is entered.

func (*BaseGroovyParserListener) EnterTryCatchStatement

func (s *BaseGroovyParserListener) EnterTryCatchStatement(ctx *TryCatchStatementContext)

EnterTryCatchStatement is called when production tryCatchStatement is entered.

func (*BaseGroovyParserListener) EnterTryCatchStmtAlt

func (s *BaseGroovyParserListener) EnterTryCatchStmtAlt(ctx *TryCatchStmtAltContext)

EnterTryCatchStmtAlt is called when production tryCatchStmtAlt is entered.

func (*BaseGroovyParserListener) EnterTypeArgument

func (s *BaseGroovyParserListener) EnterTypeArgument(ctx *TypeArgumentContext)

EnterTypeArgument is called when production typeArgument is entered.

func (*BaseGroovyParserListener) EnterTypeArguments

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

EnterTypeArguments is called when production typeArguments is entered.

func (*BaseGroovyParserListener) EnterTypeArgumentsOrDiamond

func (s *BaseGroovyParserListener) EnterTypeArgumentsOrDiamond(ctx *TypeArgumentsOrDiamondContext)

EnterTypeArgumentsOrDiamond is called when production typeArgumentsOrDiamond is entered.

func (*BaseGroovyParserListener) EnterTypeBound

func (s *BaseGroovyParserListener) EnterTypeBound(ctx *TypeBoundContext)

EnterTypeBound is called when production typeBound is entered.

func (*BaseGroovyParserListener) EnterTypeDeclaration

func (s *BaseGroovyParserListener) EnterTypeDeclaration(ctx *TypeDeclarationContext)

EnterTypeDeclaration is called when production typeDeclaration is entered.

func (*BaseGroovyParserListener) EnterTypeList

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

EnterTypeList is called when production typeList is entered.

func (*BaseGroovyParserListener) EnterTypeNamePair

func (s *BaseGroovyParserListener) EnterTypeNamePair(ctx *TypeNamePairContext)

EnterTypeNamePair is called when production typeNamePair is entered.

func (*BaseGroovyParserListener) EnterTypeNamePairs

func (s *BaseGroovyParserListener) EnterTypeNamePairs(ctx *TypeNamePairsContext)

EnterTypeNamePairs is called when production typeNamePairs is entered.

func (*BaseGroovyParserListener) EnterTypeParameter

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

EnterTypeParameter is called when production typeParameter is entered.

func (*BaseGroovyParserListener) EnterTypeParameters

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

EnterTypeParameters is called when production typeParameters is entered.

func (*BaseGroovyParserListener) EnterTypeType

func (s *BaseGroovyParserListener) EnterTypeType(ctx *TypeTypeContext)

EnterTypeType is called when production typeType is entered.

func (*BaseGroovyParserListener) EnterUnaryAddExprAlt

func (s *BaseGroovyParserListener) EnterUnaryAddExprAlt(ctx *UnaryAddExprAltContext)

EnterUnaryAddExprAlt is called when production unaryAddExprAlt is entered.

func (*BaseGroovyParserListener) EnterUnaryAddExprAltForExpr

func (s *BaseGroovyParserListener) EnterUnaryAddExprAltForExpr(ctx *UnaryAddExprAltForExprContext)

EnterUnaryAddExprAltForExpr is called when production unaryAddExprAltForExpr is entered.

func (*BaseGroovyParserListener) EnterUnaryNotExprAlt

func (s *BaseGroovyParserListener) EnterUnaryNotExprAlt(ctx *UnaryNotExprAltContext)

EnterUnaryNotExprAlt is called when production unaryNotExprAlt is entered.

func (*BaseGroovyParserListener) EnterUnaryNotExprAltForExpr

func (s *BaseGroovyParserListener) EnterUnaryNotExprAltForExpr(ctx *UnaryNotExprAltForExprContext)

EnterUnaryNotExprAltForExpr is called when production unaryNotExprAltForExpr is entered.

func (*BaseGroovyParserListener) EnterVariableDeclaration

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

EnterVariableDeclaration is called when production variableDeclaration is entered.

func (*BaseGroovyParserListener) EnterVariableDeclarator

func (s *BaseGroovyParserListener) EnterVariableDeclarator(ctx *VariableDeclaratorContext)

EnterVariableDeclarator is called when production variableDeclarator is entered.

func (*BaseGroovyParserListener) EnterVariableDeclaratorId

func (s *BaseGroovyParserListener) EnterVariableDeclaratorId(ctx *VariableDeclaratorIdContext)

EnterVariableDeclaratorId is called when production variableDeclaratorId is entered.

func (*BaseGroovyParserListener) EnterVariableDeclarators

func (s *BaseGroovyParserListener) EnterVariableDeclarators(ctx *VariableDeclaratorsContext)

EnterVariableDeclarators is called when production variableDeclarators is entered.

func (*BaseGroovyParserListener) EnterVariableInitializer

func (s *BaseGroovyParserListener) EnterVariableInitializer(ctx *VariableInitializerContext)

EnterVariableInitializer is called when production variableInitializer is entered.

func (*BaseGroovyParserListener) EnterVariableInitializers

func (s *BaseGroovyParserListener) EnterVariableInitializers(ctx *VariableInitializersContext)

EnterVariableInitializers is called when production variableInitializers is entered.

func (*BaseGroovyParserListener) EnterVariableModifier

func (s *BaseGroovyParserListener) EnterVariableModifier(ctx *VariableModifierContext)

EnterVariableModifier is called when production variableModifier is entered.

func (*BaseGroovyParserListener) EnterVariableModifiers

func (s *BaseGroovyParserListener) EnterVariableModifiers(ctx *VariableModifiersContext)

EnterVariableModifiers is called when production variableModifiers is entered.

func (*BaseGroovyParserListener) EnterVariableModifiersOpt

func (s *BaseGroovyParserListener) EnterVariableModifiersOpt(ctx *VariableModifiersOptContext)

EnterVariableModifiersOpt is called when production variableModifiersOpt is entered.

func (*BaseGroovyParserListener) EnterVariableNames

func (s *BaseGroovyParserListener) EnterVariableNames(ctx *VariableNamesContext)

EnterVariableNames is called when production variableNames is entered.

func (*BaseGroovyParserListener) EnterWhileStmtAlt

func (s *BaseGroovyParserListener) EnterWhileStmtAlt(ctx *WhileStmtAltContext)

EnterWhileStmtAlt is called when production whileStmtAlt is entered.

func (*BaseGroovyParserListener) ExitAdditiveExprAlt

func (s *BaseGroovyParserListener) ExitAdditiveExprAlt(ctx *AdditiveExprAltContext)

ExitAdditiveExprAlt is called when production additiveExprAlt is exited.

func (*BaseGroovyParserListener) ExitAndExprAlt

func (s *BaseGroovyParserListener) ExitAndExprAlt(ctx *AndExprAltContext)

ExitAndExprAlt is called when production andExprAlt is exited.

func (*BaseGroovyParserListener) ExitAnnotatedQualifiedClassName

func (s *BaseGroovyParserListener) ExitAnnotatedQualifiedClassName(ctx *AnnotatedQualifiedClassNameContext)

ExitAnnotatedQualifiedClassName is called when production annotatedQualifiedClassName is exited.

func (*BaseGroovyParserListener) ExitAnnotation

func (s *BaseGroovyParserListener) ExitAnnotation(ctx *AnnotationContext)

ExitAnnotation is called when production annotation is exited.

func (*BaseGroovyParserListener) ExitAnnotationName

func (s *BaseGroovyParserListener) ExitAnnotationName(ctx *AnnotationNameContext)

ExitAnnotationName is called when production annotationName is exited.

func (*BaseGroovyParserListener) ExitAnnotationsOpt

func (s *BaseGroovyParserListener) ExitAnnotationsOpt(ctx *AnnotationsOptContext)

ExitAnnotationsOpt is called when production annotationsOpt is exited.

func (*BaseGroovyParserListener) ExitAnonymousInnerClassDeclaration

func (s *BaseGroovyParserListener) ExitAnonymousInnerClassDeclaration(ctx *AnonymousInnerClassDeclarationContext)

ExitAnonymousInnerClassDeclaration is called when production anonymousInnerClassDeclaration is exited.

func (*BaseGroovyParserListener) ExitArgumentList

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

ExitArgumentList is called when production argumentList is exited.

func (*BaseGroovyParserListener) ExitArgumentListElement

func (s *BaseGroovyParserListener) ExitArgumentListElement(ctx *ArgumentListElementContext)

ExitArgumentListElement is called when production argumentListElement is exited.

func (*BaseGroovyParserListener) ExitArguments

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

ExitArguments is called when production arguments is exited.

func (*BaseGroovyParserListener) ExitArrayInitializer

func (s *BaseGroovyParserListener) ExitArrayInitializer(ctx *ArrayInitializerContext)

ExitArrayInitializer is called when production arrayInitializer is exited.

func (*BaseGroovyParserListener) ExitAssertStatement

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

ExitAssertStatement is called when production assertStatement is exited.

func (*BaseGroovyParserListener) ExitAssertStmtAlt

func (s *BaseGroovyParserListener) ExitAssertStmtAlt(ctx *AssertStmtAltContext)

ExitAssertStmtAlt is called when production assertStmtAlt is exited.

func (*BaseGroovyParserListener) ExitAssignmentExprAlt

func (s *BaseGroovyParserListener) ExitAssignmentExprAlt(ctx *AssignmentExprAltContext)

ExitAssignmentExprAlt is called when production assignmentExprAlt is exited.

func (*BaseGroovyParserListener) ExitBlock

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

ExitBlock is called when production block is exited.

func (*BaseGroovyParserListener) ExitBlockStatement

func (s *BaseGroovyParserListener) ExitBlockStatement(ctx *BlockStatementContext)

ExitBlockStatement is called when production blockStatement is exited.

func (*BaseGroovyParserListener) ExitBlockStatements

func (s *BaseGroovyParserListener) ExitBlockStatements(ctx *BlockStatementsContext)

ExitBlockStatements is called when production blockStatements is exited.

func (*BaseGroovyParserListener) ExitBlockStatementsOpt

func (s *BaseGroovyParserListener) ExitBlockStatementsOpt(ctx *BlockStatementsOptContext)

ExitBlockStatementsOpt is called when production blockStatementsOpt is exited.

func (*BaseGroovyParserListener) ExitBlockStmtAlt

func (s *BaseGroovyParserListener) ExitBlockStmtAlt(ctx *BlockStmtAltContext)

ExitBlockStmtAlt is called when production blockStmtAlt is exited.

func (*BaseGroovyParserListener) ExitBoolLiteralAlt

func (s *BaseGroovyParserListener) ExitBoolLiteralAlt(ctx *BoolLiteralAltContext)

ExitBoolLiteralAlt is called when production boolLiteralAlt is exited.

func (*BaseGroovyParserListener) ExitBreakStatement

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

ExitBreakStatement is called when production breakStatement is exited.

func (*BaseGroovyParserListener) ExitBreakStmtAlt

func (s *BaseGroovyParserListener) ExitBreakStmtAlt(ctx *BreakStmtAltContext)

ExitBreakStmtAlt is called when production breakStmtAlt is exited.

func (*BaseGroovyParserListener) ExitBuiltInType

func (s *BaseGroovyParserListener) ExitBuiltInType(ctx *BuiltInTypeContext)

ExitBuiltInType is called when production builtInType is exited.

func (*BaseGroovyParserListener) ExitBuiltInTypePrmrAlt

func (s *BaseGroovyParserListener) ExitBuiltInTypePrmrAlt(ctx *BuiltInTypePrmrAltContext)

ExitBuiltInTypePrmrAlt is called when production builtInTypePrmrAlt is exited.

func (*BaseGroovyParserListener) ExitCastExprAlt

func (s *BaseGroovyParserListener) ExitCastExprAlt(ctx *CastExprAltContext)

ExitCastExprAlt is called when production castExprAlt is exited.

func (*BaseGroovyParserListener) ExitCastExprAltForExpr

func (s *BaseGroovyParserListener) ExitCastExprAltForExpr(ctx *CastExprAltForExprContext)

ExitCastExprAltForExpr is called when production castExprAltForExpr is exited.

func (*BaseGroovyParserListener) ExitCastParExpression

func (s *BaseGroovyParserListener) ExitCastParExpression(ctx *CastParExpressionContext)

ExitCastParExpression is called when production castParExpression is exited.

func (*BaseGroovyParserListener) ExitCatchClause

func (s *BaseGroovyParserListener) ExitCatchClause(ctx *CatchClauseContext)

ExitCatchClause is called when production catchClause is exited.

func (*BaseGroovyParserListener) ExitCatchType

func (s *BaseGroovyParserListener) ExitCatchType(ctx *CatchTypeContext)

ExitCatchType is called when production catchType is exited.

func (*BaseGroovyParserListener) ExitClassBody

func (s *BaseGroovyParserListener) ExitClassBody(ctx *ClassBodyContext)

ExitClassBody is called when production classBody is exited.

func (*BaseGroovyParserListener) ExitClassBodyDeclaration

func (s *BaseGroovyParserListener) ExitClassBodyDeclaration(ctx *ClassBodyDeclarationContext)

ExitClassBodyDeclaration is called when production classBodyDeclaration is exited.

func (*BaseGroovyParserListener) ExitClassDeclaration

func (s *BaseGroovyParserListener) ExitClassDeclaration(ctx *ClassDeclarationContext)

ExitClassDeclaration is called when production classDeclaration is exited.

func (*BaseGroovyParserListener) ExitClassName

func (s *BaseGroovyParserListener) ExitClassName(ctx *ClassNameContext)

ExitClassName is called when production className is exited.

func (*BaseGroovyParserListener) ExitClassOrInterfaceModifier

func (s *BaseGroovyParserListener) ExitClassOrInterfaceModifier(ctx *ClassOrInterfaceModifierContext)

ExitClassOrInterfaceModifier is called when production classOrInterfaceModifier is exited.

func (*BaseGroovyParserListener) ExitClassOrInterfaceModifiers

func (s *BaseGroovyParserListener) ExitClassOrInterfaceModifiers(ctx *ClassOrInterfaceModifiersContext)

ExitClassOrInterfaceModifiers is called when production classOrInterfaceModifiers is exited.

func (*BaseGroovyParserListener) ExitClassOrInterfaceModifiersOpt

func (s *BaseGroovyParserListener) ExitClassOrInterfaceModifiersOpt(ctx *ClassOrInterfaceModifiersOptContext)

ExitClassOrInterfaceModifiersOpt is called when production classOrInterfaceModifiersOpt is exited.

func (*BaseGroovyParserListener) ExitClassOrInterfaceType

func (s *BaseGroovyParserListener) ExitClassOrInterfaceType(ctx *ClassOrInterfaceTypeContext)

ExitClassOrInterfaceType is called when production classOrInterfaceType is exited.

func (*BaseGroovyParserListener) ExitClassicalForControl

func (s *BaseGroovyParserListener) ExitClassicalForControl(ctx *ClassicalForControlContext)

ExitClassicalForControl is called when production classicalForControl is exited.

func (*BaseGroovyParserListener) ExitClassifiedModifiers

func (s *BaseGroovyParserListener) ExitClassifiedModifiers(ctx *ClassifiedModifiersContext)

ExitClassifiedModifiers is called when production classifiedModifiers is exited.

func (*BaseGroovyParserListener) ExitClosure

func (s *BaseGroovyParserListener) ExitClosure(ctx *ClosureContext)

ExitClosure is called when production closure is exited.

func (*BaseGroovyParserListener) ExitClosureOrLambdaExpression

func (s *BaseGroovyParserListener) ExitClosureOrLambdaExpression(ctx *ClosureOrLambdaExpressionContext)

ExitClosureOrLambdaExpression is called when production closureOrLambdaExpression is exited.

func (*BaseGroovyParserListener) ExitClosureOrLambdaExpressionPrmrAlt

func (s *BaseGroovyParserListener) ExitClosureOrLambdaExpressionPrmrAlt(ctx *ClosureOrLambdaExpressionPrmrAltContext)

ExitClosureOrLambdaExpressionPrmrAlt is called when production closureOrLambdaExpressionPrmrAlt is exited.

func (*BaseGroovyParserListener) ExitCommandArgument

func (s *BaseGroovyParserListener) ExitCommandArgument(ctx *CommandArgumentContext)

ExitCommandArgument is called when production commandArgument is exited.

func (*BaseGroovyParserListener) ExitCommandExprAlt

func (s *BaseGroovyParserListener) ExitCommandExprAlt(ctx *CommandExprAltContext)

ExitCommandExprAlt is called when production commandExprAlt is exited.

func (*BaseGroovyParserListener) ExitCommandExpression

func (s *BaseGroovyParserListener) ExitCommandExpression(ctx *CommandExpressionContext)

ExitCommandExpression is called when production commandExpression is exited.

func (*BaseGroovyParserListener) ExitCompilationUnit

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

ExitCompilationUnit is called when production compilationUnit is exited.

func (*BaseGroovyParserListener) ExitConditionalExprAlt

func (s *BaseGroovyParserListener) ExitConditionalExprAlt(ctx *ConditionalExprAltContext)

ExitConditionalExprAlt is called when production conditionalExprAlt is exited.

func (*BaseGroovyParserListener) ExitConditionalStatement

func (s *BaseGroovyParserListener) ExitConditionalStatement(ctx *ConditionalStatementContext)

ExitConditionalStatement is called when production conditionalStatement is exited.

func (*BaseGroovyParserListener) ExitConditionalStmtAlt

func (s *BaseGroovyParserListener) ExitConditionalStmtAlt(ctx *ConditionalStmtAltContext)

ExitConditionalStmtAlt is called when production conditionalStmtAlt is exited.

func (*BaseGroovyParserListener) ExitContinueStatement

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

ExitContinueStatement is called when production continueStatement is exited.

func (*BaseGroovyParserListener) ExitContinueStmtAlt

func (s *BaseGroovyParserListener) ExitContinueStmtAlt(ctx *ContinueStmtAltContext)

ExitContinueStmtAlt is called when production continueStmtAlt is exited.

func (*BaseGroovyParserListener) ExitCreatedName

func (s *BaseGroovyParserListener) ExitCreatedName(ctx *CreatedNameContext)

ExitCreatedName is called when production createdName is exited.

func (*BaseGroovyParserListener) ExitCreator

func (s *BaseGroovyParserListener) ExitCreator(ctx *CreatorContext)

ExitCreator is called when production creator is exited.

func (*BaseGroovyParserListener) ExitDims

func (s *BaseGroovyParserListener) ExitDims(ctx *DimsContext)

ExitDims is called when production dims is exited.

func (*BaseGroovyParserListener) ExitDimsOpt

func (s *BaseGroovyParserListener) ExitDimsOpt(ctx *DimsOptContext)

ExitDimsOpt is called when production dimsOpt is exited.

func (*BaseGroovyParserListener) ExitDoWhileStmtAlt

func (s *BaseGroovyParserListener) ExitDoWhileStmtAlt(ctx *DoWhileStmtAltContext)

ExitDoWhileStmtAlt is called when production doWhileStmtAlt is exited.

func (*BaseGroovyParserListener) ExitDynamicMemberName

func (s *BaseGroovyParserListener) ExitDynamicMemberName(ctx *DynamicMemberNameContext)

ExitDynamicMemberName is called when production dynamicMemberName is exited.

func (*BaseGroovyParserListener) ExitElementValue

func (s *BaseGroovyParserListener) ExitElementValue(ctx *ElementValueContext)

ExitElementValue is called when production elementValue is exited.

func (*BaseGroovyParserListener) ExitElementValueArrayInitializer

func (s *BaseGroovyParserListener) ExitElementValueArrayInitializer(ctx *ElementValueArrayInitializerContext)

ExitElementValueArrayInitializer is called when production elementValueArrayInitializer is exited.

func (*BaseGroovyParserListener) ExitElementValuePair

func (s *BaseGroovyParserListener) ExitElementValuePair(ctx *ElementValuePairContext)

ExitElementValuePair is called when production elementValuePair is exited.

func (*BaseGroovyParserListener) ExitElementValuePairName

func (s *BaseGroovyParserListener) ExitElementValuePairName(ctx *ElementValuePairNameContext)

ExitElementValuePairName is called when production elementValuePairName is exited.

func (*BaseGroovyParserListener) ExitElementValuePairs

func (s *BaseGroovyParserListener) ExitElementValuePairs(ctx *ElementValuePairsContext)

ExitElementValuePairs is called when production elementValuePairs is exited.

func (*BaseGroovyParserListener) ExitElementValues

func (s *BaseGroovyParserListener) ExitElementValues(ctx *ElementValuesContext)

ExitElementValues is called when production elementValues is exited.

func (*BaseGroovyParserListener) ExitEmptyStmtAlt

func (s *BaseGroovyParserListener) ExitEmptyStmtAlt(ctx *EmptyStmtAltContext)

ExitEmptyStmtAlt is called when production emptyStmtAlt is exited.

func (*BaseGroovyParserListener) ExitEnhancedArgumentList

func (s *BaseGroovyParserListener) ExitEnhancedArgumentList(ctx *EnhancedArgumentListContext)

ExitEnhancedArgumentList is called when production enhancedArgumentList is exited.

func (*BaseGroovyParserListener) ExitEnhancedArgumentListElement

func (s *BaseGroovyParserListener) ExitEnhancedArgumentListElement(ctx *EnhancedArgumentListElementContext)

ExitEnhancedArgumentListElement is called when production enhancedArgumentListElement is exited.

func (*BaseGroovyParserListener) ExitEnhancedForControl

func (s *BaseGroovyParserListener) ExitEnhancedForControl(ctx *EnhancedForControlContext)

ExitEnhancedForControl is called when production enhancedForControl is exited.

func (*BaseGroovyParserListener) ExitEnhancedStatementExpression

func (s *BaseGroovyParserListener) ExitEnhancedStatementExpression(ctx *EnhancedStatementExpressionContext)

ExitEnhancedStatementExpression is called when production enhancedStatementExpression is exited.

func (*BaseGroovyParserListener) ExitEnumConstant

func (s *BaseGroovyParserListener) ExitEnumConstant(ctx *EnumConstantContext)

ExitEnumConstant is called when production enumConstant is exited.

func (*BaseGroovyParserListener) ExitEnumConstants

func (s *BaseGroovyParserListener) ExitEnumConstants(ctx *EnumConstantsContext)

ExitEnumConstants is called when production enumConstants is exited.

func (*BaseGroovyParserListener) ExitEqualityExprAlt

func (s *BaseGroovyParserListener) ExitEqualityExprAlt(ctx *EqualityExprAltContext)

ExitEqualityExprAlt is called when production equalityExprAlt is exited.

func (*BaseGroovyParserListener) ExitEveryRule

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

ExitEveryRule is called when any rule is exited.

func (*BaseGroovyParserListener) ExitExclusiveOrExprAlt

func (s *BaseGroovyParserListener) ExitExclusiveOrExprAlt(ctx *ExclusiveOrExprAltContext)

ExitExclusiveOrExprAlt is called when production exclusiveOrExprAlt is exited.

func (*BaseGroovyParserListener) ExitExpressionInPar

func (s *BaseGroovyParserListener) ExitExpressionInPar(ctx *ExpressionInParContext)

ExitExpressionInPar is called when production expressionInPar is exited.

func (*BaseGroovyParserListener) ExitExpressionList

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

ExitExpressionList is called when production expressionList is exited.

func (*BaseGroovyParserListener) ExitExpressionListElement

func (s *BaseGroovyParserListener) ExitExpressionListElement(ctx *ExpressionListElementContext)

ExitExpressionListElement is called when production expressionListElement is exited.

func (*BaseGroovyParserListener) ExitExpressionStmtAlt

func (s *BaseGroovyParserListener) ExitExpressionStmtAlt(ctx *ExpressionStmtAltContext)

ExitExpressionStmtAlt is called when production expressionStmtAlt is exited.

func (*BaseGroovyParserListener) ExitFieldDeclaration

func (s *BaseGroovyParserListener) ExitFieldDeclaration(ctx *FieldDeclarationContext)

ExitFieldDeclaration is called when production fieldDeclaration is exited.

func (*BaseGroovyParserListener) ExitFinallyBlock

func (s *BaseGroovyParserListener) ExitFinallyBlock(ctx *FinallyBlockContext)

ExitFinallyBlock is called when production finallyBlock is exited.

func (*BaseGroovyParserListener) ExitFloatingPointLiteralAlt

func (s *BaseGroovyParserListener) ExitFloatingPointLiteralAlt(ctx *FloatingPointLiteralAltContext)

ExitFloatingPointLiteralAlt is called when production floatingPointLiteralAlt is exited.

func (*BaseGroovyParserListener) ExitForControl

func (s *BaseGroovyParserListener) ExitForControl(ctx *ForControlContext)

ExitForControl is called when production forControl is exited.

func (*BaseGroovyParserListener) ExitForInit

func (s *BaseGroovyParserListener) ExitForInit(ctx *ForInitContext)

ExitForInit is called when production forInit is exited.

func (*BaseGroovyParserListener) ExitForStmtAlt

func (s *BaseGroovyParserListener) ExitForStmtAlt(ctx *ForStmtAltContext)

ExitForStmtAlt is called when production forStmtAlt is exited.

func (*BaseGroovyParserListener) ExitForUpdate

func (s *BaseGroovyParserListener) ExitForUpdate(ctx *ForUpdateContext)

ExitForUpdate is called when production forUpdate is exited.

func (*BaseGroovyParserListener) ExitFormalParameter

func (s *BaseGroovyParserListener) ExitFormalParameter(ctx *FormalParameterContext)

ExitFormalParameter is called when production formalParameter is exited.

func (*BaseGroovyParserListener) ExitFormalParameterList

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

ExitFormalParameterList is called when production formalParameterList is exited.

func (*BaseGroovyParserListener) ExitFormalParameters

func (s *BaseGroovyParserListener) ExitFormalParameters(ctx *FormalParametersContext)

ExitFormalParameters is called when production formalParameters is exited.

func (*BaseGroovyParserListener) ExitGeneralClassOrInterfaceType

func (s *BaseGroovyParserListener) ExitGeneralClassOrInterfaceType(ctx *GeneralClassOrInterfaceTypeContext)

ExitGeneralClassOrInterfaceType is called when production generalClassOrInterfaceType is exited.

func (*BaseGroovyParserListener) ExitGstring

func (s *BaseGroovyParserListener) ExitGstring(ctx *GstringContext)

ExitGstring is called when production gstring is exited.

func (*BaseGroovyParserListener) ExitGstringPath

func (s *BaseGroovyParserListener) ExitGstringPath(ctx *GstringPathContext)

ExitGstringPath is called when production gstringPath is exited.

func (*BaseGroovyParserListener) ExitGstringPrmrAlt

func (s *BaseGroovyParserListener) ExitGstringPrmrAlt(ctx *GstringPrmrAltContext)

ExitGstringPrmrAlt is called when production gstringPrmrAlt is exited.

func (*BaseGroovyParserListener) ExitGstringValue

func (s *BaseGroovyParserListener) ExitGstringValue(ctx *GstringValueContext)

ExitGstringValue is called when production gstringValue is exited.

func (*BaseGroovyParserListener) ExitIdentifier

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

ExitIdentifier is called when production identifier is exited.

func (*BaseGroovyParserListener) ExitIdentifierPrmrAlt

func (s *BaseGroovyParserListener) ExitIdentifierPrmrAlt(ctx *IdentifierPrmrAltContext)

ExitIdentifierPrmrAlt is called when production identifierPrmrAlt is exited.

func (*BaseGroovyParserListener) ExitIfElseStatement

func (s *BaseGroovyParserListener) ExitIfElseStatement(ctx *IfElseStatementContext)

ExitIfElseStatement is called when production ifElseStatement is exited.

func (*BaseGroovyParserListener) ExitImportDeclaration

func (s *BaseGroovyParserListener) ExitImportDeclaration(ctx *ImportDeclarationContext)

ExitImportDeclaration is called when production importDeclaration is exited.

func (*BaseGroovyParserListener) ExitInclusiveOrExprAlt

func (s *BaseGroovyParserListener) ExitInclusiveOrExprAlt(ctx *InclusiveOrExprAltContext)

ExitInclusiveOrExprAlt is called when production inclusiveOrExprAlt is exited.

func (*BaseGroovyParserListener) ExitIndexPropertyArgs

func (s *BaseGroovyParserListener) ExitIndexPropertyArgs(ctx *IndexPropertyArgsContext)

ExitIndexPropertyArgs is called when production indexPropertyArgs is exited.

func (*BaseGroovyParserListener) ExitIntegerLiteralAlt

func (s *BaseGroovyParserListener) ExitIntegerLiteralAlt(ctx *IntegerLiteralAltContext)

ExitIntegerLiteralAlt is called when production integerLiteralAlt is exited.

func (*BaseGroovyParserListener) ExitKeywords

func (s *BaseGroovyParserListener) ExitKeywords(ctx *KeywordsContext)

ExitKeywords is called when production keywords is exited.

func (*BaseGroovyParserListener) ExitLabeledStmtAlt

func (s *BaseGroovyParserListener) ExitLabeledStmtAlt(ctx *LabeledStmtAltContext)

ExitLabeledStmtAlt is called when production labeledStmtAlt is exited.

func (*BaseGroovyParserListener) ExitLambdaBody

func (s *BaseGroovyParserListener) ExitLambdaBody(ctx *LambdaBodyContext)

ExitLambdaBody is called when production lambdaBody is exited.

func (*BaseGroovyParserListener) ExitLambdaExpression

func (s *BaseGroovyParserListener) ExitLambdaExpression(ctx *LambdaExpressionContext)

ExitLambdaExpression is called when production lambdaExpression is exited.

func (*BaseGroovyParserListener) ExitLambdaParameters

func (s *BaseGroovyParserListener) ExitLambdaParameters(ctx *LambdaParametersContext)

ExitLambdaParameters is called when production lambdaParameters is exited.

func (*BaseGroovyParserListener) ExitList

func (s *BaseGroovyParserListener) ExitList(ctx *ListContext)

ExitList is called when production list is exited.

func (*BaseGroovyParserListener) ExitListPrmrAlt

func (s *BaseGroovyParserListener) ExitListPrmrAlt(ctx *ListPrmrAltContext)

ExitListPrmrAlt is called when production listPrmrAlt is exited.

func (*BaseGroovyParserListener) ExitLiteralPrmrAlt

func (s *BaseGroovyParserListener) ExitLiteralPrmrAlt(ctx *LiteralPrmrAltContext)

ExitLiteralPrmrAlt is called when production literalPrmrAlt is exited.

func (*BaseGroovyParserListener) ExitLocalVariableDeclaration

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

ExitLocalVariableDeclaration is called when production localVariableDeclaration is exited.

func (*BaseGroovyParserListener) ExitLocalVariableDeclarationStmtAlt

func (s *BaseGroovyParserListener) ExitLocalVariableDeclarationStmtAlt(ctx *LocalVariableDeclarationStmtAltContext)

ExitLocalVariableDeclarationStmtAlt is called when production localVariableDeclarationStmtAlt is exited.

func (*BaseGroovyParserListener) ExitLogicalAndExprAlt

func (s *BaseGroovyParserListener) ExitLogicalAndExprAlt(ctx *LogicalAndExprAltContext)

ExitLogicalAndExprAlt is called when production logicalAndExprAlt is exited.

func (*BaseGroovyParserListener) ExitLogicalOrExprAlt

func (s *BaseGroovyParserListener) ExitLogicalOrExprAlt(ctx *LogicalOrExprAltContext)

ExitLogicalOrExprAlt is called when production logicalOrExprAlt is exited.

func (*BaseGroovyParserListener) ExitLoopStmtAlt

func (s *BaseGroovyParserListener) ExitLoopStmtAlt(ctx *LoopStmtAltContext)

ExitLoopStmtAlt is called when production loopStmtAlt is exited.

func (*BaseGroovyParserListener) ExitMapEntry

func (s *BaseGroovyParserListener) ExitMapEntry(ctx *MapEntryContext)

ExitMapEntry is called when production mapEntry is exited.

func (*BaseGroovyParserListener) ExitMapEntryLabel

func (s *BaseGroovyParserListener) ExitMapEntryLabel(ctx *MapEntryLabelContext)

ExitMapEntryLabel is called when production mapEntryLabel is exited.

func (*BaseGroovyParserListener) ExitMapEntryList

func (s *BaseGroovyParserListener) ExitMapEntryList(ctx *MapEntryListContext)

ExitMapEntryList is called when production mapEntryList is exited.

func (*BaseGroovyParserListener) ExitMapPrmrAlt

func (s *BaseGroovyParserListener) ExitMapPrmrAlt(ctx *MapPrmrAltContext)

ExitMapPrmrAlt is called when production mapPrmrAlt is exited.

func (*BaseGroovyParserListener) ExitMemberDeclaration

func (s *BaseGroovyParserListener) ExitMemberDeclaration(ctx *MemberDeclarationContext)

ExitMemberDeclaration is called when production memberDeclaration is exited.

func (*BaseGroovyParserListener) ExitMethodBody

func (s *BaseGroovyParserListener) ExitMethodBody(ctx *MethodBodyContext)

ExitMethodBody is called when production methodBody is exited.

func (*BaseGroovyParserListener) ExitMethodDeclaration

func (s *BaseGroovyParserListener) ExitMethodDeclaration(ctx *MethodDeclarationContext)

ExitMethodDeclaration is called when production methodDeclaration is exited.

func (*BaseGroovyParserListener) ExitMethodDeclarationStmtAlt

func (s *BaseGroovyParserListener) ExitMethodDeclarationStmtAlt(ctx *MethodDeclarationStmtAltContext)

ExitMethodDeclarationStmtAlt is called when production methodDeclarationStmtAlt is exited.

func (*BaseGroovyParserListener) ExitMethodName

func (s *BaseGroovyParserListener) ExitMethodName(ctx *MethodNameContext)

ExitMethodName is called when production methodName is exited.

func (*BaseGroovyParserListener) ExitModifier

func (s *BaseGroovyParserListener) ExitModifier(ctx *ModifierContext)

ExitModifier is called when production modifier is exited.

func (*BaseGroovyParserListener) ExitModifiers

func (s *BaseGroovyParserListener) ExitModifiers(ctx *ModifiersContext)

ExitModifiers is called when production modifiers is exited.

func (*BaseGroovyParserListener) ExitModifiersOpt

func (s *BaseGroovyParserListener) ExitModifiersOpt(ctx *ModifiersOptContext)

ExitModifiersOpt is called when production modifiersOpt is exited.

func (*BaseGroovyParserListener) ExitMultipleAssignmentExprAlt

func (s *BaseGroovyParserListener) ExitMultipleAssignmentExprAlt(ctx *MultipleAssignmentExprAltContext)

ExitMultipleAssignmentExprAlt is called when production multipleAssignmentExprAlt is exited.

func (*BaseGroovyParserListener) ExitMultiplicativeExprAlt

func (s *BaseGroovyParserListener) ExitMultiplicativeExprAlt(ctx *MultiplicativeExprAltContext)

ExitMultiplicativeExprAlt is called when production multiplicativeExprAlt is exited.

func (*BaseGroovyParserListener) ExitNamePart

func (s *BaseGroovyParserListener) ExitNamePart(ctx *NamePartContext)

ExitNamePart is called when production namePart is exited.

func (*BaseGroovyParserListener) ExitNamedPropertyArgs

func (s *BaseGroovyParserListener) ExitNamedPropertyArgs(ctx *NamedPropertyArgsContext)

ExitNamedPropertyArgs is called when production namedPropertyArgs is exited.

func (*BaseGroovyParserListener) ExitNewPrmrAlt

func (s *BaseGroovyParserListener) ExitNewPrmrAlt(ctx *NewPrmrAltContext)

ExitNewPrmrAlt is called when production newPrmrAlt is exited.

func (*BaseGroovyParserListener) ExitNilLiteralAlt

func (s *BaseGroovyParserListener) ExitNilLiteralAlt(ctx *NilLiteralAltContext)

ExitNilLiteralAlt is called when production nilLiteralAlt is exited.

func (*BaseGroovyParserListener) ExitNls

func (s *BaseGroovyParserListener) ExitNls(ctx *NlsContext)

ExitNls is called when production nls is exited.

func (*BaseGroovyParserListener) ExitNonWildcardTypeArguments

func (s *BaseGroovyParserListener) ExitNonWildcardTypeArguments(ctx *NonWildcardTypeArgumentsContext)

ExitNonWildcardTypeArguments is called when production nonWildcardTypeArguments is exited.

func (*BaseGroovyParserListener) ExitNormalMap

func (s *BaseGroovyParserListener) ExitNormalMap(ctx *NormalMapContext)

ExitNormalMap is called when production normalMap is exited.

func (*BaseGroovyParserListener) ExitPackageDeclaration

func (s *BaseGroovyParserListener) ExitPackageDeclaration(ctx *PackageDeclarationContext)

ExitPackageDeclaration is called when production packageDeclaration is exited.

func (*BaseGroovyParserListener) ExitParExpression

func (s *BaseGroovyParserListener) ExitParExpression(ctx *ParExpressionContext)

ExitParExpression is called when production parExpression is exited.

func (*BaseGroovyParserListener) ExitParenPrmrAlt

func (s *BaseGroovyParserListener) ExitParenPrmrAlt(ctx *ParenPrmrAltContext)

ExitParenPrmrAlt is called when production parenPrmrAlt is exited.

func (*BaseGroovyParserListener) ExitPathElement

func (s *BaseGroovyParserListener) ExitPathElement(ctx *PathElementContext)

ExitPathElement is called when production pathElement is exited.

func (*BaseGroovyParserListener) ExitPathExpression

func (s *BaseGroovyParserListener) ExitPathExpression(ctx *PathExpressionContext)

ExitPathExpression is called when production pathExpression is exited.

func (*BaseGroovyParserListener) ExitPostfixExprAlt

func (s *BaseGroovyParserListener) ExitPostfixExprAlt(ctx *PostfixExprAltContext)

ExitPostfixExprAlt is called when production postfixExprAlt is exited.

func (*BaseGroovyParserListener) ExitPostfixExprAltForExpr

func (s *BaseGroovyParserListener) ExitPostfixExprAltForExpr(ctx *PostfixExprAltForExprContext)

ExitPostfixExprAltForExpr is called when production postfixExprAltForExpr is exited.

func (*BaseGroovyParserListener) ExitPostfixExpression

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

ExitPostfixExpression is called when production postfixExpression is exited.

func (*BaseGroovyParserListener) ExitPowerExprAlt

func (s *BaseGroovyParserListener) ExitPowerExprAlt(ctx *PowerExprAltContext)

ExitPowerExprAlt is called when production powerExprAlt is exited.

func (*BaseGroovyParserListener) ExitPrimitiveType

func (s *BaseGroovyParserListener) ExitPrimitiveType(ctx *PrimitiveTypeContext)

ExitPrimitiveType is called when production primitiveType is exited.

func (*BaseGroovyParserListener) ExitQualifiedClassName

func (s *BaseGroovyParserListener) ExitQualifiedClassName(ctx *QualifiedClassNameContext)

ExitQualifiedClassName is called when production qualifiedClassName is exited.

func (*BaseGroovyParserListener) ExitQualifiedClassNameList

func (s *BaseGroovyParserListener) ExitQualifiedClassNameList(ctx *QualifiedClassNameListContext)

ExitQualifiedClassNameList is called when production qualifiedClassNameList is exited.

func (*BaseGroovyParserListener) ExitQualifiedName

func (s *BaseGroovyParserListener) ExitQualifiedName(ctx *QualifiedNameContext)

ExitQualifiedName is called when production qualifiedName is exited.

func (*BaseGroovyParserListener) ExitQualifiedNameElement

func (s *BaseGroovyParserListener) ExitQualifiedNameElement(ctx *QualifiedNameElementContext)

ExitQualifiedNameElement is called when production qualifiedNameElement is exited.

func (*BaseGroovyParserListener) ExitQualifiedNameElements

func (s *BaseGroovyParserListener) ExitQualifiedNameElements(ctx *QualifiedNameElementsContext)

ExitQualifiedNameElements is called when production qualifiedNameElements is exited.

func (*BaseGroovyParserListener) ExitQualifiedStandardClassName

func (s *BaseGroovyParserListener) ExitQualifiedStandardClassName(ctx *QualifiedStandardClassNameContext)

ExitQualifiedStandardClassName is called when production qualifiedStandardClassName is exited.

func (*BaseGroovyParserListener) ExitRegexExprAlt

func (s *BaseGroovyParserListener) ExitRegexExprAlt(ctx *RegexExprAltContext)

ExitRegexExprAlt is called when production regexExprAlt is exited.

func (*BaseGroovyParserListener) ExitRelationalExprAlt

func (s *BaseGroovyParserListener) ExitRelationalExprAlt(ctx *RelationalExprAltContext)

ExitRelationalExprAlt is called when production relationalExprAlt is exited.

func (*BaseGroovyParserListener) ExitResource

func (s *BaseGroovyParserListener) ExitResource(ctx *ResourceContext)

ExitResource is called when production resource is exited.

func (*BaseGroovyParserListener) ExitResourceList

func (s *BaseGroovyParserListener) ExitResourceList(ctx *ResourceListContext)

ExitResourceList is called when production resourceList is exited.

func (*BaseGroovyParserListener) ExitResources

func (s *BaseGroovyParserListener) ExitResources(ctx *ResourcesContext)

ExitResources is called when production resources is exited.

func (*BaseGroovyParserListener) ExitReturnStmtAlt

func (s *BaseGroovyParserListener) ExitReturnStmtAlt(ctx *ReturnStmtAltContext)

ExitReturnStmtAlt is called when production returnStmtAlt is exited.

func (*BaseGroovyParserListener) ExitReturnType

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

ExitReturnType is called when production returnType is exited.

func (*BaseGroovyParserListener) ExitRparen

func (s *BaseGroovyParserListener) ExitRparen(ctx *RparenContext)

ExitRparen is called when production rparen is exited.

func (*BaseGroovyParserListener) ExitScriptStatement

func (s *BaseGroovyParserListener) ExitScriptStatement(ctx *ScriptStatementContext)

ExitScriptStatement is called when production scriptStatement is exited.

func (*BaseGroovyParserListener) ExitScriptStatements

func (s *BaseGroovyParserListener) ExitScriptStatements(ctx *ScriptStatementsContext)

ExitScriptStatements is called when production scriptStatements is exited.

func (*BaseGroovyParserListener) ExitSep

func (s *BaseGroovyParserListener) ExitSep(ctx *SepContext)

ExitSep is called when production sep is exited.

func (*BaseGroovyParserListener) ExitShiftExprAlt

func (s *BaseGroovyParserListener) ExitShiftExprAlt(ctx *ShiftExprAltContext)

ExitShiftExprAlt is called when production shiftExprAlt is exited.

func (*BaseGroovyParserListener) ExitStandardClassOrInterfaceType

func (s *BaseGroovyParserListener) ExitStandardClassOrInterfaceType(ctx *StandardClassOrInterfaceTypeContext)

ExitStandardClassOrInterfaceType is called when production standardClassOrInterfaceType is exited.

func (*BaseGroovyParserListener) ExitStandardLambdaExpression

func (s *BaseGroovyParserListener) ExitStandardLambdaExpression(ctx *StandardLambdaExpressionContext)

ExitStandardLambdaExpression is called when production standardLambdaExpression is exited.

func (*BaseGroovyParserListener) ExitStandardLambdaParameters

func (s *BaseGroovyParserListener) ExitStandardLambdaParameters(ctx *StandardLambdaParametersContext)

ExitStandardLambdaParameters is called when production standardLambdaParameters is exited.

func (*BaseGroovyParserListener) ExitStandardType

func (s *BaseGroovyParserListener) ExitStandardType(ctx *StandardTypeContext)

ExitStandardType is called when production standardType is exited.

func (*BaseGroovyParserListener) ExitStringLiteral

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

ExitStringLiteral is called when production stringLiteral is exited.

func (*BaseGroovyParserListener) ExitStringLiteralAlt

func (s *BaseGroovyParserListener) ExitStringLiteralAlt(ctx *StringLiteralAltContext)

ExitStringLiteralAlt is called when production stringLiteralAlt is exited.

func (*BaseGroovyParserListener) ExitSuperPrmrAlt

func (s *BaseGroovyParserListener) ExitSuperPrmrAlt(ctx *SuperPrmrAltContext)

ExitSuperPrmrAlt is called when production superPrmrAlt is exited.

func (*BaseGroovyParserListener) ExitSwitchBlockStatementGroup

func (s *BaseGroovyParserListener) ExitSwitchBlockStatementGroup(ctx *SwitchBlockStatementGroupContext)

ExitSwitchBlockStatementGroup is called when production switchBlockStatementGroup is exited.

func (*BaseGroovyParserListener) ExitSwitchLabel

func (s *BaseGroovyParserListener) ExitSwitchLabel(ctx *SwitchLabelContext)

ExitSwitchLabel is called when production switchLabel is exited.

func (*BaseGroovyParserListener) ExitSwitchStatement

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

ExitSwitchStatement is called when production switchStatement is exited.

func (*BaseGroovyParserListener) ExitSynchronizedStmtAlt

func (s *BaseGroovyParserListener) ExitSynchronizedStmtAlt(ctx *SynchronizedStmtAltContext)

ExitSynchronizedStmtAlt is called when production synchronizedStmtAlt is exited.

func (*BaseGroovyParserListener) ExitThisFormalParameter

func (s *BaseGroovyParserListener) ExitThisFormalParameter(ctx *ThisFormalParameterContext)

ExitThisFormalParameter is called when production thisFormalParameter is exited.

func (*BaseGroovyParserListener) ExitThisPrmrAlt

func (s *BaseGroovyParserListener) ExitThisPrmrAlt(ctx *ThisPrmrAltContext)

ExitThisPrmrAlt is called when production thisPrmrAlt is exited.

func (*BaseGroovyParserListener) ExitThrowStmtAlt

func (s *BaseGroovyParserListener) ExitThrowStmtAlt(ctx *ThrowStmtAltContext)

ExitThrowStmtAlt is called when production throwStmtAlt is exited.

func (*BaseGroovyParserListener) ExitTryCatchStatement

func (s *BaseGroovyParserListener) ExitTryCatchStatement(ctx *TryCatchStatementContext)

ExitTryCatchStatement is called when production tryCatchStatement is exited.

func (*BaseGroovyParserListener) ExitTryCatchStmtAlt

func (s *BaseGroovyParserListener) ExitTryCatchStmtAlt(ctx *TryCatchStmtAltContext)

ExitTryCatchStmtAlt is called when production tryCatchStmtAlt is exited.

func (*BaseGroovyParserListener) ExitTypeArgument

func (s *BaseGroovyParserListener) ExitTypeArgument(ctx *TypeArgumentContext)

ExitTypeArgument is called when production typeArgument is exited.

func (*BaseGroovyParserListener) ExitTypeArguments

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

ExitTypeArguments is called when production typeArguments is exited.

func (*BaseGroovyParserListener) ExitTypeArgumentsOrDiamond

func (s *BaseGroovyParserListener) ExitTypeArgumentsOrDiamond(ctx *TypeArgumentsOrDiamondContext)

ExitTypeArgumentsOrDiamond is called when production typeArgumentsOrDiamond is exited.

func (*BaseGroovyParserListener) ExitTypeBound

func (s *BaseGroovyParserListener) ExitTypeBound(ctx *TypeBoundContext)

ExitTypeBound is called when production typeBound is exited.

func (*BaseGroovyParserListener) ExitTypeDeclaration

func (s *BaseGroovyParserListener) ExitTypeDeclaration(ctx *TypeDeclarationContext)

ExitTypeDeclaration is called when production typeDeclaration is exited.

func (*BaseGroovyParserListener) ExitTypeList

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

ExitTypeList is called when production typeList is exited.

func (*BaseGroovyParserListener) ExitTypeNamePair

func (s *BaseGroovyParserListener) ExitTypeNamePair(ctx *TypeNamePairContext)

ExitTypeNamePair is called when production typeNamePair is exited.

func (*BaseGroovyParserListener) ExitTypeNamePairs

func (s *BaseGroovyParserListener) ExitTypeNamePairs(ctx *TypeNamePairsContext)

ExitTypeNamePairs is called when production typeNamePairs is exited.

func (*BaseGroovyParserListener) ExitTypeParameter

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

ExitTypeParameter is called when production typeParameter is exited.

func (*BaseGroovyParserListener) ExitTypeParameters

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

ExitTypeParameters is called when production typeParameters is exited.

func (*BaseGroovyParserListener) ExitTypeType

func (s *BaseGroovyParserListener) ExitTypeType(ctx *TypeTypeContext)

ExitTypeType is called when production typeType is exited.

func (*BaseGroovyParserListener) ExitUnaryAddExprAlt

func (s *BaseGroovyParserListener) ExitUnaryAddExprAlt(ctx *UnaryAddExprAltContext)

ExitUnaryAddExprAlt is called when production unaryAddExprAlt is exited.

func (*BaseGroovyParserListener) ExitUnaryAddExprAltForExpr

func (s *BaseGroovyParserListener) ExitUnaryAddExprAltForExpr(ctx *UnaryAddExprAltForExprContext)

ExitUnaryAddExprAltForExpr is called when production unaryAddExprAltForExpr is exited.

func (*BaseGroovyParserListener) ExitUnaryNotExprAlt

func (s *BaseGroovyParserListener) ExitUnaryNotExprAlt(ctx *UnaryNotExprAltContext)

ExitUnaryNotExprAlt is called when production unaryNotExprAlt is exited.

func (*BaseGroovyParserListener) ExitUnaryNotExprAltForExpr

func (s *BaseGroovyParserListener) ExitUnaryNotExprAltForExpr(ctx *UnaryNotExprAltForExprContext)

ExitUnaryNotExprAltForExpr is called when production unaryNotExprAltForExpr is exited.

func (*BaseGroovyParserListener) ExitVariableDeclaration

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

ExitVariableDeclaration is called when production variableDeclaration is exited.

func (*BaseGroovyParserListener) ExitVariableDeclarator

func (s *BaseGroovyParserListener) ExitVariableDeclarator(ctx *VariableDeclaratorContext)

ExitVariableDeclarator is called when production variableDeclarator is exited.

func (*BaseGroovyParserListener) ExitVariableDeclaratorId

func (s *BaseGroovyParserListener) ExitVariableDeclaratorId(ctx *VariableDeclaratorIdContext)

ExitVariableDeclaratorId is called when production variableDeclaratorId is exited.

func (*BaseGroovyParserListener) ExitVariableDeclarators

func (s *BaseGroovyParserListener) ExitVariableDeclarators(ctx *VariableDeclaratorsContext)

ExitVariableDeclarators is called when production variableDeclarators is exited.

func (*BaseGroovyParserListener) ExitVariableInitializer

func (s *BaseGroovyParserListener) ExitVariableInitializer(ctx *VariableInitializerContext)

ExitVariableInitializer is called when production variableInitializer is exited.

func (*BaseGroovyParserListener) ExitVariableInitializers

func (s *BaseGroovyParserListener) ExitVariableInitializers(ctx *VariableInitializersContext)

ExitVariableInitializers is called when production variableInitializers is exited.

func (*BaseGroovyParserListener) ExitVariableModifier

func (s *BaseGroovyParserListener) ExitVariableModifier(ctx *VariableModifierContext)

ExitVariableModifier is called when production variableModifier is exited.

func (*BaseGroovyParserListener) ExitVariableModifiers

func (s *BaseGroovyParserListener) ExitVariableModifiers(ctx *VariableModifiersContext)

ExitVariableModifiers is called when production variableModifiers is exited.

func (*BaseGroovyParserListener) ExitVariableModifiersOpt

func (s *BaseGroovyParserListener) ExitVariableModifiersOpt(ctx *VariableModifiersOptContext)

ExitVariableModifiersOpt is called when production variableModifiersOpt is exited.

func (*BaseGroovyParserListener) ExitVariableNames

func (s *BaseGroovyParserListener) ExitVariableNames(ctx *VariableNamesContext)

ExitVariableNames is called when production variableNames is exited.

func (*BaseGroovyParserListener) ExitWhileStmtAlt

func (s *BaseGroovyParserListener) ExitWhileStmtAlt(ctx *WhileStmtAltContext)

ExitWhileStmtAlt is called when production whileStmtAlt is exited.

func (*BaseGroovyParserListener) VisitErrorNode

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

VisitErrorNode is called when an error node is visited.

func (*BaseGroovyParserListener) VisitTerminal

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

VisitTerminal is called when a terminal node is visited.

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

func (s *BlockContext) AllSep() []ISepContext

func (*BlockContext) BlockStatementsOpt

func (s *BlockContext) BlockStatementsOpt() IBlockStatementsOptContext

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

func (s *BlockContext) LBRACE() antlr.TerminalNode

func (*BlockContext) Nls

func (s *BlockContext) Nls() INlsContext

func (*BlockContext) RBRACE

func (s *BlockContext) RBRACE() antlr.TerminalNode

func (*BlockContext) Sep

func (s *BlockContext) Sep(i int) ISepContext

func (*BlockContext) ToStringTree

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

type BlockStatementContext

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

func NewBlockStatementContext

func NewBlockStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BlockStatementContext

func NewEmptyBlockStatementContext

func NewEmptyBlockStatementContext() *BlockStatementContext

func (*BlockStatementContext) EnterRule

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

func (*BlockStatementContext) ExitRule

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

func (*BlockStatementContext) GetParser

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

func (*BlockStatementContext) GetRuleContext

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

func (*BlockStatementContext) IsBlockStatementContext

func (*BlockStatementContext) IsBlockStatementContext()

func (*BlockStatementContext) LocalVariableDeclaration

func (s *BlockStatementContext) LocalVariableDeclaration() ILocalVariableDeclarationContext

func (*BlockStatementContext) Statement

func (*BlockStatementContext) ToStringTree

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

type BlockStatementsContext

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

func NewBlockStatementsContext

func NewBlockStatementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BlockStatementsContext

func NewEmptyBlockStatementsContext

func NewEmptyBlockStatementsContext() *BlockStatementsContext

func (*BlockStatementsContext) AllBlockStatement

func (s *BlockStatementsContext) AllBlockStatement() []IBlockStatementContext

func (*BlockStatementsContext) AllSep

func (s *BlockStatementsContext) AllSep() []ISepContext

func (*BlockStatementsContext) BlockStatement

func (s *BlockStatementsContext) BlockStatement(i int) IBlockStatementContext

func (*BlockStatementsContext) EnterRule

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

func (*BlockStatementsContext) ExitRule

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

func (*BlockStatementsContext) GetParser

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

func (*BlockStatementsContext) GetRuleContext

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

func (*BlockStatementsContext) IsBlockStatementsContext

func (*BlockStatementsContext) IsBlockStatementsContext()

func (*BlockStatementsContext) Sep

func (*BlockStatementsContext) ToStringTree

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

type BlockStatementsOptContext

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

func NewBlockStatementsOptContext

func NewBlockStatementsOptContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BlockStatementsOptContext

func NewEmptyBlockStatementsOptContext

func NewEmptyBlockStatementsOptContext() *BlockStatementsOptContext

func (*BlockStatementsOptContext) BlockStatements

func (*BlockStatementsOptContext) EnterRule

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

func (*BlockStatementsOptContext) ExitRule

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

func (*BlockStatementsOptContext) GetParser

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

func (*BlockStatementsOptContext) GetRuleContext

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

func (*BlockStatementsOptContext) IsBlockStatementsOptContext

func (*BlockStatementsOptContext) IsBlockStatementsOptContext()

func (*BlockStatementsOptContext) ToStringTree

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

type BlockStmtAltContext

type BlockStmtAltContext struct {
	*StatementContext
}

func NewBlockStmtAltContext

func NewBlockStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BlockStmtAltContext

func (*BlockStmtAltContext) Block

func (*BlockStmtAltContext) EnterRule

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

func (*BlockStmtAltContext) ExitRule

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

func (*BlockStmtAltContext) GetRuleContext

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

type BoolLiteralAltContext

type BoolLiteralAltContext struct {
	*LiteralContext
}

func NewBoolLiteralAltContext

func NewBoolLiteralAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BoolLiteralAltContext

func (*BoolLiteralAltContext) BooleanLiteral

func (s *BoolLiteralAltContext) BooleanLiteral() antlr.TerminalNode

func (*BoolLiteralAltContext) EnterRule

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

func (*BoolLiteralAltContext) ExitRule

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

func (*BoolLiteralAltContext) GetRuleContext

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

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

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 BreakStmtAltContext

type BreakStmtAltContext struct {
	*StatementContext
}

func NewBreakStmtAltContext

func NewBreakStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BreakStmtAltContext

func (*BreakStmtAltContext) BreakStatement

func (s *BreakStmtAltContext) BreakStatement() IBreakStatementContext

func (*BreakStmtAltContext) EnterRule

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

func (*BreakStmtAltContext) ExitRule

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

func (*BreakStmtAltContext) GetRuleContext

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

type BuiltInTypeContext

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

func NewBuiltInTypeContext

func NewBuiltInTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BuiltInTypeContext

func NewEmptyBuiltInTypeContext

func NewEmptyBuiltInTypeContext() *BuiltInTypeContext

func (*BuiltInTypeContext) BuiltInPrimitiveType

func (s *BuiltInTypeContext) BuiltInPrimitiveType() antlr.TerminalNode

func (*BuiltInTypeContext) EnterRule

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

func (*BuiltInTypeContext) ExitRule

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

func (*BuiltInTypeContext) GetParser

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

func (*BuiltInTypeContext) GetRuleContext

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

func (*BuiltInTypeContext) IsBuiltInTypeContext

func (*BuiltInTypeContext) IsBuiltInTypeContext()

func (*BuiltInTypeContext) ToStringTree

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

func (*BuiltInTypeContext) VOID

type BuiltInTypePrmrAltContext

type BuiltInTypePrmrAltContext struct {
	*PrimaryContext
}

func NewBuiltInTypePrmrAltContext

func NewBuiltInTypePrmrAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BuiltInTypePrmrAltContext

func (*BuiltInTypePrmrAltContext) BuiltInType

func (*BuiltInTypePrmrAltContext) EnterRule

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

func (*BuiltInTypePrmrAltContext) ExitRule

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

func (*BuiltInTypePrmrAltContext) GetRuleContext

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

type CastExprAltContext

type CastExprAltContext struct {
	*CastOperandExpressionContext
}

func NewCastExprAltContext

func NewCastExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *CastExprAltContext

func (*CastExprAltContext) CastOperandExpression

func (s *CastExprAltContext) CastOperandExpression() ICastOperandExpressionContext

func (*CastExprAltContext) CastParExpression

func (s *CastExprAltContext) CastParExpression() ICastParExpressionContext

func (*CastExprAltContext) EnterRule

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

func (*CastExprAltContext) ExitRule

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

func (*CastExprAltContext) GetRuleContext

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

type CastExprAltForExprContext

type CastExprAltForExprContext struct {
	*ExpressionContext
}

func NewCastExprAltForExprContext

func NewCastExprAltForExprContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *CastExprAltForExprContext

func (*CastExprAltForExprContext) CastOperandExpression

func (s *CastExprAltForExprContext) CastOperandExpression() ICastOperandExpressionContext

func (*CastExprAltForExprContext) CastParExpression

func (*CastExprAltForExprContext) EnterRule

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

func (*CastExprAltForExprContext) ExitRule

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

func (*CastExprAltForExprContext) GetRuleContext

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

type CastOperandExpressionContext

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

func NewCastOperandExpressionContext

func NewCastOperandExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CastOperandExpressionContext

func NewEmptyCastOperandExpressionContext

func NewEmptyCastOperandExpressionContext() *CastOperandExpressionContext

func (*CastOperandExpressionContext) CopyFrom

func (*CastOperandExpressionContext) GetParser

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

func (*CastOperandExpressionContext) GetRuleContext

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

func (*CastOperandExpressionContext) IsCastOperandExpressionContext

func (*CastOperandExpressionContext) IsCastOperandExpressionContext()

func (*CastOperandExpressionContext) ToStringTree

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

type CastParExpressionContext

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

func NewCastParExpressionContext

func NewCastParExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CastParExpressionContext

func NewEmptyCastParExpressionContext

func NewEmptyCastParExpressionContext() *CastParExpressionContext

func (*CastParExpressionContext) EnterRule

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

func (*CastParExpressionContext) ExitRule

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

func (*CastParExpressionContext) GetParser

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

func (*CastParExpressionContext) GetRuleContext

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

func (*CastParExpressionContext) IsCastParExpressionContext

func (*CastParExpressionContext) IsCastParExpressionContext()

func (*CastParExpressionContext) LPAREN

func (*CastParExpressionContext) Rparen

func (*CastParExpressionContext) ToStringTree

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

func (*CastParExpressionContext) TypeType

type CatchClauseContext

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

func NewCatchClauseContext

func NewCatchClauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CatchClauseContext

func NewEmptyCatchClauseContext

func NewEmptyCatchClauseContext() *CatchClauseContext

func (*CatchClauseContext) Block

func (s *CatchClauseContext) Block() IBlockContext

func (*CatchClauseContext) CATCH

func (*CatchClauseContext) CatchType

func (s *CatchClauseContext) CatchType() ICatchTypeContext

func (*CatchClauseContext) EnterRule

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

func (*CatchClauseContext) ExitRule

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

func (*CatchClauseContext) GetParser

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

func (*CatchClauseContext) GetRuleContext

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

func (*CatchClauseContext) Identifier

func (s *CatchClauseContext) Identifier() IIdentifierContext

func (*CatchClauseContext) IsCatchClauseContext

func (*CatchClauseContext) IsCatchClauseContext()

func (*CatchClauseContext) LPAREN

func (*CatchClauseContext) Nls

func (*CatchClauseContext) Rparen

func (s *CatchClauseContext) Rparen() IRparenContext

func (*CatchClauseContext) ToStringTree

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

func (*CatchClauseContext) VariableModifiersOpt

func (s *CatchClauseContext) VariableModifiersOpt() IVariableModifiersOptContext

type CatchTypeContext

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

func NewCatchTypeContext

func NewCatchTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CatchTypeContext

func NewEmptyCatchTypeContext

func NewEmptyCatchTypeContext() *CatchTypeContext

func (*CatchTypeContext) AllBITOR

func (s *CatchTypeContext) AllBITOR() []antlr.TerminalNode

func (*CatchTypeContext) AllQualifiedClassName

func (s *CatchTypeContext) AllQualifiedClassName() []IQualifiedClassNameContext

func (*CatchTypeContext) BITOR

func (s *CatchTypeContext) BITOR(i int) antlr.TerminalNode

func (*CatchTypeContext) EnterRule

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

func (*CatchTypeContext) ExitRule

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

func (*CatchTypeContext) GetParser

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

func (*CatchTypeContext) GetRuleContext

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

func (*CatchTypeContext) IsCatchTypeContext

func (*CatchTypeContext) IsCatchTypeContext()

func (*CatchTypeContext) QualifiedClassName

func (s *CatchTypeContext) QualifiedClassName(i int) IQualifiedClassNameContext

func (*CatchTypeContext) ToStringTree

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

type ClassBodyContext

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

func NewClassBodyContext

func NewClassBodyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int, t int) *ClassBodyContext

func NewEmptyClassBodyContext

func NewEmptyClassBodyContext() *ClassBodyContext

func (*ClassBodyContext) AllClassBodyDeclaration

func (s *ClassBodyContext) AllClassBodyDeclaration() []IClassBodyDeclarationContext

func (*ClassBodyContext) AllSep

func (s *ClassBodyContext) AllSep() []ISepContext

func (*ClassBodyContext) ClassBodyDeclaration

func (s *ClassBodyContext) ClassBodyDeclaration(i int) IClassBodyDeclarationContext

func (*ClassBodyContext) EnterRule

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

func (*ClassBodyContext) EnumConstants

func (s *ClassBodyContext) EnumConstants() IEnumConstantsContext

func (*ClassBodyContext) ExitRule

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

func (*ClassBodyContext) GetParser

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

func (*ClassBodyContext) GetRuleContext

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

func (*ClassBodyContext) GetT

func (s *ClassBodyContext) GetT() int

func (*ClassBodyContext) IsClassBodyContext

func (*ClassBodyContext) IsClassBodyContext()

func (*ClassBodyContext) LBRACE

func (s *ClassBodyContext) LBRACE() antlr.TerminalNode

func (*ClassBodyContext) Nls

func (s *ClassBodyContext) Nls() INlsContext

func (*ClassBodyContext) RBRACE

func (s *ClassBodyContext) RBRACE() antlr.TerminalNode

func (*ClassBodyContext) Sep

func (s *ClassBodyContext) Sep(i int) ISepContext

func (*ClassBodyContext) SetT

func (s *ClassBodyContext) SetT(v int)

func (*ClassBodyContext) ToStringTree

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

type ClassBodyDeclarationContext

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

func NewClassBodyDeclarationContext

func NewClassBodyDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int, t int) *ClassBodyDeclarationContext

func NewEmptyClassBodyDeclarationContext

func NewEmptyClassBodyDeclarationContext() *ClassBodyDeclarationContext

func (*ClassBodyDeclarationContext) Block

func (*ClassBodyDeclarationContext) EnterRule

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

func (*ClassBodyDeclarationContext) ExitRule

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

func (*ClassBodyDeclarationContext) GetParser

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

func (*ClassBodyDeclarationContext) GetRuleContext

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

func (*ClassBodyDeclarationContext) GetT

func (s *ClassBodyDeclarationContext) GetT() int

func (*ClassBodyDeclarationContext) IsClassBodyDeclarationContext

func (*ClassBodyDeclarationContext) IsClassBodyDeclarationContext()

func (*ClassBodyDeclarationContext) MemberDeclaration

func (*ClassBodyDeclarationContext) Nls

func (*ClassBodyDeclarationContext) SEMI

func (*ClassBodyDeclarationContext) STATIC

func (*ClassBodyDeclarationContext) SetT

func (s *ClassBodyDeclarationContext) SetT(v int)

func (*ClassBodyDeclarationContext) ToStringTree

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

type ClassDeclarationContext

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

func NewClassDeclarationContext

func NewClassDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ClassDeclarationContext

func NewEmptyClassDeclarationContext

func NewEmptyClassDeclarationContext() *ClassDeclarationContext

func (*ClassDeclarationContext) AT

func (*ClassDeclarationContext) AllNls

func (s *ClassDeclarationContext) AllNls() []INlsContext

func (*ClassDeclarationContext) AllTypeList

func (s *ClassDeclarationContext) AllTypeList() []ITypeListContext

func (*ClassDeclarationContext) CLASS

func (*ClassDeclarationContext) ClassBody

func (*ClassDeclarationContext) ENUM

func (*ClassDeclarationContext) EXTENDS

func (*ClassDeclarationContext) EnterRule

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

func (*ClassDeclarationContext) ExitRule

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

func (*ClassDeclarationContext) GetIs

func (*ClassDeclarationContext) GetParser

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

func (*ClassDeclarationContext) GetRuleContext

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

func (*ClassDeclarationContext) GetSc

func (*ClassDeclarationContext) GetScs

func (*ClassDeclarationContext) GetT

func (s *ClassDeclarationContext) GetT() int

func (*ClassDeclarationContext) IMPLEMENTS

func (s *ClassDeclarationContext) IMPLEMENTS() antlr.TerminalNode

func (*ClassDeclarationContext) INTERFACE

func (*ClassDeclarationContext) Identifier

func (*ClassDeclarationContext) IsClassDeclarationContext

func (*ClassDeclarationContext) IsClassDeclarationContext()

func (*ClassDeclarationContext) Nls

func (*ClassDeclarationContext) SetIs

func (*ClassDeclarationContext) SetSc

func (*ClassDeclarationContext) SetScs

func (*ClassDeclarationContext) SetT

func (s *ClassDeclarationContext) SetT(v int)

func (*ClassDeclarationContext) TRAIT

func (*ClassDeclarationContext) ToStringTree

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

func (*ClassDeclarationContext) TypeList

func (*ClassDeclarationContext) TypeParameters

func (s *ClassDeclarationContext) TypeParameters() ITypeParametersContext

func (*ClassDeclarationContext) TypeType

type ClassNameContext

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

func NewClassNameContext

func NewClassNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ClassNameContext

func NewEmptyClassNameContext

func NewEmptyClassNameContext() *ClassNameContext

func (*ClassNameContext) CapitalizedIdentifier

func (s *ClassNameContext) CapitalizedIdentifier() antlr.TerminalNode

func (*ClassNameContext) EnterRule

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

func (*ClassNameContext) ExitRule

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

func (*ClassNameContext) GetParser

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

func (*ClassNameContext) GetRuleContext

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

func (*ClassNameContext) IsClassNameContext

func (*ClassNameContext) IsClassNameContext()

func (*ClassNameContext) ToStringTree

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

type ClassOrInterfaceModifierContext

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

func NewClassOrInterfaceModifierContext

func NewClassOrInterfaceModifierContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ClassOrInterfaceModifierContext

func NewEmptyClassOrInterfaceModifierContext

func NewEmptyClassOrInterfaceModifierContext() *ClassOrInterfaceModifierContext

func (*ClassOrInterfaceModifierContext) ABSTRACT

func (*ClassOrInterfaceModifierContext) Annotation

func (*ClassOrInterfaceModifierContext) DEFAULT

func (*ClassOrInterfaceModifierContext) EnterRule

func (*ClassOrInterfaceModifierContext) ExitRule

func (*ClassOrInterfaceModifierContext) FINAL

func (*ClassOrInterfaceModifierContext) GetM

func (*ClassOrInterfaceModifierContext) GetParser

func (*ClassOrInterfaceModifierContext) GetRuleContext

func (*ClassOrInterfaceModifierContext) IsClassOrInterfaceModifierContext

func (*ClassOrInterfaceModifierContext) IsClassOrInterfaceModifierContext()

func (*ClassOrInterfaceModifierContext) PRIVATE

func (*ClassOrInterfaceModifierContext) PROTECTED

func (*ClassOrInterfaceModifierContext) PUBLIC

func (*ClassOrInterfaceModifierContext) STATIC

func (*ClassOrInterfaceModifierContext) STRICTFP

func (*ClassOrInterfaceModifierContext) SetM

func (*ClassOrInterfaceModifierContext) ToStringTree

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

type ClassOrInterfaceModifiersContext

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

func NewClassOrInterfaceModifiersContext

func NewClassOrInterfaceModifiersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ClassOrInterfaceModifiersContext

func NewEmptyClassOrInterfaceModifiersContext

func NewEmptyClassOrInterfaceModifiersContext() *ClassOrInterfaceModifiersContext

func (*ClassOrInterfaceModifiersContext) AllClassOrInterfaceModifier

func (s *ClassOrInterfaceModifiersContext) AllClassOrInterfaceModifier() []IClassOrInterfaceModifierContext

func (*ClassOrInterfaceModifiersContext) AllNls

func (*ClassOrInterfaceModifiersContext) ClassOrInterfaceModifier

func (*ClassOrInterfaceModifiersContext) EnterRule

func (*ClassOrInterfaceModifiersContext) ExitRule

func (*ClassOrInterfaceModifiersContext) GetParser

func (*ClassOrInterfaceModifiersContext) GetRuleContext

func (*ClassOrInterfaceModifiersContext) IsClassOrInterfaceModifiersContext

func (*ClassOrInterfaceModifiersContext) IsClassOrInterfaceModifiersContext()

func (*ClassOrInterfaceModifiersContext) Nls

func (*ClassOrInterfaceModifiersContext) ToStringTree

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

type ClassOrInterfaceModifiersOptContext

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

func NewClassOrInterfaceModifiersOptContext

func NewClassOrInterfaceModifiersOptContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ClassOrInterfaceModifiersOptContext

func NewEmptyClassOrInterfaceModifiersOptContext

func NewEmptyClassOrInterfaceModifiersOptContext() *ClassOrInterfaceModifiersOptContext

func (*ClassOrInterfaceModifiersOptContext) ClassOrInterfaceModifiers

func (*ClassOrInterfaceModifiersOptContext) EnterRule

func (*ClassOrInterfaceModifiersOptContext) ExitRule

func (*ClassOrInterfaceModifiersOptContext) GetParser

func (*ClassOrInterfaceModifiersOptContext) GetRuleContext

func (*ClassOrInterfaceModifiersOptContext) IsClassOrInterfaceModifiersOptContext

func (*ClassOrInterfaceModifiersOptContext) IsClassOrInterfaceModifiersOptContext()

func (*ClassOrInterfaceModifiersOptContext) ToStringTree

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

type ClassOrInterfaceTypeContext

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

func NewClassOrInterfaceTypeContext

func NewClassOrInterfaceTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ClassOrInterfaceTypeContext

func NewEmptyClassOrInterfaceTypeContext

func NewEmptyClassOrInterfaceTypeContext() *ClassOrInterfaceTypeContext

func (*ClassOrInterfaceTypeContext) EnterRule

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

func (*ClassOrInterfaceTypeContext) ExitRule

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

func (*ClassOrInterfaceTypeContext) GetParser

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

func (*ClassOrInterfaceTypeContext) GetRuleContext

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

func (*ClassOrInterfaceTypeContext) IsClassOrInterfaceTypeContext

func (*ClassOrInterfaceTypeContext) IsClassOrInterfaceTypeContext()

func (*ClassOrInterfaceTypeContext) QualifiedClassName

func (*ClassOrInterfaceTypeContext) QualifiedStandardClassName

func (s *ClassOrInterfaceTypeContext) QualifiedStandardClassName() IQualifiedStandardClassNameContext

func (*ClassOrInterfaceTypeContext) ToStringTree

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

func (*ClassOrInterfaceTypeContext) TypeArguments

type ClassicalForControlContext

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

func NewClassicalForControlContext

func NewClassicalForControlContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ClassicalForControlContext

func NewEmptyClassicalForControlContext

func NewEmptyClassicalForControlContext() *ClassicalForControlContext

func (*ClassicalForControlContext) AllSEMI

func (*ClassicalForControlContext) EnterRule

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

func (*ClassicalForControlContext) ExitRule

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

func (*ClassicalForControlContext) Expression

func (*ClassicalForControlContext) ForInit

func (*ClassicalForControlContext) ForUpdate

func (*ClassicalForControlContext) GetParser

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

func (*ClassicalForControlContext) GetRuleContext

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

func (*ClassicalForControlContext) IsClassicalForControlContext

func (*ClassicalForControlContext) IsClassicalForControlContext()

func (*ClassicalForControlContext) SEMI

func (*ClassicalForControlContext) ToStringTree

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

type ClassifiedModifiersContext

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

func NewClassifiedModifiersContext

func NewClassifiedModifiersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int, t int) *ClassifiedModifiersContext

func NewEmptyClassifiedModifiersContext

func NewEmptyClassifiedModifiersContext() *ClassifiedModifiersContext

func (*ClassifiedModifiersContext) EnterRule

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

func (*ClassifiedModifiersContext) ExitRule

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

func (*ClassifiedModifiersContext) GetParser

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

func (*ClassifiedModifiersContext) GetRuleContext

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

func (*ClassifiedModifiersContext) GetT

func (s *ClassifiedModifiersContext) GetT() int

func (*ClassifiedModifiersContext) IsClassifiedModifiersContext

func (*ClassifiedModifiersContext) IsClassifiedModifiersContext()

func (*ClassifiedModifiersContext) Modifiers

func (*ClassifiedModifiersContext) SetT

func (s *ClassifiedModifiersContext) SetT(v int)

func (*ClassifiedModifiersContext) ToStringTree

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

func (*ClassifiedModifiersContext) VariableModifiers

type ClosureContext

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

func NewClosureContext

func NewClosureContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ClosureContext

func NewEmptyClosureContext

func NewEmptyClosureContext() *ClosureContext

func (*ClosureContext) ARROW

func (s *ClosureContext) ARROW() antlr.TerminalNode

func (*ClosureContext) AllNls

func (s *ClosureContext) AllNls() []INlsContext

func (*ClosureContext) BlockStatementsOpt

func (s *ClosureContext) BlockStatementsOpt() IBlockStatementsOptContext

func (*ClosureContext) EnterRule

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

func (*ClosureContext) ExitRule

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

func (*ClosureContext) FormalParameterList

func (s *ClosureContext) FormalParameterList() IFormalParameterListContext

func (*ClosureContext) GetParser

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

func (*ClosureContext) GetRuleContext

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

func (*ClosureContext) IsClosureContext

func (*ClosureContext) IsClosureContext()

func (*ClosureContext) LBRACE

func (s *ClosureContext) LBRACE() antlr.TerminalNode

func (*ClosureContext) Nls

func (s *ClosureContext) Nls(i int) INlsContext

func (*ClosureContext) RBRACE

func (s *ClosureContext) RBRACE() antlr.TerminalNode

func (*ClosureContext) ToStringTree

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

type ClosureOrLambdaExpressionContext

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

func NewClosureOrLambdaExpressionContext

func NewClosureOrLambdaExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ClosureOrLambdaExpressionContext

func NewEmptyClosureOrLambdaExpressionContext

func NewEmptyClosureOrLambdaExpressionContext() *ClosureOrLambdaExpressionContext

func (*ClosureOrLambdaExpressionContext) Closure

func (*ClosureOrLambdaExpressionContext) EnterRule

func (*ClosureOrLambdaExpressionContext) ExitRule

func (*ClosureOrLambdaExpressionContext) GetParser

func (*ClosureOrLambdaExpressionContext) GetRuleContext

func (*ClosureOrLambdaExpressionContext) IsClosureOrLambdaExpressionContext

func (*ClosureOrLambdaExpressionContext) IsClosureOrLambdaExpressionContext()

func (*ClosureOrLambdaExpressionContext) LambdaExpression

func (*ClosureOrLambdaExpressionContext) ToStringTree

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

type ClosureOrLambdaExpressionPrmrAltContext

type ClosureOrLambdaExpressionPrmrAltContext struct {
	*PrimaryContext
}

func (*ClosureOrLambdaExpressionPrmrAltContext) ClosureOrLambdaExpression

func (*ClosureOrLambdaExpressionPrmrAltContext) EnterRule

func (*ClosureOrLambdaExpressionPrmrAltContext) ExitRule

func (*ClosureOrLambdaExpressionPrmrAltContext) GetRuleContext

type CommandArgumentContext

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

func NewCommandArgumentContext

func NewCommandArgumentContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CommandArgumentContext

func NewEmptyCommandArgumentContext

func NewEmptyCommandArgumentContext() *CommandArgumentContext

func (*CommandArgumentContext) AllPathElement

func (s *CommandArgumentContext) AllPathElement() []IPathElementContext

func (*CommandArgumentContext) ArgumentList

func (s *CommandArgumentContext) ArgumentList() IArgumentListContext

func (*CommandArgumentContext) EnterRule

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

func (*CommandArgumentContext) ExitRule

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

func (*CommandArgumentContext) GetParser

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

func (*CommandArgumentContext) GetRuleContext

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

func (*CommandArgumentContext) IsCommandArgumentContext

func (*CommandArgumentContext) IsCommandArgumentContext()

func (*CommandArgumentContext) PathElement

func (*CommandArgumentContext) Primary

func (*CommandArgumentContext) ToStringTree

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

type CommandExprAltContext

type CommandExprAltContext struct {
	*StatementExpressionContext
}

func NewCommandExprAltContext

func NewCommandExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *CommandExprAltContext

func (*CommandExprAltContext) CommandExpression

func (s *CommandExprAltContext) CommandExpression() ICommandExpressionContext

func (*CommandExprAltContext) EnterRule

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

func (*CommandExprAltContext) ExitRule

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

func (*CommandExprAltContext) GetRuleContext

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

type CommandExpressionContext

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

func NewCommandExpressionContext

func NewCommandExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CommandExpressionContext

func NewEmptyCommandExpressionContext

func NewEmptyCommandExpressionContext() *CommandExpressionContext

func (*CommandExpressionContext) AllCommandArgument

func (s *CommandExpressionContext) AllCommandArgument() []ICommandArgumentContext

func (*CommandExpressionContext) ArgumentList

func (*CommandExpressionContext) CommandArgument

func (*CommandExpressionContext) EnterRule

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

func (*CommandExpressionContext) ExitRule

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

func (*CommandExpressionContext) Expression

func (*CommandExpressionContext) GetParser

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

func (*CommandExpressionContext) GetRuleContext

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

func (*CommandExpressionContext) IsCommandExpressionContext

func (*CommandExpressionContext) IsCommandExpressionContext()

func (*CommandExpressionContext) ToStringTree

func (s *CommandExpressionContext) 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) EOF

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

func (*CompilationUnitContext) PackageDeclaration

func (s *CompilationUnitContext) PackageDeclaration() IPackageDeclarationContext

func (*CompilationUnitContext) ScriptStatements

func (s *CompilationUnitContext) ScriptStatements() IScriptStatementsContext

func (*CompilationUnitContext) Sep

func (*CompilationUnitContext) ToStringTree

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

type ConditionalExprAltContext

type ConditionalExprAltContext struct {
	*ExpressionContext
	// contains filtered or unexported fields
}

func NewConditionalExprAltContext

func NewConditionalExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ConditionalExprAltContext

func (*ConditionalExprAltContext) AllExpression

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

func (*ConditionalExprAltContext) AllNls

func (s *ConditionalExprAltContext) AllNls() []INlsContext

func (*ConditionalExprAltContext) COLON

func (*ConditionalExprAltContext) ELVIS

func (*ConditionalExprAltContext) EnterRule

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

func (*ConditionalExprAltContext) ExitRule

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

func (*ConditionalExprAltContext) Expression

func (*ConditionalExprAltContext) GetCon

func (*ConditionalExprAltContext) GetFb

func (*ConditionalExprAltContext) GetRuleContext

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

func (*ConditionalExprAltContext) GetTb

func (*ConditionalExprAltContext) Nls

func (*ConditionalExprAltContext) QUESTION

func (*ConditionalExprAltContext) SetCon

func (*ConditionalExprAltContext) SetFb

func (*ConditionalExprAltContext) SetTb

type ConditionalStatementContext

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

func NewConditionalStatementContext

func NewConditionalStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ConditionalStatementContext

func NewEmptyConditionalStatementContext

func NewEmptyConditionalStatementContext() *ConditionalStatementContext

func (*ConditionalStatementContext) EnterRule

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

func (*ConditionalStatementContext) ExitRule

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

func (*ConditionalStatementContext) GetParser

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

func (*ConditionalStatementContext) GetRuleContext

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

func (*ConditionalStatementContext) IfElseStatement

func (*ConditionalStatementContext) IsConditionalStatementContext

func (*ConditionalStatementContext) IsConditionalStatementContext()

func (*ConditionalStatementContext) SwitchStatement

func (*ConditionalStatementContext) ToStringTree

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

type ConditionalStmtAltContext

type ConditionalStmtAltContext struct {
	*StatementContext
}

func NewConditionalStmtAltContext

func NewConditionalStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ConditionalStmtAltContext

func (*ConditionalStmtAltContext) ConditionalStatement

func (s *ConditionalStmtAltContext) ConditionalStatement() IConditionalStatementContext

func (*ConditionalStmtAltContext) EnterRule

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

func (*ConditionalStmtAltContext) ExitRule

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

func (*ConditionalStmtAltContext) GetRuleContext

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

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

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 ContinueStmtAltContext

type ContinueStmtAltContext struct {
	*StatementContext
}

func NewContinueStmtAltContext

func NewContinueStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ContinueStmtAltContext

func (*ContinueStmtAltContext) ContinueStatement

func (s *ContinueStmtAltContext) ContinueStatement() IContinueStatementContext

func (*ContinueStmtAltContext) EnterRule

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

func (*ContinueStmtAltContext) ExitRule

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

func (*ContinueStmtAltContext) GetRuleContext

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

type CreatedNameContext

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

func NewCreatedNameContext

func NewCreatedNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CreatedNameContext

func NewEmptyCreatedNameContext

func NewEmptyCreatedNameContext() *CreatedNameContext

func (*CreatedNameContext) AnnotationsOpt

func (s *CreatedNameContext) AnnotationsOpt() IAnnotationsOptContext

func (*CreatedNameContext) EnterRule

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

func (*CreatedNameContext) ExitRule

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

func (*CreatedNameContext) GetParser

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

func (*CreatedNameContext) GetRuleContext

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

func (*CreatedNameContext) IsCreatedNameContext

func (*CreatedNameContext) IsCreatedNameContext()

func (*CreatedNameContext) PrimitiveType

func (s *CreatedNameContext) PrimitiveType() IPrimitiveTypeContext

func (*CreatedNameContext) QualifiedClassName

func (s *CreatedNameContext) QualifiedClassName() IQualifiedClassNameContext

func (*CreatedNameContext) ToStringTree

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

func (*CreatedNameContext) TypeArgumentsOrDiamond

func (s *CreatedNameContext) TypeArgumentsOrDiamond() ITypeArgumentsOrDiamondContext

type CreatorContext

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

func NewCreatorContext

func NewCreatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int, t int) *CreatorContext

func NewEmptyCreatorContext

func NewEmptyCreatorContext() *CreatorContext

func (*CreatorContext) AllAnnotationsOpt

func (s *CreatorContext) AllAnnotationsOpt() []IAnnotationsOptContext

func (*CreatorContext) AllExpression

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

func (*CreatorContext) AllLBRACK

func (s *CreatorContext) AllLBRACK() []antlr.TerminalNode

func (*CreatorContext) AllRBRACK

func (s *CreatorContext) AllRBRACK() []antlr.TerminalNode

func (*CreatorContext) AnnotationsOpt

func (s *CreatorContext) AnnotationsOpt(i int) IAnnotationsOptContext

func (*CreatorContext) AnonymousInnerClassDeclaration

func (s *CreatorContext) AnonymousInnerClassDeclaration() IAnonymousInnerClassDeclarationContext

func (*CreatorContext) Arguments

func (s *CreatorContext) Arguments() IArgumentsContext

func (*CreatorContext) ArrayInitializer

func (s *CreatorContext) ArrayInitializer() IArrayInitializerContext

func (*CreatorContext) CreatedName

func (s *CreatorContext) CreatedName() ICreatedNameContext

func (*CreatorContext) Dims

func (s *CreatorContext) Dims() IDimsContext

func (*CreatorContext) DimsOpt

func (s *CreatorContext) DimsOpt() IDimsOptContext

func (*CreatorContext) EnterRule

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

func (*CreatorContext) ExitRule

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

func (*CreatorContext) Expression

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

func (*CreatorContext) GetParser

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

func (*CreatorContext) GetRuleContext

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

func (*CreatorContext) GetT

func (s *CreatorContext) GetT() int

func (*CreatorContext) IsCreatorContext

func (*CreatorContext) IsCreatorContext()

func (*CreatorContext) LBRACK

func (s *CreatorContext) LBRACK(i int) antlr.TerminalNode

func (*CreatorContext) Nls

func (s *CreatorContext) Nls() INlsContext

func (*CreatorContext) RBRACK

func (s *CreatorContext) RBRACK(i int) antlr.TerminalNode

func (*CreatorContext) SetT

func (s *CreatorContext) SetT(v int)

func (*CreatorContext) ToStringTree

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

type DimsContext

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

func NewDimsContext

func NewDimsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DimsContext

func NewEmptyDimsContext

func NewEmptyDimsContext() *DimsContext

func (*DimsContext) AllAnnotationsOpt

func (s *DimsContext) AllAnnotationsOpt() []IAnnotationsOptContext

func (*DimsContext) AllLBRACK

func (s *DimsContext) AllLBRACK() []antlr.TerminalNode

func (*DimsContext) AllRBRACK

func (s *DimsContext) AllRBRACK() []antlr.TerminalNode

func (*DimsContext) AnnotationsOpt

func (s *DimsContext) AnnotationsOpt(i int) IAnnotationsOptContext

func (*DimsContext) EnterRule

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

func (*DimsContext) ExitRule

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

func (*DimsContext) GetParser

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

func (*DimsContext) GetRuleContext

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

func (*DimsContext) IsDimsContext

func (*DimsContext) IsDimsContext()

func (*DimsContext) LBRACK

func (s *DimsContext) LBRACK(i int) antlr.TerminalNode

func (*DimsContext) RBRACK

func (s *DimsContext) RBRACK(i int) antlr.TerminalNode

func (*DimsContext) ToStringTree

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

type DimsOptContext

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

func NewDimsOptContext

func NewDimsOptContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DimsOptContext

func NewEmptyDimsOptContext

func NewEmptyDimsOptContext() *DimsOptContext

func (*DimsOptContext) Dims

func (s *DimsOptContext) Dims() IDimsContext

func (*DimsOptContext) EnterRule

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

func (*DimsOptContext) ExitRule

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

func (*DimsOptContext) GetParser

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

func (*DimsOptContext) GetRuleContext

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

func (*DimsOptContext) IsDimsOptContext

func (*DimsOptContext) IsDimsOptContext()

func (*DimsOptContext) ToStringTree

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

type DoWhileStmtAltContext

type DoWhileStmtAltContext struct {
	*LoopStatementContext
}

func NewDoWhileStmtAltContext

func NewDoWhileStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *DoWhileStmtAltContext

func (*DoWhileStmtAltContext) AllNls

func (s *DoWhileStmtAltContext) AllNls() []INlsContext

func (*DoWhileStmtAltContext) DO

func (*DoWhileStmtAltContext) EnterRule

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

func (*DoWhileStmtAltContext) ExitRule

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

func (*DoWhileStmtAltContext) ExpressionInPar

func (s *DoWhileStmtAltContext) ExpressionInPar() IExpressionInParContext

func (*DoWhileStmtAltContext) GetRuleContext

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

func (*DoWhileStmtAltContext) Nls

func (*DoWhileStmtAltContext) Statement

func (*DoWhileStmtAltContext) WHILE

type DynamicMemberNameContext

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

func NewDynamicMemberNameContext

func NewDynamicMemberNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DynamicMemberNameContext

func NewEmptyDynamicMemberNameContext

func NewEmptyDynamicMemberNameContext() *DynamicMemberNameContext

func (*DynamicMemberNameContext) EnterRule

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

func (*DynamicMemberNameContext) ExitRule

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

func (*DynamicMemberNameContext) GetParser

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

func (*DynamicMemberNameContext) GetRuleContext

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

func (*DynamicMemberNameContext) Gstring

func (*DynamicMemberNameContext) IsDynamicMemberNameContext

func (*DynamicMemberNameContext) IsDynamicMemberNameContext()

func (*DynamicMemberNameContext) ParExpression

func (*DynamicMemberNameContext) ToStringTree

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

type ElementValueArrayInitializerContext

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

func NewElementValueArrayInitializerContext

func NewElementValueArrayInitializerContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ElementValueArrayInitializerContext

func NewEmptyElementValueArrayInitializerContext

func NewEmptyElementValueArrayInitializerContext() *ElementValueArrayInitializerContext

func (*ElementValueArrayInitializerContext) AllCOMMA

func (*ElementValueArrayInitializerContext) AllElementValue

func (*ElementValueArrayInitializerContext) COMMA

func (*ElementValueArrayInitializerContext) ElementValue

func (*ElementValueArrayInitializerContext) EnterRule

func (*ElementValueArrayInitializerContext) ExitRule

func (*ElementValueArrayInitializerContext) GetParser

func (*ElementValueArrayInitializerContext) GetRuleContext

func (*ElementValueArrayInitializerContext) IsElementValueArrayInitializerContext

func (*ElementValueArrayInitializerContext) IsElementValueArrayInitializerContext()

func (*ElementValueArrayInitializerContext) LBRACK

func (*ElementValueArrayInitializerContext) RBRACK

func (*ElementValueArrayInitializerContext) ToStringTree

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

type ElementValueContext

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

func NewElementValueContext

func NewElementValueContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ElementValueContext

func NewEmptyElementValueContext

func NewEmptyElementValueContext() *ElementValueContext

func (*ElementValueContext) Annotation

func (s *ElementValueContext) Annotation() IAnnotationContext

func (*ElementValueContext) ElementValueArrayInitializer

func (s *ElementValueContext) ElementValueArrayInitializer() IElementValueArrayInitializerContext

func (*ElementValueContext) EnterRule

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

func (*ElementValueContext) ExitRule

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

func (*ElementValueContext) Expression

func (s *ElementValueContext) Expression() IExpressionContext

func (*ElementValueContext) GetParser

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

func (*ElementValueContext) GetRuleContext

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

func (*ElementValueContext) IsElementValueContext

func (*ElementValueContext) IsElementValueContext()

func (*ElementValueContext) ToStringTree

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

type ElementValuePairContext

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

func NewElementValuePairContext

func NewElementValuePairContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ElementValuePairContext

func NewEmptyElementValuePairContext

func NewEmptyElementValuePairContext() *ElementValuePairContext

func (*ElementValuePairContext) ASSIGN

func (*ElementValuePairContext) AllNls

func (s *ElementValuePairContext) AllNls() []INlsContext

func (*ElementValuePairContext) ElementValue

func (*ElementValuePairContext) ElementValuePairName

func (s *ElementValuePairContext) ElementValuePairName() IElementValuePairNameContext

func (*ElementValuePairContext) EnterRule

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

func (*ElementValuePairContext) ExitRule

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

func (*ElementValuePairContext) GetParser

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

func (*ElementValuePairContext) GetRuleContext

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

func (*ElementValuePairContext) IsElementValuePairContext

func (*ElementValuePairContext) IsElementValuePairContext()

func (*ElementValuePairContext) Nls

func (*ElementValuePairContext) ToStringTree

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

type ElementValuePairNameContext

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

func NewElementValuePairNameContext

func NewElementValuePairNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ElementValuePairNameContext

func NewEmptyElementValuePairNameContext

func NewEmptyElementValuePairNameContext() *ElementValuePairNameContext

func (*ElementValuePairNameContext) EnterRule

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

func (*ElementValuePairNameContext) ExitRule

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

func (*ElementValuePairNameContext) GetParser

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

func (*ElementValuePairNameContext) GetRuleContext

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

func (*ElementValuePairNameContext) Identifier

func (*ElementValuePairNameContext) IsElementValuePairNameContext

func (*ElementValuePairNameContext) IsElementValuePairNameContext()

func (*ElementValuePairNameContext) Keywords

func (*ElementValuePairNameContext) ToStringTree

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

type ElementValuePairsContext

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

func NewElementValuePairsContext

func NewElementValuePairsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ElementValuePairsContext

func NewEmptyElementValuePairsContext

func NewEmptyElementValuePairsContext() *ElementValuePairsContext

func (*ElementValuePairsContext) AllCOMMA

func (*ElementValuePairsContext) AllElementValuePair

func (s *ElementValuePairsContext) AllElementValuePair() []IElementValuePairContext

func (*ElementValuePairsContext) COMMA

func (*ElementValuePairsContext) ElementValuePair

func (s *ElementValuePairsContext) ElementValuePair(i int) IElementValuePairContext

func (*ElementValuePairsContext) EnterRule

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

func (*ElementValuePairsContext) ExitRule

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

func (*ElementValuePairsContext) GetParser

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

func (*ElementValuePairsContext) GetRuleContext

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

func (*ElementValuePairsContext) IsElementValuePairsContext

func (*ElementValuePairsContext) IsElementValuePairsContext()

func (*ElementValuePairsContext) ToStringTree

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

type ElementValuesContext

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

func NewElementValuesContext

func NewElementValuesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ElementValuesContext

func NewEmptyElementValuesContext

func NewEmptyElementValuesContext() *ElementValuesContext

func (*ElementValuesContext) ElementValue

func (s *ElementValuesContext) ElementValue() IElementValueContext

func (*ElementValuesContext) ElementValuePairs

func (s *ElementValuesContext) ElementValuePairs() IElementValuePairsContext

func (*ElementValuesContext) EnterRule

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

func (*ElementValuesContext) ExitRule

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

func (*ElementValuesContext) GetParser

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

func (*ElementValuesContext) GetRuleContext

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

func (*ElementValuesContext) IsElementValuesContext

func (*ElementValuesContext) IsElementValuesContext()

func (*ElementValuesContext) ToStringTree

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

type EmptyStmtAltContext

type EmptyStmtAltContext struct {
	*StatementContext
}

func NewEmptyStmtAltContext

func NewEmptyStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *EmptyStmtAltContext

func (*EmptyStmtAltContext) EnterRule

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

func (*EmptyStmtAltContext) ExitRule

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

func (*EmptyStmtAltContext) GetRuleContext

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

func (*EmptyStmtAltContext) SEMI

type EnhancedArgumentListContext

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

func NewEmptyEnhancedArgumentListContext

func NewEmptyEnhancedArgumentListContext() *EnhancedArgumentListContext

func NewEnhancedArgumentListContext

func NewEnhancedArgumentListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EnhancedArgumentListContext

func (*EnhancedArgumentListContext) AllCOMMA

func (*EnhancedArgumentListContext) AllEnhancedArgumentListElement

func (s *EnhancedArgumentListContext) AllEnhancedArgumentListElement() []IEnhancedArgumentListElementContext

func (*EnhancedArgumentListContext) AllNls

func (*EnhancedArgumentListContext) COMMA

func (*EnhancedArgumentListContext) EnhancedArgumentListElement

func (s *EnhancedArgumentListContext) EnhancedArgumentListElement(i int) IEnhancedArgumentListElementContext

func (*EnhancedArgumentListContext) EnterRule

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

func (*EnhancedArgumentListContext) ExitRule

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

func (*EnhancedArgumentListContext) GetParser

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

func (*EnhancedArgumentListContext) GetRuleContext

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

func (*EnhancedArgumentListContext) IsEnhancedArgumentListContext

func (*EnhancedArgumentListContext) IsEnhancedArgumentListContext()

func (*EnhancedArgumentListContext) Nls

func (*EnhancedArgumentListContext) ToStringTree

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

type EnhancedArgumentListElementContext

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

func NewEmptyEnhancedArgumentListElementContext

func NewEmptyEnhancedArgumentListElementContext() *EnhancedArgumentListElementContext

func NewEnhancedArgumentListElementContext

func NewEnhancedArgumentListElementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EnhancedArgumentListElementContext

func (*EnhancedArgumentListElementContext) EnterRule

func (*EnhancedArgumentListElementContext) ExitRule

func (*EnhancedArgumentListElementContext) ExpressionListElement

func (*EnhancedArgumentListElementContext) GetParser

func (*EnhancedArgumentListElementContext) GetRuleContext

func (*EnhancedArgumentListElementContext) IsEnhancedArgumentListElementContext

func (*EnhancedArgumentListElementContext) IsEnhancedArgumentListElementContext()

func (*EnhancedArgumentListElementContext) MapEntry

func (*EnhancedArgumentListElementContext) StandardLambdaExpression

func (*EnhancedArgumentListElementContext) ToStringTree

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

type EnhancedForControlContext

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

func NewEmptyEnhancedForControlContext

func NewEmptyEnhancedForControlContext() *EnhancedForControlContext

func NewEnhancedForControlContext

func NewEnhancedForControlContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EnhancedForControlContext

func (*EnhancedForControlContext) COLON

func (*EnhancedForControlContext) EnterRule

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

func (*EnhancedForControlContext) ExitRule

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

func (*EnhancedForControlContext) Expression

func (*EnhancedForControlContext) GetParser

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

func (*EnhancedForControlContext) GetRuleContext

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

func (*EnhancedForControlContext) IN

func (*EnhancedForControlContext) IsEnhancedForControlContext

func (*EnhancedForControlContext) IsEnhancedForControlContext()

func (*EnhancedForControlContext) ToStringTree

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

func (*EnhancedForControlContext) TypeType

func (*EnhancedForControlContext) VariableDeclaratorId

func (s *EnhancedForControlContext) VariableDeclaratorId() IVariableDeclaratorIdContext

func (*EnhancedForControlContext) VariableModifiersOpt

func (s *EnhancedForControlContext) VariableModifiersOpt() IVariableModifiersOptContext

type EnhancedStatementExpressionContext

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

func NewEmptyEnhancedStatementExpressionContext

func NewEmptyEnhancedStatementExpressionContext() *EnhancedStatementExpressionContext

func NewEnhancedStatementExpressionContext

func NewEnhancedStatementExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EnhancedStatementExpressionContext

func (*EnhancedStatementExpressionContext) EnterRule

func (*EnhancedStatementExpressionContext) ExitRule

func (*EnhancedStatementExpressionContext) GetParser

func (*EnhancedStatementExpressionContext) GetRuleContext

func (*EnhancedStatementExpressionContext) IsEnhancedStatementExpressionContext

func (*EnhancedStatementExpressionContext) IsEnhancedStatementExpressionContext()

func (*EnhancedStatementExpressionContext) StandardLambdaExpression

func (*EnhancedStatementExpressionContext) StatementExpression

func (*EnhancedStatementExpressionContext) ToStringTree

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

type EnumConstantContext

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

func NewEmptyEnumConstantContext

func NewEmptyEnumConstantContext() *EnumConstantContext

func NewEnumConstantContext

func NewEnumConstantContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EnumConstantContext

func (*EnumConstantContext) AnnotationsOpt

func (s *EnumConstantContext) AnnotationsOpt() IAnnotationsOptContext

func (*EnumConstantContext) AnonymousInnerClassDeclaration

func (s *EnumConstantContext) AnonymousInnerClassDeclaration() IAnonymousInnerClassDeclarationContext

func (*EnumConstantContext) Arguments

func (s *EnumConstantContext) Arguments() IArgumentsContext

func (*EnumConstantContext) EnterRule

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

func (*EnumConstantContext) ExitRule

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

func (*EnumConstantContext) GetParser

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

func (*EnumConstantContext) GetRuleContext

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

func (*EnumConstantContext) Identifier

func (s *EnumConstantContext) Identifier() IIdentifierContext

func (*EnumConstantContext) IsEnumConstantContext

func (*EnumConstantContext) IsEnumConstantContext()

func (*EnumConstantContext) ToStringTree

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

type EnumConstantsContext

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

func NewEmptyEnumConstantsContext

func NewEmptyEnumConstantsContext() *EnumConstantsContext

func NewEnumConstantsContext

func NewEnumConstantsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EnumConstantsContext

func (*EnumConstantsContext) AllCOMMA

func (s *EnumConstantsContext) AllCOMMA() []antlr.TerminalNode

func (*EnumConstantsContext) AllEnumConstant

func (s *EnumConstantsContext) AllEnumConstant() []IEnumConstantContext

func (*EnumConstantsContext) AllNls

func (s *EnumConstantsContext) AllNls() []INlsContext

func (*EnumConstantsContext) COMMA

func (*EnumConstantsContext) EnterRule

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

func (*EnumConstantsContext) EnumConstant

func (s *EnumConstantsContext) EnumConstant(i int) IEnumConstantContext

func (*EnumConstantsContext) ExitRule

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

func (*EnumConstantsContext) GetParser

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

func (*EnumConstantsContext) GetRuleContext

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

func (*EnumConstantsContext) IsEnumConstantsContext

func (*EnumConstantsContext) IsEnumConstantsContext()

func (*EnumConstantsContext) Nls

func (*EnumConstantsContext) ToStringTree

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

type EqualityExprAltContext

type EqualityExprAltContext struct {
	*ExpressionContext
	// contains filtered or unexported fields
}

func NewEqualityExprAltContext

func NewEqualityExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *EqualityExprAltContext

func (*EqualityExprAltContext) AllExpression

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

func (*EqualityExprAltContext) AllNls

func (s *EqualityExprAltContext) AllNls() []INlsContext

func (*EqualityExprAltContext) EQUAL

func (*EqualityExprAltContext) EnterRule

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

func (*EqualityExprAltContext) ExitRule

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

func (*EqualityExprAltContext) Expression

func (*EqualityExprAltContext) GetLeft

func (*EqualityExprAltContext) GetOp

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

func (*EqualityExprAltContext) GetRight

func (*EqualityExprAltContext) GetRuleContext

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

func (*EqualityExprAltContext) IDENTICAL

func (s *EqualityExprAltContext) IDENTICAL() antlr.TerminalNode

func (*EqualityExprAltContext) NOTEQUAL

func (*EqualityExprAltContext) NOT_IDENTICAL

func (s *EqualityExprAltContext) NOT_IDENTICAL() antlr.TerminalNode

func (*EqualityExprAltContext) Nls

func (*EqualityExprAltContext) SPACESHIP

func (s *EqualityExprAltContext) SPACESHIP() antlr.TerminalNode

func (*EqualityExprAltContext) SetLeft

func (*EqualityExprAltContext) SetOp

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

func (*EqualityExprAltContext) SetRight

type ExclusiveOrExprAltContext

type ExclusiveOrExprAltContext struct {
	*ExpressionContext
	// contains filtered or unexported fields
}

func NewExclusiveOrExprAltContext

func NewExclusiveOrExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ExclusiveOrExprAltContext

func (*ExclusiveOrExprAltContext) AllExpression

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

func (*ExclusiveOrExprAltContext) AllNls

func (s *ExclusiveOrExprAltContext) AllNls() []INlsContext

func (*ExclusiveOrExprAltContext) EnterRule

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

func (*ExclusiveOrExprAltContext) ExitRule

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

func (*ExclusiveOrExprAltContext) Expression

func (*ExclusiveOrExprAltContext) GetLeft

func (*ExclusiveOrExprAltContext) GetOp

func (*ExclusiveOrExprAltContext) GetRight

func (*ExclusiveOrExprAltContext) GetRuleContext

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

func (*ExclusiveOrExprAltContext) Nls

func (*ExclusiveOrExprAltContext) SetLeft

func (*ExclusiveOrExprAltContext) SetOp

func (*ExclusiveOrExprAltContext) SetRight

func (*ExclusiveOrExprAltContext) XOR

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

func (s *ExpressionContext) CopyFrom(ctx *ExpressionContext)

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

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

type ExpressionInParContext

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

func NewEmptyExpressionInParContext

func NewEmptyExpressionInParContext() *ExpressionInParContext

func NewExpressionInParContext

func NewExpressionInParContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExpressionInParContext

func (*ExpressionInParContext) EnhancedStatementExpression

func (s *ExpressionInParContext) EnhancedStatementExpression() IEnhancedStatementExpressionContext

func (*ExpressionInParContext) EnterRule

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

func (*ExpressionInParContext) ExitRule

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

func (*ExpressionInParContext) GetParser

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

func (*ExpressionInParContext) GetRuleContext

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

func (*ExpressionInParContext) IsExpressionInParContext

func (*ExpressionInParContext) IsExpressionInParContext()

func (*ExpressionInParContext) LPAREN

func (*ExpressionInParContext) Rparen

func (*ExpressionInParContext) ToStringTree

func (s *ExpressionInParContext) 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, canSpread bool) *ExpressionListContext

func (*ExpressionListContext) AllCOMMA

func (s *ExpressionListContext) AllCOMMA() []antlr.TerminalNode

func (*ExpressionListContext) AllExpressionListElement

func (s *ExpressionListContext) AllExpressionListElement() []IExpressionListElementContext

func (*ExpressionListContext) COMMA

func (*ExpressionListContext) EnterRule

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

func (*ExpressionListContext) ExitRule

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

func (*ExpressionListContext) ExpressionListElement

func (s *ExpressionListContext) ExpressionListElement(i int) IExpressionListElementContext

func (*ExpressionListContext) GetCanSpread

func (s *ExpressionListContext) GetCanSpread() bool

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

func (s *ExpressionListContext) SetCanSpread(v bool)

func (*ExpressionListContext) ToStringTree

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

type ExpressionListElementContext

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

func NewEmptyExpressionListElementContext

func NewEmptyExpressionListElementContext() *ExpressionListElementContext

func NewExpressionListElementContext

func NewExpressionListElementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int, canSpread bool) *ExpressionListElementContext

func (*ExpressionListElementContext) EnterRule

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

func (*ExpressionListElementContext) ExitRule

func (*ExpressionListElementContext) Expression

func (*ExpressionListElementContext) GetCanSpread

func (s *ExpressionListElementContext) GetCanSpread() bool

func (*ExpressionListElementContext) GetParser

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

func (*ExpressionListElementContext) GetRuleContext

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

func (*ExpressionListElementContext) IsExpressionListElementContext

func (*ExpressionListElementContext) IsExpressionListElementContext()

func (*ExpressionListElementContext) MUL

func (*ExpressionListElementContext) SetCanSpread

func (s *ExpressionListElementContext) SetCanSpread(v bool)

func (*ExpressionListElementContext) ToStringTree

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

type ExpressionStmtAltContext

type ExpressionStmtAltContext struct {
	*StatementContext
}

func NewExpressionStmtAltContext

func NewExpressionStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ExpressionStmtAltContext

func (*ExpressionStmtAltContext) EnterRule

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

func (*ExpressionStmtAltContext) ExitRule

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

func (*ExpressionStmtAltContext) GetRuleContext

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

func (*ExpressionStmtAltContext) StatementExpression

func (s *ExpressionStmtAltContext) StatementExpression() IStatementExpressionContext

type FieldDeclarationContext

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

func NewEmptyFieldDeclarationContext

func NewEmptyFieldDeclarationContext() *FieldDeclarationContext

func NewFieldDeclarationContext

func NewFieldDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FieldDeclarationContext

func (*FieldDeclarationContext) EnterRule

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

func (*FieldDeclarationContext) ExitRule

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

func (*FieldDeclarationContext) GetParser

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

func (*FieldDeclarationContext) GetRuleContext

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

func (*FieldDeclarationContext) IsFieldDeclarationContext

func (*FieldDeclarationContext) IsFieldDeclarationContext()

func (*FieldDeclarationContext) ToStringTree

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

func (*FieldDeclarationContext) VariableDeclaration

func (s *FieldDeclarationContext) VariableDeclaration() IVariableDeclarationContext

type FinallyBlockContext

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

func NewEmptyFinallyBlockContext

func NewEmptyFinallyBlockContext() *FinallyBlockContext

func NewFinallyBlockContext

func NewFinallyBlockContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FinallyBlockContext

func (*FinallyBlockContext) Block

func (*FinallyBlockContext) EnterRule

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

func (*FinallyBlockContext) ExitRule

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

func (*FinallyBlockContext) FINALLY

func (s *FinallyBlockContext) FINALLY() antlr.TerminalNode

func (*FinallyBlockContext) GetParser

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

func (*FinallyBlockContext) GetRuleContext

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

func (*FinallyBlockContext) IsFinallyBlockContext

func (*FinallyBlockContext) IsFinallyBlockContext()

func (*FinallyBlockContext) Nls

func (*FinallyBlockContext) ToStringTree

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

type FloatingPointLiteralAltContext

type FloatingPointLiteralAltContext struct {
	*LiteralContext
}

func NewFloatingPointLiteralAltContext

func NewFloatingPointLiteralAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *FloatingPointLiteralAltContext

func (*FloatingPointLiteralAltContext) EnterRule

func (*FloatingPointLiteralAltContext) ExitRule

func (*FloatingPointLiteralAltContext) FloatingPointLiteral

func (s *FloatingPointLiteralAltContext) FloatingPointLiteral() antlr.TerminalNode

func (*FloatingPointLiteralAltContext) GetRuleContext

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

type ForControlContext

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

func NewEmptyForControlContext

func NewEmptyForControlContext() *ForControlContext

func NewForControlContext

func NewForControlContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ForControlContext

func (*ForControlContext) ClassicalForControl

func (s *ForControlContext) ClassicalForControl() IClassicalForControlContext

func (*ForControlContext) EnhancedForControl

func (s *ForControlContext) EnhancedForControl() IEnhancedForControlContext

func (*ForControlContext) EnterRule

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

func (*ForControlContext) ExitRule

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

func (*ForControlContext) GetParser

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

func (*ForControlContext) GetRuleContext

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

func (*ForControlContext) IsForControlContext

func (*ForControlContext) IsForControlContext()

func (*ForControlContext) ToStringTree

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

type ForInitContext

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

func NewEmptyForInitContext

func NewEmptyForInitContext() *ForInitContext

func NewForInitContext

func NewForInitContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ForInitContext

func (*ForInitContext) EnterRule

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

func (*ForInitContext) ExitRule

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

func (*ForInitContext) ExpressionList

func (s *ForInitContext) ExpressionList() IExpressionListContext

func (*ForInitContext) GetParser

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

func (*ForInitContext) GetRuleContext

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

func (*ForInitContext) IsForInitContext

func (*ForInitContext) IsForInitContext()

func (*ForInitContext) LocalVariableDeclaration

func (s *ForInitContext) LocalVariableDeclaration() ILocalVariableDeclarationContext

func (*ForInitContext) ToStringTree

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

type ForStmtAltContext

type ForStmtAltContext struct {
	*LoopStatementContext
}

func NewForStmtAltContext

func NewForStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ForStmtAltContext

func (*ForStmtAltContext) EnterRule

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

func (*ForStmtAltContext) ExitRule

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

func (*ForStmtAltContext) FOR

func (*ForStmtAltContext) ForControl

func (s *ForStmtAltContext) ForControl() IForControlContext

func (*ForStmtAltContext) GetRuleContext

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

func (*ForStmtAltContext) LPAREN

func (s *ForStmtAltContext) LPAREN() antlr.TerminalNode

func (*ForStmtAltContext) Nls

func (s *ForStmtAltContext) Nls() INlsContext

func (*ForStmtAltContext) Rparen

func (s *ForStmtAltContext) Rparen() IRparenContext

func (*ForStmtAltContext) Statement

func (s *ForStmtAltContext) Statement() IStatementContext

type ForUpdateContext

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

func NewEmptyForUpdateContext

func NewEmptyForUpdateContext() *ForUpdateContext

func NewForUpdateContext

func NewForUpdateContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ForUpdateContext

func (*ForUpdateContext) EnterRule

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

func (*ForUpdateContext) ExitRule

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

func (*ForUpdateContext) ExpressionList

func (s *ForUpdateContext) ExpressionList() IExpressionListContext

func (*ForUpdateContext) GetParser

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

func (*ForUpdateContext) GetRuleContext

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

func (*ForUpdateContext) IsForUpdateContext

func (*ForUpdateContext) IsForUpdateContext()

func (*ForUpdateContext) ToStringTree

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

type FormalParameterContext

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

func NewEmptyFormalParameterContext

func NewEmptyFormalParameterContext() *FormalParameterContext

func NewFormalParameterContext

func NewFormalParameterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FormalParameterContext

func (*FormalParameterContext) ASSIGN

func (*FormalParameterContext) AllNls

func (s *FormalParameterContext) AllNls() []INlsContext

func (*FormalParameterContext) ELLIPSIS

func (*FormalParameterContext) EnterRule

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

func (*FormalParameterContext) ExitRule

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

func (*FormalParameterContext) Expression

func (*FormalParameterContext) GetParser

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

func (*FormalParameterContext) GetRuleContext

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

func (*FormalParameterContext) IsFormalParameterContext

func (*FormalParameterContext) IsFormalParameterContext()

func (*FormalParameterContext) Nls

func (*FormalParameterContext) ToStringTree

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

func (*FormalParameterContext) TypeType

func (*FormalParameterContext) VariableDeclaratorId

func (s *FormalParameterContext) VariableDeclaratorId() IVariableDeclaratorIdContext

func (*FormalParameterContext) VariableModifiersOpt

func (s *FormalParameterContext) VariableModifiersOpt() IVariableModifiersOptContext

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

func (*FormalParameterListContext) AllFormalParameter

func (s *FormalParameterListContext) AllFormalParameter() []IFormalParameterContext

func (*FormalParameterListContext) AllNls

func (*FormalParameterListContext) COMMA

func (*FormalParameterListContext) EnterRule

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

func (*FormalParameterListContext) ExitRule

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

func (*FormalParameterListContext) FormalParameter

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

func (*FormalParameterListContext) ThisFormalParameter

func (*FormalParameterListContext) ToStringTree

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

type FormalParametersContext

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

func NewEmptyFormalParametersContext

func NewEmptyFormalParametersContext() *FormalParametersContext

func NewFormalParametersContext

func NewFormalParametersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FormalParametersContext

func (*FormalParametersContext) EnterRule

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

func (*FormalParametersContext) ExitRule

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

func (*FormalParametersContext) FormalParameterList

func (s *FormalParametersContext) FormalParameterList() IFormalParameterListContext

func (*FormalParametersContext) GetParser

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

func (*FormalParametersContext) GetRuleContext

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

func (*FormalParametersContext) IsFormalParametersContext

func (*FormalParametersContext) IsFormalParametersContext()

func (*FormalParametersContext) LPAREN

func (*FormalParametersContext) Rparen

func (*FormalParametersContext) ToStringTree

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

type GeneralClassOrInterfaceTypeContext

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

func NewEmptyGeneralClassOrInterfaceTypeContext

func NewEmptyGeneralClassOrInterfaceTypeContext() *GeneralClassOrInterfaceTypeContext

func NewGeneralClassOrInterfaceTypeContext

func NewGeneralClassOrInterfaceTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *GeneralClassOrInterfaceTypeContext

func (*GeneralClassOrInterfaceTypeContext) EnterRule

func (*GeneralClassOrInterfaceTypeContext) ExitRule

func (*GeneralClassOrInterfaceTypeContext) GetParser

func (*GeneralClassOrInterfaceTypeContext) GetRuleContext

func (*GeneralClassOrInterfaceTypeContext) IsGeneralClassOrInterfaceTypeContext

func (*GeneralClassOrInterfaceTypeContext) IsGeneralClassOrInterfaceTypeContext()

func (*GeneralClassOrInterfaceTypeContext) QualifiedClassName

func (*GeneralClassOrInterfaceTypeContext) ToStringTree

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

func (*GeneralClassOrInterfaceTypeContext) TypeArguments

type GroovyLexer

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

func NewGroovyLexer

func NewGroovyLexer(input antlr.CharStream) *GroovyLexer

type GroovyParser

type GroovyParser struct {
	*antlr.BaseParser
}

func NewGroovyParser

func NewGroovyParser(input antlr.TokenStream) *GroovyParser

func (*GroovyParser) AnnotatedQualifiedClassName

func (p *GroovyParser) AnnotatedQualifiedClassName() (localctx IAnnotatedQualifiedClassNameContext)

func (*GroovyParser) Annotation

func (p *GroovyParser) Annotation() (localctx IAnnotationContext)

func (*GroovyParser) AnnotationName

func (p *GroovyParser) AnnotationName() (localctx IAnnotationNameContext)

func (*GroovyParser) AnnotationsOpt

func (p *GroovyParser) AnnotationsOpt() (localctx IAnnotationsOptContext)

func (*GroovyParser) AnonymousInnerClassDeclaration

func (p *GroovyParser) AnonymousInnerClassDeclaration(t int) (localctx IAnonymousInnerClassDeclarationContext)

func (*GroovyParser) ArgumentList

func (p *GroovyParser) ArgumentList() (localctx IArgumentListContext)

func (*GroovyParser) ArgumentListElement

func (p *GroovyParser) ArgumentListElement() (localctx IArgumentListElementContext)

func (*GroovyParser) Arguments

func (p *GroovyParser) Arguments() (localctx IArgumentsContext)

func (*GroovyParser) ArrayInitializer

func (p *GroovyParser) ArrayInitializer() (localctx IArrayInitializerContext)

func (*GroovyParser) AssertStatement

func (p *GroovyParser) AssertStatement() (localctx IAssertStatementContext)

func (*GroovyParser) Block

func (p *GroovyParser) Block() (localctx IBlockContext)

func (*GroovyParser) BlockStatement

func (p *GroovyParser) BlockStatement() (localctx IBlockStatementContext)

func (*GroovyParser) BlockStatements

func (p *GroovyParser) BlockStatements() (localctx IBlockStatementsContext)

func (*GroovyParser) BlockStatementsOpt

func (p *GroovyParser) BlockStatementsOpt() (localctx IBlockStatementsOptContext)

func (*GroovyParser) BreakStatement

func (p *GroovyParser) BreakStatement() (localctx IBreakStatementContext)

func (*GroovyParser) BuiltInType

func (p *GroovyParser) BuiltInType() (localctx IBuiltInTypeContext)

func (*GroovyParser) CastOperandExpression

func (p *GroovyParser) CastOperandExpression() (localctx ICastOperandExpressionContext)

func (*GroovyParser) CastParExpression

func (p *GroovyParser) CastParExpression() (localctx ICastParExpressionContext)

func (*GroovyParser) CatchClause

func (p *GroovyParser) CatchClause() (localctx ICatchClauseContext)

func (*GroovyParser) CatchType

func (p *GroovyParser) CatchType() (localctx ICatchTypeContext)

func (*GroovyParser) ClassBody

func (p *GroovyParser) ClassBody(t int) (localctx IClassBodyContext)

func (*GroovyParser) ClassBodyDeclaration

func (p *GroovyParser) ClassBodyDeclaration(t int) (localctx IClassBodyDeclarationContext)

func (*GroovyParser) ClassBody_Sempred

func (p *GroovyParser) ClassBody_Sempred(localctx antlr.RuleContext, predIndex int) bool

func (*GroovyParser) ClassDeclaration

func (p *GroovyParser) ClassDeclaration() (localctx IClassDeclarationContext)

func (*GroovyParser) ClassDeclaration_Sempred

func (p *GroovyParser) ClassDeclaration_Sempred(localctx antlr.RuleContext, predIndex int) bool

func (*GroovyParser) ClassName

func (p *GroovyParser) ClassName() (localctx IClassNameContext)

func (*GroovyParser) ClassOrInterfaceModifier

func (p *GroovyParser) ClassOrInterfaceModifier() (localctx IClassOrInterfaceModifierContext)

func (*GroovyParser) ClassOrInterfaceModifiers

func (p *GroovyParser) ClassOrInterfaceModifiers() (localctx IClassOrInterfaceModifiersContext)

func (*GroovyParser) ClassOrInterfaceModifiersOpt

func (p *GroovyParser) ClassOrInterfaceModifiersOpt() (localctx IClassOrInterfaceModifiersOptContext)

func (*GroovyParser) ClassOrInterfaceType

func (p *GroovyParser) ClassOrInterfaceType() (localctx IClassOrInterfaceTypeContext)

func (*GroovyParser) ClassicalForControl

func (p *GroovyParser) ClassicalForControl() (localctx IClassicalForControlContext)

func (*GroovyParser) ClassifiedModifiers

func (p *GroovyParser) ClassifiedModifiers(t int) (localctx IClassifiedModifiersContext)

func (*GroovyParser) ClassifiedModifiers_Sempred

func (p *GroovyParser) ClassifiedModifiers_Sempred(localctx antlr.RuleContext, predIndex int) bool

func (*GroovyParser) Closure

func (p *GroovyParser) Closure() (localctx IClosureContext)

func (*GroovyParser) ClosureOrLambdaExpression

func (p *GroovyParser) ClosureOrLambdaExpression() (localctx IClosureOrLambdaExpressionContext)

func (*GroovyParser) CommandArgument

func (p *GroovyParser) CommandArgument() (localctx ICommandArgumentContext)

func (*GroovyParser) CommandExpression

func (p *GroovyParser) CommandExpression() (localctx ICommandExpressionContext)

func (*GroovyParser) CompilationUnit

func (p *GroovyParser) CompilationUnit() (localctx ICompilationUnitContext)

func (*GroovyParser) ConditionalStatement

func (p *GroovyParser) ConditionalStatement() (localctx IConditionalStatementContext)

func (*GroovyParser) ContinueStatement

func (p *GroovyParser) ContinueStatement() (localctx IContinueStatementContext)

func (*GroovyParser) CreatedName

func (p *GroovyParser) CreatedName() (localctx ICreatedNameContext)

func (*GroovyParser) Creator

func (p *GroovyParser) Creator(t int) (localctx ICreatorContext)

func (*GroovyParser) Creator_Sempred

func (p *GroovyParser) Creator_Sempred(localctx antlr.RuleContext, predIndex int) bool

func (*GroovyParser) Dims

func (p *GroovyParser) Dims() (localctx IDimsContext)

func (*GroovyParser) DimsOpt

func (p *GroovyParser) DimsOpt() (localctx IDimsOptContext)

func (*GroovyParser) DynamicMemberName

func (p *GroovyParser) DynamicMemberName() (localctx IDynamicMemberNameContext)

func (*GroovyParser) ElementValue

func (p *GroovyParser) ElementValue() (localctx IElementValueContext)

func (*GroovyParser) ElementValueArrayInitializer

func (p *GroovyParser) ElementValueArrayInitializer() (localctx IElementValueArrayInitializerContext)

func (*GroovyParser) ElementValuePair

func (p *GroovyParser) ElementValuePair() (localctx IElementValuePairContext)

func (*GroovyParser) ElementValuePairName

func (p *GroovyParser) ElementValuePairName() (localctx IElementValuePairNameContext)

func (*GroovyParser) ElementValuePairs

func (p *GroovyParser) ElementValuePairs() (localctx IElementValuePairsContext)

func (*GroovyParser) ElementValues

func (p *GroovyParser) ElementValues() (localctx IElementValuesContext)

func (*GroovyParser) EnhancedArgumentList

func (p *GroovyParser) EnhancedArgumentList() (localctx IEnhancedArgumentListContext)

func (*GroovyParser) EnhancedArgumentListElement

func (p *GroovyParser) EnhancedArgumentListElement() (localctx IEnhancedArgumentListElementContext)

func (*GroovyParser) EnhancedForControl

func (p *GroovyParser) EnhancedForControl() (localctx IEnhancedForControlContext)

func (*GroovyParser) EnhancedStatementExpression

func (p *GroovyParser) EnhancedStatementExpression() (localctx IEnhancedStatementExpressionContext)

func (*GroovyParser) EnumConstant

func (p *GroovyParser) EnumConstant() (localctx IEnumConstantContext)

func (*GroovyParser) EnumConstants

func (p *GroovyParser) EnumConstants() (localctx IEnumConstantsContext)

func (*GroovyParser) Expression

func (p *GroovyParser) Expression() (localctx IExpressionContext)

func (*GroovyParser) ExpressionInPar

func (p *GroovyParser) ExpressionInPar() (localctx IExpressionInParContext)

func (*GroovyParser) ExpressionList

func (p *GroovyParser) ExpressionList(canSpread bool) (localctx IExpressionListContext)

func (*GroovyParser) ExpressionListElement

func (p *GroovyParser) ExpressionListElement(canSpread bool) (localctx IExpressionListElementContext)

func (*GroovyParser) Expression_Sempred

func (p *GroovyParser) Expression_Sempred(localctx antlr.RuleContext, predIndex int) bool

func (*GroovyParser) FieldDeclaration

func (p *GroovyParser) FieldDeclaration() (localctx IFieldDeclarationContext)

func (*GroovyParser) FinallyBlock

func (p *GroovyParser) FinallyBlock() (localctx IFinallyBlockContext)

func (*GroovyParser) ForControl

func (p *GroovyParser) ForControl() (localctx IForControlContext)

func (*GroovyParser) ForInit

func (p *GroovyParser) ForInit() (localctx IForInitContext)

func (*GroovyParser) ForUpdate

func (p *GroovyParser) ForUpdate() (localctx IForUpdateContext)

func (*GroovyParser) FormalParameter

func (p *GroovyParser) FormalParameter() (localctx IFormalParameterContext)

func (*GroovyParser) FormalParameterList

func (p *GroovyParser) FormalParameterList() (localctx IFormalParameterListContext)

func (*GroovyParser) FormalParameters

func (p *GroovyParser) FormalParameters() (localctx IFormalParametersContext)

func (*GroovyParser) GeneralClassOrInterfaceType

func (p *GroovyParser) GeneralClassOrInterfaceType() (localctx IGeneralClassOrInterfaceTypeContext)

func (*GroovyParser) Gstring

func (p *GroovyParser) Gstring() (localctx IGstringContext)

func (*GroovyParser) GstringPath

func (p *GroovyParser) GstringPath() (localctx IGstringPathContext)

func (*GroovyParser) GstringValue

func (p *GroovyParser) GstringValue() (localctx IGstringValueContext)

func (*GroovyParser) Identifier

func (p *GroovyParser) Identifier() (localctx IIdentifierContext)

func (*GroovyParser) IfElseStatement

func (p *GroovyParser) IfElseStatement() (localctx IIfElseStatementContext)

func (*GroovyParser) ImportDeclaration

func (p *GroovyParser) ImportDeclaration() (localctx IImportDeclarationContext)

func (*GroovyParser) IndexPropertyArgs

func (p *GroovyParser) IndexPropertyArgs() (localctx IIndexPropertyArgsContext)

func (*GroovyParser) Keywords

func (p *GroovyParser) Keywords() (localctx IKeywordsContext)

func (*GroovyParser) LambdaBody

func (p *GroovyParser) LambdaBody() (localctx ILambdaBodyContext)

func (*GroovyParser) LambdaExpression

func (p *GroovyParser) LambdaExpression() (localctx ILambdaExpressionContext)

func (*GroovyParser) LambdaParameters

func (p *GroovyParser) LambdaParameters() (localctx ILambdaParametersContext)

func (*GroovyParser) List

func (p *GroovyParser) List() (localctx IListContext)

func (*GroovyParser) Literal

func (p *GroovyParser) Literal() (localctx ILiteralContext)

func (*GroovyParser) LocalVariableDeclaration

func (p *GroovyParser) LocalVariableDeclaration() (localctx ILocalVariableDeclarationContext)

func (*GroovyParser) LoopStatement

func (p *GroovyParser) LoopStatement() (localctx ILoopStatementContext)

func (*GroovyParser) MapEntry

func (p *GroovyParser) MapEntry() (localctx IMapEntryContext)

func (*GroovyParser) MapEntryLabel

func (p *GroovyParser) MapEntryLabel() (localctx IMapEntryLabelContext)

func (*GroovyParser) MapEntryList

func (p *GroovyParser) MapEntryList() (localctx IMapEntryListContext)

func (*GroovyParser) MemberDeclaration

func (p *GroovyParser) MemberDeclaration(t int) (localctx IMemberDeclarationContext)

func (*GroovyParser) MethodBody

func (p *GroovyParser) MethodBody() (localctx IMethodBodyContext)

func (*GroovyParser) MethodDeclaration

func (p *GroovyParser) MethodDeclaration(t int, ct int) (localctx IMethodDeclarationContext)

func (*GroovyParser) MethodDeclaration_Sempred

func (p *GroovyParser) MethodDeclaration_Sempred(localctx antlr.RuleContext, predIndex int) bool

func (*GroovyParser) MethodName

func (p *GroovyParser) MethodName() (localctx IMethodNameContext)

func (*GroovyParser) Modifier

func (p *GroovyParser) Modifier() (localctx IModifierContext)

func (*GroovyParser) Modifiers

func (p *GroovyParser) Modifiers() (localctx IModifiersContext)

func (*GroovyParser) ModifiersOpt

func (p *GroovyParser) ModifiersOpt() (localctx IModifiersOptContext)

func (*GroovyParser) NamePart

func (p *GroovyParser) NamePart() (localctx INamePartContext)

func (*GroovyParser) NamedPropertyArgs

func (p *GroovyParser) NamedPropertyArgs() (localctx INamedPropertyArgsContext)

func (*GroovyParser) Nls

func (p *GroovyParser) Nls() (localctx INlsContext)

func (*GroovyParser) NonWildcardTypeArguments

func (p *GroovyParser) NonWildcardTypeArguments() (localctx INonWildcardTypeArgumentsContext)

func (*GroovyParser) NormalMap

func (p *GroovyParser) NormalMap() (localctx INormalMapContext)

func (*GroovyParser) PackageDeclaration

func (p *GroovyParser) PackageDeclaration() (localctx IPackageDeclarationContext)

func (*GroovyParser) ParExpression

func (p *GroovyParser) ParExpression() (localctx IParExpressionContext)

func (*GroovyParser) PathElement

func (p *GroovyParser) PathElement() (localctx IPathElementContext)

func (*GroovyParser) PathExpression

func (p *GroovyParser) PathExpression() (localctx IPathExpressionContext)

func (*GroovyParser) PostfixExpression

func (p *GroovyParser) PostfixExpression() (localctx IPostfixExpressionContext)

func (*GroovyParser) Primary

func (p *GroovyParser) Primary() (localctx IPrimaryContext)

func (*GroovyParser) PrimitiveType

func (p *GroovyParser) PrimitiveType() (localctx IPrimitiveTypeContext)

func (*GroovyParser) QualifiedClassName

func (p *GroovyParser) QualifiedClassName() (localctx IQualifiedClassNameContext)

func (*GroovyParser) QualifiedClassNameList

func (p *GroovyParser) QualifiedClassNameList() (localctx IQualifiedClassNameListContext)

func (*GroovyParser) QualifiedName

func (p *GroovyParser) QualifiedName() (localctx IQualifiedNameContext)

func (*GroovyParser) QualifiedNameElement

func (p *GroovyParser) QualifiedNameElement() (localctx IQualifiedNameElementContext)

func (*GroovyParser) QualifiedNameElements

func (p *GroovyParser) QualifiedNameElements() (localctx IQualifiedNameElementsContext)

func (*GroovyParser) QualifiedStandardClassName

func (p *GroovyParser) QualifiedStandardClassName() (localctx IQualifiedStandardClassNameContext)

func (*GroovyParser) Resource

func (p *GroovyParser) Resource() (localctx IResourceContext)

func (*GroovyParser) ResourceList

func (p *GroovyParser) ResourceList() (localctx IResourceListContext)

func (*GroovyParser) Resources

func (p *GroovyParser) Resources() (localctx IResourcesContext)

func (*GroovyParser) ReturnType

func (p *GroovyParser) ReturnType(ct int) (localctx IReturnTypeContext)

func (*GroovyParser) ReturnType_Sempred

func (p *GroovyParser) ReturnType_Sempred(localctx antlr.RuleContext, predIndex int) bool

func (*GroovyParser) Rparen

func (p *GroovyParser) Rparen() (localctx IRparenContext)

func (*GroovyParser) ScriptStatement

func (p *GroovyParser) ScriptStatement() (localctx IScriptStatementContext)

func (*GroovyParser) ScriptStatements

func (p *GroovyParser) ScriptStatements() (localctx IScriptStatementsContext)

func (*GroovyParser) Sempred

func (p *GroovyParser) Sempred(localctx antlr.RuleContext, ruleIndex, predIndex int) bool

func (*GroovyParser) Sep

func (p *GroovyParser) Sep() (localctx ISepContext)

func (*GroovyParser) StandardClassOrInterfaceType

func (p *GroovyParser) StandardClassOrInterfaceType() (localctx IStandardClassOrInterfaceTypeContext)

func (*GroovyParser) StandardLambdaExpression

func (p *GroovyParser) StandardLambdaExpression() (localctx IStandardLambdaExpressionContext)

func (*GroovyParser) StandardLambdaParameters

func (p *GroovyParser) StandardLambdaParameters() (localctx IStandardLambdaParametersContext)

func (*GroovyParser) StandardType

func (p *GroovyParser) StandardType() (localctx IStandardTypeContext)

func (*GroovyParser) Statement

func (p *GroovyParser) Statement() (localctx IStatementContext)

func (*GroovyParser) StatementExpression

func (p *GroovyParser) StatementExpression() (localctx IStatementExpressionContext)

func (*GroovyParser) StringLiteral

func (p *GroovyParser) StringLiteral() (localctx IStringLiteralContext)

func (*GroovyParser) SwitchBlockStatementGroup

func (p *GroovyParser) SwitchBlockStatementGroup() (localctx ISwitchBlockStatementGroupContext)

func (*GroovyParser) SwitchLabel

func (p *GroovyParser) SwitchLabel() (localctx ISwitchLabelContext)

func (*GroovyParser) SwitchStatement

func (p *GroovyParser) SwitchStatement() (localctx ISwitchStatementContext)

func (*GroovyParser) ThisFormalParameter

func (p *GroovyParser) ThisFormalParameter() (localctx IThisFormalParameterContext)

func (*GroovyParser) TryCatchStatement

func (p *GroovyParser) TryCatchStatement() (localctx ITryCatchStatementContext)

func (*GroovyParser) TypeArgument

func (p *GroovyParser) TypeArgument() (localctx ITypeArgumentContext)

func (*GroovyParser) TypeArguments

func (p *GroovyParser) TypeArguments() (localctx ITypeArgumentsContext)

func (*GroovyParser) TypeArgumentsOrDiamond

func (p *GroovyParser) TypeArgumentsOrDiamond() (localctx ITypeArgumentsOrDiamondContext)

func (*GroovyParser) TypeBound

func (p *GroovyParser) TypeBound() (localctx ITypeBoundContext)

func (*GroovyParser) TypeDeclaration

func (p *GroovyParser) TypeDeclaration() (localctx ITypeDeclarationContext)

func (*GroovyParser) TypeList

func (p *GroovyParser) TypeList() (localctx ITypeListContext)

func (*GroovyParser) TypeNamePair

func (p *GroovyParser) TypeNamePair() (localctx ITypeNamePairContext)

func (*GroovyParser) TypeNamePairs

func (p *GroovyParser) TypeNamePairs() (localctx ITypeNamePairsContext)

func (*GroovyParser) TypeParameter

func (p *GroovyParser) TypeParameter() (localctx ITypeParameterContext)

func (*GroovyParser) TypeParameters

func (p *GroovyParser) TypeParameters() (localctx ITypeParametersContext)

func (*GroovyParser) TypeType

func (p *GroovyParser) TypeType() (localctx ITypeTypeContext)

func (*GroovyParser) VariableDeclaration

func (p *GroovyParser) VariableDeclaration(t int) (localctx IVariableDeclarationContext)

func (*GroovyParser) VariableDeclarator

func (p *GroovyParser) VariableDeclarator() (localctx IVariableDeclaratorContext)

func (*GroovyParser) VariableDeclaratorId

func (p *GroovyParser) VariableDeclaratorId() (localctx IVariableDeclaratorIdContext)

func (*GroovyParser) VariableDeclarators

func (p *GroovyParser) VariableDeclarators() (localctx IVariableDeclaratorsContext)

func (*GroovyParser) VariableInitializer

func (p *GroovyParser) VariableInitializer() (localctx IVariableInitializerContext)

func (*GroovyParser) VariableInitializers

func (p *GroovyParser) VariableInitializers() (localctx IVariableInitializersContext)

func (*GroovyParser) VariableModifier

func (p *GroovyParser) VariableModifier() (localctx IVariableModifierContext)

func (*GroovyParser) VariableModifiers

func (p *GroovyParser) VariableModifiers() (localctx IVariableModifiersContext)

func (*GroovyParser) VariableModifiersOpt

func (p *GroovyParser) VariableModifiersOpt() (localctx IVariableModifiersOptContext)

func (*GroovyParser) VariableNames

func (p *GroovyParser) VariableNames() (localctx IVariableNamesContext)

type GroovyParserListener

type GroovyParserListener interface {
	antlr.ParseTreeListener

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

	// EnterScriptStatements is called when entering the scriptStatements production.
	EnterScriptStatements(c *ScriptStatementsContext)

	// EnterScriptStatement is called when entering the scriptStatement production.
	EnterScriptStatement(c *ScriptStatementContext)

	// EnterPackageDeclaration is called when entering the packageDeclaration production.
	EnterPackageDeclaration(c *PackageDeclarationContext)

	// EnterImportDeclaration is called when entering the importDeclaration production.
	EnterImportDeclaration(c *ImportDeclarationContext)

	// EnterTypeDeclaration is called when entering the typeDeclaration production.
	EnterTypeDeclaration(c *TypeDeclarationContext)

	// EnterModifier is called when entering the modifier production.
	EnterModifier(c *ModifierContext)

	// EnterModifiersOpt is called when entering the modifiersOpt production.
	EnterModifiersOpt(c *ModifiersOptContext)

	// EnterModifiers is called when entering the modifiers production.
	EnterModifiers(c *ModifiersContext)

	// EnterClassOrInterfaceModifiersOpt is called when entering the classOrInterfaceModifiersOpt production.
	EnterClassOrInterfaceModifiersOpt(c *ClassOrInterfaceModifiersOptContext)

	// EnterClassOrInterfaceModifiers is called when entering the classOrInterfaceModifiers production.
	EnterClassOrInterfaceModifiers(c *ClassOrInterfaceModifiersContext)

	// EnterClassOrInterfaceModifier is called when entering the classOrInterfaceModifier production.
	EnterClassOrInterfaceModifier(c *ClassOrInterfaceModifierContext)

	// EnterVariableModifier is called when entering the variableModifier production.
	EnterVariableModifier(c *VariableModifierContext)

	// EnterVariableModifiersOpt is called when entering the variableModifiersOpt production.
	EnterVariableModifiersOpt(c *VariableModifiersOptContext)

	// EnterVariableModifiers is called when entering the variableModifiers production.
	EnterVariableModifiers(c *VariableModifiersContext)

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

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

	// EnterTypeBound is called when entering the typeBound production.
	EnterTypeBound(c *TypeBoundContext)

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

	// EnterClassDeclaration is called when entering the classDeclaration production.
	EnterClassDeclaration(c *ClassDeclarationContext)

	// EnterClassBody is called when entering the classBody production.
	EnterClassBody(c *ClassBodyContext)

	// EnterEnumConstants is called when entering the enumConstants production.
	EnterEnumConstants(c *EnumConstantsContext)

	// EnterEnumConstant is called when entering the enumConstant production.
	EnterEnumConstant(c *EnumConstantContext)

	// EnterClassBodyDeclaration is called when entering the classBodyDeclaration production.
	EnterClassBodyDeclaration(c *ClassBodyDeclarationContext)

	// EnterMemberDeclaration is called when entering the memberDeclaration production.
	EnterMemberDeclaration(c *MemberDeclarationContext)

	// EnterMethodDeclaration is called when entering the methodDeclaration production.
	EnterMethodDeclaration(c *MethodDeclarationContext)

	// EnterMethodName is called when entering the methodName production.
	EnterMethodName(c *MethodNameContext)

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

	// EnterFieldDeclaration is called when entering the fieldDeclaration production.
	EnterFieldDeclaration(c *FieldDeclarationContext)

	// EnterVariableDeclarators is called when entering the variableDeclarators production.
	EnterVariableDeclarators(c *VariableDeclaratorsContext)

	// EnterVariableDeclarator is called when entering the variableDeclarator production.
	EnterVariableDeclarator(c *VariableDeclaratorContext)

	// EnterVariableDeclaratorId is called when entering the variableDeclaratorId production.
	EnterVariableDeclaratorId(c *VariableDeclaratorIdContext)

	// EnterVariableInitializer is called when entering the variableInitializer production.
	EnterVariableInitializer(c *VariableInitializerContext)

	// EnterVariableInitializers is called when entering the variableInitializers production.
	EnterVariableInitializers(c *VariableInitializersContext)

	// EnterDims is called when entering the dims production.
	EnterDims(c *DimsContext)

	// EnterDimsOpt is called when entering the dimsOpt production.
	EnterDimsOpt(c *DimsOptContext)

	// EnterStandardType is called when entering the standardType production.
	EnterStandardType(c *StandardTypeContext)

	// EnterTypeType is called when entering the typeType production.
	EnterTypeType(c *TypeTypeContext)

	// EnterClassOrInterfaceType is called when entering the classOrInterfaceType production.
	EnterClassOrInterfaceType(c *ClassOrInterfaceTypeContext)

	// EnterGeneralClassOrInterfaceType is called when entering the generalClassOrInterfaceType production.
	EnterGeneralClassOrInterfaceType(c *GeneralClassOrInterfaceTypeContext)

	// EnterStandardClassOrInterfaceType is called when entering the standardClassOrInterfaceType production.
	EnterStandardClassOrInterfaceType(c *StandardClassOrInterfaceTypeContext)

	// EnterPrimitiveType is called when entering the primitiveType production.
	EnterPrimitiveType(c *PrimitiveTypeContext)

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

	// EnterTypeArgument is called when entering the typeArgument production.
	EnterTypeArgument(c *TypeArgumentContext)

	// EnterAnnotatedQualifiedClassName is called when entering the annotatedQualifiedClassName production.
	EnterAnnotatedQualifiedClassName(c *AnnotatedQualifiedClassNameContext)

	// EnterQualifiedClassNameList is called when entering the qualifiedClassNameList production.
	EnterQualifiedClassNameList(c *QualifiedClassNameListContext)

	// EnterFormalParameters is called when entering the formalParameters production.
	EnterFormalParameters(c *FormalParametersContext)

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

	// EnterThisFormalParameter is called when entering the thisFormalParameter production.
	EnterThisFormalParameter(c *ThisFormalParameterContext)

	// EnterFormalParameter is called when entering the formalParameter production.
	EnterFormalParameter(c *FormalParameterContext)

	// EnterMethodBody is called when entering the methodBody production.
	EnterMethodBody(c *MethodBodyContext)

	// EnterQualifiedName is called when entering the qualifiedName production.
	EnterQualifiedName(c *QualifiedNameContext)

	// EnterQualifiedNameElement is called when entering the qualifiedNameElement production.
	EnterQualifiedNameElement(c *QualifiedNameElementContext)

	// EnterQualifiedNameElements is called when entering the qualifiedNameElements production.
	EnterQualifiedNameElements(c *QualifiedNameElementsContext)

	// EnterQualifiedClassName is called when entering the qualifiedClassName production.
	EnterQualifiedClassName(c *QualifiedClassNameContext)

	// EnterQualifiedStandardClassName is called when entering the qualifiedStandardClassName production.
	EnterQualifiedStandardClassName(c *QualifiedStandardClassNameContext)

	// EnterIntegerLiteralAlt is called when entering the integerLiteralAlt production.
	EnterIntegerLiteralAlt(c *IntegerLiteralAltContext)

	// EnterFloatingPointLiteralAlt is called when entering the floatingPointLiteralAlt production.
	EnterFloatingPointLiteralAlt(c *FloatingPointLiteralAltContext)

	// EnterStringLiteralAlt is called when entering the stringLiteralAlt production.
	EnterStringLiteralAlt(c *StringLiteralAltContext)

	// EnterBoolLiteralAlt is called when entering the boolLiteralAlt production.
	EnterBoolLiteralAlt(c *BoolLiteralAltContext)

	// EnterNilLiteralAlt is called when entering the nilLiteralAlt production.
	EnterNilLiteralAlt(c *NilLiteralAltContext)

	// EnterGstring is called when entering the gstring production.
	EnterGstring(c *GstringContext)

	// EnterGstringValue is called when entering the gstringValue production.
	EnterGstringValue(c *GstringValueContext)

	// EnterGstringPath is called when entering the gstringPath production.
	EnterGstringPath(c *GstringPathContext)

	// EnterLambdaExpression is called when entering the lambdaExpression production.
	EnterLambdaExpression(c *LambdaExpressionContext)

	// EnterStandardLambdaExpression is called when entering the standardLambdaExpression production.
	EnterStandardLambdaExpression(c *StandardLambdaExpressionContext)

	// EnterLambdaParameters is called when entering the lambdaParameters production.
	EnterLambdaParameters(c *LambdaParametersContext)

	// EnterStandardLambdaParameters is called when entering the standardLambdaParameters production.
	EnterStandardLambdaParameters(c *StandardLambdaParametersContext)

	// EnterLambdaBody is called when entering the lambdaBody production.
	EnterLambdaBody(c *LambdaBodyContext)

	// EnterClosure is called when entering the closure production.
	EnterClosure(c *ClosureContext)

	// EnterClosureOrLambdaExpression is called when entering the closureOrLambdaExpression production.
	EnterClosureOrLambdaExpression(c *ClosureOrLambdaExpressionContext)

	// EnterBlockStatementsOpt is called when entering the blockStatementsOpt production.
	EnterBlockStatementsOpt(c *BlockStatementsOptContext)

	// EnterBlockStatements is called when entering the blockStatements production.
	EnterBlockStatements(c *BlockStatementsContext)

	// EnterAnnotationsOpt is called when entering the annotationsOpt production.
	EnterAnnotationsOpt(c *AnnotationsOptContext)

	// EnterAnnotation is called when entering the annotation production.
	EnterAnnotation(c *AnnotationContext)

	// EnterElementValues is called when entering the elementValues production.
	EnterElementValues(c *ElementValuesContext)

	// EnterAnnotationName is called when entering the annotationName production.
	EnterAnnotationName(c *AnnotationNameContext)

	// EnterElementValuePairs is called when entering the elementValuePairs production.
	EnterElementValuePairs(c *ElementValuePairsContext)

	// EnterElementValuePair is called when entering the elementValuePair production.
	EnterElementValuePair(c *ElementValuePairContext)

	// EnterElementValuePairName is called when entering the elementValuePairName production.
	EnterElementValuePairName(c *ElementValuePairNameContext)

	// EnterElementValue is called when entering the elementValue production.
	EnterElementValue(c *ElementValueContext)

	// EnterElementValueArrayInitializer is called when entering the elementValueArrayInitializer production.
	EnterElementValueArrayInitializer(c *ElementValueArrayInitializerContext)

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

	// EnterBlockStatement is called when entering the blockStatement production.
	EnterBlockStatement(c *BlockStatementContext)

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

	// EnterClassifiedModifiers is called when entering the classifiedModifiers production.
	EnterClassifiedModifiers(c *ClassifiedModifiersContext)

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

	// EnterTypeNamePairs is called when entering the typeNamePairs production.
	EnterTypeNamePairs(c *TypeNamePairsContext)

	// EnterTypeNamePair is called when entering the typeNamePair production.
	EnterTypeNamePair(c *TypeNamePairContext)

	// EnterVariableNames is called when entering the variableNames production.
	EnterVariableNames(c *VariableNamesContext)

	// EnterConditionalStatement is called when entering the conditionalStatement production.
	EnterConditionalStatement(c *ConditionalStatementContext)

	// EnterIfElseStatement is called when entering the ifElseStatement production.
	EnterIfElseStatement(c *IfElseStatementContext)

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

	// EnterForStmtAlt is called when entering the forStmtAlt production.
	EnterForStmtAlt(c *ForStmtAltContext)

	// EnterWhileStmtAlt is called when entering the whileStmtAlt production.
	EnterWhileStmtAlt(c *WhileStmtAltContext)

	// EnterDoWhileStmtAlt is called when entering the doWhileStmtAlt production.
	EnterDoWhileStmtAlt(c *DoWhileStmtAltContext)

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

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

	// EnterTryCatchStatement is called when entering the tryCatchStatement production.
	EnterTryCatchStatement(c *TryCatchStatementContext)

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

	// EnterBlockStmtAlt is called when entering the blockStmtAlt production.
	EnterBlockStmtAlt(c *BlockStmtAltContext)

	// EnterConditionalStmtAlt is called when entering the conditionalStmtAlt production.
	EnterConditionalStmtAlt(c *ConditionalStmtAltContext)

	// EnterLoopStmtAlt is called when entering the loopStmtAlt production.
	EnterLoopStmtAlt(c *LoopStmtAltContext)

	// EnterTryCatchStmtAlt is called when entering the tryCatchStmtAlt production.
	EnterTryCatchStmtAlt(c *TryCatchStmtAltContext)

	// EnterSynchronizedStmtAlt is called when entering the synchronizedStmtAlt production.
	EnterSynchronizedStmtAlt(c *SynchronizedStmtAltContext)

	// EnterReturnStmtAlt is called when entering the returnStmtAlt production.
	EnterReturnStmtAlt(c *ReturnStmtAltContext)

	// EnterThrowStmtAlt is called when entering the throwStmtAlt production.
	EnterThrowStmtAlt(c *ThrowStmtAltContext)

	// EnterBreakStmtAlt is called when entering the breakStmtAlt production.
	EnterBreakStmtAlt(c *BreakStmtAltContext)

	// EnterContinueStmtAlt is called when entering the continueStmtAlt production.
	EnterContinueStmtAlt(c *ContinueStmtAltContext)

	// EnterLabeledStmtAlt is called when entering the labeledStmtAlt production.
	EnterLabeledStmtAlt(c *LabeledStmtAltContext)

	// EnterAssertStmtAlt is called when entering the assertStmtAlt production.
	EnterAssertStmtAlt(c *AssertStmtAltContext)

	// EnterLocalVariableDeclarationStmtAlt is called when entering the localVariableDeclarationStmtAlt production.
	EnterLocalVariableDeclarationStmtAlt(c *LocalVariableDeclarationStmtAltContext)

	// EnterMethodDeclarationStmtAlt is called when entering the methodDeclarationStmtAlt production.
	EnterMethodDeclarationStmtAlt(c *MethodDeclarationStmtAltContext)

	// EnterExpressionStmtAlt is called when entering the expressionStmtAlt production.
	EnterExpressionStmtAlt(c *ExpressionStmtAltContext)

	// EnterEmptyStmtAlt is called when entering the emptyStmtAlt production.
	EnterEmptyStmtAlt(c *EmptyStmtAltContext)

	// EnterCatchClause is called when entering the catchClause production.
	EnterCatchClause(c *CatchClauseContext)

	// EnterCatchType is called when entering the catchType production.
	EnterCatchType(c *CatchTypeContext)

	// EnterFinallyBlock is called when entering the finallyBlock production.
	EnterFinallyBlock(c *FinallyBlockContext)

	// EnterResources is called when entering the resources production.
	EnterResources(c *ResourcesContext)

	// EnterResourceList is called when entering the resourceList production.
	EnterResourceList(c *ResourceListContext)

	// EnterResource is called when entering the resource production.
	EnterResource(c *ResourceContext)

	// EnterSwitchBlockStatementGroup is called when entering the switchBlockStatementGroup production.
	EnterSwitchBlockStatementGroup(c *SwitchBlockStatementGroupContext)

	// EnterSwitchLabel is called when entering the switchLabel production.
	EnterSwitchLabel(c *SwitchLabelContext)

	// EnterForControl is called when entering the forControl production.
	EnterForControl(c *ForControlContext)

	// EnterEnhancedForControl is called when entering the enhancedForControl production.
	EnterEnhancedForControl(c *EnhancedForControlContext)

	// EnterClassicalForControl is called when entering the classicalForControl production.
	EnterClassicalForControl(c *ClassicalForControlContext)

	// EnterForInit is called when entering the forInit production.
	EnterForInit(c *ForInitContext)

	// EnterForUpdate is called when entering the forUpdate production.
	EnterForUpdate(c *ForUpdateContext)

	// EnterCastParExpression is called when entering the castParExpression production.
	EnterCastParExpression(c *CastParExpressionContext)

	// EnterParExpression is called when entering the parExpression production.
	EnterParExpression(c *ParExpressionContext)

	// EnterExpressionInPar is called when entering the expressionInPar production.
	EnterExpressionInPar(c *ExpressionInParContext)

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

	// EnterExpressionListElement is called when entering the expressionListElement production.
	EnterExpressionListElement(c *ExpressionListElementContext)

	// EnterEnhancedStatementExpression is called when entering the enhancedStatementExpression production.
	EnterEnhancedStatementExpression(c *EnhancedStatementExpressionContext)

	// EnterCommandExprAlt is called when entering the commandExprAlt production.
	EnterCommandExprAlt(c *CommandExprAltContext)

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

	// EnterCastExprAltForExpr is called when entering the castExprAltForExpr production.
	EnterCastExprAltForExpr(c *CastExprAltForExprContext)

	// EnterShiftExprAlt is called when entering the shiftExprAlt production.
	EnterShiftExprAlt(c *ShiftExprAltContext)

	// EnterMultipleAssignmentExprAlt is called when entering the multipleAssignmentExprAlt production.
	EnterMultipleAssignmentExprAlt(c *MultipleAssignmentExprAltContext)

	// EnterExclusiveOrExprAlt is called when entering the exclusiveOrExprAlt production.
	EnterExclusiveOrExprAlt(c *ExclusiveOrExprAltContext)

	// EnterAdditiveExprAlt is called when entering the additiveExprAlt production.
	EnterAdditiveExprAlt(c *AdditiveExprAltContext)

	// EnterRegexExprAlt is called when entering the regexExprAlt production.
	EnterRegexExprAlt(c *RegexExprAltContext)

	// EnterUnaryNotExprAltForExpr is called when entering the unaryNotExprAltForExpr production.
	EnterUnaryNotExprAltForExpr(c *UnaryNotExprAltForExprContext)

	// EnterConditionalExprAlt is called when entering the conditionalExprAlt production.
	EnterConditionalExprAlt(c *ConditionalExprAltContext)

	// EnterPowerExprAlt is called when entering the powerExprAlt production.
	EnterPowerExprAlt(c *PowerExprAltContext)

	// EnterRelationalExprAlt is called when entering the relationalExprAlt production.
	EnterRelationalExprAlt(c *RelationalExprAltContext)

	// EnterLogicalAndExprAlt is called when entering the logicalAndExprAlt production.
	EnterLogicalAndExprAlt(c *LogicalAndExprAltContext)

	// EnterAssignmentExprAlt is called when entering the assignmentExprAlt production.
	EnterAssignmentExprAlt(c *AssignmentExprAltContext)

	// EnterPostfixExprAltForExpr is called when entering the postfixExprAltForExpr production.
	EnterPostfixExprAltForExpr(c *PostfixExprAltForExprContext)

	// EnterMultiplicativeExprAlt is called when entering the multiplicativeExprAlt production.
	EnterMultiplicativeExprAlt(c *MultiplicativeExprAltContext)

	// EnterInclusiveOrExprAlt is called when entering the inclusiveOrExprAlt production.
	EnterInclusiveOrExprAlt(c *InclusiveOrExprAltContext)

	// EnterLogicalOrExprAlt is called when entering the logicalOrExprAlt production.
	EnterLogicalOrExprAlt(c *LogicalOrExprAltContext)

	// EnterEqualityExprAlt is called when entering the equalityExprAlt production.
	EnterEqualityExprAlt(c *EqualityExprAltContext)

	// EnterAndExprAlt is called when entering the andExprAlt production.
	EnterAndExprAlt(c *AndExprAltContext)

	// EnterUnaryAddExprAltForExpr is called when entering the unaryAddExprAltForExpr production.
	EnterUnaryAddExprAltForExpr(c *UnaryAddExprAltForExprContext)

	// EnterCastExprAlt is called when entering the castExprAlt production.
	EnterCastExprAlt(c *CastExprAltContext)

	// EnterPostfixExprAlt is called when entering the postfixExprAlt production.
	EnterPostfixExprAlt(c *PostfixExprAltContext)

	// EnterUnaryNotExprAlt is called when entering the unaryNotExprAlt production.
	EnterUnaryNotExprAlt(c *UnaryNotExprAltContext)

	// EnterUnaryAddExprAlt is called when entering the unaryAddExprAlt production.
	EnterUnaryAddExprAlt(c *UnaryAddExprAltContext)

	// EnterCommandExpression is called when entering the commandExpression production.
	EnterCommandExpression(c *CommandExpressionContext)

	// EnterCommandArgument is called when entering the commandArgument production.
	EnterCommandArgument(c *CommandArgumentContext)

	// EnterPathExpression is called when entering the pathExpression production.
	EnterPathExpression(c *PathExpressionContext)

	// EnterPathElement is called when entering the pathElement production.
	EnterPathElement(c *PathElementContext)

	// EnterNamePart is called when entering the namePart production.
	EnterNamePart(c *NamePartContext)

	// EnterDynamicMemberName is called when entering the dynamicMemberName production.
	EnterDynamicMemberName(c *DynamicMemberNameContext)

	// EnterIndexPropertyArgs is called when entering the indexPropertyArgs production.
	EnterIndexPropertyArgs(c *IndexPropertyArgsContext)

	// EnterNamedPropertyArgs is called when entering the namedPropertyArgs production.
	EnterNamedPropertyArgs(c *NamedPropertyArgsContext)

	// EnterIdentifierPrmrAlt is called when entering the identifierPrmrAlt production.
	EnterIdentifierPrmrAlt(c *IdentifierPrmrAltContext)

	// EnterLiteralPrmrAlt is called when entering the literalPrmrAlt production.
	EnterLiteralPrmrAlt(c *LiteralPrmrAltContext)

	// EnterGstringPrmrAlt is called when entering the gstringPrmrAlt production.
	EnterGstringPrmrAlt(c *GstringPrmrAltContext)

	// EnterNewPrmrAlt is called when entering the newPrmrAlt production.
	EnterNewPrmrAlt(c *NewPrmrAltContext)

	// EnterThisPrmrAlt is called when entering the thisPrmrAlt production.
	EnterThisPrmrAlt(c *ThisPrmrAltContext)

	// EnterSuperPrmrAlt is called when entering the superPrmrAlt production.
	EnterSuperPrmrAlt(c *SuperPrmrAltContext)

	// EnterParenPrmrAlt is called when entering the parenPrmrAlt production.
	EnterParenPrmrAlt(c *ParenPrmrAltContext)

	// EnterClosureOrLambdaExpressionPrmrAlt is called when entering the closureOrLambdaExpressionPrmrAlt production.
	EnterClosureOrLambdaExpressionPrmrAlt(c *ClosureOrLambdaExpressionPrmrAltContext)

	// EnterListPrmrAlt is called when entering the listPrmrAlt production.
	EnterListPrmrAlt(c *ListPrmrAltContext)

	// EnterMapPrmrAlt is called when entering the mapPrmrAlt production.
	EnterMapPrmrAlt(c *MapPrmrAltContext)

	// EnterBuiltInTypePrmrAlt is called when entering the builtInTypePrmrAlt production.
	EnterBuiltInTypePrmrAlt(c *BuiltInTypePrmrAltContext)

	// EnterList is called when entering the list production.
	EnterList(c *ListContext)

	// EnterNormalMap is called when entering the normalMap production.
	EnterNormalMap(c *NormalMapContext)

	// EnterMapEntryList is called when entering the mapEntryList production.
	EnterMapEntryList(c *MapEntryListContext)

	// EnterMapEntry is called when entering the mapEntry production.
	EnterMapEntry(c *MapEntryContext)

	// EnterMapEntryLabel is called when entering the mapEntryLabel production.
	EnterMapEntryLabel(c *MapEntryLabelContext)

	// EnterCreator is called when entering the creator production.
	EnterCreator(c *CreatorContext)

	// EnterArrayInitializer is called when entering the arrayInitializer production.
	EnterArrayInitializer(c *ArrayInitializerContext)

	// EnterAnonymousInnerClassDeclaration is called when entering the anonymousInnerClassDeclaration production.
	EnterAnonymousInnerClassDeclaration(c *AnonymousInnerClassDeclarationContext)

	// EnterCreatedName is called when entering the createdName production.
	EnterCreatedName(c *CreatedNameContext)

	// EnterNonWildcardTypeArguments is called when entering the nonWildcardTypeArguments production.
	EnterNonWildcardTypeArguments(c *NonWildcardTypeArgumentsContext)

	// EnterTypeArgumentsOrDiamond is called when entering the typeArgumentsOrDiamond production.
	EnterTypeArgumentsOrDiamond(c *TypeArgumentsOrDiamondContext)

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

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

	// EnterEnhancedArgumentList is called when entering the enhancedArgumentList production.
	EnterEnhancedArgumentList(c *EnhancedArgumentListContext)

	// EnterArgumentListElement is called when entering the argumentListElement production.
	EnterArgumentListElement(c *ArgumentListElementContext)

	// EnterEnhancedArgumentListElement is called when entering the enhancedArgumentListElement production.
	EnterEnhancedArgumentListElement(c *EnhancedArgumentListElementContext)

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

	// EnterClassName is called when entering the className production.
	EnterClassName(c *ClassNameContext)

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

	// EnterBuiltInType is called when entering the builtInType production.
	EnterBuiltInType(c *BuiltInTypeContext)

	// EnterKeywords is called when entering the keywords production.
	EnterKeywords(c *KeywordsContext)

	// EnterRparen is called when entering the rparen production.
	EnterRparen(c *RparenContext)

	// EnterNls is called when entering the nls production.
	EnterNls(c *NlsContext)

	// EnterSep is called when entering the sep production.
	EnterSep(c *SepContext)

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

	// ExitScriptStatements is called when exiting the scriptStatements production.
	ExitScriptStatements(c *ScriptStatementsContext)

	// ExitScriptStatement is called when exiting the scriptStatement production.
	ExitScriptStatement(c *ScriptStatementContext)

	// ExitPackageDeclaration is called when exiting the packageDeclaration production.
	ExitPackageDeclaration(c *PackageDeclarationContext)

	// ExitImportDeclaration is called when exiting the importDeclaration production.
	ExitImportDeclaration(c *ImportDeclarationContext)

	// ExitTypeDeclaration is called when exiting the typeDeclaration production.
	ExitTypeDeclaration(c *TypeDeclarationContext)

	// ExitModifier is called when exiting the modifier production.
	ExitModifier(c *ModifierContext)

	// ExitModifiersOpt is called when exiting the modifiersOpt production.
	ExitModifiersOpt(c *ModifiersOptContext)

	// ExitModifiers is called when exiting the modifiers production.
	ExitModifiers(c *ModifiersContext)

	// ExitClassOrInterfaceModifiersOpt is called when exiting the classOrInterfaceModifiersOpt production.
	ExitClassOrInterfaceModifiersOpt(c *ClassOrInterfaceModifiersOptContext)

	// ExitClassOrInterfaceModifiers is called when exiting the classOrInterfaceModifiers production.
	ExitClassOrInterfaceModifiers(c *ClassOrInterfaceModifiersContext)

	// ExitClassOrInterfaceModifier is called when exiting the classOrInterfaceModifier production.
	ExitClassOrInterfaceModifier(c *ClassOrInterfaceModifierContext)

	// ExitVariableModifier is called when exiting the variableModifier production.
	ExitVariableModifier(c *VariableModifierContext)

	// ExitVariableModifiersOpt is called when exiting the variableModifiersOpt production.
	ExitVariableModifiersOpt(c *VariableModifiersOptContext)

	// ExitVariableModifiers is called when exiting the variableModifiers production.
	ExitVariableModifiers(c *VariableModifiersContext)

	// ExitTypeParameters is called when exiting the typeParameters production.
	ExitTypeParameters(c *TypeParametersContext)

	// ExitTypeParameter is called when exiting the typeParameter production.
	ExitTypeParameter(c *TypeParameterContext)

	// ExitTypeBound is called when exiting the typeBound production.
	ExitTypeBound(c *TypeBoundContext)

	// ExitTypeList is called when exiting the typeList production.
	ExitTypeList(c *TypeListContext)

	// ExitClassDeclaration is called when exiting the classDeclaration production.
	ExitClassDeclaration(c *ClassDeclarationContext)

	// ExitClassBody is called when exiting the classBody production.
	ExitClassBody(c *ClassBodyContext)

	// ExitEnumConstants is called when exiting the enumConstants production.
	ExitEnumConstants(c *EnumConstantsContext)

	// ExitEnumConstant is called when exiting the enumConstant production.
	ExitEnumConstant(c *EnumConstantContext)

	// ExitClassBodyDeclaration is called when exiting the classBodyDeclaration production.
	ExitClassBodyDeclaration(c *ClassBodyDeclarationContext)

	// ExitMemberDeclaration is called when exiting the memberDeclaration production.
	ExitMemberDeclaration(c *MemberDeclarationContext)

	// ExitMethodDeclaration is called when exiting the methodDeclaration production.
	ExitMethodDeclaration(c *MethodDeclarationContext)

	// ExitMethodName is called when exiting the methodName production.
	ExitMethodName(c *MethodNameContext)

	// ExitReturnType is called when exiting the returnType production.
	ExitReturnType(c *ReturnTypeContext)

	// ExitFieldDeclaration is called when exiting the fieldDeclaration production.
	ExitFieldDeclaration(c *FieldDeclarationContext)

	// ExitVariableDeclarators is called when exiting the variableDeclarators production.
	ExitVariableDeclarators(c *VariableDeclaratorsContext)

	// ExitVariableDeclarator is called when exiting the variableDeclarator production.
	ExitVariableDeclarator(c *VariableDeclaratorContext)

	// ExitVariableDeclaratorId is called when exiting the variableDeclaratorId production.
	ExitVariableDeclaratorId(c *VariableDeclaratorIdContext)

	// ExitVariableInitializer is called when exiting the variableInitializer production.
	ExitVariableInitializer(c *VariableInitializerContext)

	// ExitVariableInitializers is called when exiting the variableInitializers production.
	ExitVariableInitializers(c *VariableInitializersContext)

	// ExitDims is called when exiting the dims production.
	ExitDims(c *DimsContext)

	// ExitDimsOpt is called when exiting the dimsOpt production.
	ExitDimsOpt(c *DimsOptContext)

	// ExitStandardType is called when exiting the standardType production.
	ExitStandardType(c *StandardTypeContext)

	// ExitTypeType is called when exiting the typeType production.
	ExitTypeType(c *TypeTypeContext)

	// ExitClassOrInterfaceType is called when exiting the classOrInterfaceType production.
	ExitClassOrInterfaceType(c *ClassOrInterfaceTypeContext)

	// ExitGeneralClassOrInterfaceType is called when exiting the generalClassOrInterfaceType production.
	ExitGeneralClassOrInterfaceType(c *GeneralClassOrInterfaceTypeContext)

	// ExitStandardClassOrInterfaceType is called when exiting the standardClassOrInterfaceType production.
	ExitStandardClassOrInterfaceType(c *StandardClassOrInterfaceTypeContext)

	// ExitPrimitiveType is called when exiting the primitiveType production.
	ExitPrimitiveType(c *PrimitiveTypeContext)

	// ExitTypeArguments is called when exiting the typeArguments production.
	ExitTypeArguments(c *TypeArgumentsContext)

	// ExitTypeArgument is called when exiting the typeArgument production.
	ExitTypeArgument(c *TypeArgumentContext)

	// ExitAnnotatedQualifiedClassName is called when exiting the annotatedQualifiedClassName production.
	ExitAnnotatedQualifiedClassName(c *AnnotatedQualifiedClassNameContext)

	// ExitQualifiedClassNameList is called when exiting the qualifiedClassNameList production.
	ExitQualifiedClassNameList(c *QualifiedClassNameListContext)

	// ExitFormalParameters is called when exiting the formalParameters production.
	ExitFormalParameters(c *FormalParametersContext)

	// ExitFormalParameterList is called when exiting the formalParameterList production.
	ExitFormalParameterList(c *FormalParameterListContext)

	// ExitThisFormalParameter is called when exiting the thisFormalParameter production.
	ExitThisFormalParameter(c *ThisFormalParameterContext)

	// ExitFormalParameter is called when exiting the formalParameter production.
	ExitFormalParameter(c *FormalParameterContext)

	// ExitMethodBody is called when exiting the methodBody production.
	ExitMethodBody(c *MethodBodyContext)

	// ExitQualifiedName is called when exiting the qualifiedName production.
	ExitQualifiedName(c *QualifiedNameContext)

	// ExitQualifiedNameElement is called when exiting the qualifiedNameElement production.
	ExitQualifiedNameElement(c *QualifiedNameElementContext)

	// ExitQualifiedNameElements is called when exiting the qualifiedNameElements production.
	ExitQualifiedNameElements(c *QualifiedNameElementsContext)

	// ExitQualifiedClassName is called when exiting the qualifiedClassName production.
	ExitQualifiedClassName(c *QualifiedClassNameContext)

	// ExitQualifiedStandardClassName is called when exiting the qualifiedStandardClassName production.
	ExitQualifiedStandardClassName(c *QualifiedStandardClassNameContext)

	// ExitIntegerLiteralAlt is called when exiting the integerLiteralAlt production.
	ExitIntegerLiteralAlt(c *IntegerLiteralAltContext)

	// ExitFloatingPointLiteralAlt is called when exiting the floatingPointLiteralAlt production.
	ExitFloatingPointLiteralAlt(c *FloatingPointLiteralAltContext)

	// ExitStringLiteralAlt is called when exiting the stringLiteralAlt production.
	ExitStringLiteralAlt(c *StringLiteralAltContext)

	// ExitBoolLiteralAlt is called when exiting the boolLiteralAlt production.
	ExitBoolLiteralAlt(c *BoolLiteralAltContext)

	// ExitNilLiteralAlt is called when exiting the nilLiteralAlt production.
	ExitNilLiteralAlt(c *NilLiteralAltContext)

	// ExitGstring is called when exiting the gstring production.
	ExitGstring(c *GstringContext)

	// ExitGstringValue is called when exiting the gstringValue production.
	ExitGstringValue(c *GstringValueContext)

	// ExitGstringPath is called when exiting the gstringPath production.
	ExitGstringPath(c *GstringPathContext)

	// ExitLambdaExpression is called when exiting the lambdaExpression production.
	ExitLambdaExpression(c *LambdaExpressionContext)

	// ExitStandardLambdaExpression is called when exiting the standardLambdaExpression production.
	ExitStandardLambdaExpression(c *StandardLambdaExpressionContext)

	// ExitLambdaParameters is called when exiting the lambdaParameters production.
	ExitLambdaParameters(c *LambdaParametersContext)

	// ExitStandardLambdaParameters is called when exiting the standardLambdaParameters production.
	ExitStandardLambdaParameters(c *StandardLambdaParametersContext)

	// ExitLambdaBody is called when exiting the lambdaBody production.
	ExitLambdaBody(c *LambdaBodyContext)

	// ExitClosure is called when exiting the closure production.
	ExitClosure(c *ClosureContext)

	// ExitClosureOrLambdaExpression is called when exiting the closureOrLambdaExpression production.
	ExitClosureOrLambdaExpression(c *ClosureOrLambdaExpressionContext)

	// ExitBlockStatementsOpt is called when exiting the blockStatementsOpt production.
	ExitBlockStatementsOpt(c *BlockStatementsOptContext)

	// ExitBlockStatements is called when exiting the blockStatements production.
	ExitBlockStatements(c *BlockStatementsContext)

	// ExitAnnotationsOpt is called when exiting the annotationsOpt production.
	ExitAnnotationsOpt(c *AnnotationsOptContext)

	// ExitAnnotation is called when exiting the annotation production.
	ExitAnnotation(c *AnnotationContext)

	// ExitElementValues is called when exiting the elementValues production.
	ExitElementValues(c *ElementValuesContext)

	// ExitAnnotationName is called when exiting the annotationName production.
	ExitAnnotationName(c *AnnotationNameContext)

	// ExitElementValuePairs is called when exiting the elementValuePairs production.
	ExitElementValuePairs(c *ElementValuePairsContext)

	// ExitElementValuePair is called when exiting the elementValuePair production.
	ExitElementValuePair(c *ElementValuePairContext)

	// ExitElementValuePairName is called when exiting the elementValuePairName production.
	ExitElementValuePairName(c *ElementValuePairNameContext)

	// ExitElementValue is called when exiting the elementValue production.
	ExitElementValue(c *ElementValueContext)

	// ExitElementValueArrayInitializer is called when exiting the elementValueArrayInitializer production.
	ExitElementValueArrayInitializer(c *ElementValueArrayInitializerContext)

	// ExitBlock is called when exiting the block production.
	ExitBlock(c *BlockContext)

	// ExitBlockStatement is called when exiting the blockStatement production.
	ExitBlockStatement(c *BlockStatementContext)

	// ExitLocalVariableDeclaration is called when exiting the localVariableDeclaration production.
	ExitLocalVariableDeclaration(c *LocalVariableDeclarationContext)

	// ExitClassifiedModifiers is called when exiting the classifiedModifiers production.
	ExitClassifiedModifiers(c *ClassifiedModifiersContext)

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

	// ExitTypeNamePairs is called when exiting the typeNamePairs production.
	ExitTypeNamePairs(c *TypeNamePairsContext)

	// ExitTypeNamePair is called when exiting the typeNamePair production.
	ExitTypeNamePair(c *TypeNamePairContext)

	// ExitVariableNames is called when exiting the variableNames production.
	ExitVariableNames(c *VariableNamesContext)

	// ExitConditionalStatement is called when exiting the conditionalStatement production.
	ExitConditionalStatement(c *ConditionalStatementContext)

	// ExitIfElseStatement is called when exiting the ifElseStatement production.
	ExitIfElseStatement(c *IfElseStatementContext)

	// ExitSwitchStatement is called when exiting the switchStatement production.
	ExitSwitchStatement(c *SwitchStatementContext)

	// ExitForStmtAlt is called when exiting the forStmtAlt production.
	ExitForStmtAlt(c *ForStmtAltContext)

	// ExitWhileStmtAlt is called when exiting the whileStmtAlt production.
	ExitWhileStmtAlt(c *WhileStmtAltContext)

	// ExitDoWhileStmtAlt is called when exiting the doWhileStmtAlt production.
	ExitDoWhileStmtAlt(c *DoWhileStmtAltContext)

	// ExitContinueStatement is called when exiting the continueStatement production.
	ExitContinueStatement(c *ContinueStatementContext)

	// ExitBreakStatement is called when exiting the breakStatement production.
	ExitBreakStatement(c *BreakStatementContext)

	// ExitTryCatchStatement is called when exiting the tryCatchStatement production.
	ExitTryCatchStatement(c *TryCatchStatementContext)

	// ExitAssertStatement is called when exiting the assertStatement production.
	ExitAssertStatement(c *AssertStatementContext)

	// ExitBlockStmtAlt is called when exiting the blockStmtAlt production.
	ExitBlockStmtAlt(c *BlockStmtAltContext)

	// ExitConditionalStmtAlt is called when exiting the conditionalStmtAlt production.
	ExitConditionalStmtAlt(c *ConditionalStmtAltContext)

	// ExitLoopStmtAlt is called when exiting the loopStmtAlt production.
	ExitLoopStmtAlt(c *LoopStmtAltContext)

	// ExitTryCatchStmtAlt is called when exiting the tryCatchStmtAlt production.
	ExitTryCatchStmtAlt(c *TryCatchStmtAltContext)

	// ExitSynchronizedStmtAlt is called when exiting the synchronizedStmtAlt production.
	ExitSynchronizedStmtAlt(c *SynchronizedStmtAltContext)

	// ExitReturnStmtAlt is called when exiting the returnStmtAlt production.
	ExitReturnStmtAlt(c *ReturnStmtAltContext)

	// ExitThrowStmtAlt is called when exiting the throwStmtAlt production.
	ExitThrowStmtAlt(c *ThrowStmtAltContext)

	// ExitBreakStmtAlt is called when exiting the breakStmtAlt production.
	ExitBreakStmtAlt(c *BreakStmtAltContext)

	// ExitContinueStmtAlt is called when exiting the continueStmtAlt production.
	ExitContinueStmtAlt(c *ContinueStmtAltContext)

	// ExitLabeledStmtAlt is called when exiting the labeledStmtAlt production.
	ExitLabeledStmtAlt(c *LabeledStmtAltContext)

	// ExitAssertStmtAlt is called when exiting the assertStmtAlt production.
	ExitAssertStmtAlt(c *AssertStmtAltContext)

	// ExitLocalVariableDeclarationStmtAlt is called when exiting the localVariableDeclarationStmtAlt production.
	ExitLocalVariableDeclarationStmtAlt(c *LocalVariableDeclarationStmtAltContext)

	// ExitMethodDeclarationStmtAlt is called when exiting the methodDeclarationStmtAlt production.
	ExitMethodDeclarationStmtAlt(c *MethodDeclarationStmtAltContext)

	// ExitExpressionStmtAlt is called when exiting the expressionStmtAlt production.
	ExitExpressionStmtAlt(c *ExpressionStmtAltContext)

	// ExitEmptyStmtAlt is called when exiting the emptyStmtAlt production.
	ExitEmptyStmtAlt(c *EmptyStmtAltContext)

	// ExitCatchClause is called when exiting the catchClause production.
	ExitCatchClause(c *CatchClauseContext)

	// ExitCatchType is called when exiting the catchType production.
	ExitCatchType(c *CatchTypeContext)

	// ExitFinallyBlock is called when exiting the finallyBlock production.
	ExitFinallyBlock(c *FinallyBlockContext)

	// ExitResources is called when exiting the resources production.
	ExitResources(c *ResourcesContext)

	// ExitResourceList is called when exiting the resourceList production.
	ExitResourceList(c *ResourceListContext)

	// ExitResource is called when exiting the resource production.
	ExitResource(c *ResourceContext)

	// ExitSwitchBlockStatementGroup is called when exiting the switchBlockStatementGroup production.
	ExitSwitchBlockStatementGroup(c *SwitchBlockStatementGroupContext)

	// ExitSwitchLabel is called when exiting the switchLabel production.
	ExitSwitchLabel(c *SwitchLabelContext)

	// ExitForControl is called when exiting the forControl production.
	ExitForControl(c *ForControlContext)

	// ExitEnhancedForControl is called when exiting the enhancedForControl production.
	ExitEnhancedForControl(c *EnhancedForControlContext)

	// ExitClassicalForControl is called when exiting the classicalForControl production.
	ExitClassicalForControl(c *ClassicalForControlContext)

	// ExitForInit is called when exiting the forInit production.
	ExitForInit(c *ForInitContext)

	// ExitForUpdate is called when exiting the forUpdate production.
	ExitForUpdate(c *ForUpdateContext)

	// ExitCastParExpression is called when exiting the castParExpression production.
	ExitCastParExpression(c *CastParExpressionContext)

	// ExitParExpression is called when exiting the parExpression production.
	ExitParExpression(c *ParExpressionContext)

	// ExitExpressionInPar is called when exiting the expressionInPar production.
	ExitExpressionInPar(c *ExpressionInParContext)

	// ExitExpressionList is called when exiting the expressionList production.
	ExitExpressionList(c *ExpressionListContext)

	// ExitExpressionListElement is called when exiting the expressionListElement production.
	ExitExpressionListElement(c *ExpressionListElementContext)

	// ExitEnhancedStatementExpression is called when exiting the enhancedStatementExpression production.
	ExitEnhancedStatementExpression(c *EnhancedStatementExpressionContext)

	// ExitCommandExprAlt is called when exiting the commandExprAlt production.
	ExitCommandExprAlt(c *CommandExprAltContext)

	// ExitPostfixExpression is called when exiting the postfixExpression production.
	ExitPostfixExpression(c *PostfixExpressionContext)

	// ExitCastExprAltForExpr is called when exiting the castExprAltForExpr production.
	ExitCastExprAltForExpr(c *CastExprAltForExprContext)

	// ExitShiftExprAlt is called when exiting the shiftExprAlt production.
	ExitShiftExprAlt(c *ShiftExprAltContext)

	// ExitMultipleAssignmentExprAlt is called when exiting the multipleAssignmentExprAlt production.
	ExitMultipleAssignmentExprAlt(c *MultipleAssignmentExprAltContext)

	// ExitExclusiveOrExprAlt is called when exiting the exclusiveOrExprAlt production.
	ExitExclusiveOrExprAlt(c *ExclusiveOrExprAltContext)

	// ExitAdditiveExprAlt is called when exiting the additiveExprAlt production.
	ExitAdditiveExprAlt(c *AdditiveExprAltContext)

	// ExitRegexExprAlt is called when exiting the regexExprAlt production.
	ExitRegexExprAlt(c *RegexExprAltContext)

	// ExitUnaryNotExprAltForExpr is called when exiting the unaryNotExprAltForExpr production.
	ExitUnaryNotExprAltForExpr(c *UnaryNotExprAltForExprContext)

	// ExitConditionalExprAlt is called when exiting the conditionalExprAlt production.
	ExitConditionalExprAlt(c *ConditionalExprAltContext)

	// ExitPowerExprAlt is called when exiting the powerExprAlt production.
	ExitPowerExprAlt(c *PowerExprAltContext)

	// ExitRelationalExprAlt is called when exiting the relationalExprAlt production.
	ExitRelationalExprAlt(c *RelationalExprAltContext)

	// ExitLogicalAndExprAlt is called when exiting the logicalAndExprAlt production.
	ExitLogicalAndExprAlt(c *LogicalAndExprAltContext)

	// ExitAssignmentExprAlt is called when exiting the assignmentExprAlt production.
	ExitAssignmentExprAlt(c *AssignmentExprAltContext)

	// ExitPostfixExprAltForExpr is called when exiting the postfixExprAltForExpr production.
	ExitPostfixExprAltForExpr(c *PostfixExprAltForExprContext)

	// ExitMultiplicativeExprAlt is called when exiting the multiplicativeExprAlt production.
	ExitMultiplicativeExprAlt(c *MultiplicativeExprAltContext)

	// ExitInclusiveOrExprAlt is called when exiting the inclusiveOrExprAlt production.
	ExitInclusiveOrExprAlt(c *InclusiveOrExprAltContext)

	// ExitLogicalOrExprAlt is called when exiting the logicalOrExprAlt production.
	ExitLogicalOrExprAlt(c *LogicalOrExprAltContext)

	// ExitEqualityExprAlt is called when exiting the equalityExprAlt production.
	ExitEqualityExprAlt(c *EqualityExprAltContext)

	// ExitAndExprAlt is called when exiting the andExprAlt production.
	ExitAndExprAlt(c *AndExprAltContext)

	// ExitUnaryAddExprAltForExpr is called when exiting the unaryAddExprAltForExpr production.
	ExitUnaryAddExprAltForExpr(c *UnaryAddExprAltForExprContext)

	// ExitCastExprAlt is called when exiting the castExprAlt production.
	ExitCastExprAlt(c *CastExprAltContext)

	// ExitPostfixExprAlt is called when exiting the postfixExprAlt production.
	ExitPostfixExprAlt(c *PostfixExprAltContext)

	// ExitUnaryNotExprAlt is called when exiting the unaryNotExprAlt production.
	ExitUnaryNotExprAlt(c *UnaryNotExprAltContext)

	// ExitUnaryAddExprAlt is called when exiting the unaryAddExprAlt production.
	ExitUnaryAddExprAlt(c *UnaryAddExprAltContext)

	// ExitCommandExpression is called when exiting the commandExpression production.
	ExitCommandExpression(c *CommandExpressionContext)

	// ExitCommandArgument is called when exiting the commandArgument production.
	ExitCommandArgument(c *CommandArgumentContext)

	// ExitPathExpression is called when exiting the pathExpression production.
	ExitPathExpression(c *PathExpressionContext)

	// ExitPathElement is called when exiting the pathElement production.
	ExitPathElement(c *PathElementContext)

	// ExitNamePart is called when exiting the namePart production.
	ExitNamePart(c *NamePartContext)

	// ExitDynamicMemberName is called when exiting the dynamicMemberName production.
	ExitDynamicMemberName(c *DynamicMemberNameContext)

	// ExitIndexPropertyArgs is called when exiting the indexPropertyArgs production.
	ExitIndexPropertyArgs(c *IndexPropertyArgsContext)

	// ExitNamedPropertyArgs is called when exiting the namedPropertyArgs production.
	ExitNamedPropertyArgs(c *NamedPropertyArgsContext)

	// ExitIdentifierPrmrAlt is called when exiting the identifierPrmrAlt production.
	ExitIdentifierPrmrAlt(c *IdentifierPrmrAltContext)

	// ExitLiteralPrmrAlt is called when exiting the literalPrmrAlt production.
	ExitLiteralPrmrAlt(c *LiteralPrmrAltContext)

	// ExitGstringPrmrAlt is called when exiting the gstringPrmrAlt production.
	ExitGstringPrmrAlt(c *GstringPrmrAltContext)

	// ExitNewPrmrAlt is called when exiting the newPrmrAlt production.
	ExitNewPrmrAlt(c *NewPrmrAltContext)

	// ExitThisPrmrAlt is called when exiting the thisPrmrAlt production.
	ExitThisPrmrAlt(c *ThisPrmrAltContext)

	// ExitSuperPrmrAlt is called when exiting the superPrmrAlt production.
	ExitSuperPrmrAlt(c *SuperPrmrAltContext)

	// ExitParenPrmrAlt is called when exiting the parenPrmrAlt production.
	ExitParenPrmrAlt(c *ParenPrmrAltContext)

	// ExitClosureOrLambdaExpressionPrmrAlt is called when exiting the closureOrLambdaExpressionPrmrAlt production.
	ExitClosureOrLambdaExpressionPrmrAlt(c *ClosureOrLambdaExpressionPrmrAltContext)

	// ExitListPrmrAlt is called when exiting the listPrmrAlt production.
	ExitListPrmrAlt(c *ListPrmrAltContext)

	// ExitMapPrmrAlt is called when exiting the mapPrmrAlt production.
	ExitMapPrmrAlt(c *MapPrmrAltContext)

	// ExitBuiltInTypePrmrAlt is called when exiting the builtInTypePrmrAlt production.
	ExitBuiltInTypePrmrAlt(c *BuiltInTypePrmrAltContext)

	// ExitList is called when exiting the list production.
	ExitList(c *ListContext)

	// ExitNormalMap is called when exiting the normalMap production.
	ExitNormalMap(c *NormalMapContext)

	// ExitMapEntryList is called when exiting the mapEntryList production.
	ExitMapEntryList(c *MapEntryListContext)

	// ExitMapEntry is called when exiting the mapEntry production.
	ExitMapEntry(c *MapEntryContext)

	// ExitMapEntryLabel is called when exiting the mapEntryLabel production.
	ExitMapEntryLabel(c *MapEntryLabelContext)

	// ExitCreator is called when exiting the creator production.
	ExitCreator(c *CreatorContext)

	// ExitArrayInitializer is called when exiting the arrayInitializer production.
	ExitArrayInitializer(c *ArrayInitializerContext)

	// ExitAnonymousInnerClassDeclaration is called when exiting the anonymousInnerClassDeclaration production.
	ExitAnonymousInnerClassDeclaration(c *AnonymousInnerClassDeclarationContext)

	// ExitCreatedName is called when exiting the createdName production.
	ExitCreatedName(c *CreatedNameContext)

	// ExitNonWildcardTypeArguments is called when exiting the nonWildcardTypeArguments production.
	ExitNonWildcardTypeArguments(c *NonWildcardTypeArgumentsContext)

	// ExitTypeArgumentsOrDiamond is called when exiting the typeArgumentsOrDiamond production.
	ExitTypeArgumentsOrDiamond(c *TypeArgumentsOrDiamondContext)

	// ExitArguments is called when exiting the arguments production.
	ExitArguments(c *ArgumentsContext)

	// ExitArgumentList is called when exiting the argumentList production.
	ExitArgumentList(c *ArgumentListContext)

	// ExitEnhancedArgumentList is called when exiting the enhancedArgumentList production.
	ExitEnhancedArgumentList(c *EnhancedArgumentListContext)

	// ExitArgumentListElement is called when exiting the argumentListElement production.
	ExitArgumentListElement(c *ArgumentListElementContext)

	// ExitEnhancedArgumentListElement is called when exiting the enhancedArgumentListElement production.
	ExitEnhancedArgumentListElement(c *EnhancedArgumentListElementContext)

	// ExitStringLiteral is called when exiting the stringLiteral production.
	ExitStringLiteral(c *StringLiteralContext)

	// ExitClassName is called when exiting the className production.
	ExitClassName(c *ClassNameContext)

	// ExitIdentifier is called when exiting the identifier production.
	ExitIdentifier(c *IdentifierContext)

	// ExitBuiltInType is called when exiting the builtInType production.
	ExitBuiltInType(c *BuiltInTypeContext)

	// ExitKeywords is called when exiting the keywords production.
	ExitKeywords(c *KeywordsContext)

	// ExitRparen is called when exiting the rparen production.
	ExitRparen(c *RparenContext)

	// ExitNls is called when exiting the nls production.
	ExitNls(c *NlsContext)

	// ExitSep is called when exiting the sep production.
	ExitSep(c *SepContext)
}

GroovyParserListener is a complete listener for a parse tree produced by GroovyParser.

type GstringContext

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

func NewEmptyGstringContext

func NewEmptyGstringContext() *GstringContext

func NewGstringContext

func NewGstringContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *GstringContext

func (*GstringContext) AllGStringPart

func (s *GstringContext) AllGStringPart() []antlr.TerminalNode

func (*GstringContext) AllGstringValue

func (s *GstringContext) AllGstringValue() []IGstringValueContext

func (*GstringContext) EnterRule

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

func (*GstringContext) ExitRule

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

func (*GstringContext) GStringBegin

func (s *GstringContext) GStringBegin() antlr.TerminalNode

func (*GstringContext) GStringEnd

func (s *GstringContext) GStringEnd() antlr.TerminalNode

func (*GstringContext) GStringPart

func (s *GstringContext) GStringPart(i int) antlr.TerminalNode

func (*GstringContext) GetParser

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

func (*GstringContext) GetRuleContext

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

func (*GstringContext) GstringValue

func (s *GstringContext) GstringValue(i int) IGstringValueContext

func (*GstringContext) IsGstringContext

func (*GstringContext) IsGstringContext()

func (*GstringContext) ToStringTree

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

type GstringPathContext

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

func NewEmptyGstringPathContext

func NewEmptyGstringPathContext() *GstringPathContext

func NewGstringPathContext

func NewGstringPathContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *GstringPathContext

func (*GstringPathContext) AllGStringPathPart

func (s *GstringPathContext) AllGStringPathPart() []antlr.TerminalNode

func (*GstringPathContext) EnterRule

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

func (*GstringPathContext) ExitRule

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

func (*GstringPathContext) GStringPathPart

func (s *GstringPathContext) GStringPathPart(i int) antlr.TerminalNode

func (*GstringPathContext) GetParser

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

func (*GstringPathContext) GetRuleContext

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

func (*GstringPathContext) Identifier

func (s *GstringPathContext) Identifier() IIdentifierContext

func (*GstringPathContext) IsGstringPathContext

func (*GstringPathContext) IsGstringPathContext()

func (*GstringPathContext) ToStringTree

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

type GstringPrmrAltContext

type GstringPrmrAltContext struct {
	*PrimaryContext
}

func NewGstringPrmrAltContext

func NewGstringPrmrAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *GstringPrmrAltContext

func (*GstringPrmrAltContext) EnterRule

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

func (*GstringPrmrAltContext) ExitRule

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

func (*GstringPrmrAltContext) GetRuleContext

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

func (*GstringPrmrAltContext) Gstring

type GstringValueContext

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

func NewEmptyGstringValueContext

func NewEmptyGstringValueContext() *GstringValueContext

func NewGstringValueContext

func NewGstringValueContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *GstringValueContext

func (*GstringValueContext) Closure

func (s *GstringValueContext) Closure() IClosureContext

func (*GstringValueContext) EnterRule

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

func (*GstringValueContext) ExitRule

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

func (*GstringValueContext) GetParser

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

func (*GstringValueContext) GetRuleContext

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

func (*GstringValueContext) GstringPath

func (s *GstringValueContext) GstringPath() IGstringPathContext

func (*GstringValueContext) IsGstringValueContext

func (*GstringValueContext) IsGstringValueContext()

func (*GstringValueContext) LBRACE

func (*GstringValueContext) RBRACE

func (*GstringValueContext) StatementExpression

func (s *GstringValueContext) StatementExpression() IStatementExpressionContext

func (*GstringValueContext) ToStringTree

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

type IAnnotatedQualifiedClassNameContext

type IAnnotatedQualifiedClassNameContext interface {
	antlr.ParserRuleContext

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

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

IAnnotatedQualifiedClassNameContext is an interface to support dynamic dispatch.

type IAnnotationContext

type IAnnotationContext interface {
	antlr.ParserRuleContext

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

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

IAnnotationContext is an interface to support dynamic dispatch.

type IAnnotationNameContext

type IAnnotationNameContext interface {
	antlr.ParserRuleContext

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

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

IAnnotationNameContext is an interface to support dynamic dispatch.

type IAnnotationsOptContext

type IAnnotationsOptContext interface {
	antlr.ParserRuleContext

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

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

IAnnotationsOptContext is an interface to support dynamic dispatch.

type IAnonymousInnerClassDeclarationContext

type IAnonymousInnerClassDeclarationContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t attribute.
	GetT() int

	// SetT sets the t attribute.
	SetT(int)

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

IAnonymousInnerClassDeclarationContext 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 IArgumentListElementContext

type IArgumentListElementContext interface {
	antlr.ParserRuleContext

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

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

IArgumentListElementContext 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 IArrayInitializerContext

type IArrayInitializerContext interface {
	antlr.ParserRuleContext

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

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

IArrayInitializerContext is an interface to support dynamic dispatch.

type IAssertStatementContext

type IAssertStatementContext interface {
	antlr.ParserRuleContext

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

	// GetCe returns the ce rule contexts.
	GetCe() IExpressionContext

	// GetMe returns the me rule contexts.
	GetMe() IExpressionContext

	// SetCe sets the ce rule contexts.
	SetCe(IExpressionContext)

	// SetMe sets the me rule contexts.
	SetMe(IExpressionContext)

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

IAssertStatementContext 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 IBlockStatementContext

type IBlockStatementContext interface {
	antlr.ParserRuleContext

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

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

IBlockStatementContext is an interface to support dynamic dispatch.

type IBlockStatementsContext

type IBlockStatementsContext interface {
	antlr.ParserRuleContext

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

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

IBlockStatementsContext is an interface to support dynamic dispatch.

type IBlockStatementsOptContext

type IBlockStatementsOptContext interface {
	antlr.ParserRuleContext

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

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

IBlockStatementsOptContext 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 IBuiltInTypeContext

type IBuiltInTypeContext interface {
	antlr.ParserRuleContext

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

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

IBuiltInTypeContext is an interface to support dynamic dispatch.

type ICastOperandExpressionContext

type ICastOperandExpressionContext interface {
	antlr.ParserRuleContext

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

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

ICastOperandExpressionContext is an interface to support dynamic dispatch.

type ICastParExpressionContext

type ICastParExpressionContext interface {
	antlr.ParserRuleContext

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

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

ICastParExpressionContext is an interface to support dynamic dispatch.

type ICatchClauseContext

type ICatchClauseContext interface {
	antlr.ParserRuleContext

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

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

ICatchClauseContext is an interface to support dynamic dispatch.

type ICatchTypeContext

type ICatchTypeContext interface {
	antlr.ParserRuleContext

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

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

ICatchTypeContext is an interface to support dynamic dispatch.

type IClassBodyContext

type IClassBodyContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t attribute.
	GetT() int

	// SetT sets the t attribute.
	SetT(int)

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

IClassBodyContext is an interface to support dynamic dispatch.

type IClassBodyDeclarationContext

type IClassBodyDeclarationContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t attribute.
	GetT() int

	// SetT sets the t attribute.
	SetT(int)

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

IClassBodyDeclarationContext is an interface to support dynamic dispatch.

type IClassDeclarationContext

type IClassDeclarationContext interface {
	antlr.ParserRuleContext

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

	// GetScs returns the scs rule contexts.
	GetScs() ITypeListContext

	// GetSc returns the sc rule contexts.
	GetSc() ITypeTypeContext

	// GetIs returns the is rule contexts.
	GetIs() ITypeListContext

	// SetScs sets the scs rule contexts.
	SetScs(ITypeListContext)

	// SetSc sets the sc rule contexts.
	SetSc(ITypeTypeContext)

	// SetIs sets the is rule contexts.
	SetIs(ITypeListContext)

	// GetT returns the t attribute.
	GetT() int

	// SetT sets the t attribute.
	SetT(int)

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

IClassDeclarationContext is an interface to support dynamic dispatch.

type IClassNameContext

type IClassNameContext interface {
	antlr.ParserRuleContext

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

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

IClassNameContext is an interface to support dynamic dispatch.

type IClassOrInterfaceModifierContext

type IClassOrInterfaceModifierContext interface {
	antlr.ParserRuleContext

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

	// GetM returns the m token.
	GetM() antlr.Token

	// SetM sets the m token.
	SetM(antlr.Token)

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

IClassOrInterfaceModifierContext is an interface to support dynamic dispatch.

type IClassOrInterfaceModifiersContext

type IClassOrInterfaceModifiersContext interface {
	antlr.ParserRuleContext

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

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

IClassOrInterfaceModifiersContext is an interface to support dynamic dispatch.

type IClassOrInterfaceModifiersOptContext

type IClassOrInterfaceModifiersOptContext interface {
	antlr.ParserRuleContext

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

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

IClassOrInterfaceModifiersOptContext is an interface to support dynamic dispatch.

type IClassOrInterfaceTypeContext

type IClassOrInterfaceTypeContext interface {
	antlr.ParserRuleContext

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

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

IClassOrInterfaceTypeContext is an interface to support dynamic dispatch.

type IClassicalForControlContext

type IClassicalForControlContext interface {
	antlr.ParserRuleContext

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

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

IClassicalForControlContext is an interface to support dynamic dispatch.

type IClassifiedModifiersContext

type IClassifiedModifiersContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t attribute.
	GetT() int

	// SetT sets the t attribute.
	SetT(int)

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

IClassifiedModifiersContext is an interface to support dynamic dispatch.

type IClosureContext

type IClosureContext interface {
	antlr.ParserRuleContext

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

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

IClosureContext is an interface to support dynamic dispatch.

type IClosureOrLambdaExpressionContext

type IClosureOrLambdaExpressionContext interface {
	antlr.ParserRuleContext

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

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

IClosureOrLambdaExpressionContext is an interface to support dynamic dispatch.

type ICommandArgumentContext

type ICommandArgumentContext interface {
	antlr.ParserRuleContext

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

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

ICommandArgumentContext is an interface to support dynamic dispatch.

type ICommandExpressionContext

type ICommandExpressionContext interface {
	antlr.ParserRuleContext

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

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

ICommandExpressionContext 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 IConditionalStatementContext

type IConditionalStatementContext interface {
	antlr.ParserRuleContext

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

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

IConditionalStatementContext 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 ICreatedNameContext

type ICreatedNameContext interface {
	antlr.ParserRuleContext

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

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

ICreatedNameContext is an interface to support dynamic dispatch.

type ICreatorContext

type ICreatorContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t attribute.
	GetT() int

	// SetT sets the t attribute.
	SetT(int)

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

ICreatorContext is an interface to support dynamic dispatch.

type IDimsContext

type IDimsContext interface {
	antlr.ParserRuleContext

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

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

IDimsContext is an interface to support dynamic dispatch.

type IDimsOptContext

type IDimsOptContext interface {
	antlr.ParserRuleContext

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

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

IDimsOptContext is an interface to support dynamic dispatch.

type IDynamicMemberNameContext

type IDynamicMemberNameContext interface {
	antlr.ParserRuleContext

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

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

IDynamicMemberNameContext is an interface to support dynamic dispatch.

type IElementValueArrayInitializerContext

type IElementValueArrayInitializerContext interface {
	antlr.ParserRuleContext

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

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

IElementValueArrayInitializerContext is an interface to support dynamic dispatch.

type IElementValueContext

type IElementValueContext interface {
	antlr.ParserRuleContext

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

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

IElementValueContext is an interface to support dynamic dispatch.

type IElementValuePairContext

type IElementValuePairContext interface {
	antlr.ParserRuleContext

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

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

IElementValuePairContext is an interface to support dynamic dispatch.

type IElementValuePairNameContext

type IElementValuePairNameContext interface {
	antlr.ParserRuleContext

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

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

IElementValuePairNameContext is an interface to support dynamic dispatch.

type IElementValuePairsContext

type IElementValuePairsContext interface {
	antlr.ParserRuleContext

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

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

IElementValuePairsContext is an interface to support dynamic dispatch.

type IElementValuesContext

type IElementValuesContext interface {
	antlr.ParserRuleContext

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

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

IElementValuesContext is an interface to support dynamic dispatch.

type IEnhancedArgumentListContext

type IEnhancedArgumentListContext interface {
	antlr.ParserRuleContext

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

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

IEnhancedArgumentListContext is an interface to support dynamic dispatch.

type IEnhancedArgumentListElementContext

type IEnhancedArgumentListElementContext interface {
	antlr.ParserRuleContext

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

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

IEnhancedArgumentListElementContext is an interface to support dynamic dispatch.

type IEnhancedForControlContext

type IEnhancedForControlContext interface {
	antlr.ParserRuleContext

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

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

IEnhancedForControlContext is an interface to support dynamic dispatch.

type IEnhancedStatementExpressionContext

type IEnhancedStatementExpressionContext interface {
	antlr.ParserRuleContext

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

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

IEnhancedStatementExpressionContext is an interface to support dynamic dispatch.

type IEnumConstantContext

type IEnumConstantContext interface {
	antlr.ParserRuleContext

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

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

IEnumConstantContext is an interface to support dynamic dispatch.

type IEnumConstantsContext

type IEnumConstantsContext interface {
	antlr.ParserRuleContext

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

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

IEnumConstantsContext 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 IExpressionInParContext

type IExpressionInParContext interface {
	antlr.ParserRuleContext

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

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

IExpressionInParContext is an interface to support dynamic dispatch.

type IExpressionListContext

type IExpressionListContext interface {
	antlr.ParserRuleContext

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

	// GetCanSpread returns the canSpread attribute.
	GetCanSpread() bool

	// SetCanSpread sets the canSpread attribute.
	SetCanSpread(bool)

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

IExpressionListContext is an interface to support dynamic dispatch.

type IExpressionListElementContext

type IExpressionListElementContext interface {
	antlr.ParserRuleContext

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

	// GetCanSpread returns the canSpread attribute.
	GetCanSpread() bool

	// SetCanSpread sets the canSpread attribute.
	SetCanSpread(bool)

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

IExpressionListElementContext is an interface to support dynamic dispatch.

type IFieldDeclarationContext

type IFieldDeclarationContext interface {
	antlr.ParserRuleContext

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

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

IFieldDeclarationContext is an interface to support dynamic dispatch.

type IFinallyBlockContext

type IFinallyBlockContext interface {
	antlr.ParserRuleContext

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

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

IFinallyBlockContext is an interface to support dynamic dispatch.

type IForControlContext

type IForControlContext interface {
	antlr.ParserRuleContext

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

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

IForControlContext is an interface to support dynamic dispatch.

type IForInitContext

type IForInitContext interface {
	antlr.ParserRuleContext

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

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

IForInitContext is an interface to support dynamic dispatch.

type IForUpdateContext

type IForUpdateContext interface {
	antlr.ParserRuleContext

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

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

IForUpdateContext is an interface to support dynamic dispatch.

type IFormalParameterContext

type IFormalParameterContext interface {
	antlr.ParserRuleContext

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

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

IFormalParameterContext 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 IFormalParametersContext

type IFormalParametersContext interface {
	antlr.ParserRuleContext

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

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

IFormalParametersContext is an interface to support dynamic dispatch.

type IGeneralClassOrInterfaceTypeContext

type IGeneralClassOrInterfaceTypeContext interface {
	antlr.ParserRuleContext

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

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

IGeneralClassOrInterfaceTypeContext is an interface to support dynamic dispatch.

type IGstringContext

type IGstringContext interface {
	antlr.ParserRuleContext

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

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

IGstringContext is an interface to support dynamic dispatch.

type IGstringPathContext

type IGstringPathContext interface {
	antlr.ParserRuleContext

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

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

IGstringPathContext is an interface to support dynamic dispatch.

type IGstringValueContext

type IGstringValueContext interface {
	antlr.ParserRuleContext

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

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

IGstringValueContext 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 IIfElseStatementContext

type IIfElseStatementContext interface {
	antlr.ParserRuleContext

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

	// GetTb returns the tb rule contexts.
	GetTb() IStatementContext

	// GetFb returns the fb rule contexts.
	GetFb() IStatementContext

	// SetTb sets the tb rule contexts.
	SetTb(IStatementContext)

	// SetFb sets the fb rule contexts.
	SetFb(IStatementContext)

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

IIfElseStatementContext is an interface to support dynamic dispatch.

type IImportDeclarationContext

type IImportDeclarationContext interface {
	antlr.ParserRuleContext

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

	// GetAlias returns the alias rule contexts.
	GetAlias() IIdentifierContext

	// SetAlias sets the alias rule contexts.
	SetAlias(IIdentifierContext)

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

IImportDeclarationContext is an interface to support dynamic dispatch.

type IIndexPropertyArgsContext

type IIndexPropertyArgsContext interface {
	antlr.ParserRuleContext

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

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

IIndexPropertyArgsContext is an interface to support dynamic dispatch.

type IKeywordsContext

type IKeywordsContext interface {
	antlr.ParserRuleContext

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

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

IKeywordsContext is an interface to support dynamic dispatch.

type ILambdaBodyContext

type ILambdaBodyContext interface {
	antlr.ParserRuleContext

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

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

ILambdaBodyContext is an interface to support dynamic dispatch.

type ILambdaExpressionContext

type ILambdaExpressionContext interface {
	antlr.ParserRuleContext

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

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

ILambdaExpressionContext is an interface to support dynamic dispatch.

type ILambdaParametersContext

type ILambdaParametersContext interface {
	antlr.ParserRuleContext

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

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

ILambdaParametersContext is an interface to support dynamic dispatch.

type IListContext

type IListContext interface {
	antlr.ParserRuleContext

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

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

IListContext is an interface to support dynamic dispatch.

type 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 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 ILoopStatementContext

type ILoopStatementContext interface {
	antlr.ParserRuleContext

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

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

ILoopStatementContext is an interface to support dynamic dispatch.

type IMapEntryContext

type IMapEntryContext interface {
	antlr.ParserRuleContext

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

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

IMapEntryContext is an interface to support dynamic dispatch.

type IMapEntryLabelContext

type IMapEntryLabelContext interface {
	antlr.ParserRuleContext

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

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

IMapEntryLabelContext is an interface to support dynamic dispatch.

type IMapEntryListContext

type IMapEntryListContext interface {
	antlr.ParserRuleContext

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

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

IMapEntryListContext is an interface to support dynamic dispatch.

type IMemberDeclarationContext

type IMemberDeclarationContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t attribute.
	GetT() int

	// SetT sets the t attribute.
	SetT(int)

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

IMemberDeclarationContext is an interface to support dynamic dispatch.

type IMethodBodyContext

type IMethodBodyContext interface {
	antlr.ParserRuleContext

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

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

IMethodBodyContext is an interface to support dynamic dispatch.

type IMethodDeclarationContext

type IMethodDeclarationContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t attribute.
	GetT() int

	// GetCt returns the ct attribute.
	GetCt() int

	// SetT sets the t attribute.
	SetT(int)

	// SetCt sets the ct attribute.
	SetCt(int)

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

IMethodDeclarationContext is an interface to support dynamic dispatch.

type IMethodNameContext

type IMethodNameContext interface {
	antlr.ParserRuleContext

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

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

IMethodNameContext is an interface to support dynamic dispatch.

type IModifierContext

type IModifierContext interface {
	antlr.ParserRuleContext

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

	// GetM returns the m token.
	GetM() antlr.Token

	// SetM sets the m token.
	SetM(antlr.Token)

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

IModifierContext is an interface to support dynamic dispatch.

type IModifiersContext

type IModifiersContext interface {
	antlr.ParserRuleContext

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

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

IModifiersContext is an interface to support dynamic dispatch.

type IModifiersOptContext

type IModifiersOptContext interface {
	antlr.ParserRuleContext

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

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

IModifiersOptContext is an interface to support dynamic dispatch.

type INamePartContext

type INamePartContext interface {
	antlr.ParserRuleContext

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

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

INamePartContext is an interface to support dynamic dispatch.

type INamedPropertyArgsContext

type INamedPropertyArgsContext interface {
	antlr.ParserRuleContext

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

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

INamedPropertyArgsContext is an interface to support dynamic dispatch.

type INlsContext

type INlsContext interface {
	antlr.ParserRuleContext

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

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

INlsContext is an interface to support dynamic dispatch.

type INonWildcardTypeArgumentsContext

type INonWildcardTypeArgumentsContext interface {
	antlr.ParserRuleContext

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

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

INonWildcardTypeArgumentsContext is an interface to support dynamic dispatch.

type INormalMapContext

type INormalMapContext interface {
	antlr.ParserRuleContext

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

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

INormalMapContext is an interface to support dynamic dispatch.

type IPackageDeclarationContext

type IPackageDeclarationContext interface {
	antlr.ParserRuleContext

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

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

IPackageDeclarationContext is an interface to support dynamic dispatch.

type IParExpressionContext

type IParExpressionContext interface {
	antlr.ParserRuleContext

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

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

IParExpressionContext is an interface to support dynamic dispatch.

type IPathElementContext

type IPathElementContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t attribute.
	GetT() int

	// SetT sets the t attribute.
	SetT(int)

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

IPathElementContext is an interface to support dynamic dispatch.

type IPathExpressionContext

type IPathExpressionContext interface {
	antlr.ParserRuleContext

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

	// Get_pathElement returns the _pathElement rule contexts.
	Get_pathElement() IPathElementContext

	// Set_pathElement sets the _pathElement rule contexts.
	Set_pathElement(IPathElementContext)

	// GetT returns the t attribute.
	GetT() int

	// SetT sets the t attribute.
	SetT(int)

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

IPathExpressionContext is an interface to support dynamic dispatch.

type IPostfixExpressionContext

type IPostfixExpressionContext interface {
	antlr.ParserRuleContext

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

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

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

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

IPostfixExpressionContext 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 IPrimitiveTypeContext

type IPrimitiveTypeContext interface {
	antlr.ParserRuleContext

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

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

IPrimitiveTypeContext is an interface to support dynamic dispatch.

type IQualifiedClassNameContext

type IQualifiedClassNameContext interface {
	antlr.ParserRuleContext

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

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

IQualifiedClassNameContext is an interface to support dynamic dispatch.

type IQualifiedClassNameListContext

type IQualifiedClassNameListContext interface {
	antlr.ParserRuleContext

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

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

IQualifiedClassNameListContext is an interface to support dynamic dispatch.

type IQualifiedNameContext

type IQualifiedNameContext interface {
	antlr.ParserRuleContext

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

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

IQualifiedNameContext is an interface to support dynamic dispatch.

type IQualifiedNameElementContext

type IQualifiedNameElementContext interface {
	antlr.ParserRuleContext

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

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

IQualifiedNameElementContext is an interface to support dynamic dispatch.

type IQualifiedNameElementsContext

type IQualifiedNameElementsContext interface {
	antlr.ParserRuleContext

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

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

IQualifiedNameElementsContext is an interface to support dynamic dispatch.

type IQualifiedStandardClassNameContext

type IQualifiedStandardClassNameContext interface {
	antlr.ParserRuleContext

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

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

IQualifiedStandardClassNameContext is an interface to support dynamic dispatch.

type IResourceContext

type IResourceContext interface {
	antlr.ParserRuleContext

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

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

IResourceContext is an interface to support dynamic dispatch.

type IResourceListContext

type IResourceListContext interface {
	antlr.ParserRuleContext

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

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

IResourceListContext is an interface to support dynamic dispatch.

type IResourcesContext

type IResourcesContext interface {
	antlr.ParserRuleContext

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

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

IResourcesContext is an interface to support dynamic dispatch.

type IReturnTypeContext

type IReturnTypeContext interface {
	antlr.ParserRuleContext

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

	// GetCt returns the ct attribute.
	GetCt() int

	// SetCt sets the ct attribute.
	SetCt(int)

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

IReturnTypeContext is an interface to support dynamic dispatch.

type IRparenContext

type IRparenContext interface {
	antlr.ParserRuleContext

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

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

IRparenContext is an interface to support dynamic dispatch.

type IScriptStatementContext

type IScriptStatementContext interface {
	antlr.ParserRuleContext

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

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

IScriptStatementContext is an interface to support dynamic dispatch.

type IScriptStatementsContext

type IScriptStatementsContext interface {
	antlr.ParserRuleContext

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

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

IScriptStatementsContext is an interface to support dynamic dispatch.

type ISepContext

type ISepContext interface {
	antlr.ParserRuleContext

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

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

ISepContext is an interface to support dynamic dispatch.

type IStandardClassOrInterfaceTypeContext

type IStandardClassOrInterfaceTypeContext interface {
	antlr.ParserRuleContext

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

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

IStandardClassOrInterfaceTypeContext is an interface to support dynamic dispatch.

type IStandardLambdaExpressionContext

type IStandardLambdaExpressionContext interface {
	antlr.ParserRuleContext

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

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

IStandardLambdaExpressionContext is an interface to support dynamic dispatch.

type IStandardLambdaParametersContext

type IStandardLambdaParametersContext interface {
	antlr.ParserRuleContext

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

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

IStandardLambdaParametersContext is an interface to support dynamic dispatch.

type IStandardTypeContext

type IStandardTypeContext interface {
	antlr.ParserRuleContext

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

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

IStandardTypeContext 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 IStatementExpressionContext

type IStatementExpressionContext interface {
	antlr.ParserRuleContext

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

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

IStatementExpressionContext 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 ISwitchBlockStatementGroupContext

type ISwitchBlockStatementGroupContext interface {
	antlr.ParserRuleContext

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

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

ISwitchBlockStatementGroupContext is an interface to support dynamic dispatch.

type ISwitchLabelContext

type ISwitchLabelContext interface {
	antlr.ParserRuleContext

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

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

ISwitchLabelContext 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 IThisFormalParameterContext

type IThisFormalParameterContext interface {
	antlr.ParserRuleContext

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

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

IThisFormalParameterContext is an interface to support dynamic dispatch.

type ITryCatchStatementContext

type ITryCatchStatementContext interface {
	antlr.ParserRuleContext

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

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

ITryCatchStatementContext is an interface to support dynamic dispatch.

type ITypeArgumentContext

type ITypeArgumentContext interface {
	antlr.ParserRuleContext

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

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

ITypeArgumentContext 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 ITypeArgumentsOrDiamondContext

type ITypeArgumentsOrDiamondContext interface {
	antlr.ParserRuleContext

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

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

ITypeArgumentsOrDiamondContext is an interface to support dynamic dispatch.

type ITypeBoundContext

type ITypeBoundContext interface {
	antlr.ParserRuleContext

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

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

ITypeBoundContext is an interface to support dynamic dispatch.

type ITypeDeclarationContext

type ITypeDeclarationContext interface {
	antlr.ParserRuleContext

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

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

ITypeDeclarationContext 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 ITypeNamePairContext

type ITypeNamePairContext interface {
	antlr.ParserRuleContext

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

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

ITypeNamePairContext is an interface to support dynamic dispatch.

type ITypeNamePairsContext

type ITypeNamePairsContext interface {
	antlr.ParserRuleContext

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

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

ITypeNamePairsContext 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 ITypeTypeContext

type ITypeTypeContext interface {
	antlr.ParserRuleContext

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

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

ITypeTypeContext is an interface to support dynamic dispatch.

type IVariableDeclarationContext

type IVariableDeclarationContext interface {
	antlr.ParserRuleContext

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

	// GetT returns the t attribute.
	GetT() int

	// SetT sets the t attribute.
	SetT(int)

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

IVariableDeclarationContext is an interface to support dynamic dispatch.

type IVariableDeclaratorContext

type IVariableDeclaratorContext interface {
	antlr.ParserRuleContext

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

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

IVariableDeclaratorContext is an interface to support dynamic dispatch.

type IVariableDeclaratorIdContext

type IVariableDeclaratorIdContext interface {
	antlr.ParserRuleContext

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

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

IVariableDeclaratorIdContext is an interface to support dynamic dispatch.

type IVariableDeclaratorsContext

type IVariableDeclaratorsContext interface {
	antlr.ParserRuleContext

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

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

IVariableDeclaratorsContext is an interface to support dynamic dispatch.

type IVariableInitializerContext

type IVariableInitializerContext interface {
	antlr.ParserRuleContext

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

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

IVariableInitializerContext is an interface to support dynamic dispatch.

type IVariableInitializersContext

type IVariableInitializersContext interface {
	antlr.ParserRuleContext

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

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

IVariableInitializersContext is an interface to support dynamic dispatch.

type IVariableModifierContext

type IVariableModifierContext interface {
	antlr.ParserRuleContext

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

	// GetM returns the m token.
	GetM() antlr.Token

	// SetM sets the m token.
	SetM(antlr.Token)

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

IVariableModifierContext is an interface to support dynamic dispatch.

type IVariableModifiersContext

type IVariableModifiersContext interface {
	antlr.ParserRuleContext

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

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

IVariableModifiersContext is an interface to support dynamic dispatch.

type IVariableModifiersOptContext

type IVariableModifiersOptContext interface {
	antlr.ParserRuleContext

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

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

IVariableModifiersOptContext is an interface to support dynamic dispatch.

type IVariableNamesContext

type IVariableNamesContext interface {
	antlr.ParserRuleContext

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

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

IVariableNamesContext 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) AS

func (*IdentifierContext) CapitalizedIdentifier

func (s *IdentifierContext) CapitalizedIdentifier() antlr.TerminalNode

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

func (*IdentifierContext) Identifier

func (s *IdentifierContext) Identifier() antlr.TerminalNode

func (*IdentifierContext) IsIdentifierContext

func (*IdentifierContext) IsIdentifierContext()

func (*IdentifierContext) STATIC

func (s *IdentifierContext) STATIC() antlr.TerminalNode

func (*IdentifierContext) TRAIT

func (*IdentifierContext) ToStringTree

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

func (*IdentifierContext) VAR

type IdentifierPrmrAltContext

type IdentifierPrmrAltContext struct {
	*PrimaryContext
}

func NewIdentifierPrmrAltContext

func NewIdentifierPrmrAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *IdentifierPrmrAltContext

func (*IdentifierPrmrAltContext) EnterRule

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

func (*IdentifierPrmrAltContext) ExitRule

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

func (*IdentifierPrmrAltContext) GetRuleContext

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

func (*IdentifierPrmrAltContext) Identifier

func (*IdentifierPrmrAltContext) TypeArguments

type IfElseStatementContext

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

func NewEmptyIfElseStatementContext

func NewEmptyIfElseStatementContext() *IfElseStatementContext

func NewIfElseStatementContext

func NewIfElseStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IfElseStatementContext

func (*IfElseStatementContext) AllNls

func (s *IfElseStatementContext) AllNls() []INlsContext

func (*IfElseStatementContext) AllStatement

func (s *IfElseStatementContext) AllStatement() []IStatementContext

func (*IfElseStatementContext) ELSE

func (*IfElseStatementContext) EnterRule

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

func (*IfElseStatementContext) ExitRule

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

func (*IfElseStatementContext) ExpressionInPar

func (s *IfElseStatementContext) ExpressionInPar() IExpressionInParContext

func (*IfElseStatementContext) GetFb

func (*IfElseStatementContext) GetParser

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

func (*IfElseStatementContext) GetRuleContext

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

func (*IfElseStatementContext) GetTb

func (*IfElseStatementContext) IF

func (*IfElseStatementContext) IsIfElseStatementContext

func (*IfElseStatementContext) IsIfElseStatementContext()

func (*IfElseStatementContext) Nls

func (*IfElseStatementContext) Sep

func (*IfElseStatementContext) SetFb

func (*IfElseStatementContext) SetTb

func (*IfElseStatementContext) Statement

func (*IfElseStatementContext) ToStringTree

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

type ImportDeclarationContext

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

func NewEmptyImportDeclarationContext

func NewEmptyImportDeclarationContext() *ImportDeclarationContext

func NewImportDeclarationContext

func NewImportDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ImportDeclarationContext

func (*ImportDeclarationContext) AS

func (*ImportDeclarationContext) AnnotationsOpt

func (*ImportDeclarationContext) DOT

func (*ImportDeclarationContext) EnterRule

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

func (*ImportDeclarationContext) ExitRule

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

func (*ImportDeclarationContext) GetAlias

func (*ImportDeclarationContext) GetParser

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

func (*ImportDeclarationContext) GetRuleContext

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

func (*ImportDeclarationContext) IMPORT

func (*ImportDeclarationContext) Identifier

func (*ImportDeclarationContext) IsImportDeclarationContext

func (*ImportDeclarationContext) IsImportDeclarationContext()

func (*ImportDeclarationContext) MUL

func (*ImportDeclarationContext) QualifiedName

func (*ImportDeclarationContext) STATIC

func (*ImportDeclarationContext) SetAlias

func (*ImportDeclarationContext) ToStringTree

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

type InclusiveOrExprAltContext

type InclusiveOrExprAltContext struct {
	*ExpressionContext
	// contains filtered or unexported fields
}

func NewInclusiveOrExprAltContext

func NewInclusiveOrExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *InclusiveOrExprAltContext

func (*InclusiveOrExprAltContext) AllExpression

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

func (*InclusiveOrExprAltContext) AllNls

func (s *InclusiveOrExprAltContext) AllNls() []INlsContext

func (*InclusiveOrExprAltContext) BITOR

func (*InclusiveOrExprAltContext) EnterRule

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

func (*InclusiveOrExprAltContext) ExitRule

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

func (*InclusiveOrExprAltContext) Expression

func (*InclusiveOrExprAltContext) GetLeft

func (*InclusiveOrExprAltContext) GetOp

func (*InclusiveOrExprAltContext) GetRight

func (*InclusiveOrExprAltContext) GetRuleContext

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

func (*InclusiveOrExprAltContext) Nls

func (*InclusiveOrExprAltContext) SetLeft

func (*InclusiveOrExprAltContext) SetOp

func (*InclusiveOrExprAltContext) SetRight

type IndexPropertyArgsContext

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

func NewEmptyIndexPropertyArgsContext

func NewEmptyIndexPropertyArgsContext() *IndexPropertyArgsContext

func NewIndexPropertyArgsContext

func NewIndexPropertyArgsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IndexPropertyArgsContext

func (*IndexPropertyArgsContext) EnterRule

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

func (*IndexPropertyArgsContext) ExitRule

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

func (*IndexPropertyArgsContext) ExpressionList

func (*IndexPropertyArgsContext) GetParser

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

func (*IndexPropertyArgsContext) GetRuleContext

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

func (*IndexPropertyArgsContext) IsIndexPropertyArgsContext

func (*IndexPropertyArgsContext) IsIndexPropertyArgsContext()

func (*IndexPropertyArgsContext) LBRACK

func (*IndexPropertyArgsContext) QUESTION

func (*IndexPropertyArgsContext) RBRACK

func (*IndexPropertyArgsContext) ToStringTree

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

type IntegerLiteralAltContext

type IntegerLiteralAltContext struct {
	*LiteralContext
}

func NewIntegerLiteralAltContext

func NewIntegerLiteralAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *IntegerLiteralAltContext

func (*IntegerLiteralAltContext) EnterRule

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

func (*IntegerLiteralAltContext) ExitRule

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

func (*IntegerLiteralAltContext) GetRuleContext

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

func (*IntegerLiteralAltContext) IntegerLiteral

func (s *IntegerLiteralAltContext) IntegerLiteral() antlr.TerminalNode

type KeywordsContext

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

func NewEmptyKeywordsContext

func NewEmptyKeywordsContext() *KeywordsContext

func NewKeywordsContext

func NewKeywordsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *KeywordsContext

func (*KeywordsContext) ABSTRACT

func (s *KeywordsContext) ABSTRACT() antlr.TerminalNode

func (*KeywordsContext) AS

func (*KeywordsContext) ASSERT

func (s *KeywordsContext) ASSERT() antlr.TerminalNode

func (*KeywordsContext) BREAK

func (s *KeywordsContext) BREAK() antlr.TerminalNode

func (*KeywordsContext) BooleanLiteral

func (s *KeywordsContext) BooleanLiteral() antlr.TerminalNode

func (*KeywordsContext) BuiltInPrimitiveType

func (s *KeywordsContext) BuiltInPrimitiveType() antlr.TerminalNode

func (*KeywordsContext) CASE

func (*KeywordsContext) CATCH

func (s *KeywordsContext) CATCH() antlr.TerminalNode

func (*KeywordsContext) CLASS

func (s *KeywordsContext) CLASS() antlr.TerminalNode

func (*KeywordsContext) CONST

func (s *KeywordsContext) CONST() antlr.TerminalNode

func (*KeywordsContext) CONTINUE

func (s *KeywordsContext) CONTINUE() antlr.TerminalNode

func (*KeywordsContext) DEF

func (*KeywordsContext) DEFAULT

func (s *KeywordsContext) DEFAULT() antlr.TerminalNode

func (*KeywordsContext) DO

func (*KeywordsContext) ELSE

func (*KeywordsContext) ENUM

func (*KeywordsContext) EXTENDS

func (s *KeywordsContext) EXTENDS() antlr.TerminalNode

func (*KeywordsContext) EnterRule

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

func (*KeywordsContext) ExitRule

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

func (*KeywordsContext) FINAL

func (s *KeywordsContext) FINAL() antlr.TerminalNode

func (*KeywordsContext) FINALLY

func (s *KeywordsContext) FINALLY() antlr.TerminalNode

func (*KeywordsContext) FOR

func (*KeywordsContext) GOTO

func (*KeywordsContext) GetParser

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

func (*KeywordsContext) GetRuleContext

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

func (*KeywordsContext) IF

func (*KeywordsContext) IMPLEMENTS

func (s *KeywordsContext) IMPLEMENTS() antlr.TerminalNode

func (*KeywordsContext) IMPORT

func (s *KeywordsContext) IMPORT() antlr.TerminalNode

func (*KeywordsContext) IN

func (*KeywordsContext) INSTANCEOF

func (s *KeywordsContext) INSTANCEOF() antlr.TerminalNode

func (*KeywordsContext) INTERFACE

func (s *KeywordsContext) INTERFACE() antlr.TerminalNode

func (*KeywordsContext) IsKeywordsContext

func (*KeywordsContext) IsKeywordsContext()

func (*KeywordsContext) NATIVE

func (s *KeywordsContext) NATIVE() antlr.TerminalNode

func (*KeywordsContext) NEW

func (*KeywordsContext) NullLiteral

func (s *KeywordsContext) NullLiteral() antlr.TerminalNode

func (*KeywordsContext) PACKAGE

func (s *KeywordsContext) PACKAGE() antlr.TerminalNode

func (*KeywordsContext) PRIVATE

func (s *KeywordsContext) PRIVATE() antlr.TerminalNode

func (*KeywordsContext) PROTECTED

func (s *KeywordsContext) PROTECTED() antlr.TerminalNode

func (*KeywordsContext) PUBLIC

func (s *KeywordsContext) PUBLIC() antlr.TerminalNode

func (*KeywordsContext) RETURN

func (s *KeywordsContext) RETURN() antlr.TerminalNode

func (*KeywordsContext) STATIC

func (s *KeywordsContext) STATIC() antlr.TerminalNode

func (*KeywordsContext) STRICTFP

func (s *KeywordsContext) STRICTFP() antlr.TerminalNode

func (*KeywordsContext) SUPER

func (s *KeywordsContext) SUPER() antlr.TerminalNode

func (*KeywordsContext) SWITCH

func (s *KeywordsContext) SWITCH() antlr.TerminalNode

func (*KeywordsContext) SYNCHRONIZED

func (s *KeywordsContext) SYNCHRONIZED() antlr.TerminalNode

func (*KeywordsContext) THIS

func (*KeywordsContext) THREADSAFE

func (s *KeywordsContext) THREADSAFE() antlr.TerminalNode

func (*KeywordsContext) THROW

func (s *KeywordsContext) THROW() antlr.TerminalNode

func (*KeywordsContext) THROWS

func (s *KeywordsContext) THROWS() antlr.TerminalNode

func (*KeywordsContext) TRAIT

func (s *KeywordsContext) TRAIT() antlr.TerminalNode

func (*KeywordsContext) TRANSIENT

func (s *KeywordsContext) TRANSIENT() antlr.TerminalNode

func (*KeywordsContext) TRY

func (*KeywordsContext) ToStringTree

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

func (*KeywordsContext) VAR

func (*KeywordsContext) VOID

func (*KeywordsContext) VOLATILE

func (s *KeywordsContext) VOLATILE() antlr.TerminalNode

func (*KeywordsContext) WHILE

func (s *KeywordsContext) WHILE() antlr.TerminalNode

type LabeledStmtAltContext

type LabeledStmtAltContext struct {
	*StatementContext
}

func NewLabeledStmtAltContext

func NewLabeledStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *LabeledStmtAltContext

func (*LabeledStmtAltContext) COLON

func (*LabeledStmtAltContext) EnterRule

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

func (*LabeledStmtAltContext) ExitRule

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

func (*LabeledStmtAltContext) GetRuleContext

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

func (*LabeledStmtAltContext) Identifier

func (s *LabeledStmtAltContext) Identifier() IIdentifierContext

func (*LabeledStmtAltContext) Nls

func (*LabeledStmtAltContext) Statement

type LambdaBodyContext

type LambdaBodyContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyLambdaBodyContext

func NewEmptyLambdaBodyContext() *LambdaBodyContext

func NewLambdaBodyContext

func NewLambdaBodyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LambdaBodyContext

func (*LambdaBodyContext) Block

func (s *LambdaBodyContext) Block() IBlockContext

func (*LambdaBodyContext) EnterRule

func (s *LambdaBodyContext) EnterRule(listener antlr.ParseTreeListener)

func (*LambdaBodyContext) ExitRule

func (s *LambdaBodyContext) ExitRule(listener antlr.ParseTreeListener)

func (*LambdaBodyContext) GetParser

func (s *LambdaBodyContext) GetParser() antlr.Parser

func (*LambdaBodyContext) GetRuleContext

func (s *LambdaBodyContext) GetRuleContext() antlr.RuleContext

func (*LambdaBodyContext) IsLambdaBodyContext

func (*LambdaBodyContext) IsLambdaBodyContext()

func (*LambdaBodyContext) StatementExpression

func (s *LambdaBodyContext) StatementExpression() IStatementExpressionContext

func (*LambdaBodyContext) ToStringTree

func (s *LambdaBodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type LambdaExpressionContext

type LambdaExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyLambdaExpressionContext

func NewEmptyLambdaExpressionContext() *LambdaExpressionContext

func NewLambdaExpressionContext

func NewLambdaExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LambdaExpressionContext

func (*LambdaExpressionContext) ARROW

func (*LambdaExpressionContext) AllNls

func (s *LambdaExpressionContext) AllNls() []INlsContext

func (*LambdaExpressionContext) EnterRule

func (s *LambdaExpressionContext) EnterRule(listener antlr.ParseTreeListener)

func (*LambdaExpressionContext) ExitRule

func (s *LambdaExpressionContext) ExitRule(listener antlr.ParseTreeListener)

func (*LambdaExpressionContext) GetParser

func (s *LambdaExpressionContext) GetParser() antlr.Parser

func (*LambdaExpressionContext) GetRuleContext

func (s *LambdaExpressionContext) GetRuleContext() antlr.RuleContext

func (*LambdaExpressionContext) IsLambdaExpressionContext

func (*LambdaExpressionContext) IsLambdaExpressionContext()

func (*LambdaExpressionContext) LambdaBody

func (*LambdaExpressionContext) LambdaParameters

func (s *LambdaExpressionContext) LambdaParameters() ILambdaParametersContext

func (*LambdaExpressionContext) Nls

func (*LambdaExpressionContext) ToStringTree

func (s *LambdaExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type LambdaParametersContext

type LambdaParametersContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyLambdaParametersContext

func NewEmptyLambdaParametersContext() *LambdaParametersContext

func NewLambdaParametersContext

func NewLambdaParametersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LambdaParametersContext

func (*LambdaParametersContext) EnterRule

func (s *LambdaParametersContext) EnterRule(listener antlr.ParseTreeListener)

func (*LambdaParametersContext) ExitRule

func (s *LambdaParametersContext) ExitRule(listener antlr.ParseTreeListener)

func (*LambdaParametersContext) FormalParameters

func (s *LambdaParametersContext) FormalParameters() IFormalParametersContext

func (*LambdaParametersContext) GetParser

func (s *LambdaParametersContext) GetParser() antlr.Parser

func (*LambdaParametersContext) GetRuleContext

func (s *LambdaParametersContext) GetRuleContext() antlr.RuleContext

func (*LambdaParametersContext) IsLambdaParametersContext

func (*LambdaParametersContext) IsLambdaParametersContext()

func (*LambdaParametersContext) ToStringTree

func (s *LambdaParametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ListContext

type ListContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyListContext

func NewEmptyListContext() *ListContext

func NewListContext

func NewListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ListContext

func (*ListContext) COMMA

func (s *ListContext) COMMA() antlr.TerminalNode

func (*ListContext) EnterRule

func (s *ListContext) EnterRule(listener antlr.ParseTreeListener)

func (*ListContext) ExitRule

func (s *ListContext) ExitRule(listener antlr.ParseTreeListener)

func (*ListContext) ExpressionList

func (s *ListContext) ExpressionList() IExpressionListContext

func (*ListContext) GetParser

func (s *ListContext) GetParser() antlr.Parser

func (*ListContext) GetRuleContext

func (s *ListContext) GetRuleContext() antlr.RuleContext

func (*ListContext) IsListContext

func (*ListContext) IsListContext()

func (*ListContext) LBRACK

func (s *ListContext) LBRACK() antlr.TerminalNode

func (*ListContext) RBRACK

func (s *ListContext) RBRACK() antlr.TerminalNode

func (*ListContext) ToStringTree

func (s *ListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ListPrmrAltContext

type ListPrmrAltContext struct {
	*PrimaryContext
}

func NewListPrmrAltContext

func NewListPrmrAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ListPrmrAltContext

func (*ListPrmrAltContext) EnterRule

func (s *ListPrmrAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*ListPrmrAltContext) ExitRule

func (s *ListPrmrAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*ListPrmrAltContext) GetRuleContext

func (s *ListPrmrAltContext) GetRuleContext() antlr.RuleContext

func (*ListPrmrAltContext) List

func (s *ListPrmrAltContext) List() IListContext

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) CopyFrom

func (s *LiteralContext) CopyFrom(ctx *LiteralContext)

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) ToStringTree

func (s *LiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type LiteralPrmrAltContext

type LiteralPrmrAltContext struct {
	*PrimaryContext
}

func NewLiteralPrmrAltContext

func NewLiteralPrmrAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *LiteralPrmrAltContext

func (*LiteralPrmrAltContext) EnterRule

func (s *LiteralPrmrAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*LiteralPrmrAltContext) ExitRule

func (s *LiteralPrmrAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*LiteralPrmrAltContext) GetRuleContext

func (s *LiteralPrmrAltContext) GetRuleContext() antlr.RuleContext

func (*LiteralPrmrAltContext) Literal

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) IsLocalVariableDeclarationContext

func (*LocalVariableDeclarationContext) IsLocalVariableDeclarationContext()

func (*LocalVariableDeclarationContext) ToStringTree

func (s *LocalVariableDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*LocalVariableDeclarationContext) VariableDeclaration

type LocalVariableDeclarationStmtAltContext

type LocalVariableDeclarationStmtAltContext struct {
	*StatementContext
}

func (*LocalVariableDeclarationStmtAltContext) EnterRule

func (*LocalVariableDeclarationStmtAltContext) ExitRule

func (*LocalVariableDeclarationStmtAltContext) GetRuleContext

func (*LocalVariableDeclarationStmtAltContext) LocalVariableDeclaration

type LogicalAndExprAltContext

type LogicalAndExprAltContext struct {
	*ExpressionContext
	// contains filtered or unexported fields
}

func NewLogicalAndExprAltContext

func NewLogicalAndExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *LogicalAndExprAltContext

func (*LogicalAndExprAltContext) AND

func (*LogicalAndExprAltContext) AllExpression

func (s *LogicalAndExprAltContext) AllExpression() []IExpressionContext

func (*LogicalAndExprAltContext) AllNls

func (s *LogicalAndExprAltContext) AllNls() []INlsContext

func (*LogicalAndExprAltContext) EnterRule

func (s *LogicalAndExprAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*LogicalAndExprAltContext) ExitRule

func (s *LogicalAndExprAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*LogicalAndExprAltContext) Expression

func (*LogicalAndExprAltContext) GetLeft

func (*LogicalAndExprAltContext) GetOp

func (*LogicalAndExprAltContext) GetRight

func (*LogicalAndExprAltContext) GetRuleContext

func (s *LogicalAndExprAltContext) GetRuleContext() antlr.RuleContext

func (*LogicalAndExprAltContext) Nls

func (*LogicalAndExprAltContext) SetLeft

func (*LogicalAndExprAltContext) SetOp

func (s *LogicalAndExprAltContext) SetOp(v antlr.Token)

func (*LogicalAndExprAltContext) SetRight

type LogicalOrExprAltContext

type LogicalOrExprAltContext struct {
	*ExpressionContext
	// contains filtered or unexported fields
}

func NewLogicalOrExprAltContext

func NewLogicalOrExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *LogicalOrExprAltContext

func (*LogicalOrExprAltContext) AllExpression

func (s *LogicalOrExprAltContext) AllExpression() []IExpressionContext

func (*LogicalOrExprAltContext) AllNls

func (s *LogicalOrExprAltContext) AllNls() []INlsContext

func (*LogicalOrExprAltContext) EnterRule

func (s *LogicalOrExprAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*LogicalOrExprAltContext) ExitRule

func (s *LogicalOrExprAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*LogicalOrExprAltContext) Expression

func (*LogicalOrExprAltContext) GetLeft

func (*LogicalOrExprAltContext) GetOp

func (s *LogicalOrExprAltContext) GetOp() antlr.Token

func (*LogicalOrExprAltContext) GetRight

func (*LogicalOrExprAltContext) GetRuleContext

func (s *LogicalOrExprAltContext) GetRuleContext() antlr.RuleContext

func (*LogicalOrExprAltContext) Nls

func (*LogicalOrExprAltContext) OR

func (*LogicalOrExprAltContext) SetLeft

func (*LogicalOrExprAltContext) SetOp

func (s *LogicalOrExprAltContext) SetOp(v antlr.Token)

func (*LogicalOrExprAltContext) SetRight

type LoopStatementContext

type LoopStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyLoopStatementContext

func NewEmptyLoopStatementContext() *LoopStatementContext

func NewLoopStatementContext

func NewLoopStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LoopStatementContext

func (*LoopStatementContext) CopyFrom

func (s *LoopStatementContext) CopyFrom(ctx *LoopStatementContext)

func (*LoopStatementContext) GetParser

func (s *LoopStatementContext) GetParser() antlr.Parser

func (*LoopStatementContext) GetRuleContext

func (s *LoopStatementContext) GetRuleContext() antlr.RuleContext

func (*LoopStatementContext) IsLoopStatementContext

func (*LoopStatementContext) IsLoopStatementContext()

func (*LoopStatementContext) ToStringTree

func (s *LoopStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type LoopStmtAltContext

type LoopStmtAltContext struct {
	*StatementContext
}

func NewLoopStmtAltContext

func NewLoopStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *LoopStmtAltContext

func (*LoopStmtAltContext) EnterRule

func (s *LoopStmtAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*LoopStmtAltContext) ExitRule

func (s *LoopStmtAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*LoopStmtAltContext) GetRuleContext

func (s *LoopStmtAltContext) GetRuleContext() antlr.RuleContext

func (*LoopStmtAltContext) LoopStatement

func (s *LoopStmtAltContext) LoopStatement() ILoopStatementContext

type MapEntryContext

type MapEntryContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMapEntryContext

func NewEmptyMapEntryContext() *MapEntryContext

func NewMapEntryContext

func NewMapEntryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MapEntryContext

func (*MapEntryContext) COLON

func (s *MapEntryContext) COLON() antlr.TerminalNode

func (*MapEntryContext) EnterRule

func (s *MapEntryContext) EnterRule(listener antlr.ParseTreeListener)

func (*MapEntryContext) ExitRule

func (s *MapEntryContext) ExitRule(listener antlr.ParseTreeListener)

func (*MapEntryContext) Expression

func (s *MapEntryContext) Expression() IExpressionContext

func (*MapEntryContext) GetParser

func (s *MapEntryContext) GetParser() antlr.Parser

func (*MapEntryContext) GetRuleContext

func (s *MapEntryContext) GetRuleContext() antlr.RuleContext

func (*MapEntryContext) IsMapEntryContext

func (*MapEntryContext) IsMapEntryContext()

func (*MapEntryContext) MUL

func (*MapEntryContext) MapEntryLabel

func (s *MapEntryContext) MapEntryLabel() IMapEntryLabelContext

func (*MapEntryContext) Nls

func (s *MapEntryContext) Nls() INlsContext

func (*MapEntryContext) ToStringTree

func (s *MapEntryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type MapEntryLabelContext

type MapEntryLabelContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMapEntryLabelContext

func NewEmptyMapEntryLabelContext() *MapEntryLabelContext

func NewMapEntryLabelContext

func NewMapEntryLabelContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MapEntryLabelContext

func (*MapEntryLabelContext) EnterRule

func (s *MapEntryLabelContext) EnterRule(listener antlr.ParseTreeListener)

func (*MapEntryLabelContext) ExitRule

func (s *MapEntryLabelContext) ExitRule(listener antlr.ParseTreeListener)

func (*MapEntryLabelContext) GetParser

func (s *MapEntryLabelContext) GetParser() antlr.Parser

func (*MapEntryLabelContext) GetRuleContext

func (s *MapEntryLabelContext) GetRuleContext() antlr.RuleContext

func (*MapEntryLabelContext) IsMapEntryLabelContext

func (*MapEntryLabelContext) IsMapEntryLabelContext()

func (*MapEntryLabelContext) Keywords

func (s *MapEntryLabelContext) Keywords() IKeywordsContext

func (*MapEntryLabelContext) Primary

func (*MapEntryLabelContext) ToStringTree

func (s *MapEntryLabelContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type MapEntryListContext

type MapEntryListContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMapEntryListContext

func NewEmptyMapEntryListContext() *MapEntryListContext

func NewMapEntryListContext

func NewMapEntryListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MapEntryListContext

func (*MapEntryListContext) AllCOMMA

func (s *MapEntryListContext) AllCOMMA() []antlr.TerminalNode

func (*MapEntryListContext) AllMapEntry

func (s *MapEntryListContext) AllMapEntry() []IMapEntryContext

func (*MapEntryListContext) COMMA

func (*MapEntryListContext) EnterRule

func (s *MapEntryListContext) EnterRule(listener antlr.ParseTreeListener)

func (*MapEntryListContext) ExitRule

func (s *MapEntryListContext) ExitRule(listener antlr.ParseTreeListener)

func (*MapEntryListContext) GetParser

func (s *MapEntryListContext) GetParser() antlr.Parser

func (*MapEntryListContext) GetRuleContext

func (s *MapEntryListContext) GetRuleContext() antlr.RuleContext

func (*MapEntryListContext) IsMapEntryListContext

func (*MapEntryListContext) IsMapEntryListContext()

func (*MapEntryListContext) MapEntry

func (s *MapEntryListContext) MapEntry(i int) IMapEntryContext

func (*MapEntryListContext) ToStringTree

func (s *MapEntryListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type MapPrmrAltContext

type MapPrmrAltContext struct {
	*PrimaryContext
}

func NewMapPrmrAltContext

func NewMapPrmrAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *MapPrmrAltContext

func (*MapPrmrAltContext) EnterRule

func (s *MapPrmrAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*MapPrmrAltContext) ExitRule

func (s *MapPrmrAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*MapPrmrAltContext) GetRuleContext

func (s *MapPrmrAltContext) GetRuleContext() antlr.RuleContext

func (*MapPrmrAltContext) NormalMap

func (s *MapPrmrAltContext) NormalMap() INormalMapContext

type MemberDeclarationContext

type MemberDeclarationContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMemberDeclarationContext

func NewEmptyMemberDeclarationContext() *MemberDeclarationContext

func NewMemberDeclarationContext

func NewMemberDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int, t int) *MemberDeclarationContext

func (*MemberDeclarationContext) ClassDeclaration

func (s *MemberDeclarationContext) ClassDeclaration() IClassDeclarationContext

func (*MemberDeclarationContext) EnterRule

func (s *MemberDeclarationContext) EnterRule(listener antlr.ParseTreeListener)

func (*MemberDeclarationContext) ExitRule

func (s *MemberDeclarationContext) ExitRule(listener antlr.ParseTreeListener)

func (*MemberDeclarationContext) FieldDeclaration

func (s *MemberDeclarationContext) FieldDeclaration() IFieldDeclarationContext

func (*MemberDeclarationContext) GetParser

func (s *MemberDeclarationContext) GetParser() antlr.Parser

func (*MemberDeclarationContext) GetRuleContext

func (s *MemberDeclarationContext) GetRuleContext() antlr.RuleContext

func (*MemberDeclarationContext) GetT

func (s *MemberDeclarationContext) GetT() int

func (*MemberDeclarationContext) IsMemberDeclarationContext

func (*MemberDeclarationContext) IsMemberDeclarationContext()

func (*MemberDeclarationContext) MethodDeclaration

func (s *MemberDeclarationContext) MethodDeclaration() IMethodDeclarationContext

func (*MemberDeclarationContext) ModifiersOpt

func (*MemberDeclarationContext) SetT

func (s *MemberDeclarationContext) SetT(v int)

func (*MemberDeclarationContext) ToStringTree

func (s *MemberDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type MethodBodyContext

type MethodBodyContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMethodBodyContext

func NewEmptyMethodBodyContext() *MethodBodyContext

func NewMethodBodyContext

func NewMethodBodyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MethodBodyContext

func (*MethodBodyContext) Block

func (s *MethodBodyContext) Block() IBlockContext

func (*MethodBodyContext) EnterRule

func (s *MethodBodyContext) EnterRule(listener antlr.ParseTreeListener)

func (*MethodBodyContext) ExitRule

func (s *MethodBodyContext) ExitRule(listener antlr.ParseTreeListener)

func (*MethodBodyContext) GetParser

func (s *MethodBodyContext) GetParser() antlr.Parser

func (*MethodBodyContext) GetRuleContext

func (s *MethodBodyContext) GetRuleContext() antlr.RuleContext

func (*MethodBodyContext) IsMethodBodyContext

func (*MethodBodyContext) IsMethodBodyContext()

func (*MethodBodyContext) ToStringTree

func (s *MethodBodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type MethodDeclarationContext

type MethodDeclarationContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMethodDeclarationContext

func NewEmptyMethodDeclarationContext() *MethodDeclarationContext

func NewMethodDeclarationContext

func NewMethodDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int, t int, ct int) *MethodDeclarationContext

func (*MethodDeclarationContext) AllNls

func (s *MethodDeclarationContext) AllNls() []INlsContext

func (*MethodDeclarationContext) DEFAULT

func (*MethodDeclarationContext) ElementValue

func (*MethodDeclarationContext) EnterRule

func (s *MethodDeclarationContext) EnterRule(listener antlr.ParseTreeListener)

func (*MethodDeclarationContext) ExitRule

func (s *MethodDeclarationContext) ExitRule(listener antlr.ParseTreeListener)

func (*MethodDeclarationContext) FormalParameters

func (s *MethodDeclarationContext) FormalParameters() IFormalParametersContext

func (*MethodDeclarationContext) GetCt

func (s *MethodDeclarationContext) GetCt() int

func (*MethodDeclarationContext) GetParser

func (s *MethodDeclarationContext) GetParser() antlr.Parser

func (*MethodDeclarationContext) GetRuleContext

func (s *MethodDeclarationContext) GetRuleContext() antlr.RuleContext

func (*MethodDeclarationContext) GetT

func (s *MethodDeclarationContext) GetT() int

func (*MethodDeclarationContext) IsMethodDeclarationContext

func (*MethodDeclarationContext) IsMethodDeclarationContext()

func (*MethodDeclarationContext) LPAREN

func (*MethodDeclarationContext) MethodBody

func (*MethodDeclarationContext) MethodName

func (*MethodDeclarationContext) ModifiersOpt

func (*MethodDeclarationContext) Nls

func (*MethodDeclarationContext) QualifiedClassNameList

func (s *MethodDeclarationContext) QualifiedClassNameList() IQualifiedClassNameListContext

func (*MethodDeclarationContext) ReturnType

func (*MethodDeclarationContext) Rparen

func (*MethodDeclarationContext) SetCt

func (s *MethodDeclarationContext) SetCt(v int)

func (*MethodDeclarationContext) SetT

func (s *MethodDeclarationContext) SetT(v int)

func (*MethodDeclarationContext) THROWS

func (*MethodDeclarationContext) ToStringTree

func (s *MethodDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*MethodDeclarationContext) TypeParameters

type MethodDeclarationStmtAltContext

type MethodDeclarationStmtAltContext struct {
	*StatementContext
}

func NewMethodDeclarationStmtAltContext

func NewMethodDeclarationStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *MethodDeclarationStmtAltContext

func (*MethodDeclarationStmtAltContext) EnterRule

func (*MethodDeclarationStmtAltContext) ExitRule

func (*MethodDeclarationStmtAltContext) GetRuleContext

func (*MethodDeclarationStmtAltContext) MethodDeclaration

type MethodNameContext

type MethodNameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyMethodNameContext

func NewEmptyMethodNameContext() *MethodNameContext

func NewMethodNameContext

func NewMethodNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MethodNameContext

func (*MethodNameContext) EnterRule

func (s *MethodNameContext) EnterRule(listener antlr.ParseTreeListener)

func (*MethodNameContext) ExitRule

func (s *MethodNameContext) ExitRule(listener antlr.ParseTreeListener)

func (*MethodNameContext) GetParser

func (s *MethodNameContext) GetParser() antlr.Parser

func (*MethodNameContext) GetRuleContext

func (s *MethodNameContext) GetRuleContext() antlr.RuleContext

func (*MethodNameContext) Identifier

func (s *MethodNameContext) Identifier() IIdentifierContext

func (*MethodNameContext) IsMethodNameContext

func (*MethodNameContext) IsMethodNameContext()

func (*MethodNameContext) StringLiteral

func (s *MethodNameContext) StringLiteral() IStringLiteralContext

func (*MethodNameContext) ToStringTree

func (s *MethodNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ModifierContext

type ModifierContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyModifierContext

func NewEmptyModifierContext() *ModifierContext

func NewModifierContext

func NewModifierContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ModifierContext

func (*ModifierContext) ClassOrInterfaceModifier

func (s *ModifierContext) ClassOrInterfaceModifier() IClassOrInterfaceModifierContext

func (*ModifierContext) DEF

func (*ModifierContext) EnterRule

func (s *ModifierContext) EnterRule(listener antlr.ParseTreeListener)

func (*ModifierContext) ExitRule

func (s *ModifierContext) ExitRule(listener antlr.ParseTreeListener)

func (*ModifierContext) GetM

func (s *ModifierContext) GetM() antlr.Token

func (*ModifierContext) GetParser

func (s *ModifierContext) GetParser() antlr.Parser

func (*ModifierContext) GetRuleContext

func (s *ModifierContext) GetRuleContext() antlr.RuleContext

func (*ModifierContext) IsModifierContext

func (*ModifierContext) IsModifierContext()

func (*ModifierContext) NATIVE

func (s *ModifierContext) NATIVE() antlr.TerminalNode

func (*ModifierContext) SYNCHRONIZED

func (s *ModifierContext) SYNCHRONIZED() antlr.TerminalNode

func (*ModifierContext) SetM

func (s *ModifierContext) SetM(v antlr.Token)

func (*ModifierContext) TRANSIENT

func (s *ModifierContext) TRANSIENT() antlr.TerminalNode

func (*ModifierContext) ToStringTree

func (s *ModifierContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*ModifierContext) VAR

func (*ModifierContext) VOLATILE

func (s *ModifierContext) VOLATILE() antlr.TerminalNode

type ModifiersContext

type ModifiersContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyModifiersContext

func NewEmptyModifiersContext() *ModifiersContext

func NewModifiersContext

func NewModifiersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ModifiersContext

func (*ModifiersContext) AllModifier

func (s *ModifiersContext) AllModifier() []IModifierContext

func (*ModifiersContext) AllNls

func (s *ModifiersContext) AllNls() []INlsContext

func (*ModifiersContext) EnterRule

func (s *ModifiersContext) EnterRule(listener antlr.ParseTreeListener)

func (*ModifiersContext) ExitRule

func (s *ModifiersContext) ExitRule(listener antlr.ParseTreeListener)

func (*ModifiersContext) GetParser

func (s *ModifiersContext) GetParser() antlr.Parser

func (*ModifiersContext) GetRuleContext

func (s *ModifiersContext) GetRuleContext() antlr.RuleContext

func (*ModifiersContext) IsModifiersContext

func (*ModifiersContext) IsModifiersContext()

func (*ModifiersContext) Modifier

func (s *ModifiersContext) Modifier(i int) IModifierContext

func (*ModifiersContext) Nls

func (s *ModifiersContext) Nls(i int) INlsContext

func (*ModifiersContext) ToStringTree

func (s *ModifiersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ModifiersOptContext

type ModifiersOptContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyModifiersOptContext

func NewEmptyModifiersOptContext() *ModifiersOptContext

func NewModifiersOptContext

func NewModifiersOptContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ModifiersOptContext

func (*ModifiersOptContext) EnterRule

func (s *ModifiersOptContext) EnterRule(listener antlr.ParseTreeListener)

func (*ModifiersOptContext) ExitRule

func (s *ModifiersOptContext) ExitRule(listener antlr.ParseTreeListener)

func (*ModifiersOptContext) GetParser

func (s *ModifiersOptContext) GetParser() antlr.Parser

func (*ModifiersOptContext) GetRuleContext

func (s *ModifiersOptContext) GetRuleContext() antlr.RuleContext

func (*ModifiersOptContext) IsModifiersOptContext

func (*ModifiersOptContext) IsModifiersOptContext()

func (*ModifiersOptContext) Modifiers

func (s *ModifiersOptContext) Modifiers() IModifiersContext

func (*ModifiersOptContext) ToStringTree

func (s *ModifiersOptContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type MultipleAssignmentExprAltContext

type MultipleAssignmentExprAltContext struct {
	*ExpressionContext
	// contains filtered or unexported fields
}

func NewMultipleAssignmentExprAltContext

func NewMultipleAssignmentExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *MultipleAssignmentExprAltContext

func (*MultipleAssignmentExprAltContext) ASSIGN

func (*MultipleAssignmentExprAltContext) AllNls

func (*MultipleAssignmentExprAltContext) EnterRule

func (*MultipleAssignmentExprAltContext) ExitRule

func (*MultipleAssignmentExprAltContext) GetLeft

func (*MultipleAssignmentExprAltContext) GetOp

func (*MultipleAssignmentExprAltContext) GetRight

func (*MultipleAssignmentExprAltContext) GetRuleContext

func (*MultipleAssignmentExprAltContext) Nls

func (*MultipleAssignmentExprAltContext) SetLeft

func (*MultipleAssignmentExprAltContext) SetOp

func (*MultipleAssignmentExprAltContext) SetRight

func (*MultipleAssignmentExprAltContext) StatementExpression

func (*MultipleAssignmentExprAltContext) VariableNames

type MultiplicativeExprAltContext

type MultiplicativeExprAltContext struct {
	*ExpressionContext
	// contains filtered or unexported fields
}

func NewMultiplicativeExprAltContext

func NewMultiplicativeExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *MultiplicativeExprAltContext

func (*MultiplicativeExprAltContext) AllExpression

func (s *MultiplicativeExprAltContext) AllExpression() []IExpressionContext

func (*MultiplicativeExprAltContext) AllNls

func (*MultiplicativeExprAltContext) DIV

func (*MultiplicativeExprAltContext) EnterRule

func (s *MultiplicativeExprAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*MultiplicativeExprAltContext) ExitRule

func (*MultiplicativeExprAltContext) Expression

func (*MultiplicativeExprAltContext) GetLeft

func (*MultiplicativeExprAltContext) GetOp

func (*MultiplicativeExprAltContext) GetRight

func (*MultiplicativeExprAltContext) GetRuleContext

func (s *MultiplicativeExprAltContext) GetRuleContext() antlr.RuleContext

func (*MultiplicativeExprAltContext) MOD

func (*MultiplicativeExprAltContext) MUL

func (*MultiplicativeExprAltContext) Nls

func (*MultiplicativeExprAltContext) SetLeft

func (*MultiplicativeExprAltContext) SetOp

func (*MultiplicativeExprAltContext) SetRight

type NamePartContext

type NamePartContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyNamePartContext

func NewEmptyNamePartContext() *NamePartContext

func NewNamePartContext

func NewNamePartContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NamePartContext

func (*NamePartContext) DynamicMemberName

func (s *NamePartContext) DynamicMemberName() IDynamicMemberNameContext

func (*NamePartContext) EnterRule

func (s *NamePartContext) EnterRule(listener antlr.ParseTreeListener)

func (*NamePartContext) ExitRule

func (s *NamePartContext) ExitRule(listener antlr.ParseTreeListener)

func (*NamePartContext) GetParser

func (s *NamePartContext) GetParser() antlr.Parser

func (*NamePartContext) GetRuleContext

func (s *NamePartContext) GetRuleContext() antlr.RuleContext

func (*NamePartContext) Identifier

func (s *NamePartContext) Identifier() IIdentifierContext

func (*NamePartContext) IsNamePartContext

func (*NamePartContext) IsNamePartContext()

func (*NamePartContext) Keywords

func (s *NamePartContext) Keywords() IKeywordsContext

func (*NamePartContext) StringLiteral

func (s *NamePartContext) StringLiteral() IStringLiteralContext

func (*NamePartContext) ToStringTree

func (s *NamePartContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type NamedPropertyArgsContext

type NamedPropertyArgsContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyNamedPropertyArgsContext

func NewEmptyNamedPropertyArgsContext() *NamedPropertyArgsContext

func NewNamedPropertyArgsContext

func NewNamedPropertyArgsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NamedPropertyArgsContext

func (*NamedPropertyArgsContext) COLON

func (*NamedPropertyArgsContext) EnterRule

func (s *NamedPropertyArgsContext) EnterRule(listener antlr.ParseTreeListener)

func (*NamedPropertyArgsContext) ExitRule

func (s *NamedPropertyArgsContext) ExitRule(listener antlr.ParseTreeListener)

func (*NamedPropertyArgsContext) GetParser

func (s *NamedPropertyArgsContext) GetParser() antlr.Parser

func (*NamedPropertyArgsContext) GetRuleContext

func (s *NamedPropertyArgsContext) GetRuleContext() antlr.RuleContext

func (*NamedPropertyArgsContext) IsNamedPropertyArgsContext

func (*NamedPropertyArgsContext) IsNamedPropertyArgsContext()

func (*NamedPropertyArgsContext) LBRACK

func (*NamedPropertyArgsContext) MapEntryList

func (*NamedPropertyArgsContext) QUESTION

func (*NamedPropertyArgsContext) RBRACK

func (*NamedPropertyArgsContext) ToStringTree

func (s *NamedPropertyArgsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type NewPrmrAltContext

type NewPrmrAltContext struct {
	*PrimaryContext
}

func NewNewPrmrAltContext

func NewNewPrmrAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *NewPrmrAltContext

func (*NewPrmrAltContext) Creator

func (s *NewPrmrAltContext) Creator() ICreatorContext

func (*NewPrmrAltContext) EnterRule

func (s *NewPrmrAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*NewPrmrAltContext) ExitRule

func (s *NewPrmrAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*NewPrmrAltContext) GetRuleContext

func (s *NewPrmrAltContext) GetRuleContext() antlr.RuleContext

func (*NewPrmrAltContext) NEW

func (*NewPrmrAltContext) Nls

func (s *NewPrmrAltContext) Nls() INlsContext

type NilLiteralAltContext

type NilLiteralAltContext struct {
	*LiteralContext
}

func NewNilLiteralAltContext

func NewNilLiteralAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *NilLiteralAltContext

func (*NilLiteralAltContext) EnterRule

func (s *NilLiteralAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*NilLiteralAltContext) ExitRule

func (s *NilLiteralAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*NilLiteralAltContext) GetRuleContext

func (s *NilLiteralAltContext) GetRuleContext() antlr.RuleContext

func (*NilLiteralAltContext) NullLiteral

func (s *NilLiteralAltContext) NullLiteral() antlr.TerminalNode

type NlsContext

type NlsContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyNlsContext

func NewEmptyNlsContext() *NlsContext

func NewNlsContext

func NewNlsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NlsContext

func (*NlsContext) AllNL

func (s *NlsContext) AllNL() []antlr.TerminalNode

func (*NlsContext) EnterRule

func (s *NlsContext) EnterRule(listener antlr.ParseTreeListener)

func (*NlsContext) ExitRule

func (s *NlsContext) ExitRule(listener antlr.ParseTreeListener)

func (*NlsContext) GetParser

func (s *NlsContext) GetParser() antlr.Parser

func (*NlsContext) GetRuleContext

func (s *NlsContext) GetRuleContext() antlr.RuleContext

func (*NlsContext) IsNlsContext

func (*NlsContext) IsNlsContext()

func (*NlsContext) NL

func (s *NlsContext) NL(i int) antlr.TerminalNode

func (*NlsContext) ToStringTree

func (s *NlsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type NonWildcardTypeArgumentsContext

type NonWildcardTypeArgumentsContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyNonWildcardTypeArgumentsContext

func NewEmptyNonWildcardTypeArgumentsContext() *NonWildcardTypeArgumentsContext

func NewNonWildcardTypeArgumentsContext

func NewNonWildcardTypeArgumentsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NonWildcardTypeArgumentsContext

func (*NonWildcardTypeArgumentsContext) AllNls

func (*NonWildcardTypeArgumentsContext) EnterRule

func (*NonWildcardTypeArgumentsContext) ExitRule

func (*NonWildcardTypeArgumentsContext) GT

func (*NonWildcardTypeArgumentsContext) GetParser

func (*NonWildcardTypeArgumentsContext) GetRuleContext

func (*NonWildcardTypeArgumentsContext) IsNonWildcardTypeArgumentsContext

func (*NonWildcardTypeArgumentsContext) IsNonWildcardTypeArgumentsContext()

func (*NonWildcardTypeArgumentsContext) LT

func (*NonWildcardTypeArgumentsContext) Nls

func (*NonWildcardTypeArgumentsContext) ToStringTree

func (s *NonWildcardTypeArgumentsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*NonWildcardTypeArgumentsContext) TypeList

type NormalMapContext

type NormalMapContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyNormalMapContext

func NewEmptyNormalMapContext() *NormalMapContext

func NewNormalMapContext

func NewNormalMapContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NormalMapContext

func (*NormalMapContext) COLON

func (s *NormalMapContext) COLON() antlr.TerminalNode

func (*NormalMapContext) COMMA

func (s *NormalMapContext) COMMA() antlr.TerminalNode

func (*NormalMapContext) EnterRule

func (s *NormalMapContext) EnterRule(listener antlr.ParseTreeListener)

func (*NormalMapContext) ExitRule

func (s *NormalMapContext) ExitRule(listener antlr.ParseTreeListener)

func (*NormalMapContext) GetParser

func (s *NormalMapContext) GetParser() antlr.Parser

func (*NormalMapContext) GetRuleContext

func (s *NormalMapContext) GetRuleContext() antlr.RuleContext

func (*NormalMapContext) IsNormalMapContext

func (*NormalMapContext) IsNormalMapContext()

func (*NormalMapContext) LBRACK

func (s *NormalMapContext) LBRACK() antlr.TerminalNode

func (*NormalMapContext) MapEntryList

func (s *NormalMapContext) MapEntryList() IMapEntryListContext

func (*NormalMapContext) RBRACK

func (s *NormalMapContext) RBRACK() antlr.TerminalNode

func (*NormalMapContext) ToStringTree

func (s *NormalMapContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type PackageDeclarationContext

type PackageDeclarationContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyPackageDeclarationContext

func NewEmptyPackageDeclarationContext() *PackageDeclarationContext

func NewPackageDeclarationContext

func NewPackageDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PackageDeclarationContext

func (*PackageDeclarationContext) AnnotationsOpt

func (*PackageDeclarationContext) EnterRule

func (s *PackageDeclarationContext) EnterRule(listener antlr.ParseTreeListener)

func (*PackageDeclarationContext) ExitRule

func (s *PackageDeclarationContext) ExitRule(listener antlr.ParseTreeListener)

func (*PackageDeclarationContext) GetParser

func (s *PackageDeclarationContext) GetParser() antlr.Parser

func (*PackageDeclarationContext) GetRuleContext

func (s *PackageDeclarationContext) GetRuleContext() antlr.RuleContext

func (*PackageDeclarationContext) IsPackageDeclarationContext

func (*PackageDeclarationContext) IsPackageDeclarationContext()

func (*PackageDeclarationContext) PACKAGE

func (*PackageDeclarationContext) QualifiedName

func (*PackageDeclarationContext) ToStringTree

func (s *PackageDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ParExpressionContext

type ParExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyParExpressionContext

func NewEmptyParExpressionContext() *ParExpressionContext

func NewParExpressionContext

func NewParExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ParExpressionContext

func (*ParExpressionContext) EnterRule

func (s *ParExpressionContext) EnterRule(listener antlr.ParseTreeListener)

func (*ParExpressionContext) ExitRule

func (s *ParExpressionContext) ExitRule(listener antlr.ParseTreeListener)

func (*ParExpressionContext) ExpressionInPar

func (s *ParExpressionContext) ExpressionInPar() IExpressionInParContext

func (*ParExpressionContext) GetParser

func (s *ParExpressionContext) GetParser() antlr.Parser

func (*ParExpressionContext) GetRuleContext

func (s *ParExpressionContext) GetRuleContext() antlr.RuleContext

func (*ParExpressionContext) IsParExpressionContext

func (*ParExpressionContext) IsParExpressionContext()

func (*ParExpressionContext) ToStringTree

func (s *ParExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ParenPrmrAltContext

type ParenPrmrAltContext struct {
	*PrimaryContext
}

func NewParenPrmrAltContext

func NewParenPrmrAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ParenPrmrAltContext

func (*ParenPrmrAltContext) EnterRule

func (s *ParenPrmrAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*ParenPrmrAltContext) ExitRule

func (s *ParenPrmrAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*ParenPrmrAltContext) GetRuleContext

func (s *ParenPrmrAltContext) GetRuleContext() antlr.RuleContext

func (*ParenPrmrAltContext) ParExpression

func (s *ParenPrmrAltContext) ParExpression() IParExpressionContext

type PathElementContext

type PathElementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyPathElementContext

func NewEmptyPathElementContext() *PathElementContext

func NewPathElementContext

func NewPathElementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PathElementContext

func (*PathElementContext) AT

func (*PathElementContext) AllNls

func (s *PathElementContext) AllNls() []INlsContext

func (*PathElementContext) Arguments

func (s *PathElementContext) Arguments() IArgumentsContext

func (*PathElementContext) ClosureOrLambdaExpression

func (s *PathElementContext) ClosureOrLambdaExpression() IClosureOrLambdaExpressionContext

func (*PathElementContext) Creator

func (s *PathElementContext) Creator() ICreatorContext

func (*PathElementContext) DOT

func (*PathElementContext) EnterRule

func (s *PathElementContext) EnterRule(listener antlr.ParseTreeListener)

func (*PathElementContext) ExitRule

func (s *PathElementContext) ExitRule(listener antlr.ParseTreeListener)

func (*PathElementContext) GetParser

func (s *PathElementContext) GetParser() antlr.Parser

func (*PathElementContext) GetRuleContext

func (s *PathElementContext) GetRuleContext() antlr.RuleContext

func (*PathElementContext) GetT

func (s *PathElementContext) GetT() int

func (*PathElementContext) IndexPropertyArgs

func (s *PathElementContext) IndexPropertyArgs() IIndexPropertyArgsContext

func (*PathElementContext) IsPathElementContext

func (*PathElementContext) IsPathElementContext()

func (*PathElementContext) METHOD_POINTER

func (s *PathElementContext) METHOD_POINTER() antlr.TerminalNode

func (*PathElementContext) METHOD_REFERENCE

func (s *PathElementContext) METHOD_REFERENCE() antlr.TerminalNode

func (*PathElementContext) NEW

func (*PathElementContext) NamePart

func (s *PathElementContext) NamePart() INamePartContext

func (*PathElementContext) NamedPropertyArgs

func (s *PathElementContext) NamedPropertyArgs() INamedPropertyArgsContext

func (*PathElementContext) Nls

func (*PathElementContext) NonWildcardTypeArguments

func (s *PathElementContext) NonWildcardTypeArguments() INonWildcardTypeArgumentsContext

func (*PathElementContext) SAFE_CHAIN_DOT

func (s *PathElementContext) SAFE_CHAIN_DOT() antlr.TerminalNode

func (*PathElementContext) SAFE_DOT

func (s *PathElementContext) SAFE_DOT() antlr.TerminalNode

func (*PathElementContext) SPREAD_DOT

func (s *PathElementContext) SPREAD_DOT() antlr.TerminalNode

func (*PathElementContext) SetT

func (s *PathElementContext) SetT(v int)

func (*PathElementContext) ToStringTree

func (s *PathElementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type PathExpressionContext

type PathExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyPathExpressionContext

func NewEmptyPathExpressionContext() *PathExpressionContext

func NewPathExpressionContext

func NewPathExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PathExpressionContext

func (*PathExpressionContext) AllPathElement

func (s *PathExpressionContext) AllPathElement() []IPathElementContext

func (*PathExpressionContext) EnterRule

func (s *PathExpressionContext) EnterRule(listener antlr.ParseTreeListener)

func (*PathExpressionContext) ExitRule

func (s *PathExpressionContext) ExitRule(listener antlr.ParseTreeListener)

func (*PathExpressionContext) GetParser

func (s *PathExpressionContext) GetParser() antlr.Parser

func (*PathExpressionContext) GetRuleContext

func (s *PathExpressionContext) GetRuleContext() antlr.RuleContext

func (*PathExpressionContext) GetT

func (s *PathExpressionContext) GetT() int

func (*PathExpressionContext) Get_pathElement

func (s *PathExpressionContext) Get_pathElement() IPathElementContext

func (*PathExpressionContext) IsPathExpressionContext

func (*PathExpressionContext) IsPathExpressionContext()

func (*PathExpressionContext) PathElement

func (s *PathExpressionContext) PathElement(i int) IPathElementContext

func (*PathExpressionContext) Primary

func (*PathExpressionContext) SetT

func (s *PathExpressionContext) SetT(v int)

func (*PathExpressionContext) Set_pathElement

func (s *PathExpressionContext) Set_pathElement(v IPathElementContext)

func (*PathExpressionContext) ToStringTree

func (s *PathExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type PostfixExprAltContext

type PostfixExprAltContext struct {
	*CastOperandExpressionContext
}

func NewPostfixExprAltContext

func NewPostfixExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *PostfixExprAltContext

func (*PostfixExprAltContext) EnterRule

func (s *PostfixExprAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*PostfixExprAltContext) ExitRule

func (s *PostfixExprAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*PostfixExprAltContext) GetRuleContext

func (s *PostfixExprAltContext) GetRuleContext() antlr.RuleContext

func (*PostfixExprAltContext) PostfixExpression

func (s *PostfixExprAltContext) PostfixExpression() IPostfixExpressionContext

type PostfixExprAltForExprContext

type PostfixExprAltForExprContext struct {
	*ExpressionContext
}

func NewPostfixExprAltForExprContext

func NewPostfixExprAltForExprContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *PostfixExprAltForExprContext

func (*PostfixExprAltForExprContext) EnterRule

func (s *PostfixExprAltForExprContext) EnterRule(listener antlr.ParseTreeListener)

func (*PostfixExprAltForExprContext) ExitRule

func (*PostfixExprAltForExprContext) GetRuleContext

func (s *PostfixExprAltForExprContext) GetRuleContext() antlr.RuleContext

func (*PostfixExprAltForExprContext) PostfixExpression

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) DEC

func (*PostfixExpressionContext) EnterRule

func (s *PostfixExpressionContext) EnterRule(listener antlr.ParseTreeListener)

func (*PostfixExpressionContext) ExitRule

func (s *PostfixExpressionContext) ExitRule(listener antlr.ParseTreeListener)

func (*PostfixExpressionContext) GetOp

func (*PostfixExpressionContext) GetParser

func (s *PostfixExpressionContext) GetParser() antlr.Parser

func (*PostfixExpressionContext) GetRuleContext

func (s *PostfixExpressionContext) GetRuleContext() antlr.RuleContext

func (*PostfixExpressionContext) INC

func (*PostfixExpressionContext) IsPostfixExpressionContext

func (*PostfixExpressionContext) IsPostfixExpressionContext()

func (*PostfixExpressionContext) PathExpression

func (*PostfixExpressionContext) SetOp

func (s *PostfixExpressionContext) SetOp(v antlr.Token)

func (*PostfixExpressionContext) ToStringTree

func (s *PostfixExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type PowerExprAltContext

type PowerExprAltContext struct {
	*ExpressionContext
	// contains filtered or unexported fields
}

func NewPowerExprAltContext

func NewPowerExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *PowerExprAltContext

func (*PowerExprAltContext) AllExpression

func (s *PowerExprAltContext) AllExpression() []IExpressionContext

func (*PowerExprAltContext) EnterRule

func (s *PowerExprAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*PowerExprAltContext) ExitRule

func (s *PowerExprAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*PowerExprAltContext) Expression

func (s *PowerExprAltContext) Expression(i int) IExpressionContext

func (*PowerExprAltContext) GetLeft

func (*PowerExprAltContext) GetOp

func (s *PowerExprAltContext) GetOp() antlr.Token

func (*PowerExprAltContext) GetRight

func (*PowerExprAltContext) GetRuleContext

func (s *PowerExprAltContext) GetRuleContext() antlr.RuleContext

func (*PowerExprAltContext) Nls

func (*PowerExprAltContext) POWER

func (*PowerExprAltContext) SetLeft

func (*PowerExprAltContext) SetOp

func (s *PowerExprAltContext) SetOp(v antlr.Token)

func (*PowerExprAltContext) SetRight

func (s *PowerExprAltContext) SetRight(v IExpressionContext)

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) CopyFrom

func (s *PrimaryContext) CopyFrom(ctx *PrimaryContext)

func (*PrimaryContext) GetParser

func (s *PrimaryContext) GetParser() antlr.Parser

func (*PrimaryContext) GetRuleContext

func (s *PrimaryContext) GetRuleContext() antlr.RuleContext

func (*PrimaryContext) IsPrimaryContext

func (*PrimaryContext) IsPrimaryContext()

func (*PrimaryContext) ToStringTree

func (s *PrimaryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type PrimitiveTypeContext

type PrimitiveTypeContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyPrimitiveTypeContext

func NewEmptyPrimitiveTypeContext() *PrimitiveTypeContext

func NewPrimitiveTypeContext

func NewPrimitiveTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PrimitiveTypeContext

func (*PrimitiveTypeContext) BuiltInPrimitiveType

func (s *PrimitiveTypeContext) BuiltInPrimitiveType() antlr.TerminalNode

func (*PrimitiveTypeContext) EnterRule

func (s *PrimitiveTypeContext) EnterRule(listener antlr.ParseTreeListener)

func (*PrimitiveTypeContext) ExitRule

func (s *PrimitiveTypeContext) ExitRule(listener antlr.ParseTreeListener)

func (*PrimitiveTypeContext) GetParser

func (s *PrimitiveTypeContext) GetParser() antlr.Parser

func (*PrimitiveTypeContext) GetRuleContext

func (s *PrimitiveTypeContext) GetRuleContext() antlr.RuleContext

func (*PrimitiveTypeContext) IsPrimitiveTypeContext

func (*PrimitiveTypeContext) IsPrimitiveTypeContext()

func (*PrimitiveTypeContext) ToStringTree

func (s *PrimitiveTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type QualifiedClassNameContext

type QualifiedClassNameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyQualifiedClassNameContext

func NewEmptyQualifiedClassNameContext() *QualifiedClassNameContext

func NewQualifiedClassNameContext

func NewQualifiedClassNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *QualifiedClassNameContext

func (*QualifiedClassNameContext) EnterRule

func (s *QualifiedClassNameContext) EnterRule(listener antlr.ParseTreeListener)

func (*QualifiedClassNameContext) ExitRule

func (s *QualifiedClassNameContext) ExitRule(listener antlr.ParseTreeListener)

func (*QualifiedClassNameContext) GetParser

func (s *QualifiedClassNameContext) GetParser() antlr.Parser

func (*QualifiedClassNameContext) GetRuleContext

func (s *QualifiedClassNameContext) GetRuleContext() antlr.RuleContext

func (*QualifiedClassNameContext) Identifier

func (*QualifiedClassNameContext) IsQualifiedClassNameContext

func (*QualifiedClassNameContext) IsQualifiedClassNameContext()

func (*QualifiedClassNameContext) QualifiedNameElements

func (s *QualifiedClassNameContext) QualifiedNameElements() IQualifiedNameElementsContext

func (*QualifiedClassNameContext) ToStringTree

func (s *QualifiedClassNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type QualifiedClassNameListContext

type QualifiedClassNameListContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyQualifiedClassNameListContext

func NewEmptyQualifiedClassNameListContext() *QualifiedClassNameListContext

func NewQualifiedClassNameListContext

func NewQualifiedClassNameListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *QualifiedClassNameListContext

func (*QualifiedClassNameListContext) AllAnnotatedQualifiedClassName

func (s *QualifiedClassNameListContext) AllAnnotatedQualifiedClassName() []IAnnotatedQualifiedClassNameContext

func (*QualifiedClassNameListContext) AllCOMMA

func (*QualifiedClassNameListContext) AllNls

func (*QualifiedClassNameListContext) AnnotatedQualifiedClassName

func (s *QualifiedClassNameListContext) AnnotatedQualifiedClassName(i int) IAnnotatedQualifiedClassNameContext

func (*QualifiedClassNameListContext) COMMA

func (*QualifiedClassNameListContext) EnterRule

func (s *QualifiedClassNameListContext) EnterRule(listener antlr.ParseTreeListener)

func (*QualifiedClassNameListContext) ExitRule

func (*QualifiedClassNameListContext) GetParser

func (*QualifiedClassNameListContext) GetRuleContext

func (s *QualifiedClassNameListContext) GetRuleContext() antlr.RuleContext

func (*QualifiedClassNameListContext) IsQualifiedClassNameListContext

func (*QualifiedClassNameListContext) IsQualifiedClassNameListContext()

func (*QualifiedClassNameListContext) Nls

func (*QualifiedClassNameListContext) ToStringTree

func (s *QualifiedClassNameListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type QualifiedNameContext

type QualifiedNameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyQualifiedNameContext

func NewEmptyQualifiedNameContext() *QualifiedNameContext

func NewQualifiedNameContext

func NewQualifiedNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *QualifiedNameContext

func (*QualifiedNameContext) AllDOT

func (s *QualifiedNameContext) AllDOT() []antlr.TerminalNode

func (*QualifiedNameContext) AllQualifiedNameElement

func (s *QualifiedNameContext) AllQualifiedNameElement() []IQualifiedNameElementContext

func (*QualifiedNameContext) DOT

func (*QualifiedNameContext) EnterRule

func (s *QualifiedNameContext) EnterRule(listener antlr.ParseTreeListener)

func (*QualifiedNameContext) ExitRule

func (s *QualifiedNameContext) ExitRule(listener antlr.ParseTreeListener)

func (*QualifiedNameContext) GetParser

func (s *QualifiedNameContext) GetParser() antlr.Parser

func (*QualifiedNameContext) GetRuleContext

func (s *QualifiedNameContext) GetRuleContext() antlr.RuleContext

func (*QualifiedNameContext) IsQualifiedNameContext

func (*QualifiedNameContext) IsQualifiedNameContext()

func (*QualifiedNameContext) QualifiedNameElement

func (s *QualifiedNameContext) QualifiedNameElement(i int) IQualifiedNameElementContext

func (*QualifiedNameContext) ToStringTree

func (s *QualifiedNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type QualifiedNameElementContext

type QualifiedNameElementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyQualifiedNameElementContext

func NewEmptyQualifiedNameElementContext() *QualifiedNameElementContext

func NewQualifiedNameElementContext

func NewQualifiedNameElementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *QualifiedNameElementContext

func (*QualifiedNameElementContext) AS

func (*QualifiedNameElementContext) DEF

func (*QualifiedNameElementContext) EnterRule

func (s *QualifiedNameElementContext) EnterRule(listener antlr.ParseTreeListener)

func (*QualifiedNameElementContext) ExitRule

func (s *QualifiedNameElementContext) ExitRule(listener antlr.ParseTreeListener)

func (*QualifiedNameElementContext) GetParser

func (s *QualifiedNameElementContext) GetParser() antlr.Parser

func (*QualifiedNameElementContext) GetRuleContext

func (s *QualifiedNameElementContext) GetRuleContext() antlr.RuleContext

func (*QualifiedNameElementContext) IN

func (*QualifiedNameElementContext) Identifier

func (*QualifiedNameElementContext) IsQualifiedNameElementContext

func (*QualifiedNameElementContext) IsQualifiedNameElementContext()

func (*QualifiedNameElementContext) TRAIT

func (*QualifiedNameElementContext) ToStringTree

func (s *QualifiedNameElementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type QualifiedNameElementsContext

type QualifiedNameElementsContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyQualifiedNameElementsContext

func NewEmptyQualifiedNameElementsContext() *QualifiedNameElementsContext

func NewQualifiedNameElementsContext

func NewQualifiedNameElementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *QualifiedNameElementsContext

func (*QualifiedNameElementsContext) AllDOT

func (*QualifiedNameElementsContext) AllQualifiedNameElement

func (s *QualifiedNameElementsContext) AllQualifiedNameElement() []IQualifiedNameElementContext

func (*QualifiedNameElementsContext) DOT

func (*QualifiedNameElementsContext) EnterRule

func (s *QualifiedNameElementsContext) EnterRule(listener antlr.ParseTreeListener)

func (*QualifiedNameElementsContext) ExitRule

func (*QualifiedNameElementsContext) GetParser

func (s *QualifiedNameElementsContext) GetParser() antlr.Parser

func (*QualifiedNameElementsContext) GetRuleContext

func (s *QualifiedNameElementsContext) GetRuleContext() antlr.RuleContext

func (*QualifiedNameElementsContext) IsQualifiedNameElementsContext

func (*QualifiedNameElementsContext) IsQualifiedNameElementsContext()

func (*QualifiedNameElementsContext) QualifiedNameElement

func (*QualifiedNameElementsContext) ToStringTree

func (s *QualifiedNameElementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type QualifiedStandardClassNameContext

type QualifiedStandardClassNameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyQualifiedStandardClassNameContext

func NewEmptyQualifiedStandardClassNameContext() *QualifiedStandardClassNameContext

func NewQualifiedStandardClassNameContext

func NewQualifiedStandardClassNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *QualifiedStandardClassNameContext

func (*QualifiedStandardClassNameContext) AllClassName

func (*QualifiedStandardClassNameContext) AllDOT

func (*QualifiedStandardClassNameContext) ClassName

func (*QualifiedStandardClassNameContext) DOT

func (*QualifiedStandardClassNameContext) EnterRule

func (*QualifiedStandardClassNameContext) ExitRule

func (*QualifiedStandardClassNameContext) GetParser

func (*QualifiedStandardClassNameContext) GetRuleContext

func (*QualifiedStandardClassNameContext) IsQualifiedStandardClassNameContext

func (*QualifiedStandardClassNameContext) IsQualifiedStandardClassNameContext()

func (*QualifiedStandardClassNameContext) QualifiedNameElements

func (*QualifiedStandardClassNameContext) ToStringTree

func (s *QualifiedStandardClassNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type RegexExprAltContext

type RegexExprAltContext struct {
	*ExpressionContext
	// contains filtered or unexported fields
}

func NewRegexExprAltContext

func NewRegexExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *RegexExprAltContext

func (*RegexExprAltContext) AllExpression

func (s *RegexExprAltContext) AllExpression() []IExpressionContext

func (*RegexExprAltContext) AllNls

func (s *RegexExprAltContext) AllNls() []INlsContext

func (*RegexExprAltContext) EnterRule

func (s *RegexExprAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*RegexExprAltContext) ExitRule

func (s *RegexExprAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*RegexExprAltContext) Expression

func (s *RegexExprAltContext) Expression(i int) IExpressionContext

func (*RegexExprAltContext) GetLeft

func (*RegexExprAltContext) GetOp

func (s *RegexExprAltContext) GetOp() antlr.Token

func (*RegexExprAltContext) GetRight

func (*RegexExprAltContext) GetRuleContext

func (s *RegexExprAltContext) GetRuleContext() antlr.RuleContext

func (*RegexExprAltContext) Nls

func (*RegexExprAltContext) REGEX_FIND

func (s *RegexExprAltContext) REGEX_FIND() antlr.TerminalNode

func (*RegexExprAltContext) REGEX_MATCH

func (s *RegexExprAltContext) REGEX_MATCH() antlr.TerminalNode

func (*RegexExprAltContext) SetLeft

func (*RegexExprAltContext) SetOp

func (s *RegexExprAltContext) SetOp(v antlr.Token)

func (*RegexExprAltContext) SetRight

func (s *RegexExprAltContext) SetRight(v IExpressionContext)

type RelationalExprAltContext

type RelationalExprAltContext struct {
	*ExpressionContext
	// contains filtered or unexported fields
}

func NewRelationalExprAltContext

func NewRelationalExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *RelationalExprAltContext

func (*RelationalExprAltContext) AS

func (*RelationalExprAltContext) AllExpression

func (s *RelationalExprAltContext) AllExpression() []IExpressionContext

func (*RelationalExprAltContext) AllNls

func (s *RelationalExprAltContext) AllNls() []INlsContext

func (*RelationalExprAltContext) EnterRule

func (s *RelationalExprAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*RelationalExprAltContext) ExitRule

func (s *RelationalExprAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*RelationalExprAltContext) Expression

func (*RelationalExprAltContext) GE

func (*RelationalExprAltContext) GT

func (*RelationalExprAltContext) GetLeft

func (*RelationalExprAltContext) GetOp

func (*RelationalExprAltContext) GetRight

func (*RelationalExprAltContext) GetRuleContext

func (s *RelationalExprAltContext) GetRuleContext() antlr.RuleContext

func (*RelationalExprAltContext) IN

func (*RelationalExprAltContext) INSTANCEOF

func (*RelationalExprAltContext) LE

func (*RelationalExprAltContext) LT

func (*RelationalExprAltContext) NOT_IN

func (*RelationalExprAltContext) NOT_INSTANCEOF

func (s *RelationalExprAltContext) NOT_INSTANCEOF() antlr.TerminalNode

func (*RelationalExprAltContext) Nls

func (*RelationalExprAltContext) SetLeft

func (*RelationalExprAltContext) SetOp

func (s *RelationalExprAltContext) SetOp(v antlr.Token)

func (*RelationalExprAltContext) SetRight

func (*RelationalExprAltContext) TypeType

type ResourceContext

type ResourceContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyResourceContext

func NewEmptyResourceContext() *ResourceContext

func NewResourceContext

func NewResourceContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ResourceContext

func (*ResourceContext) EnterRule

func (s *ResourceContext) EnterRule(listener antlr.ParseTreeListener)

func (*ResourceContext) ExitRule

func (s *ResourceContext) ExitRule(listener antlr.ParseTreeListener)

func (*ResourceContext) Expression

func (s *ResourceContext) Expression() IExpressionContext

func (*ResourceContext) GetParser

func (s *ResourceContext) GetParser() antlr.Parser

func (*ResourceContext) GetRuleContext

func (s *ResourceContext) GetRuleContext() antlr.RuleContext

func (*ResourceContext) IsResourceContext

func (*ResourceContext) IsResourceContext()

func (*ResourceContext) LocalVariableDeclaration

func (s *ResourceContext) LocalVariableDeclaration() ILocalVariableDeclarationContext

func (*ResourceContext) ToStringTree

func (s *ResourceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ResourceListContext

type ResourceListContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyResourceListContext

func NewEmptyResourceListContext() *ResourceListContext

func NewResourceListContext

func NewResourceListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ResourceListContext

func (*ResourceListContext) AllResource

func (s *ResourceListContext) AllResource() []IResourceContext

func (*ResourceListContext) AllSep

func (s *ResourceListContext) AllSep() []ISepContext

func (*ResourceListContext) EnterRule

func (s *ResourceListContext) EnterRule(listener antlr.ParseTreeListener)

func (*ResourceListContext) ExitRule

func (s *ResourceListContext) ExitRule(listener antlr.ParseTreeListener)

func (*ResourceListContext) GetParser

func (s *ResourceListContext) GetParser() antlr.Parser

func (*ResourceListContext) GetRuleContext

func (s *ResourceListContext) GetRuleContext() antlr.RuleContext

func (*ResourceListContext) IsResourceListContext

func (*ResourceListContext) IsResourceListContext()

func (*ResourceListContext) Resource

func (s *ResourceListContext) Resource(i int) IResourceContext

func (*ResourceListContext) Sep

func (*ResourceListContext) ToStringTree

func (s *ResourceListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ResourcesContext

type ResourcesContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyResourcesContext

func NewEmptyResourcesContext() *ResourcesContext

func NewResourcesContext

func NewResourcesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ResourcesContext

func (*ResourcesContext) EnterRule

func (s *ResourcesContext) EnterRule(listener antlr.ParseTreeListener)

func (*ResourcesContext) ExitRule

func (s *ResourcesContext) ExitRule(listener antlr.ParseTreeListener)

func (*ResourcesContext) GetParser

func (s *ResourcesContext) GetParser() antlr.Parser

func (*ResourcesContext) GetRuleContext

func (s *ResourcesContext) GetRuleContext() antlr.RuleContext

func (*ResourcesContext) IsResourcesContext

func (*ResourcesContext) IsResourcesContext()

func (*ResourcesContext) LPAREN

func (s *ResourcesContext) LPAREN() antlr.TerminalNode

func (*ResourcesContext) Nls

func (s *ResourcesContext) Nls() INlsContext

func (*ResourcesContext) ResourceList

func (s *ResourcesContext) ResourceList() IResourceListContext

func (*ResourcesContext) Rparen

func (s *ResourcesContext) Rparen() IRparenContext

func (*ResourcesContext) Sep

func (s *ResourcesContext) Sep() ISepContext

func (*ResourcesContext) ToStringTree

func (s *ResourcesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ReturnStmtAltContext

type ReturnStmtAltContext struct {
	*StatementContext
}

func NewReturnStmtAltContext

func NewReturnStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ReturnStmtAltContext

func (*ReturnStmtAltContext) EnterRule

func (s *ReturnStmtAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*ReturnStmtAltContext) ExitRule

func (s *ReturnStmtAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*ReturnStmtAltContext) Expression

func (s *ReturnStmtAltContext) Expression() IExpressionContext

func (*ReturnStmtAltContext) GetRuleContext

func (s *ReturnStmtAltContext) GetRuleContext() antlr.RuleContext

func (*ReturnStmtAltContext) RETURN

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, ct int) *ReturnTypeContext

func (*ReturnTypeContext) EnterRule

func (s *ReturnTypeContext) EnterRule(listener antlr.ParseTreeListener)

func (*ReturnTypeContext) ExitRule

func (s *ReturnTypeContext) ExitRule(listener antlr.ParseTreeListener)

func (*ReturnTypeContext) GetCt

func (s *ReturnTypeContext) GetCt() int

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) SetCt

func (s *ReturnTypeContext) SetCt(v int)

func (*ReturnTypeContext) StandardType

func (s *ReturnTypeContext) StandardType() IStandardTypeContext

func (*ReturnTypeContext) ToStringTree

func (s *ReturnTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*ReturnTypeContext) VOID

type RparenContext

type RparenContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyRparenContext

func NewEmptyRparenContext() *RparenContext

func NewRparenContext

func NewRparenContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *RparenContext

func (*RparenContext) EnterRule

func (s *RparenContext) EnterRule(listener antlr.ParseTreeListener)

func (*RparenContext) ExitRule

func (s *RparenContext) ExitRule(listener antlr.ParseTreeListener)

func (*RparenContext) GetParser

func (s *RparenContext) GetParser() antlr.Parser

func (*RparenContext) GetRuleContext

func (s *RparenContext) GetRuleContext() antlr.RuleContext

func (*RparenContext) IsRparenContext

func (*RparenContext) IsRparenContext()

func (*RparenContext) RPAREN

func (s *RparenContext) RPAREN() antlr.TerminalNode

func (*RparenContext) ToStringTree

func (s *RparenContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ScriptStatementContext

type ScriptStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyScriptStatementContext

func NewEmptyScriptStatementContext() *ScriptStatementContext

func NewScriptStatementContext

func NewScriptStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ScriptStatementContext

func (*ScriptStatementContext) EnterRule

func (s *ScriptStatementContext) EnterRule(listener antlr.ParseTreeListener)

func (*ScriptStatementContext) ExitRule

func (s *ScriptStatementContext) ExitRule(listener antlr.ParseTreeListener)

func (*ScriptStatementContext) GetParser

func (s *ScriptStatementContext) GetParser() antlr.Parser

func (*ScriptStatementContext) GetRuleContext

func (s *ScriptStatementContext) GetRuleContext() antlr.RuleContext

func (*ScriptStatementContext) ImportDeclaration

func (s *ScriptStatementContext) ImportDeclaration() IImportDeclarationContext

func (*ScriptStatementContext) IsScriptStatementContext

func (*ScriptStatementContext) IsScriptStatementContext()

func (*ScriptStatementContext) Statement

func (*ScriptStatementContext) ToStringTree

func (s *ScriptStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*ScriptStatementContext) TypeDeclaration

func (s *ScriptStatementContext) TypeDeclaration() ITypeDeclarationContext

type ScriptStatementsContext

type ScriptStatementsContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyScriptStatementsContext

func NewEmptyScriptStatementsContext() *ScriptStatementsContext

func NewScriptStatementsContext

func NewScriptStatementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ScriptStatementsContext

func (*ScriptStatementsContext) AllScriptStatement

func (s *ScriptStatementsContext) AllScriptStatement() []IScriptStatementContext

func (*ScriptStatementsContext) AllSep

func (s *ScriptStatementsContext) AllSep() []ISepContext

func (*ScriptStatementsContext) EnterRule

func (s *ScriptStatementsContext) EnterRule(listener antlr.ParseTreeListener)

func (*ScriptStatementsContext) ExitRule

func (s *ScriptStatementsContext) ExitRule(listener antlr.ParseTreeListener)

func (*ScriptStatementsContext) GetParser

func (s *ScriptStatementsContext) GetParser() antlr.Parser

func (*ScriptStatementsContext) GetRuleContext

func (s *ScriptStatementsContext) GetRuleContext() antlr.RuleContext

func (*ScriptStatementsContext) IsScriptStatementsContext

func (*ScriptStatementsContext) IsScriptStatementsContext()

func (*ScriptStatementsContext) ScriptStatement

func (s *ScriptStatementsContext) ScriptStatement(i int) IScriptStatementContext

func (*ScriptStatementsContext) Sep

func (*ScriptStatementsContext) ToStringTree

func (s *ScriptStatementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SepContext

type SepContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySepContext

func NewEmptySepContext() *SepContext

func NewSepContext

func NewSepContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SepContext

func (*SepContext) AllNL

func (s *SepContext) AllNL() []antlr.TerminalNode

func (*SepContext) AllSEMI

func (s *SepContext) AllSEMI() []antlr.TerminalNode

func (*SepContext) EnterRule

func (s *SepContext) EnterRule(listener antlr.ParseTreeListener)

func (*SepContext) ExitRule

func (s *SepContext) ExitRule(listener antlr.ParseTreeListener)

func (*SepContext) GetParser

func (s *SepContext) GetParser() antlr.Parser

func (*SepContext) GetRuleContext

func (s *SepContext) GetRuleContext() antlr.RuleContext

func (*SepContext) IsSepContext

func (*SepContext) IsSepContext()

func (*SepContext) NL

func (s *SepContext) NL(i int) antlr.TerminalNode

func (*SepContext) SEMI

func (s *SepContext) SEMI(i int) antlr.TerminalNode

func (*SepContext) ToStringTree

func (s *SepContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ShiftExprAltContext

type ShiftExprAltContext struct {
	*ExpressionContext
	// contains filtered or unexported fields
}

func NewShiftExprAltContext

func NewShiftExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ShiftExprAltContext

func (*ShiftExprAltContext) AllExpression

func (s *ShiftExprAltContext) AllExpression() []IExpressionContext

func (*ShiftExprAltContext) AllGT

func (s *ShiftExprAltContext) AllGT() []antlr.TerminalNode

func (*ShiftExprAltContext) AllLT

func (s *ShiftExprAltContext) AllLT() []antlr.TerminalNode

func (*ShiftExprAltContext) AllNls

func (s *ShiftExprAltContext) AllNls() []INlsContext

func (*ShiftExprAltContext) EnterRule

func (s *ShiftExprAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*ShiftExprAltContext) ExitRule

func (s *ShiftExprAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*ShiftExprAltContext) Expression

func (s *ShiftExprAltContext) Expression(i int) IExpressionContext

func (*ShiftExprAltContext) GT

func (*ShiftExprAltContext) GetDgOp

func (s *ShiftExprAltContext) GetDgOp() antlr.Token

func (*ShiftExprAltContext) GetDlOp

func (s *ShiftExprAltContext) GetDlOp() antlr.Token

func (*ShiftExprAltContext) GetLeft

func (*ShiftExprAltContext) GetRangeOp

func (s *ShiftExprAltContext) GetRangeOp() antlr.Token

func (*ShiftExprAltContext) GetRight

func (*ShiftExprAltContext) GetRuleContext

func (s *ShiftExprAltContext) GetRuleContext() antlr.RuleContext

func (*ShiftExprAltContext) GetTgOp

func (s *ShiftExprAltContext) GetTgOp() antlr.Token

func (*ShiftExprAltContext) LT

func (*ShiftExprAltContext) Nls

func (*ShiftExprAltContext) RANGE_EXCLUSIVE

func (s *ShiftExprAltContext) RANGE_EXCLUSIVE() antlr.TerminalNode

func (*ShiftExprAltContext) RANGE_INCLUSIVE

func (s *ShiftExprAltContext) RANGE_INCLUSIVE() antlr.TerminalNode

func (*ShiftExprAltContext) SetDgOp

func (s *ShiftExprAltContext) SetDgOp(v antlr.Token)

func (*ShiftExprAltContext) SetDlOp

func (s *ShiftExprAltContext) SetDlOp(v antlr.Token)

func (*ShiftExprAltContext) SetLeft

func (*ShiftExprAltContext) SetRangeOp

func (s *ShiftExprAltContext) SetRangeOp(v antlr.Token)

func (*ShiftExprAltContext) SetRight

func (s *ShiftExprAltContext) SetRight(v IExpressionContext)

func (*ShiftExprAltContext) SetTgOp

func (s *ShiftExprAltContext) SetTgOp(v antlr.Token)

type StandardClassOrInterfaceTypeContext

type StandardClassOrInterfaceTypeContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStandardClassOrInterfaceTypeContext

func NewEmptyStandardClassOrInterfaceTypeContext() *StandardClassOrInterfaceTypeContext

func NewStandardClassOrInterfaceTypeContext

func NewStandardClassOrInterfaceTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StandardClassOrInterfaceTypeContext

func (*StandardClassOrInterfaceTypeContext) EnterRule

func (*StandardClassOrInterfaceTypeContext) ExitRule

func (*StandardClassOrInterfaceTypeContext) GetParser

func (*StandardClassOrInterfaceTypeContext) GetRuleContext

func (*StandardClassOrInterfaceTypeContext) IsStandardClassOrInterfaceTypeContext

func (*StandardClassOrInterfaceTypeContext) IsStandardClassOrInterfaceTypeContext()

func (*StandardClassOrInterfaceTypeContext) QualifiedStandardClassName

func (*StandardClassOrInterfaceTypeContext) ToStringTree

func (s *StandardClassOrInterfaceTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*StandardClassOrInterfaceTypeContext) TypeArguments

type StandardLambdaExpressionContext

type StandardLambdaExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStandardLambdaExpressionContext

func NewEmptyStandardLambdaExpressionContext() *StandardLambdaExpressionContext

func NewStandardLambdaExpressionContext

func NewStandardLambdaExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StandardLambdaExpressionContext

func (*StandardLambdaExpressionContext) ARROW

func (*StandardLambdaExpressionContext) AllNls

func (*StandardLambdaExpressionContext) EnterRule

func (*StandardLambdaExpressionContext) ExitRule

func (*StandardLambdaExpressionContext) GetParser

func (*StandardLambdaExpressionContext) GetRuleContext

func (*StandardLambdaExpressionContext) IsStandardLambdaExpressionContext

func (*StandardLambdaExpressionContext) IsStandardLambdaExpressionContext()

func (*StandardLambdaExpressionContext) LambdaBody

func (*StandardLambdaExpressionContext) Nls

func (*StandardLambdaExpressionContext) StandardLambdaParameters

func (*StandardLambdaExpressionContext) ToStringTree

func (s *StandardLambdaExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type StandardLambdaParametersContext

type StandardLambdaParametersContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStandardLambdaParametersContext

func NewEmptyStandardLambdaParametersContext() *StandardLambdaParametersContext

func NewStandardLambdaParametersContext

func NewStandardLambdaParametersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StandardLambdaParametersContext

func (*StandardLambdaParametersContext) EnterRule

func (*StandardLambdaParametersContext) ExitRule

func (*StandardLambdaParametersContext) FormalParameters

func (*StandardLambdaParametersContext) GetParser

func (*StandardLambdaParametersContext) GetRuleContext

func (*StandardLambdaParametersContext) IsStandardLambdaParametersContext

func (*StandardLambdaParametersContext) IsStandardLambdaParametersContext()

func (*StandardLambdaParametersContext) ToStringTree

func (s *StandardLambdaParametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*StandardLambdaParametersContext) VariableDeclaratorId

type StandardTypeContext

type StandardTypeContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStandardTypeContext

func NewEmptyStandardTypeContext() *StandardTypeContext

func NewStandardTypeContext

func NewStandardTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StandardTypeContext

func (*StandardTypeContext) AnnotationsOpt

func (s *StandardTypeContext) AnnotationsOpt() IAnnotationsOptContext

func (*StandardTypeContext) DimsOpt

func (s *StandardTypeContext) DimsOpt() IDimsOptContext

func (*StandardTypeContext) EnterRule

func (s *StandardTypeContext) EnterRule(listener antlr.ParseTreeListener)

func (*StandardTypeContext) ExitRule

func (s *StandardTypeContext) ExitRule(listener antlr.ParseTreeListener)

func (*StandardTypeContext) GetParser

func (s *StandardTypeContext) GetParser() antlr.Parser

func (*StandardTypeContext) GetRuleContext

func (s *StandardTypeContext) GetRuleContext() antlr.RuleContext

func (*StandardTypeContext) IsStandardTypeContext

func (*StandardTypeContext) IsStandardTypeContext()

func (*StandardTypeContext) PrimitiveType

func (s *StandardTypeContext) PrimitiveType() IPrimitiveTypeContext

func (*StandardTypeContext) StandardClassOrInterfaceType

func (s *StandardTypeContext) StandardClassOrInterfaceType() IStandardClassOrInterfaceTypeContext

func (*StandardTypeContext) ToStringTree

func (s *StandardTypeContext) 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) CopyFrom

func (s *StatementContext) CopyFrom(ctx *StatementContext)

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) ToStringTree

func (s *StatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type StatementExpressionContext

type StatementExpressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyStatementExpressionContext

func NewEmptyStatementExpressionContext() *StatementExpressionContext

func NewStatementExpressionContext

func NewStatementExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StatementExpressionContext

func (*StatementExpressionContext) CopyFrom

func (*StatementExpressionContext) GetParser

func (s *StatementExpressionContext) GetParser() antlr.Parser

func (*StatementExpressionContext) GetRuleContext

func (s *StatementExpressionContext) GetRuleContext() antlr.RuleContext

func (*StatementExpressionContext) IsStatementExpressionContext

func (*StatementExpressionContext) IsStatementExpressionContext()

func (*StatementExpressionContext) ToStringTree

func (s *StatementExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type StringLiteralAltContext

type StringLiteralAltContext struct {
	*LiteralContext
}

func NewStringLiteralAltContext

func NewStringLiteralAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *StringLiteralAltContext

func (*StringLiteralAltContext) EnterRule

func (s *StringLiteralAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*StringLiteralAltContext) ExitRule

func (s *StringLiteralAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*StringLiteralAltContext) GetRuleContext

func (s *StringLiteralAltContext) GetRuleContext() antlr.RuleContext

func (*StringLiteralAltContext) StringLiteral

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) 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) StringLiteral

func (s *StringLiteralContext) StringLiteral() antlr.TerminalNode

func (*StringLiteralContext) ToStringTree

func (s *StringLiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SuperPrmrAltContext

type SuperPrmrAltContext struct {
	*PrimaryContext
}

func NewSuperPrmrAltContext

func NewSuperPrmrAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *SuperPrmrAltContext

func (*SuperPrmrAltContext) EnterRule

func (s *SuperPrmrAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*SuperPrmrAltContext) ExitRule

func (s *SuperPrmrAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*SuperPrmrAltContext) GetRuleContext

func (s *SuperPrmrAltContext) GetRuleContext() antlr.RuleContext

func (*SuperPrmrAltContext) SUPER

type SwitchBlockStatementGroupContext

type SwitchBlockStatementGroupContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySwitchBlockStatementGroupContext

func NewEmptySwitchBlockStatementGroupContext() *SwitchBlockStatementGroupContext

func NewSwitchBlockStatementGroupContext

func NewSwitchBlockStatementGroupContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SwitchBlockStatementGroupContext

func (*SwitchBlockStatementGroupContext) AllNls

func (*SwitchBlockStatementGroupContext) AllSwitchLabel

func (*SwitchBlockStatementGroupContext) BlockStatements

func (*SwitchBlockStatementGroupContext) EnterRule

func (*SwitchBlockStatementGroupContext) ExitRule

func (*SwitchBlockStatementGroupContext) GetParser

func (*SwitchBlockStatementGroupContext) GetRuleContext

func (*SwitchBlockStatementGroupContext) IsSwitchBlockStatementGroupContext

func (*SwitchBlockStatementGroupContext) IsSwitchBlockStatementGroupContext()

func (*SwitchBlockStatementGroupContext) Nls

func (*SwitchBlockStatementGroupContext) SwitchLabel

func (*SwitchBlockStatementGroupContext) ToStringTree

func (s *SwitchBlockStatementGroupContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SwitchLabelContext

type SwitchLabelContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySwitchLabelContext

func NewEmptySwitchLabelContext() *SwitchLabelContext

func NewSwitchLabelContext

func NewSwitchLabelContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SwitchLabelContext

func (*SwitchLabelContext) CASE

func (*SwitchLabelContext) COLON

func (*SwitchLabelContext) DEFAULT

func (s *SwitchLabelContext) DEFAULT() antlr.TerminalNode

func (*SwitchLabelContext) EnterRule

func (s *SwitchLabelContext) EnterRule(listener antlr.ParseTreeListener)

func (*SwitchLabelContext) ExitRule

func (s *SwitchLabelContext) ExitRule(listener antlr.ParseTreeListener)

func (*SwitchLabelContext) Expression

func (s *SwitchLabelContext) Expression() IExpressionContext

func (*SwitchLabelContext) GetParser

func (s *SwitchLabelContext) GetParser() antlr.Parser

func (*SwitchLabelContext) GetRuleContext

func (s *SwitchLabelContext) GetRuleContext() antlr.RuleContext

func (*SwitchLabelContext) IsSwitchLabelContext

func (*SwitchLabelContext) IsSwitchLabelContext()

func (*SwitchLabelContext) ToStringTree

func (s *SwitchLabelContext) 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) AllNls

func (s *SwitchStatementContext) AllNls() []INlsContext

func (*SwitchStatementContext) AllSwitchBlockStatementGroup

func (s *SwitchStatementContext) AllSwitchBlockStatementGroup() []ISwitchBlockStatementGroupContext

func (*SwitchStatementContext) EnterRule

func (s *SwitchStatementContext) EnterRule(listener antlr.ParseTreeListener)

func (*SwitchStatementContext) ExitRule

func (s *SwitchStatementContext) ExitRule(listener antlr.ParseTreeListener)

func (*SwitchStatementContext) ExpressionInPar

func (s *SwitchStatementContext) ExpressionInPar() IExpressionInParContext

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) LBRACE

func (*SwitchStatementContext) Nls

func (*SwitchStatementContext) RBRACE

func (*SwitchStatementContext) SWITCH

func (*SwitchStatementContext) SwitchBlockStatementGroup

func (s *SwitchStatementContext) SwitchBlockStatementGroup(i int) ISwitchBlockStatementGroupContext

func (*SwitchStatementContext) ToStringTree

func (s *SwitchStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SynchronizedStmtAltContext

type SynchronizedStmtAltContext struct {
	*StatementContext
}

func NewSynchronizedStmtAltContext

func NewSynchronizedStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *SynchronizedStmtAltContext

func (*SynchronizedStmtAltContext) Block

func (*SynchronizedStmtAltContext) EnterRule

func (s *SynchronizedStmtAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*SynchronizedStmtAltContext) ExitRule

func (s *SynchronizedStmtAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*SynchronizedStmtAltContext) ExpressionInPar

func (*SynchronizedStmtAltContext) GetRuleContext

func (s *SynchronizedStmtAltContext) GetRuleContext() antlr.RuleContext

func (*SynchronizedStmtAltContext) Nls

func (*SynchronizedStmtAltContext) SYNCHRONIZED

func (s *SynchronizedStmtAltContext) SYNCHRONIZED() antlr.TerminalNode

type ThisFormalParameterContext

type ThisFormalParameterContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyThisFormalParameterContext

func NewEmptyThisFormalParameterContext() *ThisFormalParameterContext

func NewThisFormalParameterContext

func NewThisFormalParameterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ThisFormalParameterContext

func (*ThisFormalParameterContext) EnterRule

func (s *ThisFormalParameterContext) EnterRule(listener antlr.ParseTreeListener)

func (*ThisFormalParameterContext) ExitRule

func (s *ThisFormalParameterContext) ExitRule(listener antlr.ParseTreeListener)

func (*ThisFormalParameterContext) GetParser

func (s *ThisFormalParameterContext) GetParser() antlr.Parser

func (*ThisFormalParameterContext) GetRuleContext

func (s *ThisFormalParameterContext) GetRuleContext() antlr.RuleContext

func (*ThisFormalParameterContext) IsThisFormalParameterContext

func (*ThisFormalParameterContext) IsThisFormalParameterContext()

func (*ThisFormalParameterContext) THIS

func (*ThisFormalParameterContext) ToStringTree

func (s *ThisFormalParameterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*ThisFormalParameterContext) TypeType

type ThisPrmrAltContext

type ThisPrmrAltContext struct {
	*PrimaryContext
}

func NewThisPrmrAltContext

func NewThisPrmrAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ThisPrmrAltContext

func (*ThisPrmrAltContext) EnterRule

func (s *ThisPrmrAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*ThisPrmrAltContext) ExitRule

func (s *ThisPrmrAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*ThisPrmrAltContext) GetRuleContext

func (s *ThisPrmrAltContext) GetRuleContext() antlr.RuleContext

func (*ThisPrmrAltContext) THIS

type ThrowStmtAltContext

type ThrowStmtAltContext struct {
	*StatementContext
}

func NewThrowStmtAltContext

func NewThrowStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ThrowStmtAltContext

func (*ThrowStmtAltContext) EnterRule

func (s *ThrowStmtAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*ThrowStmtAltContext) ExitRule

func (s *ThrowStmtAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*ThrowStmtAltContext) Expression

func (s *ThrowStmtAltContext) Expression() IExpressionContext

func (*ThrowStmtAltContext) GetRuleContext

func (s *ThrowStmtAltContext) GetRuleContext() antlr.RuleContext

func (*ThrowStmtAltContext) THROW

type TryCatchStatementContext

type TryCatchStatementContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTryCatchStatementContext

func NewEmptyTryCatchStatementContext() *TryCatchStatementContext

func NewTryCatchStatementContext

func NewTryCatchStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TryCatchStatementContext

func (*TryCatchStatementContext) AllCatchClause

func (s *TryCatchStatementContext) AllCatchClause() []ICatchClauseContext

func (*TryCatchStatementContext) AllNls

func (s *TryCatchStatementContext) AllNls() []INlsContext

func (*TryCatchStatementContext) Block

func (*TryCatchStatementContext) CatchClause

func (*TryCatchStatementContext) EnterRule

func (s *TryCatchStatementContext) EnterRule(listener antlr.ParseTreeListener)

func (*TryCatchStatementContext) ExitRule

func (s *TryCatchStatementContext) ExitRule(listener antlr.ParseTreeListener)

func (*TryCatchStatementContext) FinallyBlock

func (*TryCatchStatementContext) GetParser

func (s *TryCatchStatementContext) GetParser() antlr.Parser

func (*TryCatchStatementContext) GetRuleContext

func (s *TryCatchStatementContext) GetRuleContext() antlr.RuleContext

func (*TryCatchStatementContext) IsTryCatchStatementContext

func (*TryCatchStatementContext) IsTryCatchStatementContext()

func (*TryCatchStatementContext) Nls

func (*TryCatchStatementContext) Resources

func (*TryCatchStatementContext) TRY

func (*TryCatchStatementContext) ToStringTree

func (s *TryCatchStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type TryCatchStmtAltContext

type TryCatchStmtAltContext struct {
	*StatementContext
}

func NewTryCatchStmtAltContext

func NewTryCatchStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *TryCatchStmtAltContext

func (*TryCatchStmtAltContext) EnterRule

func (s *TryCatchStmtAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*TryCatchStmtAltContext) ExitRule

func (s *TryCatchStmtAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*TryCatchStmtAltContext) GetRuleContext

func (s *TryCatchStmtAltContext) GetRuleContext() antlr.RuleContext

func (*TryCatchStmtAltContext) TryCatchStatement

func (s *TryCatchStmtAltContext) TryCatchStatement() ITryCatchStatementContext

type TypeArgumentContext

type TypeArgumentContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeArgumentContext

func NewEmptyTypeArgumentContext() *TypeArgumentContext

func NewTypeArgumentContext

func NewTypeArgumentContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeArgumentContext

func (*TypeArgumentContext) AnnotationsOpt

func (s *TypeArgumentContext) AnnotationsOpt() IAnnotationsOptContext

func (*TypeArgumentContext) EXTENDS

func (s *TypeArgumentContext) EXTENDS() antlr.TerminalNode

func (*TypeArgumentContext) EnterRule

func (s *TypeArgumentContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeArgumentContext) ExitRule

func (s *TypeArgumentContext) ExitRule(listener antlr.ParseTreeListener)

func (*TypeArgumentContext) GetParser

func (s *TypeArgumentContext) GetParser() antlr.Parser

func (*TypeArgumentContext) GetRuleContext

func (s *TypeArgumentContext) GetRuleContext() antlr.RuleContext

func (*TypeArgumentContext) IsTypeArgumentContext

func (*TypeArgumentContext) IsTypeArgumentContext()

func (*TypeArgumentContext) Nls

func (*TypeArgumentContext) QUESTION

func (s *TypeArgumentContext) QUESTION() antlr.TerminalNode

func (*TypeArgumentContext) SUPER

func (*TypeArgumentContext) ToStringTree

func (s *TypeArgumentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeArgumentContext) TypeType

func (s *TypeArgumentContext) TypeType() ITypeTypeContext

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) AllCOMMA

func (s *TypeArgumentsContext) AllCOMMA() []antlr.TerminalNode

func (*TypeArgumentsContext) AllNls

func (s *TypeArgumentsContext) AllNls() []INlsContext

func (*TypeArgumentsContext) AllTypeArgument

func (s *TypeArgumentsContext) AllTypeArgument() []ITypeArgumentContext

func (*TypeArgumentsContext) COMMA

func (*TypeArgumentsContext) EnterRule

func (s *TypeArgumentsContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeArgumentsContext) ExitRule

func (s *TypeArgumentsContext) ExitRule(listener antlr.ParseTreeListener)

func (*TypeArgumentsContext) GT

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) LT

func (*TypeArgumentsContext) Nls

func (*TypeArgumentsContext) ToStringTree

func (s *TypeArgumentsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeArgumentsContext) TypeArgument

func (s *TypeArgumentsContext) TypeArgument(i int) ITypeArgumentContext

type TypeArgumentsOrDiamondContext

type TypeArgumentsOrDiamondContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeArgumentsOrDiamondContext

func NewEmptyTypeArgumentsOrDiamondContext() *TypeArgumentsOrDiamondContext

func NewTypeArgumentsOrDiamondContext

func NewTypeArgumentsOrDiamondContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeArgumentsOrDiamondContext

func (*TypeArgumentsOrDiamondContext) EnterRule

func (s *TypeArgumentsOrDiamondContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeArgumentsOrDiamondContext) ExitRule

func (*TypeArgumentsOrDiamondContext) GT

func (*TypeArgumentsOrDiamondContext) GetParser

func (*TypeArgumentsOrDiamondContext) GetRuleContext

func (s *TypeArgumentsOrDiamondContext) GetRuleContext() antlr.RuleContext

func (*TypeArgumentsOrDiamondContext) IsTypeArgumentsOrDiamondContext

func (*TypeArgumentsOrDiamondContext) IsTypeArgumentsOrDiamondContext()

func (*TypeArgumentsOrDiamondContext) LT

func (*TypeArgumentsOrDiamondContext) ToStringTree

func (s *TypeArgumentsOrDiamondContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeArgumentsOrDiamondContext) TypeArguments

type TypeBoundContext

type TypeBoundContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeBoundContext

func NewEmptyTypeBoundContext() *TypeBoundContext

func NewTypeBoundContext

func NewTypeBoundContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeBoundContext

func (*TypeBoundContext) AllBITAND

func (s *TypeBoundContext) AllBITAND() []antlr.TerminalNode

func (*TypeBoundContext) AllNls

func (s *TypeBoundContext) AllNls() []INlsContext

func (*TypeBoundContext) AllTypeType

func (s *TypeBoundContext) AllTypeType() []ITypeTypeContext

func (*TypeBoundContext) BITAND

func (s *TypeBoundContext) BITAND(i int) antlr.TerminalNode

func (*TypeBoundContext) EnterRule

func (s *TypeBoundContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeBoundContext) ExitRule

func (s *TypeBoundContext) ExitRule(listener antlr.ParseTreeListener)

func (*TypeBoundContext) GetParser

func (s *TypeBoundContext) GetParser() antlr.Parser

func (*TypeBoundContext) GetRuleContext

func (s *TypeBoundContext) GetRuleContext() antlr.RuleContext

func (*TypeBoundContext) IsTypeBoundContext

func (*TypeBoundContext) IsTypeBoundContext()

func (*TypeBoundContext) Nls

func (s *TypeBoundContext) Nls(i int) INlsContext

func (*TypeBoundContext) ToStringTree

func (s *TypeBoundContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeBoundContext) TypeType

func (s *TypeBoundContext) TypeType(i int) ITypeTypeContext

type TypeDeclarationContext

type TypeDeclarationContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeDeclarationContext

func NewEmptyTypeDeclarationContext() *TypeDeclarationContext

func NewTypeDeclarationContext

func NewTypeDeclarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeDeclarationContext

func (*TypeDeclarationContext) ClassDeclaration

func (s *TypeDeclarationContext) ClassDeclaration() IClassDeclarationContext

func (*TypeDeclarationContext) ClassOrInterfaceModifiersOpt

func (s *TypeDeclarationContext) ClassOrInterfaceModifiersOpt() IClassOrInterfaceModifiersOptContext

func (*TypeDeclarationContext) EnterRule

func (s *TypeDeclarationContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeDeclarationContext) ExitRule

func (s *TypeDeclarationContext) ExitRule(listener antlr.ParseTreeListener)

func (*TypeDeclarationContext) GetParser

func (s *TypeDeclarationContext) GetParser() antlr.Parser

func (*TypeDeclarationContext) GetRuleContext

func (s *TypeDeclarationContext) GetRuleContext() antlr.RuleContext

func (*TypeDeclarationContext) IsTypeDeclarationContext

func (*TypeDeclarationContext) IsTypeDeclarationContext()

func (*TypeDeclarationContext) ToStringTree

func (s *TypeDeclarationContext) 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) AllCOMMA

func (s *TypeListContext) AllCOMMA() []antlr.TerminalNode

func (*TypeListContext) AllNls

func (s *TypeListContext) AllNls() []INlsContext

func (*TypeListContext) AllTypeType

func (s *TypeListContext) AllTypeType() []ITypeTypeContext

func (*TypeListContext) COMMA

func (s *TypeListContext) COMMA(i int) antlr.TerminalNode

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) Nls

func (s *TypeListContext) Nls(i int) INlsContext

func (*TypeListContext) ToStringTree

func (s *TypeListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeListContext) TypeType

func (s *TypeListContext) TypeType(i int) ITypeTypeContext

type TypeNamePairContext

type TypeNamePairContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeNamePairContext

func NewEmptyTypeNamePairContext() *TypeNamePairContext

func NewTypeNamePairContext

func NewTypeNamePairContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeNamePairContext

func (*TypeNamePairContext) EnterRule

func (s *TypeNamePairContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeNamePairContext) ExitRule

func (s *TypeNamePairContext) ExitRule(listener antlr.ParseTreeListener)

func (*TypeNamePairContext) GetParser

func (s *TypeNamePairContext) GetParser() antlr.Parser

func (*TypeNamePairContext) GetRuleContext

func (s *TypeNamePairContext) GetRuleContext() antlr.RuleContext

func (*TypeNamePairContext) IsTypeNamePairContext

func (*TypeNamePairContext) IsTypeNamePairContext()

func (*TypeNamePairContext) ToStringTree

func (s *TypeNamePairContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeNamePairContext) TypeType

func (s *TypeNamePairContext) TypeType() ITypeTypeContext

func (*TypeNamePairContext) VariableDeclaratorId

func (s *TypeNamePairContext) VariableDeclaratorId() IVariableDeclaratorIdContext

type TypeNamePairsContext

type TypeNamePairsContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeNamePairsContext

func NewEmptyTypeNamePairsContext() *TypeNamePairsContext

func NewTypeNamePairsContext

func NewTypeNamePairsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeNamePairsContext

func (*TypeNamePairsContext) AllCOMMA

func (s *TypeNamePairsContext) AllCOMMA() []antlr.TerminalNode

func (*TypeNamePairsContext) AllTypeNamePair

func (s *TypeNamePairsContext) AllTypeNamePair() []ITypeNamePairContext

func (*TypeNamePairsContext) COMMA

func (*TypeNamePairsContext) EnterRule

func (s *TypeNamePairsContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeNamePairsContext) ExitRule

func (s *TypeNamePairsContext) ExitRule(listener antlr.ParseTreeListener)

func (*TypeNamePairsContext) GetParser

func (s *TypeNamePairsContext) GetParser() antlr.Parser

func (*TypeNamePairsContext) GetRuleContext

func (s *TypeNamePairsContext) GetRuleContext() antlr.RuleContext

func (*TypeNamePairsContext) IsTypeNamePairsContext

func (*TypeNamePairsContext) IsTypeNamePairsContext()

func (*TypeNamePairsContext) LPAREN

func (*TypeNamePairsContext) Rparen

func (*TypeNamePairsContext) ToStringTree

func (s *TypeNamePairsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeNamePairsContext) TypeNamePair

func (s *TypeNamePairsContext) TypeNamePair(i int) ITypeNamePairContext

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) ClassName

func (s *TypeParameterContext) ClassName() IClassNameContext

func (*TypeParameterContext) EXTENDS

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) IsTypeParameterContext

func (*TypeParameterContext) IsTypeParameterContext()

func (*TypeParameterContext) Nls

func (*TypeParameterContext) ToStringTree

func (s *TypeParameterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeParameterContext) TypeBound

func (s *TypeParameterContext) TypeBound() ITypeBoundContext

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) AllCOMMA

func (s *TypeParametersContext) AllCOMMA() []antlr.TerminalNode

func (*TypeParametersContext) AllNls

func (s *TypeParametersContext) AllNls() []INlsContext

func (*TypeParametersContext) AllTypeParameter

func (s *TypeParametersContext) AllTypeParameter() []ITypeParameterContext

func (*TypeParametersContext) COMMA

func (*TypeParametersContext) EnterRule

func (s *TypeParametersContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeParametersContext) ExitRule

func (s *TypeParametersContext) ExitRule(listener antlr.ParseTreeListener)

func (*TypeParametersContext) GT

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) LT

func (*TypeParametersContext) Nls

func (*TypeParametersContext) ToStringTree

func (s *TypeParametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeParametersContext) TypeParameter

func (s *TypeParametersContext) TypeParameter(i int) ITypeParameterContext

type TypeTypeContext

type TypeTypeContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTypeTypeContext

func NewEmptyTypeTypeContext() *TypeTypeContext

func NewTypeTypeContext

func NewTypeTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypeTypeContext

func (*TypeTypeContext) AnnotationsOpt

func (s *TypeTypeContext) AnnotationsOpt() IAnnotationsOptContext

func (*TypeTypeContext) DimsOpt

func (s *TypeTypeContext) DimsOpt() IDimsOptContext

func (*TypeTypeContext) EnterRule

func (s *TypeTypeContext) EnterRule(listener antlr.ParseTreeListener)

func (*TypeTypeContext) ExitRule

func (s *TypeTypeContext) ExitRule(listener antlr.ParseTreeListener)

func (*TypeTypeContext) GeneralClassOrInterfaceType

func (s *TypeTypeContext) GeneralClassOrInterfaceType() IGeneralClassOrInterfaceTypeContext

func (*TypeTypeContext) GetParser

func (s *TypeTypeContext) GetParser() antlr.Parser

func (*TypeTypeContext) GetRuleContext

func (s *TypeTypeContext) GetRuleContext() antlr.RuleContext

func (*TypeTypeContext) IsTypeTypeContext

func (*TypeTypeContext) IsTypeTypeContext()

func (*TypeTypeContext) PrimitiveType

func (s *TypeTypeContext) PrimitiveType() IPrimitiveTypeContext

func (*TypeTypeContext) ToStringTree

func (s *TypeTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*TypeTypeContext) VOID

type UnaryAddExprAltContext

type UnaryAddExprAltContext struct {
	*CastOperandExpressionContext
	// contains filtered or unexported fields
}

func NewUnaryAddExprAltContext

func NewUnaryAddExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *UnaryAddExprAltContext

func (*UnaryAddExprAltContext) ADD

func (*UnaryAddExprAltContext) CastOperandExpression

func (s *UnaryAddExprAltContext) CastOperandExpression() ICastOperandExpressionContext

func (*UnaryAddExprAltContext) DEC

func (*UnaryAddExprAltContext) EnterRule

func (s *UnaryAddExprAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*UnaryAddExprAltContext) ExitRule

func (s *UnaryAddExprAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*UnaryAddExprAltContext) GetOp

func (s *UnaryAddExprAltContext) GetOp() antlr.Token

func (*UnaryAddExprAltContext) GetRuleContext

func (s *UnaryAddExprAltContext) GetRuleContext() antlr.RuleContext

func (*UnaryAddExprAltContext) INC

func (*UnaryAddExprAltContext) SUB

func (*UnaryAddExprAltContext) SetOp

func (s *UnaryAddExprAltContext) SetOp(v antlr.Token)

type UnaryAddExprAltForExprContext

type UnaryAddExprAltForExprContext struct {
	*ExpressionContext
	// contains filtered or unexported fields
}

func NewUnaryAddExprAltForExprContext

func NewUnaryAddExprAltForExprContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *UnaryAddExprAltForExprContext

func (*UnaryAddExprAltForExprContext) ADD

func (*UnaryAddExprAltForExprContext) DEC

func (*UnaryAddExprAltForExprContext) EnterRule

func (s *UnaryAddExprAltForExprContext) EnterRule(listener antlr.ParseTreeListener)

func (*UnaryAddExprAltForExprContext) ExitRule

func (*UnaryAddExprAltForExprContext) Expression

func (*UnaryAddExprAltForExprContext) GetOp

func (*UnaryAddExprAltForExprContext) GetRuleContext

func (s *UnaryAddExprAltForExprContext) GetRuleContext() antlr.RuleContext

func (*UnaryAddExprAltForExprContext) INC

func (*UnaryAddExprAltForExprContext) SUB

func (*UnaryAddExprAltForExprContext) SetOp

type UnaryNotExprAltContext

type UnaryNotExprAltContext struct {
	*CastOperandExpressionContext
}

func NewUnaryNotExprAltContext

func NewUnaryNotExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *UnaryNotExprAltContext

func (*UnaryNotExprAltContext) BITNOT

func (*UnaryNotExprAltContext) CastOperandExpression

func (s *UnaryNotExprAltContext) CastOperandExpression() ICastOperandExpressionContext

func (*UnaryNotExprAltContext) EnterRule

func (s *UnaryNotExprAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*UnaryNotExprAltContext) ExitRule

func (s *UnaryNotExprAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*UnaryNotExprAltContext) GetRuleContext

func (s *UnaryNotExprAltContext) GetRuleContext() antlr.RuleContext

func (*UnaryNotExprAltContext) NOT

func (*UnaryNotExprAltContext) Nls

type UnaryNotExprAltForExprContext

type UnaryNotExprAltForExprContext struct {
	*ExpressionContext
}

func NewUnaryNotExprAltForExprContext

func NewUnaryNotExprAltForExprContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *UnaryNotExprAltForExprContext

func (*UnaryNotExprAltForExprContext) BITNOT

func (*UnaryNotExprAltForExprContext) EnterRule

func (s *UnaryNotExprAltForExprContext) EnterRule(listener antlr.ParseTreeListener)

func (*UnaryNotExprAltForExprContext) ExitRule

func (*UnaryNotExprAltForExprContext) Expression

func (*UnaryNotExprAltForExprContext) GetRuleContext

func (s *UnaryNotExprAltForExprContext) GetRuleContext() antlr.RuleContext

func (*UnaryNotExprAltForExprContext) NOT

func (*UnaryNotExprAltForExprContext) Nls

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, t int) *VariableDeclarationContext

func (*VariableDeclarationContext) ASSIGN

func (*VariableDeclarationContext) AllNls

func (*VariableDeclarationContext) ClassifiedModifiers

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) GetT

func (s *VariableDeclarationContext) GetT() int

func (*VariableDeclarationContext) IsVariableDeclarationContext

func (*VariableDeclarationContext) IsVariableDeclarationContext()

func (*VariableDeclarationContext) Nls

func (*VariableDeclarationContext) SetT

func (s *VariableDeclarationContext) SetT(v int)

func (*VariableDeclarationContext) ToStringTree

func (s *VariableDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*VariableDeclarationContext) TypeNamePairs

func (*VariableDeclarationContext) TypeType

func (*VariableDeclarationContext) VariableDeclarators

func (*VariableDeclarationContext) VariableInitializer

type VariableDeclaratorContext

type VariableDeclaratorContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyVariableDeclaratorContext

func NewEmptyVariableDeclaratorContext() *VariableDeclaratorContext

func NewVariableDeclaratorContext

func NewVariableDeclaratorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VariableDeclaratorContext

func (*VariableDeclaratorContext) ASSIGN

func (*VariableDeclaratorContext) AllNls

func (s *VariableDeclaratorContext) AllNls() []INlsContext

func (*VariableDeclaratorContext) EnterRule

func (s *VariableDeclaratorContext) EnterRule(listener antlr.ParseTreeListener)

func (*VariableDeclaratorContext) ExitRule

func (s *VariableDeclaratorContext) ExitRule(listener antlr.ParseTreeListener)

func (*VariableDeclaratorContext) GetParser

func (s *VariableDeclaratorContext) GetParser() antlr.Parser

func (*VariableDeclaratorContext) GetRuleContext

func (s *VariableDeclaratorContext) GetRuleContext() antlr.RuleContext

func (*VariableDeclaratorContext) IsVariableDeclaratorContext

func (*VariableDeclaratorContext) IsVariableDeclaratorContext()

func (*VariableDeclaratorContext) Nls

func (*VariableDeclaratorContext) ToStringTree

func (s *VariableDeclaratorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*VariableDeclaratorContext) VariableDeclaratorId

func (s *VariableDeclaratorContext) VariableDeclaratorId() IVariableDeclaratorIdContext

func (*VariableDeclaratorContext) VariableInitializer

func (s *VariableDeclaratorContext) VariableInitializer() IVariableInitializerContext

type VariableDeclaratorIdContext

type VariableDeclaratorIdContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyVariableDeclaratorIdContext

func NewEmptyVariableDeclaratorIdContext() *VariableDeclaratorIdContext

func NewVariableDeclaratorIdContext

func NewVariableDeclaratorIdContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VariableDeclaratorIdContext

func (*VariableDeclaratorIdContext) EnterRule

func (s *VariableDeclaratorIdContext) EnterRule(listener antlr.ParseTreeListener)

func (*VariableDeclaratorIdContext) ExitRule

func (s *VariableDeclaratorIdContext) ExitRule(listener antlr.ParseTreeListener)

func (*VariableDeclaratorIdContext) GetParser

func (s *VariableDeclaratorIdContext) GetParser() antlr.Parser

func (*VariableDeclaratorIdContext) GetRuleContext

func (s *VariableDeclaratorIdContext) GetRuleContext() antlr.RuleContext

func (*VariableDeclaratorIdContext) Identifier

func (*VariableDeclaratorIdContext) IsVariableDeclaratorIdContext

func (*VariableDeclaratorIdContext) IsVariableDeclaratorIdContext()

func (*VariableDeclaratorIdContext) ToStringTree

func (s *VariableDeclaratorIdContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type VariableDeclaratorsContext

type VariableDeclaratorsContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyVariableDeclaratorsContext

func NewEmptyVariableDeclaratorsContext() *VariableDeclaratorsContext

func NewVariableDeclaratorsContext

func NewVariableDeclaratorsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VariableDeclaratorsContext

func (*VariableDeclaratorsContext) AllCOMMA

func (*VariableDeclaratorsContext) AllNls

func (*VariableDeclaratorsContext) AllVariableDeclarator

func (s *VariableDeclaratorsContext) AllVariableDeclarator() []IVariableDeclaratorContext

func (*VariableDeclaratorsContext) COMMA

func (*VariableDeclaratorsContext) EnterRule

func (s *VariableDeclaratorsContext) EnterRule(listener antlr.ParseTreeListener)

func (*VariableDeclaratorsContext) ExitRule

func (s *VariableDeclaratorsContext) ExitRule(listener antlr.ParseTreeListener)

func (*VariableDeclaratorsContext) GetParser

func (s *VariableDeclaratorsContext) GetParser() antlr.Parser

func (*VariableDeclaratorsContext) GetRuleContext

func (s *VariableDeclaratorsContext) GetRuleContext() antlr.RuleContext

func (*VariableDeclaratorsContext) IsVariableDeclaratorsContext

func (*VariableDeclaratorsContext) IsVariableDeclaratorsContext()

func (*VariableDeclaratorsContext) Nls

func (*VariableDeclaratorsContext) ToStringTree

func (s *VariableDeclaratorsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*VariableDeclaratorsContext) VariableDeclarator

type VariableInitializerContext

type VariableInitializerContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyVariableInitializerContext

func NewEmptyVariableInitializerContext() *VariableInitializerContext

func NewVariableInitializerContext

func NewVariableInitializerContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VariableInitializerContext

func (*VariableInitializerContext) EnhancedStatementExpression

func (s *VariableInitializerContext) EnhancedStatementExpression() IEnhancedStatementExpressionContext

func (*VariableInitializerContext) EnterRule

func (s *VariableInitializerContext) EnterRule(listener antlr.ParseTreeListener)

func (*VariableInitializerContext) ExitRule

func (s *VariableInitializerContext) ExitRule(listener antlr.ParseTreeListener)

func (*VariableInitializerContext) GetParser

func (s *VariableInitializerContext) GetParser() antlr.Parser

func (*VariableInitializerContext) GetRuleContext

func (s *VariableInitializerContext) GetRuleContext() antlr.RuleContext

func (*VariableInitializerContext) IsVariableInitializerContext

func (*VariableInitializerContext) IsVariableInitializerContext()

func (*VariableInitializerContext) ToStringTree

func (s *VariableInitializerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type VariableInitializersContext

type VariableInitializersContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyVariableInitializersContext

func NewEmptyVariableInitializersContext() *VariableInitializersContext

func NewVariableInitializersContext

func NewVariableInitializersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VariableInitializersContext

func (*VariableInitializersContext) AllCOMMA

func (*VariableInitializersContext) AllNls

func (*VariableInitializersContext) AllVariableInitializer

func (s *VariableInitializersContext) AllVariableInitializer() []IVariableInitializerContext

func (*VariableInitializersContext) COMMA

func (*VariableInitializersContext) EnterRule

func (s *VariableInitializersContext) EnterRule(listener antlr.ParseTreeListener)

func (*VariableInitializersContext) ExitRule

func (s *VariableInitializersContext) ExitRule(listener antlr.ParseTreeListener)

func (*VariableInitializersContext) GetParser

func (s *VariableInitializersContext) GetParser() antlr.Parser

func (*VariableInitializersContext) GetRuleContext

func (s *VariableInitializersContext) GetRuleContext() antlr.RuleContext

func (*VariableInitializersContext) IsVariableInitializersContext

func (*VariableInitializersContext) IsVariableInitializersContext()

func (*VariableInitializersContext) Nls

func (*VariableInitializersContext) ToStringTree

func (s *VariableInitializersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*VariableInitializersContext) VariableInitializer

type VariableModifierContext

type VariableModifierContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyVariableModifierContext

func NewEmptyVariableModifierContext() *VariableModifierContext

func NewVariableModifierContext

func NewVariableModifierContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VariableModifierContext

func (*VariableModifierContext) ABSTRACT

func (*VariableModifierContext) Annotation

func (*VariableModifierContext) DEF

func (*VariableModifierContext) EnterRule

func (s *VariableModifierContext) EnterRule(listener antlr.ParseTreeListener)

func (*VariableModifierContext) ExitRule

func (s *VariableModifierContext) ExitRule(listener antlr.ParseTreeListener)

func (*VariableModifierContext) FINAL

func (*VariableModifierContext) GetM

func (*VariableModifierContext) GetParser

func (s *VariableModifierContext) GetParser() antlr.Parser

func (*VariableModifierContext) GetRuleContext

func (s *VariableModifierContext) GetRuleContext() antlr.RuleContext

func (*VariableModifierContext) IsVariableModifierContext

func (*VariableModifierContext) IsVariableModifierContext()

func (*VariableModifierContext) PRIVATE

func (*VariableModifierContext) PROTECTED

func (*VariableModifierContext) PUBLIC

func (*VariableModifierContext) STATIC

func (*VariableModifierContext) STRICTFP

func (*VariableModifierContext) SetM

func (s *VariableModifierContext) SetM(v antlr.Token)

func (*VariableModifierContext) ToStringTree

func (s *VariableModifierContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*VariableModifierContext) VAR

type VariableModifiersContext

type VariableModifiersContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyVariableModifiersContext

func NewEmptyVariableModifiersContext() *VariableModifiersContext

func NewVariableModifiersContext

func NewVariableModifiersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VariableModifiersContext

func (*VariableModifiersContext) AllNls

func (s *VariableModifiersContext) AllNls() []INlsContext

func (*VariableModifiersContext) AllVariableModifier

func (s *VariableModifiersContext) AllVariableModifier() []IVariableModifierContext

func (*VariableModifiersContext) EnterRule

func (s *VariableModifiersContext) EnterRule(listener antlr.ParseTreeListener)

func (*VariableModifiersContext) ExitRule

func (s *VariableModifiersContext) ExitRule(listener antlr.ParseTreeListener)

func (*VariableModifiersContext) GetParser

func (s *VariableModifiersContext) GetParser() antlr.Parser

func (*VariableModifiersContext) GetRuleContext

func (s *VariableModifiersContext) GetRuleContext() antlr.RuleContext

func (*VariableModifiersContext) IsVariableModifiersContext

func (*VariableModifiersContext) IsVariableModifiersContext()

func (*VariableModifiersContext) Nls

func (*VariableModifiersContext) ToStringTree

func (s *VariableModifiersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*VariableModifiersContext) VariableModifier

func (s *VariableModifiersContext) VariableModifier(i int) IVariableModifierContext

type VariableModifiersOptContext

type VariableModifiersOptContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyVariableModifiersOptContext

func NewEmptyVariableModifiersOptContext() *VariableModifiersOptContext

func NewVariableModifiersOptContext

func NewVariableModifiersOptContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VariableModifiersOptContext

func (*VariableModifiersOptContext) EnterRule

func (s *VariableModifiersOptContext) EnterRule(listener antlr.ParseTreeListener)

func (*VariableModifiersOptContext) ExitRule

func (s *VariableModifiersOptContext) ExitRule(listener antlr.ParseTreeListener)

func (*VariableModifiersOptContext) GetParser

func (s *VariableModifiersOptContext) GetParser() antlr.Parser

func (*VariableModifiersOptContext) GetRuleContext

func (s *VariableModifiersOptContext) GetRuleContext() antlr.RuleContext

func (*VariableModifiersOptContext) IsVariableModifiersOptContext

func (*VariableModifiersOptContext) IsVariableModifiersOptContext()

func (*VariableModifiersOptContext) ToStringTree

func (s *VariableModifiersOptContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*VariableModifiersOptContext) VariableModifiers

type VariableNamesContext

type VariableNamesContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyVariableNamesContext

func NewEmptyVariableNamesContext() *VariableNamesContext

func NewVariableNamesContext

func NewVariableNamesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VariableNamesContext

func (*VariableNamesContext) AllCOMMA

func (s *VariableNamesContext) AllCOMMA() []antlr.TerminalNode

func (*VariableNamesContext) AllVariableDeclaratorId

func (s *VariableNamesContext) AllVariableDeclaratorId() []IVariableDeclaratorIdContext

func (*VariableNamesContext) COMMA

func (*VariableNamesContext) EnterRule

func (s *VariableNamesContext) EnterRule(listener antlr.ParseTreeListener)

func (*VariableNamesContext) ExitRule

func (s *VariableNamesContext) ExitRule(listener antlr.ParseTreeListener)

func (*VariableNamesContext) GetParser

func (s *VariableNamesContext) GetParser() antlr.Parser

func (*VariableNamesContext) GetRuleContext

func (s *VariableNamesContext) GetRuleContext() antlr.RuleContext

func (*VariableNamesContext) IsVariableNamesContext

func (*VariableNamesContext) IsVariableNamesContext()

func (*VariableNamesContext) LPAREN

func (*VariableNamesContext) Rparen

func (*VariableNamesContext) ToStringTree

func (s *VariableNamesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*VariableNamesContext) VariableDeclaratorId

func (s *VariableNamesContext) VariableDeclaratorId(i int) IVariableDeclaratorIdContext

type WhileStmtAltContext

type WhileStmtAltContext struct {
	*LoopStatementContext
}

func NewWhileStmtAltContext

func NewWhileStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *WhileStmtAltContext

func (*WhileStmtAltContext) EnterRule

func (s *WhileStmtAltContext) EnterRule(listener antlr.ParseTreeListener)

func (*WhileStmtAltContext) ExitRule

func (s *WhileStmtAltContext) ExitRule(listener antlr.ParseTreeListener)

func (*WhileStmtAltContext) ExpressionInPar

func (s *WhileStmtAltContext) ExpressionInPar() IExpressionInParContext

func (*WhileStmtAltContext) GetRuleContext

func (s *WhileStmtAltContext) GetRuleContext() antlr.RuleContext

func (*WhileStmtAltContext) Nls

func (*WhileStmtAltContext) Statement

func (s *WhileStmtAltContext) Statement() IStatementContext

func (*WhileStmtAltContext) WHILE

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL