Documentation ¶
Index ¶
- Constants
- type AdditiveExprAltContext
- func (s *AdditiveExprAltContext) ADD() antlr.TerminalNode
- func (s *AdditiveExprAltContext) AllExpression() []IExpressionContext
- func (s *AdditiveExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AdditiveExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AdditiveExprAltContext) Expression(i int) IExpressionContext
- func (s *AdditiveExprAltContext) GetLeft() IExpressionContext
- func (s *AdditiveExprAltContext) GetOp() antlr.Token
- func (s *AdditiveExprAltContext) GetRight() IExpressionContext
- func (s *AdditiveExprAltContext) GetRuleContext() antlr.RuleContext
- func (s *AdditiveExprAltContext) Nls() INlsContext
- func (s *AdditiveExprAltContext) SUB() antlr.TerminalNode
- func (s *AdditiveExprAltContext) SetLeft(v IExpressionContext)
- func (s *AdditiveExprAltContext) SetOp(v antlr.Token)
- func (s *AdditiveExprAltContext) SetRight(v IExpressionContext)
- type AndExprAltContext
- func (s *AndExprAltContext) AllExpression() []IExpressionContext
- func (s *AndExprAltContext) AllNls() []INlsContext
- func (s *AndExprAltContext) BITAND() antlr.TerminalNode
- func (s *AndExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AndExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AndExprAltContext) Expression(i int) IExpressionContext
- func (s *AndExprAltContext) GetLeft() IExpressionContext
- func (s *AndExprAltContext) GetOp() antlr.Token
- func (s *AndExprAltContext) GetRight() IExpressionContext
- func (s *AndExprAltContext) GetRuleContext() antlr.RuleContext
- func (s *AndExprAltContext) Nls(i int) INlsContext
- func (s *AndExprAltContext) SetLeft(v IExpressionContext)
- func (s *AndExprAltContext) SetOp(v antlr.Token)
- func (s *AndExprAltContext) SetRight(v IExpressionContext)
- type AnnotatedQualifiedClassNameContext
- func (s *AnnotatedQualifiedClassNameContext) AnnotationsOpt() IAnnotationsOptContext
- func (s *AnnotatedQualifiedClassNameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AnnotatedQualifiedClassNameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AnnotatedQualifiedClassNameContext) GetParser() antlr.Parser
- func (s *AnnotatedQualifiedClassNameContext) GetRuleContext() antlr.RuleContext
- func (*AnnotatedQualifiedClassNameContext) IsAnnotatedQualifiedClassNameContext()
- func (s *AnnotatedQualifiedClassNameContext) QualifiedClassName() IQualifiedClassNameContext
- func (s *AnnotatedQualifiedClassNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AnnotationContext
- func (s *AnnotationContext) AT() antlr.TerminalNode
- func (s *AnnotationContext) AnnotationName() IAnnotationNameContext
- func (s *AnnotationContext) ElementValues() IElementValuesContext
- func (s *AnnotationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AnnotationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AnnotationContext) GetParser() antlr.Parser
- func (s *AnnotationContext) GetRuleContext() antlr.RuleContext
- func (*AnnotationContext) IsAnnotationContext()
- func (s *AnnotationContext) LPAREN() antlr.TerminalNode
- func (s *AnnotationContext) Rparen() IRparenContext
- func (s *AnnotationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AnnotationNameContext
- func (s *AnnotationNameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AnnotationNameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AnnotationNameContext) GetParser() antlr.Parser
- func (s *AnnotationNameContext) GetRuleContext() antlr.RuleContext
- func (*AnnotationNameContext) IsAnnotationNameContext()
- func (s *AnnotationNameContext) QualifiedClassName() IQualifiedClassNameContext
- func (s *AnnotationNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AnnotationsOptContext
- func (s *AnnotationsOptContext) AllAnnotation() []IAnnotationContext
- func (s *AnnotationsOptContext) AllNls() []INlsContext
- func (s *AnnotationsOptContext) Annotation(i int) IAnnotationContext
- func (s *AnnotationsOptContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AnnotationsOptContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AnnotationsOptContext) GetParser() antlr.Parser
- func (s *AnnotationsOptContext) GetRuleContext() antlr.RuleContext
- func (*AnnotationsOptContext) IsAnnotationsOptContext()
- func (s *AnnotationsOptContext) Nls(i int) INlsContext
- func (s *AnnotationsOptContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AnonymousInnerClassDeclarationContext
- func (s *AnonymousInnerClassDeclarationContext) ClassBody() IClassBodyContext
- func (s *AnonymousInnerClassDeclarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AnonymousInnerClassDeclarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AnonymousInnerClassDeclarationContext) GetParser() antlr.Parser
- func (s *AnonymousInnerClassDeclarationContext) GetRuleContext() antlr.RuleContext
- func (s *AnonymousInnerClassDeclarationContext) GetT() int
- func (*AnonymousInnerClassDeclarationContext) IsAnonymousInnerClassDeclarationContext()
- func (s *AnonymousInnerClassDeclarationContext) SetT(v int)
- func (s *AnonymousInnerClassDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ArgumentListContext
- func (s *ArgumentListContext) AllArgumentListElement() []IArgumentListElementContext
- func (s *ArgumentListContext) AllCOMMA() []antlr.TerminalNode
- func (s *ArgumentListContext) AllNls() []INlsContext
- func (s *ArgumentListContext) ArgumentListElement(i int) IArgumentListElementContext
- func (s *ArgumentListContext) COMMA(i int) antlr.TerminalNode
- func (s *ArgumentListContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ArgumentListContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ArgumentListContext) GetParser() antlr.Parser
- func (s *ArgumentListContext) GetRuleContext() antlr.RuleContext
- func (*ArgumentListContext) IsArgumentListContext()
- func (s *ArgumentListContext) Nls(i int) INlsContext
- func (s *ArgumentListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ArgumentListElementContext
- func (s *ArgumentListElementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ArgumentListElementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ArgumentListElementContext) ExpressionListElement() IExpressionListElementContext
- func (s *ArgumentListElementContext) GetParser() antlr.Parser
- func (s *ArgumentListElementContext) GetRuleContext() antlr.RuleContext
- func (*ArgumentListElementContext) IsArgumentListElementContext()
- func (s *ArgumentListElementContext) MapEntry() IMapEntryContext
- func (s *ArgumentListElementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ArgumentsContext
- func (s *ArgumentsContext) COMMA() antlr.TerminalNode
- func (s *ArgumentsContext) EnhancedArgumentList() IEnhancedArgumentListContext
- func (s *ArgumentsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ArgumentsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ArgumentsContext) GetParser() antlr.Parser
- func (s *ArgumentsContext) GetRuleContext() antlr.RuleContext
- func (*ArgumentsContext) IsArgumentsContext()
- func (s *ArgumentsContext) LPAREN() antlr.TerminalNode
- func (s *ArgumentsContext) Rparen() IRparenContext
- func (s *ArgumentsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ArrayInitializerContext
- func (s *ArrayInitializerContext) AllNls() []INlsContext
- func (s *ArrayInitializerContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ArrayInitializerContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ArrayInitializerContext) GetParser() antlr.Parser
- func (s *ArrayInitializerContext) GetRuleContext() antlr.RuleContext
- func (*ArrayInitializerContext) IsArrayInitializerContext()
- func (s *ArrayInitializerContext) LBRACE() antlr.TerminalNode
- func (s *ArrayInitializerContext) Nls(i int) INlsContext
- func (s *ArrayInitializerContext) RBRACE() antlr.TerminalNode
- func (s *ArrayInitializerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ArrayInitializerContext) VariableInitializers() IVariableInitializersContext
- type AssertStatementContext
- func (s *AssertStatementContext) ASSERT() antlr.TerminalNode
- func (s *AssertStatementContext) AllExpression() []IExpressionContext
- func (s *AssertStatementContext) AllNls() []INlsContext
- func (s *AssertStatementContext) COLON() antlr.TerminalNode
- func (s *AssertStatementContext) COMMA() antlr.TerminalNode
- func (s *AssertStatementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AssertStatementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AssertStatementContext) Expression(i int) IExpressionContext
- func (s *AssertStatementContext) GetCe() IExpressionContext
- func (s *AssertStatementContext) GetMe() IExpressionContext
- func (s *AssertStatementContext) GetParser() antlr.Parser
- func (s *AssertStatementContext) GetRuleContext() antlr.RuleContext
- func (*AssertStatementContext) IsAssertStatementContext()
- func (s *AssertStatementContext) Nls(i int) INlsContext
- func (s *AssertStatementContext) SetCe(v IExpressionContext)
- func (s *AssertStatementContext) SetMe(v IExpressionContext)
- func (s *AssertStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AssertStmtAltContext
- type AssignmentExprAltContext
- func (s *AssignmentExprAltContext) ADD_ASSIGN() antlr.TerminalNode
- func (s *AssignmentExprAltContext) AND_ASSIGN() antlr.TerminalNode
- func (s *AssignmentExprAltContext) ASSIGN() antlr.TerminalNode
- func (s *AssignmentExprAltContext) AllNls() []INlsContext
- func (s *AssignmentExprAltContext) DIV_ASSIGN() antlr.TerminalNode
- func (s *AssignmentExprAltContext) ELVIS_ASSIGN() antlr.TerminalNode
- func (s *AssignmentExprAltContext) EnhancedStatementExpression() IEnhancedStatementExpressionContext
- func (s *AssignmentExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AssignmentExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AssignmentExprAltContext) Expression() IExpressionContext
- func (s *AssignmentExprAltContext) GetLeft() IExpressionContext
- func (s *AssignmentExprAltContext) GetOp() antlr.Token
- func (s *AssignmentExprAltContext) GetRuleContext() antlr.RuleContext
- func (s *AssignmentExprAltContext) LSHIFT_ASSIGN() antlr.TerminalNode
- func (s *AssignmentExprAltContext) MOD_ASSIGN() antlr.TerminalNode
- func (s *AssignmentExprAltContext) MUL_ASSIGN() antlr.TerminalNode
- func (s *AssignmentExprAltContext) Nls(i int) INlsContext
- func (s *AssignmentExprAltContext) OR_ASSIGN() antlr.TerminalNode
- func (s *AssignmentExprAltContext) POWER_ASSIGN() antlr.TerminalNode
- func (s *AssignmentExprAltContext) RSHIFT_ASSIGN() antlr.TerminalNode
- func (s *AssignmentExprAltContext) SUB_ASSIGN() antlr.TerminalNode
- func (s *AssignmentExprAltContext) SetLeft(v IExpressionContext)
- func (s *AssignmentExprAltContext) SetOp(v antlr.Token)
- func (s *AssignmentExprAltContext) URSHIFT_ASSIGN() antlr.TerminalNode
- func (s *AssignmentExprAltContext) XOR_ASSIGN() antlr.TerminalNode
- type BaseGroovyParserListener
- func (s *BaseGroovyParserListener) EnterAdditiveExprAlt(ctx *AdditiveExprAltContext)
- func (s *BaseGroovyParserListener) EnterAndExprAlt(ctx *AndExprAltContext)
- func (s *BaseGroovyParserListener) EnterAnnotatedQualifiedClassName(ctx *AnnotatedQualifiedClassNameContext)
- func (s *BaseGroovyParserListener) EnterAnnotation(ctx *AnnotationContext)
- func (s *BaseGroovyParserListener) EnterAnnotationName(ctx *AnnotationNameContext)
- func (s *BaseGroovyParserListener) EnterAnnotationsOpt(ctx *AnnotationsOptContext)
- func (s *BaseGroovyParserListener) EnterAnonymousInnerClassDeclaration(ctx *AnonymousInnerClassDeclarationContext)
- func (s *BaseGroovyParserListener) EnterArgumentList(ctx *ArgumentListContext)
- func (s *BaseGroovyParserListener) EnterArgumentListElement(ctx *ArgumentListElementContext)
- func (s *BaseGroovyParserListener) EnterArguments(ctx *ArgumentsContext)
- func (s *BaseGroovyParserListener) EnterArrayInitializer(ctx *ArrayInitializerContext)
- func (s *BaseGroovyParserListener) EnterAssertStatement(ctx *AssertStatementContext)
- func (s *BaseGroovyParserListener) EnterAssertStmtAlt(ctx *AssertStmtAltContext)
- func (s *BaseGroovyParserListener) EnterAssignmentExprAlt(ctx *AssignmentExprAltContext)
- func (s *BaseGroovyParserListener) EnterBlock(ctx *BlockContext)
- func (s *BaseGroovyParserListener) EnterBlockStatement(ctx *BlockStatementContext)
- func (s *BaseGroovyParserListener) EnterBlockStatements(ctx *BlockStatementsContext)
- func (s *BaseGroovyParserListener) EnterBlockStatementsOpt(ctx *BlockStatementsOptContext)
- func (s *BaseGroovyParserListener) EnterBlockStmtAlt(ctx *BlockStmtAltContext)
- func (s *BaseGroovyParserListener) EnterBoolLiteralAlt(ctx *BoolLiteralAltContext)
- func (s *BaseGroovyParserListener) EnterBreakStatement(ctx *BreakStatementContext)
- func (s *BaseGroovyParserListener) EnterBreakStmtAlt(ctx *BreakStmtAltContext)
- func (s *BaseGroovyParserListener) EnterBuiltInType(ctx *BuiltInTypeContext)
- func (s *BaseGroovyParserListener) EnterBuiltInTypePrmrAlt(ctx *BuiltInTypePrmrAltContext)
- func (s *BaseGroovyParserListener) EnterCastExprAlt(ctx *CastExprAltContext)
- func (s *BaseGroovyParserListener) EnterCastExprAltForExpr(ctx *CastExprAltForExprContext)
- func (s *BaseGroovyParserListener) EnterCastParExpression(ctx *CastParExpressionContext)
- func (s *BaseGroovyParserListener) EnterCatchClause(ctx *CatchClauseContext)
- func (s *BaseGroovyParserListener) EnterCatchType(ctx *CatchTypeContext)
- func (s *BaseGroovyParserListener) EnterClassBody(ctx *ClassBodyContext)
- func (s *BaseGroovyParserListener) EnterClassBodyDeclaration(ctx *ClassBodyDeclarationContext)
- func (s *BaseGroovyParserListener) EnterClassDeclaration(ctx *ClassDeclarationContext)
- func (s *BaseGroovyParserListener) EnterClassName(ctx *ClassNameContext)
- func (s *BaseGroovyParserListener) EnterClassOrInterfaceModifier(ctx *ClassOrInterfaceModifierContext)
- func (s *BaseGroovyParserListener) EnterClassOrInterfaceModifiers(ctx *ClassOrInterfaceModifiersContext)
- func (s *BaseGroovyParserListener) EnterClassOrInterfaceModifiersOpt(ctx *ClassOrInterfaceModifiersOptContext)
- func (s *BaseGroovyParserListener) EnterClassOrInterfaceType(ctx *ClassOrInterfaceTypeContext)
- func (s *BaseGroovyParserListener) EnterClassicalForControl(ctx *ClassicalForControlContext)
- func (s *BaseGroovyParserListener) EnterClassifiedModifiers(ctx *ClassifiedModifiersContext)
- func (s *BaseGroovyParserListener) EnterClosure(ctx *ClosureContext)
- func (s *BaseGroovyParserListener) EnterClosureOrLambdaExpression(ctx *ClosureOrLambdaExpressionContext)
- func (s *BaseGroovyParserListener) EnterClosureOrLambdaExpressionPrmrAlt(ctx *ClosureOrLambdaExpressionPrmrAltContext)
- func (s *BaseGroovyParserListener) EnterCommandArgument(ctx *CommandArgumentContext)
- func (s *BaseGroovyParserListener) EnterCommandExprAlt(ctx *CommandExprAltContext)
- func (s *BaseGroovyParserListener) EnterCommandExpression(ctx *CommandExpressionContext)
- func (s *BaseGroovyParserListener) EnterCompilationUnit(ctx *CompilationUnitContext)
- func (s *BaseGroovyParserListener) EnterConditionalExprAlt(ctx *ConditionalExprAltContext)
- func (s *BaseGroovyParserListener) EnterConditionalStatement(ctx *ConditionalStatementContext)
- func (s *BaseGroovyParserListener) EnterConditionalStmtAlt(ctx *ConditionalStmtAltContext)
- func (s *BaseGroovyParserListener) EnterContinueStatement(ctx *ContinueStatementContext)
- func (s *BaseGroovyParserListener) EnterContinueStmtAlt(ctx *ContinueStmtAltContext)
- func (s *BaseGroovyParserListener) EnterCreatedName(ctx *CreatedNameContext)
- func (s *BaseGroovyParserListener) EnterCreator(ctx *CreatorContext)
- func (s *BaseGroovyParserListener) EnterDims(ctx *DimsContext)
- func (s *BaseGroovyParserListener) EnterDimsOpt(ctx *DimsOptContext)
- func (s *BaseGroovyParserListener) EnterDoWhileStmtAlt(ctx *DoWhileStmtAltContext)
- func (s *BaseGroovyParserListener) EnterDynamicMemberName(ctx *DynamicMemberNameContext)
- func (s *BaseGroovyParserListener) EnterElementValue(ctx *ElementValueContext)
- func (s *BaseGroovyParserListener) EnterElementValueArrayInitializer(ctx *ElementValueArrayInitializerContext)
- func (s *BaseGroovyParserListener) EnterElementValuePair(ctx *ElementValuePairContext)
- func (s *BaseGroovyParserListener) EnterElementValuePairName(ctx *ElementValuePairNameContext)
- func (s *BaseGroovyParserListener) EnterElementValuePairs(ctx *ElementValuePairsContext)
- func (s *BaseGroovyParserListener) EnterElementValues(ctx *ElementValuesContext)
- func (s *BaseGroovyParserListener) EnterEmptyStmtAlt(ctx *EmptyStmtAltContext)
- func (s *BaseGroovyParserListener) EnterEnhancedArgumentList(ctx *EnhancedArgumentListContext)
- func (s *BaseGroovyParserListener) EnterEnhancedArgumentListElement(ctx *EnhancedArgumentListElementContext)
- func (s *BaseGroovyParserListener) EnterEnhancedForControl(ctx *EnhancedForControlContext)
- func (s *BaseGroovyParserListener) EnterEnhancedStatementExpression(ctx *EnhancedStatementExpressionContext)
- func (s *BaseGroovyParserListener) EnterEnumConstant(ctx *EnumConstantContext)
- func (s *BaseGroovyParserListener) EnterEnumConstants(ctx *EnumConstantsContext)
- func (s *BaseGroovyParserListener) EnterEqualityExprAlt(ctx *EqualityExprAltContext)
- func (s *BaseGroovyParserListener) EnterEveryRule(ctx antlr.ParserRuleContext)
- func (s *BaseGroovyParserListener) EnterExclusiveOrExprAlt(ctx *ExclusiveOrExprAltContext)
- func (s *BaseGroovyParserListener) EnterExpressionInPar(ctx *ExpressionInParContext)
- func (s *BaseGroovyParserListener) EnterExpressionList(ctx *ExpressionListContext)
- func (s *BaseGroovyParserListener) EnterExpressionListElement(ctx *ExpressionListElementContext)
- func (s *BaseGroovyParserListener) EnterExpressionStmtAlt(ctx *ExpressionStmtAltContext)
- func (s *BaseGroovyParserListener) EnterFieldDeclaration(ctx *FieldDeclarationContext)
- func (s *BaseGroovyParserListener) EnterFinallyBlock(ctx *FinallyBlockContext)
- func (s *BaseGroovyParserListener) EnterFloatingPointLiteralAlt(ctx *FloatingPointLiteralAltContext)
- func (s *BaseGroovyParserListener) EnterForControl(ctx *ForControlContext)
- func (s *BaseGroovyParserListener) EnterForInit(ctx *ForInitContext)
- func (s *BaseGroovyParserListener) EnterForStmtAlt(ctx *ForStmtAltContext)
- func (s *BaseGroovyParserListener) EnterForUpdate(ctx *ForUpdateContext)
- func (s *BaseGroovyParserListener) EnterFormalParameter(ctx *FormalParameterContext)
- func (s *BaseGroovyParserListener) EnterFormalParameterList(ctx *FormalParameterListContext)
- func (s *BaseGroovyParserListener) EnterFormalParameters(ctx *FormalParametersContext)
- func (s *BaseGroovyParserListener) EnterGeneralClassOrInterfaceType(ctx *GeneralClassOrInterfaceTypeContext)
- func (s *BaseGroovyParserListener) EnterGstring(ctx *GstringContext)
- func (s *BaseGroovyParserListener) EnterGstringPath(ctx *GstringPathContext)
- func (s *BaseGroovyParserListener) EnterGstringPrmrAlt(ctx *GstringPrmrAltContext)
- func (s *BaseGroovyParserListener) EnterGstringValue(ctx *GstringValueContext)
- func (s *BaseGroovyParserListener) EnterIdentifier(ctx *IdentifierContext)
- func (s *BaseGroovyParserListener) EnterIdentifierPrmrAlt(ctx *IdentifierPrmrAltContext)
- func (s *BaseGroovyParserListener) EnterIfElseStatement(ctx *IfElseStatementContext)
- func (s *BaseGroovyParserListener) EnterImportDeclaration(ctx *ImportDeclarationContext)
- func (s *BaseGroovyParserListener) EnterInclusiveOrExprAlt(ctx *InclusiveOrExprAltContext)
- func (s *BaseGroovyParserListener) EnterIndexPropertyArgs(ctx *IndexPropertyArgsContext)
- func (s *BaseGroovyParserListener) EnterIntegerLiteralAlt(ctx *IntegerLiteralAltContext)
- func (s *BaseGroovyParserListener) EnterKeywords(ctx *KeywordsContext)
- func (s *BaseGroovyParserListener) EnterLabeledStmtAlt(ctx *LabeledStmtAltContext)
- func (s *BaseGroovyParserListener) EnterLambdaBody(ctx *LambdaBodyContext)
- func (s *BaseGroovyParserListener) EnterLambdaExpression(ctx *LambdaExpressionContext)
- func (s *BaseGroovyParserListener) EnterLambdaParameters(ctx *LambdaParametersContext)
- func (s *BaseGroovyParserListener) EnterList(ctx *ListContext)
- func (s *BaseGroovyParserListener) EnterListPrmrAlt(ctx *ListPrmrAltContext)
- func (s *BaseGroovyParserListener) EnterLiteralPrmrAlt(ctx *LiteralPrmrAltContext)
- func (s *BaseGroovyParserListener) EnterLocalVariableDeclaration(ctx *LocalVariableDeclarationContext)
- func (s *BaseGroovyParserListener) EnterLocalVariableDeclarationStmtAlt(ctx *LocalVariableDeclarationStmtAltContext)
- func (s *BaseGroovyParserListener) EnterLogicalAndExprAlt(ctx *LogicalAndExprAltContext)
- func (s *BaseGroovyParserListener) EnterLogicalOrExprAlt(ctx *LogicalOrExprAltContext)
- func (s *BaseGroovyParserListener) EnterLoopStmtAlt(ctx *LoopStmtAltContext)
- func (s *BaseGroovyParserListener) EnterMapEntry(ctx *MapEntryContext)
- func (s *BaseGroovyParserListener) EnterMapEntryLabel(ctx *MapEntryLabelContext)
- func (s *BaseGroovyParserListener) EnterMapEntryList(ctx *MapEntryListContext)
- func (s *BaseGroovyParserListener) EnterMapPrmrAlt(ctx *MapPrmrAltContext)
- func (s *BaseGroovyParserListener) EnterMemberDeclaration(ctx *MemberDeclarationContext)
- func (s *BaseGroovyParserListener) EnterMethodBody(ctx *MethodBodyContext)
- func (s *BaseGroovyParserListener) EnterMethodDeclaration(ctx *MethodDeclarationContext)
- func (s *BaseGroovyParserListener) EnterMethodDeclarationStmtAlt(ctx *MethodDeclarationStmtAltContext)
- func (s *BaseGroovyParserListener) EnterMethodName(ctx *MethodNameContext)
- func (s *BaseGroovyParserListener) EnterModifier(ctx *ModifierContext)
- func (s *BaseGroovyParserListener) EnterModifiers(ctx *ModifiersContext)
- func (s *BaseGroovyParserListener) EnterModifiersOpt(ctx *ModifiersOptContext)
- func (s *BaseGroovyParserListener) EnterMultipleAssignmentExprAlt(ctx *MultipleAssignmentExprAltContext)
- func (s *BaseGroovyParserListener) EnterMultiplicativeExprAlt(ctx *MultiplicativeExprAltContext)
- func (s *BaseGroovyParserListener) EnterNamePart(ctx *NamePartContext)
- func (s *BaseGroovyParserListener) EnterNamedPropertyArgs(ctx *NamedPropertyArgsContext)
- func (s *BaseGroovyParserListener) EnterNewPrmrAlt(ctx *NewPrmrAltContext)
- func (s *BaseGroovyParserListener) EnterNilLiteralAlt(ctx *NilLiteralAltContext)
- func (s *BaseGroovyParserListener) EnterNls(ctx *NlsContext)
- func (s *BaseGroovyParserListener) EnterNonWildcardTypeArguments(ctx *NonWildcardTypeArgumentsContext)
- func (s *BaseGroovyParserListener) EnterNormalMap(ctx *NormalMapContext)
- func (s *BaseGroovyParserListener) EnterPackageDeclaration(ctx *PackageDeclarationContext)
- func (s *BaseGroovyParserListener) EnterParExpression(ctx *ParExpressionContext)
- func (s *BaseGroovyParserListener) EnterParenPrmrAlt(ctx *ParenPrmrAltContext)
- func (s *BaseGroovyParserListener) EnterPathElement(ctx *PathElementContext)
- func (s *BaseGroovyParserListener) EnterPathExpression(ctx *PathExpressionContext)
- func (s *BaseGroovyParserListener) EnterPostfixExprAlt(ctx *PostfixExprAltContext)
- func (s *BaseGroovyParserListener) EnterPostfixExprAltForExpr(ctx *PostfixExprAltForExprContext)
- func (s *BaseGroovyParserListener) EnterPostfixExpression(ctx *PostfixExpressionContext)
- func (s *BaseGroovyParserListener) EnterPowerExprAlt(ctx *PowerExprAltContext)
- func (s *BaseGroovyParserListener) EnterPrimitiveType(ctx *PrimitiveTypeContext)
- func (s *BaseGroovyParserListener) EnterQualifiedClassName(ctx *QualifiedClassNameContext)
- func (s *BaseGroovyParserListener) EnterQualifiedClassNameList(ctx *QualifiedClassNameListContext)
- func (s *BaseGroovyParserListener) EnterQualifiedName(ctx *QualifiedNameContext)
- func (s *BaseGroovyParserListener) EnterQualifiedNameElement(ctx *QualifiedNameElementContext)
- func (s *BaseGroovyParserListener) EnterQualifiedNameElements(ctx *QualifiedNameElementsContext)
- func (s *BaseGroovyParserListener) EnterQualifiedStandardClassName(ctx *QualifiedStandardClassNameContext)
- func (s *BaseGroovyParserListener) EnterRegexExprAlt(ctx *RegexExprAltContext)
- func (s *BaseGroovyParserListener) EnterRelationalExprAlt(ctx *RelationalExprAltContext)
- func (s *BaseGroovyParserListener) EnterResource(ctx *ResourceContext)
- func (s *BaseGroovyParserListener) EnterResourceList(ctx *ResourceListContext)
- func (s *BaseGroovyParserListener) EnterResources(ctx *ResourcesContext)
- func (s *BaseGroovyParserListener) EnterReturnStmtAlt(ctx *ReturnStmtAltContext)
- func (s *BaseGroovyParserListener) EnterReturnType(ctx *ReturnTypeContext)
- func (s *BaseGroovyParserListener) EnterRparen(ctx *RparenContext)
- func (s *BaseGroovyParserListener) EnterScriptStatement(ctx *ScriptStatementContext)
- func (s *BaseGroovyParserListener) EnterScriptStatements(ctx *ScriptStatementsContext)
- func (s *BaseGroovyParserListener) EnterSep(ctx *SepContext)
- func (s *BaseGroovyParserListener) EnterShiftExprAlt(ctx *ShiftExprAltContext)
- func (s *BaseGroovyParserListener) EnterStandardClassOrInterfaceType(ctx *StandardClassOrInterfaceTypeContext)
- func (s *BaseGroovyParserListener) EnterStandardLambdaExpression(ctx *StandardLambdaExpressionContext)
- func (s *BaseGroovyParserListener) EnterStandardLambdaParameters(ctx *StandardLambdaParametersContext)
- func (s *BaseGroovyParserListener) EnterStandardType(ctx *StandardTypeContext)
- func (s *BaseGroovyParserListener) EnterStringLiteral(ctx *StringLiteralContext)
- func (s *BaseGroovyParserListener) EnterStringLiteralAlt(ctx *StringLiteralAltContext)
- func (s *BaseGroovyParserListener) EnterSuperPrmrAlt(ctx *SuperPrmrAltContext)
- func (s *BaseGroovyParserListener) EnterSwitchBlockStatementGroup(ctx *SwitchBlockStatementGroupContext)
- func (s *BaseGroovyParserListener) EnterSwitchLabel(ctx *SwitchLabelContext)
- func (s *BaseGroovyParserListener) EnterSwitchStatement(ctx *SwitchStatementContext)
- func (s *BaseGroovyParserListener) EnterSynchronizedStmtAlt(ctx *SynchronizedStmtAltContext)
- func (s *BaseGroovyParserListener) EnterThisFormalParameter(ctx *ThisFormalParameterContext)
- func (s *BaseGroovyParserListener) EnterThisPrmrAlt(ctx *ThisPrmrAltContext)
- func (s *BaseGroovyParserListener) EnterThrowStmtAlt(ctx *ThrowStmtAltContext)
- func (s *BaseGroovyParserListener) EnterTryCatchStatement(ctx *TryCatchStatementContext)
- func (s *BaseGroovyParserListener) EnterTryCatchStmtAlt(ctx *TryCatchStmtAltContext)
- func (s *BaseGroovyParserListener) EnterTypeArgument(ctx *TypeArgumentContext)
- func (s *BaseGroovyParserListener) EnterTypeArguments(ctx *TypeArgumentsContext)
- func (s *BaseGroovyParserListener) EnterTypeArgumentsOrDiamond(ctx *TypeArgumentsOrDiamondContext)
- func (s *BaseGroovyParserListener) EnterTypeBound(ctx *TypeBoundContext)
- func (s *BaseGroovyParserListener) EnterTypeDeclaration(ctx *TypeDeclarationContext)
- func (s *BaseGroovyParserListener) EnterTypeList(ctx *TypeListContext)
- func (s *BaseGroovyParserListener) EnterTypeNamePair(ctx *TypeNamePairContext)
- func (s *BaseGroovyParserListener) EnterTypeNamePairs(ctx *TypeNamePairsContext)
- func (s *BaseGroovyParserListener) EnterTypeParameter(ctx *TypeParameterContext)
- func (s *BaseGroovyParserListener) EnterTypeParameters(ctx *TypeParametersContext)
- func (s *BaseGroovyParserListener) EnterTypeType(ctx *TypeTypeContext)
- func (s *BaseGroovyParserListener) EnterUnaryAddExprAlt(ctx *UnaryAddExprAltContext)
- func (s *BaseGroovyParserListener) EnterUnaryAddExprAltForExpr(ctx *UnaryAddExprAltForExprContext)
- func (s *BaseGroovyParserListener) EnterUnaryNotExprAlt(ctx *UnaryNotExprAltContext)
- func (s *BaseGroovyParserListener) EnterUnaryNotExprAltForExpr(ctx *UnaryNotExprAltForExprContext)
- func (s *BaseGroovyParserListener) EnterVariableDeclaration(ctx *VariableDeclarationContext)
- func (s *BaseGroovyParserListener) EnterVariableDeclarator(ctx *VariableDeclaratorContext)
- func (s *BaseGroovyParserListener) EnterVariableDeclaratorId(ctx *VariableDeclaratorIdContext)
- func (s *BaseGroovyParserListener) EnterVariableDeclarators(ctx *VariableDeclaratorsContext)
- func (s *BaseGroovyParserListener) EnterVariableInitializer(ctx *VariableInitializerContext)
- func (s *BaseGroovyParserListener) EnterVariableInitializers(ctx *VariableInitializersContext)
- func (s *BaseGroovyParserListener) EnterVariableModifier(ctx *VariableModifierContext)
- func (s *BaseGroovyParserListener) EnterVariableModifiers(ctx *VariableModifiersContext)
- func (s *BaseGroovyParserListener) EnterVariableModifiersOpt(ctx *VariableModifiersOptContext)
- func (s *BaseGroovyParserListener) EnterVariableNames(ctx *VariableNamesContext)
- func (s *BaseGroovyParserListener) EnterWhileStmtAlt(ctx *WhileStmtAltContext)
- func (s *BaseGroovyParserListener) ExitAdditiveExprAlt(ctx *AdditiveExprAltContext)
- func (s *BaseGroovyParserListener) ExitAndExprAlt(ctx *AndExprAltContext)
- func (s *BaseGroovyParserListener) ExitAnnotatedQualifiedClassName(ctx *AnnotatedQualifiedClassNameContext)
- func (s *BaseGroovyParserListener) ExitAnnotation(ctx *AnnotationContext)
- func (s *BaseGroovyParserListener) ExitAnnotationName(ctx *AnnotationNameContext)
- func (s *BaseGroovyParserListener) ExitAnnotationsOpt(ctx *AnnotationsOptContext)
- func (s *BaseGroovyParserListener) ExitAnonymousInnerClassDeclaration(ctx *AnonymousInnerClassDeclarationContext)
- func (s *BaseGroovyParserListener) ExitArgumentList(ctx *ArgumentListContext)
- func (s *BaseGroovyParserListener) ExitArgumentListElement(ctx *ArgumentListElementContext)
- func (s *BaseGroovyParserListener) ExitArguments(ctx *ArgumentsContext)
- func (s *BaseGroovyParserListener) ExitArrayInitializer(ctx *ArrayInitializerContext)
- func (s *BaseGroovyParserListener) ExitAssertStatement(ctx *AssertStatementContext)
- func (s *BaseGroovyParserListener) ExitAssertStmtAlt(ctx *AssertStmtAltContext)
- func (s *BaseGroovyParserListener) ExitAssignmentExprAlt(ctx *AssignmentExprAltContext)
- func (s *BaseGroovyParserListener) ExitBlock(ctx *BlockContext)
- func (s *BaseGroovyParserListener) ExitBlockStatement(ctx *BlockStatementContext)
- func (s *BaseGroovyParserListener) ExitBlockStatements(ctx *BlockStatementsContext)
- func (s *BaseGroovyParserListener) ExitBlockStatementsOpt(ctx *BlockStatementsOptContext)
- func (s *BaseGroovyParserListener) ExitBlockStmtAlt(ctx *BlockStmtAltContext)
- func (s *BaseGroovyParserListener) ExitBoolLiteralAlt(ctx *BoolLiteralAltContext)
- func (s *BaseGroovyParserListener) ExitBreakStatement(ctx *BreakStatementContext)
- func (s *BaseGroovyParserListener) ExitBreakStmtAlt(ctx *BreakStmtAltContext)
- func (s *BaseGroovyParserListener) ExitBuiltInType(ctx *BuiltInTypeContext)
- func (s *BaseGroovyParserListener) ExitBuiltInTypePrmrAlt(ctx *BuiltInTypePrmrAltContext)
- func (s *BaseGroovyParserListener) ExitCastExprAlt(ctx *CastExprAltContext)
- func (s *BaseGroovyParserListener) ExitCastExprAltForExpr(ctx *CastExprAltForExprContext)
- func (s *BaseGroovyParserListener) ExitCastParExpression(ctx *CastParExpressionContext)
- func (s *BaseGroovyParserListener) ExitCatchClause(ctx *CatchClauseContext)
- func (s *BaseGroovyParserListener) ExitCatchType(ctx *CatchTypeContext)
- func (s *BaseGroovyParserListener) ExitClassBody(ctx *ClassBodyContext)
- func (s *BaseGroovyParserListener) ExitClassBodyDeclaration(ctx *ClassBodyDeclarationContext)
- func (s *BaseGroovyParserListener) ExitClassDeclaration(ctx *ClassDeclarationContext)
- func (s *BaseGroovyParserListener) ExitClassName(ctx *ClassNameContext)
- func (s *BaseGroovyParserListener) ExitClassOrInterfaceModifier(ctx *ClassOrInterfaceModifierContext)
- func (s *BaseGroovyParserListener) ExitClassOrInterfaceModifiers(ctx *ClassOrInterfaceModifiersContext)
- func (s *BaseGroovyParserListener) ExitClassOrInterfaceModifiersOpt(ctx *ClassOrInterfaceModifiersOptContext)
- func (s *BaseGroovyParserListener) ExitClassOrInterfaceType(ctx *ClassOrInterfaceTypeContext)
- func (s *BaseGroovyParserListener) ExitClassicalForControl(ctx *ClassicalForControlContext)
- func (s *BaseGroovyParserListener) ExitClassifiedModifiers(ctx *ClassifiedModifiersContext)
- func (s *BaseGroovyParserListener) ExitClosure(ctx *ClosureContext)
- func (s *BaseGroovyParserListener) ExitClosureOrLambdaExpression(ctx *ClosureOrLambdaExpressionContext)
- func (s *BaseGroovyParserListener) ExitClosureOrLambdaExpressionPrmrAlt(ctx *ClosureOrLambdaExpressionPrmrAltContext)
- func (s *BaseGroovyParserListener) ExitCommandArgument(ctx *CommandArgumentContext)
- func (s *BaseGroovyParserListener) ExitCommandExprAlt(ctx *CommandExprAltContext)
- func (s *BaseGroovyParserListener) ExitCommandExpression(ctx *CommandExpressionContext)
- func (s *BaseGroovyParserListener) ExitCompilationUnit(ctx *CompilationUnitContext)
- func (s *BaseGroovyParserListener) ExitConditionalExprAlt(ctx *ConditionalExprAltContext)
- func (s *BaseGroovyParserListener) ExitConditionalStatement(ctx *ConditionalStatementContext)
- func (s *BaseGroovyParserListener) ExitConditionalStmtAlt(ctx *ConditionalStmtAltContext)
- func (s *BaseGroovyParserListener) ExitContinueStatement(ctx *ContinueStatementContext)
- func (s *BaseGroovyParserListener) ExitContinueStmtAlt(ctx *ContinueStmtAltContext)
- func (s *BaseGroovyParserListener) ExitCreatedName(ctx *CreatedNameContext)
- func (s *BaseGroovyParserListener) ExitCreator(ctx *CreatorContext)
- func (s *BaseGroovyParserListener) ExitDims(ctx *DimsContext)
- func (s *BaseGroovyParserListener) ExitDimsOpt(ctx *DimsOptContext)
- func (s *BaseGroovyParserListener) ExitDoWhileStmtAlt(ctx *DoWhileStmtAltContext)
- func (s *BaseGroovyParserListener) ExitDynamicMemberName(ctx *DynamicMemberNameContext)
- func (s *BaseGroovyParserListener) ExitElementValue(ctx *ElementValueContext)
- func (s *BaseGroovyParserListener) ExitElementValueArrayInitializer(ctx *ElementValueArrayInitializerContext)
- func (s *BaseGroovyParserListener) ExitElementValuePair(ctx *ElementValuePairContext)
- func (s *BaseGroovyParserListener) ExitElementValuePairName(ctx *ElementValuePairNameContext)
- func (s *BaseGroovyParserListener) ExitElementValuePairs(ctx *ElementValuePairsContext)
- func (s *BaseGroovyParserListener) ExitElementValues(ctx *ElementValuesContext)
- func (s *BaseGroovyParserListener) ExitEmptyStmtAlt(ctx *EmptyStmtAltContext)
- func (s *BaseGroovyParserListener) ExitEnhancedArgumentList(ctx *EnhancedArgumentListContext)
- func (s *BaseGroovyParserListener) ExitEnhancedArgumentListElement(ctx *EnhancedArgumentListElementContext)
- func (s *BaseGroovyParserListener) ExitEnhancedForControl(ctx *EnhancedForControlContext)
- func (s *BaseGroovyParserListener) ExitEnhancedStatementExpression(ctx *EnhancedStatementExpressionContext)
- func (s *BaseGroovyParserListener) ExitEnumConstant(ctx *EnumConstantContext)
- func (s *BaseGroovyParserListener) ExitEnumConstants(ctx *EnumConstantsContext)
- func (s *BaseGroovyParserListener) ExitEqualityExprAlt(ctx *EqualityExprAltContext)
- func (s *BaseGroovyParserListener) ExitEveryRule(ctx antlr.ParserRuleContext)
- func (s *BaseGroovyParserListener) ExitExclusiveOrExprAlt(ctx *ExclusiveOrExprAltContext)
- func (s *BaseGroovyParserListener) ExitExpressionInPar(ctx *ExpressionInParContext)
- func (s *BaseGroovyParserListener) ExitExpressionList(ctx *ExpressionListContext)
- func (s *BaseGroovyParserListener) ExitExpressionListElement(ctx *ExpressionListElementContext)
- func (s *BaseGroovyParserListener) ExitExpressionStmtAlt(ctx *ExpressionStmtAltContext)
- func (s *BaseGroovyParserListener) ExitFieldDeclaration(ctx *FieldDeclarationContext)
- func (s *BaseGroovyParserListener) ExitFinallyBlock(ctx *FinallyBlockContext)
- func (s *BaseGroovyParserListener) ExitFloatingPointLiteralAlt(ctx *FloatingPointLiteralAltContext)
- func (s *BaseGroovyParserListener) ExitForControl(ctx *ForControlContext)
- func (s *BaseGroovyParserListener) ExitForInit(ctx *ForInitContext)
- func (s *BaseGroovyParserListener) ExitForStmtAlt(ctx *ForStmtAltContext)
- func (s *BaseGroovyParserListener) ExitForUpdate(ctx *ForUpdateContext)
- func (s *BaseGroovyParserListener) ExitFormalParameter(ctx *FormalParameterContext)
- func (s *BaseGroovyParserListener) ExitFormalParameterList(ctx *FormalParameterListContext)
- func (s *BaseGroovyParserListener) ExitFormalParameters(ctx *FormalParametersContext)
- func (s *BaseGroovyParserListener) ExitGeneralClassOrInterfaceType(ctx *GeneralClassOrInterfaceTypeContext)
- func (s *BaseGroovyParserListener) ExitGstring(ctx *GstringContext)
- func (s *BaseGroovyParserListener) ExitGstringPath(ctx *GstringPathContext)
- func (s *BaseGroovyParserListener) ExitGstringPrmrAlt(ctx *GstringPrmrAltContext)
- func (s *BaseGroovyParserListener) ExitGstringValue(ctx *GstringValueContext)
- func (s *BaseGroovyParserListener) ExitIdentifier(ctx *IdentifierContext)
- func (s *BaseGroovyParserListener) ExitIdentifierPrmrAlt(ctx *IdentifierPrmrAltContext)
- func (s *BaseGroovyParserListener) ExitIfElseStatement(ctx *IfElseStatementContext)
- func (s *BaseGroovyParserListener) ExitImportDeclaration(ctx *ImportDeclarationContext)
- func (s *BaseGroovyParserListener) ExitInclusiveOrExprAlt(ctx *InclusiveOrExprAltContext)
- func (s *BaseGroovyParserListener) ExitIndexPropertyArgs(ctx *IndexPropertyArgsContext)
- func (s *BaseGroovyParserListener) ExitIntegerLiteralAlt(ctx *IntegerLiteralAltContext)
- func (s *BaseGroovyParserListener) ExitKeywords(ctx *KeywordsContext)
- func (s *BaseGroovyParserListener) ExitLabeledStmtAlt(ctx *LabeledStmtAltContext)
- func (s *BaseGroovyParserListener) ExitLambdaBody(ctx *LambdaBodyContext)
- func (s *BaseGroovyParserListener) ExitLambdaExpression(ctx *LambdaExpressionContext)
- func (s *BaseGroovyParserListener) ExitLambdaParameters(ctx *LambdaParametersContext)
- func (s *BaseGroovyParserListener) ExitList(ctx *ListContext)
- func (s *BaseGroovyParserListener) ExitListPrmrAlt(ctx *ListPrmrAltContext)
- func (s *BaseGroovyParserListener) ExitLiteralPrmrAlt(ctx *LiteralPrmrAltContext)
- func (s *BaseGroovyParserListener) ExitLocalVariableDeclaration(ctx *LocalVariableDeclarationContext)
- func (s *BaseGroovyParserListener) ExitLocalVariableDeclarationStmtAlt(ctx *LocalVariableDeclarationStmtAltContext)
- func (s *BaseGroovyParserListener) ExitLogicalAndExprAlt(ctx *LogicalAndExprAltContext)
- func (s *BaseGroovyParserListener) ExitLogicalOrExprAlt(ctx *LogicalOrExprAltContext)
- func (s *BaseGroovyParserListener) ExitLoopStmtAlt(ctx *LoopStmtAltContext)
- func (s *BaseGroovyParserListener) ExitMapEntry(ctx *MapEntryContext)
- func (s *BaseGroovyParserListener) ExitMapEntryLabel(ctx *MapEntryLabelContext)
- func (s *BaseGroovyParserListener) ExitMapEntryList(ctx *MapEntryListContext)
- func (s *BaseGroovyParserListener) ExitMapPrmrAlt(ctx *MapPrmrAltContext)
- func (s *BaseGroovyParserListener) ExitMemberDeclaration(ctx *MemberDeclarationContext)
- func (s *BaseGroovyParserListener) ExitMethodBody(ctx *MethodBodyContext)
- func (s *BaseGroovyParserListener) ExitMethodDeclaration(ctx *MethodDeclarationContext)
- func (s *BaseGroovyParserListener) ExitMethodDeclarationStmtAlt(ctx *MethodDeclarationStmtAltContext)
- func (s *BaseGroovyParserListener) ExitMethodName(ctx *MethodNameContext)
- func (s *BaseGroovyParserListener) ExitModifier(ctx *ModifierContext)
- func (s *BaseGroovyParserListener) ExitModifiers(ctx *ModifiersContext)
- func (s *BaseGroovyParserListener) ExitModifiersOpt(ctx *ModifiersOptContext)
- func (s *BaseGroovyParserListener) ExitMultipleAssignmentExprAlt(ctx *MultipleAssignmentExprAltContext)
- func (s *BaseGroovyParserListener) ExitMultiplicativeExprAlt(ctx *MultiplicativeExprAltContext)
- func (s *BaseGroovyParserListener) ExitNamePart(ctx *NamePartContext)
- func (s *BaseGroovyParserListener) ExitNamedPropertyArgs(ctx *NamedPropertyArgsContext)
- func (s *BaseGroovyParserListener) ExitNewPrmrAlt(ctx *NewPrmrAltContext)
- func (s *BaseGroovyParserListener) ExitNilLiteralAlt(ctx *NilLiteralAltContext)
- func (s *BaseGroovyParserListener) ExitNls(ctx *NlsContext)
- func (s *BaseGroovyParserListener) ExitNonWildcardTypeArguments(ctx *NonWildcardTypeArgumentsContext)
- func (s *BaseGroovyParserListener) ExitNormalMap(ctx *NormalMapContext)
- func (s *BaseGroovyParserListener) ExitPackageDeclaration(ctx *PackageDeclarationContext)
- func (s *BaseGroovyParserListener) ExitParExpression(ctx *ParExpressionContext)
- func (s *BaseGroovyParserListener) ExitParenPrmrAlt(ctx *ParenPrmrAltContext)
- func (s *BaseGroovyParserListener) ExitPathElement(ctx *PathElementContext)
- func (s *BaseGroovyParserListener) ExitPathExpression(ctx *PathExpressionContext)
- func (s *BaseGroovyParserListener) ExitPostfixExprAlt(ctx *PostfixExprAltContext)
- func (s *BaseGroovyParserListener) ExitPostfixExprAltForExpr(ctx *PostfixExprAltForExprContext)
- func (s *BaseGroovyParserListener) ExitPostfixExpression(ctx *PostfixExpressionContext)
- func (s *BaseGroovyParserListener) ExitPowerExprAlt(ctx *PowerExprAltContext)
- func (s *BaseGroovyParserListener) ExitPrimitiveType(ctx *PrimitiveTypeContext)
- func (s *BaseGroovyParserListener) ExitQualifiedClassName(ctx *QualifiedClassNameContext)
- func (s *BaseGroovyParserListener) ExitQualifiedClassNameList(ctx *QualifiedClassNameListContext)
- func (s *BaseGroovyParserListener) ExitQualifiedName(ctx *QualifiedNameContext)
- func (s *BaseGroovyParserListener) ExitQualifiedNameElement(ctx *QualifiedNameElementContext)
- func (s *BaseGroovyParserListener) ExitQualifiedNameElements(ctx *QualifiedNameElementsContext)
- func (s *BaseGroovyParserListener) ExitQualifiedStandardClassName(ctx *QualifiedStandardClassNameContext)
- func (s *BaseGroovyParserListener) ExitRegexExprAlt(ctx *RegexExprAltContext)
- func (s *BaseGroovyParserListener) ExitRelationalExprAlt(ctx *RelationalExprAltContext)
- func (s *BaseGroovyParserListener) ExitResource(ctx *ResourceContext)
- func (s *BaseGroovyParserListener) ExitResourceList(ctx *ResourceListContext)
- func (s *BaseGroovyParserListener) ExitResources(ctx *ResourcesContext)
- func (s *BaseGroovyParserListener) ExitReturnStmtAlt(ctx *ReturnStmtAltContext)
- func (s *BaseGroovyParserListener) ExitReturnType(ctx *ReturnTypeContext)
- func (s *BaseGroovyParserListener) ExitRparen(ctx *RparenContext)
- func (s *BaseGroovyParserListener) ExitScriptStatement(ctx *ScriptStatementContext)
- func (s *BaseGroovyParserListener) ExitScriptStatements(ctx *ScriptStatementsContext)
- func (s *BaseGroovyParserListener) ExitSep(ctx *SepContext)
- func (s *BaseGroovyParserListener) ExitShiftExprAlt(ctx *ShiftExprAltContext)
- func (s *BaseGroovyParserListener) ExitStandardClassOrInterfaceType(ctx *StandardClassOrInterfaceTypeContext)
- func (s *BaseGroovyParserListener) ExitStandardLambdaExpression(ctx *StandardLambdaExpressionContext)
- func (s *BaseGroovyParserListener) ExitStandardLambdaParameters(ctx *StandardLambdaParametersContext)
- func (s *BaseGroovyParserListener) ExitStandardType(ctx *StandardTypeContext)
- func (s *BaseGroovyParserListener) ExitStringLiteral(ctx *StringLiteralContext)
- func (s *BaseGroovyParserListener) ExitStringLiteralAlt(ctx *StringLiteralAltContext)
- func (s *BaseGroovyParserListener) ExitSuperPrmrAlt(ctx *SuperPrmrAltContext)
- func (s *BaseGroovyParserListener) ExitSwitchBlockStatementGroup(ctx *SwitchBlockStatementGroupContext)
- func (s *BaseGroovyParserListener) ExitSwitchLabel(ctx *SwitchLabelContext)
- func (s *BaseGroovyParserListener) ExitSwitchStatement(ctx *SwitchStatementContext)
- func (s *BaseGroovyParserListener) ExitSynchronizedStmtAlt(ctx *SynchronizedStmtAltContext)
- func (s *BaseGroovyParserListener) ExitThisFormalParameter(ctx *ThisFormalParameterContext)
- func (s *BaseGroovyParserListener) ExitThisPrmrAlt(ctx *ThisPrmrAltContext)
- func (s *BaseGroovyParserListener) ExitThrowStmtAlt(ctx *ThrowStmtAltContext)
- func (s *BaseGroovyParserListener) ExitTryCatchStatement(ctx *TryCatchStatementContext)
- func (s *BaseGroovyParserListener) ExitTryCatchStmtAlt(ctx *TryCatchStmtAltContext)
- func (s *BaseGroovyParserListener) ExitTypeArgument(ctx *TypeArgumentContext)
- func (s *BaseGroovyParserListener) ExitTypeArguments(ctx *TypeArgumentsContext)
- func (s *BaseGroovyParserListener) ExitTypeArgumentsOrDiamond(ctx *TypeArgumentsOrDiamondContext)
- func (s *BaseGroovyParserListener) ExitTypeBound(ctx *TypeBoundContext)
- func (s *BaseGroovyParserListener) ExitTypeDeclaration(ctx *TypeDeclarationContext)
- func (s *BaseGroovyParserListener) ExitTypeList(ctx *TypeListContext)
- func (s *BaseGroovyParserListener) ExitTypeNamePair(ctx *TypeNamePairContext)
- func (s *BaseGroovyParserListener) ExitTypeNamePairs(ctx *TypeNamePairsContext)
- func (s *BaseGroovyParserListener) ExitTypeParameter(ctx *TypeParameterContext)
- func (s *BaseGroovyParserListener) ExitTypeParameters(ctx *TypeParametersContext)
- func (s *BaseGroovyParserListener) ExitTypeType(ctx *TypeTypeContext)
- func (s *BaseGroovyParserListener) ExitUnaryAddExprAlt(ctx *UnaryAddExprAltContext)
- func (s *BaseGroovyParserListener) ExitUnaryAddExprAltForExpr(ctx *UnaryAddExprAltForExprContext)
- func (s *BaseGroovyParserListener) ExitUnaryNotExprAlt(ctx *UnaryNotExprAltContext)
- func (s *BaseGroovyParserListener) ExitUnaryNotExprAltForExpr(ctx *UnaryNotExprAltForExprContext)
- func (s *BaseGroovyParserListener) ExitVariableDeclaration(ctx *VariableDeclarationContext)
- func (s *BaseGroovyParserListener) ExitVariableDeclarator(ctx *VariableDeclaratorContext)
- func (s *BaseGroovyParserListener) ExitVariableDeclaratorId(ctx *VariableDeclaratorIdContext)
- func (s *BaseGroovyParserListener) ExitVariableDeclarators(ctx *VariableDeclaratorsContext)
- func (s *BaseGroovyParserListener) ExitVariableInitializer(ctx *VariableInitializerContext)
- func (s *BaseGroovyParserListener) ExitVariableInitializers(ctx *VariableInitializersContext)
- func (s *BaseGroovyParserListener) ExitVariableModifier(ctx *VariableModifierContext)
- func (s *BaseGroovyParserListener) ExitVariableModifiers(ctx *VariableModifiersContext)
- func (s *BaseGroovyParserListener) ExitVariableModifiersOpt(ctx *VariableModifiersOptContext)
- func (s *BaseGroovyParserListener) ExitVariableNames(ctx *VariableNamesContext)
- func (s *BaseGroovyParserListener) ExitWhileStmtAlt(ctx *WhileStmtAltContext)
- func (s *BaseGroovyParserListener) VisitErrorNode(node antlr.ErrorNode)
- func (s *BaseGroovyParserListener) VisitTerminal(node antlr.TerminalNode)
- type BlockContext
- func (s *BlockContext) AllSep() []ISepContext
- func (s *BlockContext) BlockStatementsOpt() IBlockStatementsOptContext
- func (s *BlockContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *BlockContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *BlockContext) GetParser() antlr.Parser
- func (s *BlockContext) GetRuleContext() antlr.RuleContext
- func (*BlockContext) IsBlockContext()
- func (s *BlockContext) LBRACE() antlr.TerminalNode
- func (s *BlockContext) Nls() INlsContext
- func (s *BlockContext) RBRACE() antlr.TerminalNode
- func (s *BlockContext) Sep(i int) ISepContext
- func (s *BlockContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type BlockStatementContext
- func (s *BlockStatementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *BlockStatementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *BlockStatementContext) GetParser() antlr.Parser
- func (s *BlockStatementContext) GetRuleContext() antlr.RuleContext
- func (*BlockStatementContext) IsBlockStatementContext()
- func (s *BlockStatementContext) LocalVariableDeclaration() ILocalVariableDeclarationContext
- func (s *BlockStatementContext) Statement() IStatementContext
- func (s *BlockStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type BlockStatementsContext
- func (s *BlockStatementsContext) AllBlockStatement() []IBlockStatementContext
- func (s *BlockStatementsContext) AllSep() []ISepContext
- func (s *BlockStatementsContext) BlockStatement(i int) IBlockStatementContext
- func (s *BlockStatementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *BlockStatementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *BlockStatementsContext) GetParser() antlr.Parser
- func (s *BlockStatementsContext) GetRuleContext() antlr.RuleContext
- func (*BlockStatementsContext) IsBlockStatementsContext()
- func (s *BlockStatementsContext) Sep(i int) ISepContext
- func (s *BlockStatementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type BlockStatementsOptContext
- func (s *BlockStatementsOptContext) BlockStatements() IBlockStatementsContext
- func (s *BlockStatementsOptContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *BlockStatementsOptContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *BlockStatementsOptContext) GetParser() antlr.Parser
- func (s *BlockStatementsOptContext) GetRuleContext() antlr.RuleContext
- func (*BlockStatementsOptContext) IsBlockStatementsOptContext()
- func (s *BlockStatementsOptContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type BlockStmtAltContext
- type BoolLiteralAltContext
- type BreakStatementContext
- func (s *BreakStatementContext) BREAK() antlr.TerminalNode
- func (s *BreakStatementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *BreakStatementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *BreakStatementContext) GetParser() antlr.Parser
- func (s *BreakStatementContext) GetRuleContext() antlr.RuleContext
- func (s *BreakStatementContext) Identifier() IIdentifierContext
- func (*BreakStatementContext) IsBreakStatementContext()
- func (s *BreakStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type BreakStmtAltContext
- type BuiltInTypeContext
- func (s *BuiltInTypeContext) BuiltInPrimitiveType() antlr.TerminalNode
- func (s *BuiltInTypeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *BuiltInTypeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *BuiltInTypeContext) GetParser() antlr.Parser
- func (s *BuiltInTypeContext) GetRuleContext() antlr.RuleContext
- func (*BuiltInTypeContext) IsBuiltInTypeContext()
- func (s *BuiltInTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *BuiltInTypeContext) VOID() antlr.TerminalNode
- type BuiltInTypePrmrAltContext
- type CastExprAltContext
- func (s *CastExprAltContext) CastOperandExpression() ICastOperandExpressionContext
- func (s *CastExprAltContext) CastParExpression() ICastParExpressionContext
- func (s *CastExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *CastExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *CastExprAltContext) GetRuleContext() antlr.RuleContext
- type CastExprAltForExprContext
- func (s *CastExprAltForExprContext) CastOperandExpression() ICastOperandExpressionContext
- func (s *CastExprAltForExprContext) CastParExpression() ICastParExpressionContext
- func (s *CastExprAltForExprContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *CastExprAltForExprContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *CastExprAltForExprContext) GetRuleContext() antlr.RuleContext
- type CastOperandExpressionContext
- func (s *CastOperandExpressionContext) CopyFrom(ctx *CastOperandExpressionContext)
- func (s *CastOperandExpressionContext) GetParser() antlr.Parser
- func (s *CastOperandExpressionContext) GetRuleContext() antlr.RuleContext
- func (*CastOperandExpressionContext) IsCastOperandExpressionContext()
- func (s *CastOperandExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CastParExpressionContext
- func (s *CastParExpressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *CastParExpressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *CastParExpressionContext) GetParser() antlr.Parser
- func (s *CastParExpressionContext) GetRuleContext() antlr.RuleContext
- func (*CastParExpressionContext) IsCastParExpressionContext()
- func (s *CastParExpressionContext) LPAREN() antlr.TerminalNode
- func (s *CastParExpressionContext) Rparen() IRparenContext
- func (s *CastParExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CastParExpressionContext) TypeType() ITypeTypeContext
- type CatchClauseContext
- func (s *CatchClauseContext) Block() IBlockContext
- func (s *CatchClauseContext) CATCH() antlr.TerminalNode
- func (s *CatchClauseContext) CatchType() ICatchTypeContext
- func (s *CatchClauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *CatchClauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *CatchClauseContext) GetParser() antlr.Parser
- func (s *CatchClauseContext) GetRuleContext() antlr.RuleContext
- func (s *CatchClauseContext) Identifier() IIdentifierContext
- func (*CatchClauseContext) IsCatchClauseContext()
- func (s *CatchClauseContext) LPAREN() antlr.TerminalNode
- func (s *CatchClauseContext) Nls() INlsContext
- func (s *CatchClauseContext) Rparen() IRparenContext
- func (s *CatchClauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CatchClauseContext) VariableModifiersOpt() IVariableModifiersOptContext
- type CatchTypeContext
- func (s *CatchTypeContext) AllBITOR() []antlr.TerminalNode
- func (s *CatchTypeContext) AllQualifiedClassName() []IQualifiedClassNameContext
- func (s *CatchTypeContext) BITOR(i int) antlr.TerminalNode
- func (s *CatchTypeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *CatchTypeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *CatchTypeContext) GetParser() antlr.Parser
- func (s *CatchTypeContext) GetRuleContext() antlr.RuleContext
- func (*CatchTypeContext) IsCatchTypeContext()
- func (s *CatchTypeContext) QualifiedClassName(i int) IQualifiedClassNameContext
- func (s *CatchTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ClassBodyContext
- func (s *ClassBodyContext) AllClassBodyDeclaration() []IClassBodyDeclarationContext
- func (s *ClassBodyContext) AllSep() []ISepContext
- func (s *ClassBodyContext) ClassBodyDeclaration(i int) IClassBodyDeclarationContext
- func (s *ClassBodyContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ClassBodyContext) EnumConstants() IEnumConstantsContext
- func (s *ClassBodyContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ClassBodyContext) GetParser() antlr.Parser
- func (s *ClassBodyContext) GetRuleContext() antlr.RuleContext
- func (s *ClassBodyContext) GetT() int
- func (*ClassBodyContext) IsClassBodyContext()
- func (s *ClassBodyContext) LBRACE() antlr.TerminalNode
- func (s *ClassBodyContext) Nls() INlsContext
- func (s *ClassBodyContext) RBRACE() antlr.TerminalNode
- func (s *ClassBodyContext) Sep(i int) ISepContext
- func (s *ClassBodyContext) SetT(v int)
- func (s *ClassBodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ClassBodyDeclarationContext
- func (s *ClassBodyDeclarationContext) Block() IBlockContext
- func (s *ClassBodyDeclarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ClassBodyDeclarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ClassBodyDeclarationContext) GetParser() antlr.Parser
- func (s *ClassBodyDeclarationContext) GetRuleContext() antlr.RuleContext
- func (s *ClassBodyDeclarationContext) GetT() int
- func (*ClassBodyDeclarationContext) IsClassBodyDeclarationContext()
- func (s *ClassBodyDeclarationContext) MemberDeclaration() IMemberDeclarationContext
- func (s *ClassBodyDeclarationContext) Nls() INlsContext
- func (s *ClassBodyDeclarationContext) SEMI() antlr.TerminalNode
- func (s *ClassBodyDeclarationContext) STATIC() antlr.TerminalNode
- func (s *ClassBodyDeclarationContext) SetT(v int)
- func (s *ClassBodyDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ClassDeclarationContext
- func (s *ClassDeclarationContext) AT() antlr.TerminalNode
- func (s *ClassDeclarationContext) AllNls() []INlsContext
- func (s *ClassDeclarationContext) AllTypeList() []ITypeListContext
- func (s *ClassDeclarationContext) CLASS() antlr.TerminalNode
- func (s *ClassDeclarationContext) ClassBody() IClassBodyContext
- func (s *ClassDeclarationContext) ENUM() antlr.TerminalNode
- func (s *ClassDeclarationContext) EXTENDS() antlr.TerminalNode
- func (s *ClassDeclarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ClassDeclarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ClassDeclarationContext) GetIs() ITypeListContext
- func (s *ClassDeclarationContext) GetParser() antlr.Parser
- func (s *ClassDeclarationContext) GetRuleContext() antlr.RuleContext
- func (s *ClassDeclarationContext) GetSc() ITypeTypeContext
- func (s *ClassDeclarationContext) GetScs() ITypeListContext
- func (s *ClassDeclarationContext) GetT() int
- func (s *ClassDeclarationContext) IMPLEMENTS() antlr.TerminalNode
- func (s *ClassDeclarationContext) INTERFACE() antlr.TerminalNode
- func (s *ClassDeclarationContext) Identifier() IIdentifierContext
- func (*ClassDeclarationContext) IsClassDeclarationContext()
- func (s *ClassDeclarationContext) Nls(i int) INlsContext
- func (s *ClassDeclarationContext) SetIs(v ITypeListContext)
- func (s *ClassDeclarationContext) SetSc(v ITypeTypeContext)
- func (s *ClassDeclarationContext) SetScs(v ITypeListContext)
- func (s *ClassDeclarationContext) SetT(v int)
- func (s *ClassDeclarationContext) TRAIT() antlr.TerminalNode
- func (s *ClassDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ClassDeclarationContext) TypeList(i int) ITypeListContext
- func (s *ClassDeclarationContext) TypeParameters() ITypeParametersContext
- func (s *ClassDeclarationContext) TypeType() ITypeTypeContext
- type ClassNameContext
- func (s *ClassNameContext) CapitalizedIdentifier() antlr.TerminalNode
- func (s *ClassNameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ClassNameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ClassNameContext) GetParser() antlr.Parser
- func (s *ClassNameContext) GetRuleContext() antlr.RuleContext
- func (*ClassNameContext) IsClassNameContext()
- func (s *ClassNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ClassOrInterfaceModifierContext
- func (s *ClassOrInterfaceModifierContext) ABSTRACT() antlr.TerminalNode
- func (s *ClassOrInterfaceModifierContext) Annotation() IAnnotationContext
- func (s *ClassOrInterfaceModifierContext) DEFAULT() antlr.TerminalNode
- func (s *ClassOrInterfaceModifierContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ClassOrInterfaceModifierContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ClassOrInterfaceModifierContext) FINAL() antlr.TerminalNode
- func (s *ClassOrInterfaceModifierContext) GetM() antlr.Token
- func (s *ClassOrInterfaceModifierContext) GetParser() antlr.Parser
- func (s *ClassOrInterfaceModifierContext) GetRuleContext() antlr.RuleContext
- func (*ClassOrInterfaceModifierContext) IsClassOrInterfaceModifierContext()
- func (s *ClassOrInterfaceModifierContext) PRIVATE() antlr.TerminalNode
- func (s *ClassOrInterfaceModifierContext) PROTECTED() antlr.TerminalNode
- func (s *ClassOrInterfaceModifierContext) PUBLIC() antlr.TerminalNode
- func (s *ClassOrInterfaceModifierContext) STATIC() antlr.TerminalNode
- func (s *ClassOrInterfaceModifierContext) STRICTFP() antlr.TerminalNode
- func (s *ClassOrInterfaceModifierContext) SetM(v antlr.Token)
- func (s *ClassOrInterfaceModifierContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ClassOrInterfaceModifiersContext
- func (s *ClassOrInterfaceModifiersContext) AllClassOrInterfaceModifier() []IClassOrInterfaceModifierContext
- func (s *ClassOrInterfaceModifiersContext) AllNls() []INlsContext
- func (s *ClassOrInterfaceModifiersContext) ClassOrInterfaceModifier(i int) IClassOrInterfaceModifierContext
- func (s *ClassOrInterfaceModifiersContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ClassOrInterfaceModifiersContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ClassOrInterfaceModifiersContext) GetParser() antlr.Parser
- func (s *ClassOrInterfaceModifiersContext) GetRuleContext() antlr.RuleContext
- func (*ClassOrInterfaceModifiersContext) IsClassOrInterfaceModifiersContext()
- func (s *ClassOrInterfaceModifiersContext) Nls(i int) INlsContext
- func (s *ClassOrInterfaceModifiersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ClassOrInterfaceModifiersOptContext
- func (s *ClassOrInterfaceModifiersOptContext) ClassOrInterfaceModifiers() IClassOrInterfaceModifiersContext
- func (s *ClassOrInterfaceModifiersOptContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ClassOrInterfaceModifiersOptContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ClassOrInterfaceModifiersOptContext) GetParser() antlr.Parser
- func (s *ClassOrInterfaceModifiersOptContext) GetRuleContext() antlr.RuleContext
- func (*ClassOrInterfaceModifiersOptContext) IsClassOrInterfaceModifiersOptContext()
- func (s *ClassOrInterfaceModifiersOptContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ClassOrInterfaceTypeContext
- func (s *ClassOrInterfaceTypeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ClassOrInterfaceTypeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ClassOrInterfaceTypeContext) GetParser() antlr.Parser
- func (s *ClassOrInterfaceTypeContext) GetRuleContext() antlr.RuleContext
- func (*ClassOrInterfaceTypeContext) IsClassOrInterfaceTypeContext()
- func (s *ClassOrInterfaceTypeContext) QualifiedClassName() IQualifiedClassNameContext
- func (s *ClassOrInterfaceTypeContext) QualifiedStandardClassName() IQualifiedStandardClassNameContext
- func (s *ClassOrInterfaceTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ClassOrInterfaceTypeContext) TypeArguments() ITypeArgumentsContext
- type ClassicalForControlContext
- func (s *ClassicalForControlContext) AllSEMI() []antlr.TerminalNode
- func (s *ClassicalForControlContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ClassicalForControlContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ClassicalForControlContext) Expression() IExpressionContext
- func (s *ClassicalForControlContext) ForInit() IForInitContext
- func (s *ClassicalForControlContext) ForUpdate() IForUpdateContext
- func (s *ClassicalForControlContext) GetParser() antlr.Parser
- func (s *ClassicalForControlContext) GetRuleContext() antlr.RuleContext
- func (*ClassicalForControlContext) IsClassicalForControlContext()
- func (s *ClassicalForControlContext) SEMI(i int) antlr.TerminalNode
- func (s *ClassicalForControlContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ClassifiedModifiersContext
- func (s *ClassifiedModifiersContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ClassifiedModifiersContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ClassifiedModifiersContext) GetParser() antlr.Parser
- func (s *ClassifiedModifiersContext) GetRuleContext() antlr.RuleContext
- func (s *ClassifiedModifiersContext) GetT() int
- func (*ClassifiedModifiersContext) IsClassifiedModifiersContext()
- func (s *ClassifiedModifiersContext) Modifiers() IModifiersContext
- func (s *ClassifiedModifiersContext) SetT(v int)
- func (s *ClassifiedModifiersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ClassifiedModifiersContext) VariableModifiers() IVariableModifiersContext
- type ClosureContext
- func (s *ClosureContext) ARROW() antlr.TerminalNode
- func (s *ClosureContext) AllNls() []INlsContext
- func (s *ClosureContext) BlockStatementsOpt() IBlockStatementsOptContext
- func (s *ClosureContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ClosureContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ClosureContext) FormalParameterList() IFormalParameterListContext
- func (s *ClosureContext) GetParser() antlr.Parser
- func (s *ClosureContext) GetRuleContext() antlr.RuleContext
- func (*ClosureContext) IsClosureContext()
- func (s *ClosureContext) LBRACE() antlr.TerminalNode
- func (s *ClosureContext) Nls(i int) INlsContext
- func (s *ClosureContext) RBRACE() antlr.TerminalNode
- func (s *ClosureContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ClosureOrLambdaExpressionContext
- func (s *ClosureOrLambdaExpressionContext) Closure() IClosureContext
- func (s *ClosureOrLambdaExpressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ClosureOrLambdaExpressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ClosureOrLambdaExpressionContext) GetParser() antlr.Parser
- func (s *ClosureOrLambdaExpressionContext) GetRuleContext() antlr.RuleContext
- func (*ClosureOrLambdaExpressionContext) IsClosureOrLambdaExpressionContext()
- func (s *ClosureOrLambdaExpressionContext) LambdaExpression() ILambdaExpressionContext
- func (s *ClosureOrLambdaExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ClosureOrLambdaExpressionPrmrAltContext
- func (s *ClosureOrLambdaExpressionPrmrAltContext) ClosureOrLambdaExpression() IClosureOrLambdaExpressionContext
- func (s *ClosureOrLambdaExpressionPrmrAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ClosureOrLambdaExpressionPrmrAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ClosureOrLambdaExpressionPrmrAltContext) GetRuleContext() antlr.RuleContext
- type CommandArgumentContext
- func (s *CommandArgumentContext) AllPathElement() []IPathElementContext
- func (s *CommandArgumentContext) ArgumentList() IArgumentListContext
- func (s *CommandArgumentContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *CommandArgumentContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *CommandArgumentContext) GetParser() antlr.Parser
- func (s *CommandArgumentContext) GetRuleContext() antlr.RuleContext
- func (*CommandArgumentContext) IsCommandArgumentContext()
- func (s *CommandArgumentContext) PathElement(i int) IPathElementContext
- func (s *CommandArgumentContext) Primary() IPrimaryContext
- func (s *CommandArgumentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CommandExprAltContext
- type CommandExpressionContext
- func (s *CommandExpressionContext) AllCommandArgument() []ICommandArgumentContext
- func (s *CommandExpressionContext) ArgumentList() IArgumentListContext
- func (s *CommandExpressionContext) CommandArgument(i int) ICommandArgumentContext
- func (s *CommandExpressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *CommandExpressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *CommandExpressionContext) Expression() IExpressionContext
- func (s *CommandExpressionContext) GetParser() antlr.Parser
- func (s *CommandExpressionContext) GetRuleContext() antlr.RuleContext
- func (*CommandExpressionContext) IsCommandExpressionContext()
- func (s *CommandExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CompilationUnitContext
- func (s *CompilationUnitContext) EOF() antlr.TerminalNode
- func (s *CompilationUnitContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *CompilationUnitContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *CompilationUnitContext) GetParser() antlr.Parser
- func (s *CompilationUnitContext) GetRuleContext() antlr.RuleContext
- func (*CompilationUnitContext) IsCompilationUnitContext()
- func (s *CompilationUnitContext) Nls() INlsContext
- func (s *CompilationUnitContext) PackageDeclaration() IPackageDeclarationContext
- func (s *CompilationUnitContext) ScriptStatements() IScriptStatementsContext
- func (s *CompilationUnitContext) Sep() ISepContext
- func (s *CompilationUnitContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ConditionalExprAltContext
- func (s *ConditionalExprAltContext) AllExpression() []IExpressionContext
- func (s *ConditionalExprAltContext) AllNls() []INlsContext
- func (s *ConditionalExprAltContext) COLON() antlr.TerminalNode
- func (s *ConditionalExprAltContext) ELVIS() antlr.TerminalNode
- func (s *ConditionalExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ConditionalExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ConditionalExprAltContext) Expression(i int) IExpressionContext
- func (s *ConditionalExprAltContext) GetCon() IExpressionContext
- func (s *ConditionalExprAltContext) GetFb() IExpressionContext
- func (s *ConditionalExprAltContext) GetRuleContext() antlr.RuleContext
- func (s *ConditionalExprAltContext) GetTb() IExpressionContext
- func (s *ConditionalExprAltContext) Nls(i int) INlsContext
- func (s *ConditionalExprAltContext) QUESTION() antlr.TerminalNode
- func (s *ConditionalExprAltContext) SetCon(v IExpressionContext)
- func (s *ConditionalExprAltContext) SetFb(v IExpressionContext)
- func (s *ConditionalExprAltContext) SetTb(v IExpressionContext)
- type ConditionalStatementContext
- func (s *ConditionalStatementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ConditionalStatementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ConditionalStatementContext) GetParser() antlr.Parser
- func (s *ConditionalStatementContext) GetRuleContext() antlr.RuleContext
- func (s *ConditionalStatementContext) IfElseStatement() IIfElseStatementContext
- func (*ConditionalStatementContext) IsConditionalStatementContext()
- func (s *ConditionalStatementContext) SwitchStatement() ISwitchStatementContext
- func (s *ConditionalStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ConditionalStmtAltContext
- func (s *ConditionalStmtAltContext) ConditionalStatement() IConditionalStatementContext
- func (s *ConditionalStmtAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ConditionalStmtAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ConditionalStmtAltContext) GetRuleContext() antlr.RuleContext
- type ContinueStatementContext
- func (s *ContinueStatementContext) CONTINUE() antlr.TerminalNode
- func (s *ContinueStatementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ContinueStatementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ContinueStatementContext) GetParser() antlr.Parser
- func (s *ContinueStatementContext) GetRuleContext() antlr.RuleContext
- func (s *ContinueStatementContext) Identifier() IIdentifierContext
- func (*ContinueStatementContext) IsContinueStatementContext()
- func (s *ContinueStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ContinueStmtAltContext
- type CreatedNameContext
- func (s *CreatedNameContext) AnnotationsOpt() IAnnotationsOptContext
- func (s *CreatedNameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *CreatedNameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *CreatedNameContext) GetParser() antlr.Parser
- func (s *CreatedNameContext) GetRuleContext() antlr.RuleContext
- func (*CreatedNameContext) IsCreatedNameContext()
- func (s *CreatedNameContext) PrimitiveType() IPrimitiveTypeContext
- func (s *CreatedNameContext) QualifiedClassName() IQualifiedClassNameContext
- func (s *CreatedNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CreatedNameContext) TypeArgumentsOrDiamond() ITypeArgumentsOrDiamondContext
- type CreatorContext
- func (s *CreatorContext) AllAnnotationsOpt() []IAnnotationsOptContext
- func (s *CreatorContext) AllExpression() []IExpressionContext
- func (s *CreatorContext) AllLBRACK() []antlr.TerminalNode
- func (s *CreatorContext) AllRBRACK() []antlr.TerminalNode
- func (s *CreatorContext) AnnotationsOpt(i int) IAnnotationsOptContext
- func (s *CreatorContext) AnonymousInnerClassDeclaration() IAnonymousInnerClassDeclarationContext
- func (s *CreatorContext) Arguments() IArgumentsContext
- func (s *CreatorContext) ArrayInitializer() IArrayInitializerContext
- func (s *CreatorContext) CreatedName() ICreatedNameContext
- func (s *CreatorContext) Dims() IDimsContext
- func (s *CreatorContext) DimsOpt() IDimsOptContext
- func (s *CreatorContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *CreatorContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *CreatorContext) Expression(i int) IExpressionContext
- func (s *CreatorContext) GetParser() antlr.Parser
- func (s *CreatorContext) GetRuleContext() antlr.RuleContext
- func (s *CreatorContext) GetT() int
- func (*CreatorContext) IsCreatorContext()
- func (s *CreatorContext) LBRACK(i int) antlr.TerminalNode
- func (s *CreatorContext) Nls() INlsContext
- func (s *CreatorContext) RBRACK(i int) antlr.TerminalNode
- func (s *CreatorContext) SetT(v int)
- func (s *CreatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DimsContext
- func (s *DimsContext) AllAnnotationsOpt() []IAnnotationsOptContext
- func (s *DimsContext) AllLBRACK() []antlr.TerminalNode
- func (s *DimsContext) AllRBRACK() []antlr.TerminalNode
- func (s *DimsContext) AnnotationsOpt(i int) IAnnotationsOptContext
- func (s *DimsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *DimsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *DimsContext) GetParser() antlr.Parser
- func (s *DimsContext) GetRuleContext() antlr.RuleContext
- func (*DimsContext) IsDimsContext()
- func (s *DimsContext) LBRACK(i int) antlr.TerminalNode
- func (s *DimsContext) RBRACK(i int) antlr.TerminalNode
- func (s *DimsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DimsOptContext
- func (s *DimsOptContext) Dims() IDimsContext
- func (s *DimsOptContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *DimsOptContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *DimsOptContext) GetParser() antlr.Parser
- func (s *DimsOptContext) GetRuleContext() antlr.RuleContext
- func (*DimsOptContext) IsDimsOptContext()
- func (s *DimsOptContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DoWhileStmtAltContext
- func (s *DoWhileStmtAltContext) AllNls() []INlsContext
- func (s *DoWhileStmtAltContext) DO() antlr.TerminalNode
- func (s *DoWhileStmtAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *DoWhileStmtAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *DoWhileStmtAltContext) ExpressionInPar() IExpressionInParContext
- func (s *DoWhileStmtAltContext) GetRuleContext() antlr.RuleContext
- func (s *DoWhileStmtAltContext) Nls(i int) INlsContext
- func (s *DoWhileStmtAltContext) Statement() IStatementContext
- func (s *DoWhileStmtAltContext) WHILE() antlr.TerminalNode
- type DynamicMemberNameContext
- func (s *DynamicMemberNameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *DynamicMemberNameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *DynamicMemberNameContext) GetParser() antlr.Parser
- func (s *DynamicMemberNameContext) GetRuleContext() antlr.RuleContext
- func (s *DynamicMemberNameContext) Gstring() IGstringContext
- func (*DynamicMemberNameContext) IsDynamicMemberNameContext()
- func (s *DynamicMemberNameContext) ParExpression() IParExpressionContext
- func (s *DynamicMemberNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ElementValueArrayInitializerContext
- func (s *ElementValueArrayInitializerContext) AllCOMMA() []antlr.TerminalNode
- func (s *ElementValueArrayInitializerContext) AllElementValue() []IElementValueContext
- func (s *ElementValueArrayInitializerContext) COMMA(i int) antlr.TerminalNode
- func (s *ElementValueArrayInitializerContext) ElementValue(i int) IElementValueContext
- func (s *ElementValueArrayInitializerContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ElementValueArrayInitializerContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ElementValueArrayInitializerContext) GetParser() antlr.Parser
- func (s *ElementValueArrayInitializerContext) GetRuleContext() antlr.RuleContext
- func (*ElementValueArrayInitializerContext) IsElementValueArrayInitializerContext()
- func (s *ElementValueArrayInitializerContext) LBRACK() antlr.TerminalNode
- func (s *ElementValueArrayInitializerContext) RBRACK() antlr.TerminalNode
- func (s *ElementValueArrayInitializerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ElementValueContext
- func (s *ElementValueContext) Annotation() IAnnotationContext
- func (s *ElementValueContext) ElementValueArrayInitializer() IElementValueArrayInitializerContext
- func (s *ElementValueContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ElementValueContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ElementValueContext) Expression() IExpressionContext
- func (s *ElementValueContext) GetParser() antlr.Parser
- func (s *ElementValueContext) GetRuleContext() antlr.RuleContext
- func (*ElementValueContext) IsElementValueContext()
- func (s *ElementValueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ElementValuePairContext
- func (s *ElementValuePairContext) ASSIGN() antlr.TerminalNode
- func (s *ElementValuePairContext) AllNls() []INlsContext
- func (s *ElementValuePairContext) ElementValue() IElementValueContext
- func (s *ElementValuePairContext) ElementValuePairName() IElementValuePairNameContext
- func (s *ElementValuePairContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ElementValuePairContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ElementValuePairContext) GetParser() antlr.Parser
- func (s *ElementValuePairContext) GetRuleContext() antlr.RuleContext
- func (*ElementValuePairContext) IsElementValuePairContext()
- func (s *ElementValuePairContext) Nls(i int) INlsContext
- func (s *ElementValuePairContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ElementValuePairNameContext
- func (s *ElementValuePairNameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ElementValuePairNameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ElementValuePairNameContext) GetParser() antlr.Parser
- func (s *ElementValuePairNameContext) GetRuleContext() antlr.RuleContext
- func (s *ElementValuePairNameContext) Identifier() IIdentifierContext
- func (*ElementValuePairNameContext) IsElementValuePairNameContext()
- func (s *ElementValuePairNameContext) Keywords() IKeywordsContext
- func (s *ElementValuePairNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ElementValuePairsContext
- func (s *ElementValuePairsContext) AllCOMMA() []antlr.TerminalNode
- func (s *ElementValuePairsContext) AllElementValuePair() []IElementValuePairContext
- func (s *ElementValuePairsContext) COMMA(i int) antlr.TerminalNode
- func (s *ElementValuePairsContext) ElementValuePair(i int) IElementValuePairContext
- func (s *ElementValuePairsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ElementValuePairsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ElementValuePairsContext) GetParser() antlr.Parser
- func (s *ElementValuePairsContext) GetRuleContext() antlr.RuleContext
- func (*ElementValuePairsContext) IsElementValuePairsContext()
- func (s *ElementValuePairsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ElementValuesContext
- func (s *ElementValuesContext) ElementValue() IElementValueContext
- func (s *ElementValuesContext) ElementValuePairs() IElementValuePairsContext
- func (s *ElementValuesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ElementValuesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ElementValuesContext) GetParser() antlr.Parser
- func (s *ElementValuesContext) GetRuleContext() antlr.RuleContext
- func (*ElementValuesContext) IsElementValuesContext()
- func (s *ElementValuesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type EmptyStmtAltContext
- type EnhancedArgumentListContext
- func (s *EnhancedArgumentListContext) AllCOMMA() []antlr.TerminalNode
- func (s *EnhancedArgumentListContext) AllEnhancedArgumentListElement() []IEnhancedArgumentListElementContext
- func (s *EnhancedArgumentListContext) AllNls() []INlsContext
- func (s *EnhancedArgumentListContext) COMMA(i int) antlr.TerminalNode
- func (s *EnhancedArgumentListContext) EnhancedArgumentListElement(i int) IEnhancedArgumentListElementContext
- func (s *EnhancedArgumentListContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *EnhancedArgumentListContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *EnhancedArgumentListContext) GetParser() antlr.Parser
- func (s *EnhancedArgumentListContext) GetRuleContext() antlr.RuleContext
- func (*EnhancedArgumentListContext) IsEnhancedArgumentListContext()
- func (s *EnhancedArgumentListContext) Nls(i int) INlsContext
- func (s *EnhancedArgumentListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type EnhancedArgumentListElementContext
- func (s *EnhancedArgumentListElementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *EnhancedArgumentListElementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *EnhancedArgumentListElementContext) ExpressionListElement() IExpressionListElementContext
- func (s *EnhancedArgumentListElementContext) GetParser() antlr.Parser
- func (s *EnhancedArgumentListElementContext) GetRuleContext() antlr.RuleContext
- func (*EnhancedArgumentListElementContext) IsEnhancedArgumentListElementContext()
- func (s *EnhancedArgumentListElementContext) MapEntry() IMapEntryContext
- func (s *EnhancedArgumentListElementContext) StandardLambdaExpression() IStandardLambdaExpressionContext
- func (s *EnhancedArgumentListElementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type EnhancedForControlContext
- func (s *EnhancedForControlContext) COLON() antlr.TerminalNode
- func (s *EnhancedForControlContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *EnhancedForControlContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *EnhancedForControlContext) Expression() IExpressionContext
- func (s *EnhancedForControlContext) GetParser() antlr.Parser
- func (s *EnhancedForControlContext) GetRuleContext() antlr.RuleContext
- func (s *EnhancedForControlContext) IN() antlr.TerminalNode
- func (*EnhancedForControlContext) IsEnhancedForControlContext()
- func (s *EnhancedForControlContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *EnhancedForControlContext) TypeType() ITypeTypeContext
- func (s *EnhancedForControlContext) VariableDeclaratorId() IVariableDeclaratorIdContext
- func (s *EnhancedForControlContext) VariableModifiersOpt() IVariableModifiersOptContext
- type EnhancedStatementExpressionContext
- func (s *EnhancedStatementExpressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *EnhancedStatementExpressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *EnhancedStatementExpressionContext) GetParser() antlr.Parser
- func (s *EnhancedStatementExpressionContext) GetRuleContext() antlr.RuleContext
- func (*EnhancedStatementExpressionContext) IsEnhancedStatementExpressionContext()
- func (s *EnhancedStatementExpressionContext) StandardLambdaExpression() IStandardLambdaExpressionContext
- func (s *EnhancedStatementExpressionContext) StatementExpression() IStatementExpressionContext
- func (s *EnhancedStatementExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type EnumConstantContext
- func (s *EnumConstantContext) AnnotationsOpt() IAnnotationsOptContext
- func (s *EnumConstantContext) AnonymousInnerClassDeclaration() IAnonymousInnerClassDeclarationContext
- func (s *EnumConstantContext) Arguments() IArgumentsContext
- func (s *EnumConstantContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *EnumConstantContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *EnumConstantContext) GetParser() antlr.Parser
- func (s *EnumConstantContext) GetRuleContext() antlr.RuleContext
- func (s *EnumConstantContext) Identifier() IIdentifierContext
- func (*EnumConstantContext) IsEnumConstantContext()
- func (s *EnumConstantContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type EnumConstantsContext
- func (s *EnumConstantsContext) AllCOMMA() []antlr.TerminalNode
- func (s *EnumConstantsContext) AllEnumConstant() []IEnumConstantContext
- func (s *EnumConstantsContext) AllNls() []INlsContext
- func (s *EnumConstantsContext) COMMA(i int) antlr.TerminalNode
- func (s *EnumConstantsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *EnumConstantsContext) EnumConstant(i int) IEnumConstantContext
- func (s *EnumConstantsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *EnumConstantsContext) GetParser() antlr.Parser
- func (s *EnumConstantsContext) GetRuleContext() antlr.RuleContext
- func (*EnumConstantsContext) IsEnumConstantsContext()
- func (s *EnumConstantsContext) Nls(i int) INlsContext
- func (s *EnumConstantsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type EqualityExprAltContext
- func (s *EqualityExprAltContext) AllExpression() []IExpressionContext
- func (s *EqualityExprAltContext) AllNls() []INlsContext
- func (s *EqualityExprAltContext) EQUAL() antlr.TerminalNode
- func (s *EqualityExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *EqualityExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *EqualityExprAltContext) Expression(i int) IExpressionContext
- func (s *EqualityExprAltContext) GetLeft() IExpressionContext
- func (s *EqualityExprAltContext) GetOp() antlr.Token
- func (s *EqualityExprAltContext) GetRight() IExpressionContext
- func (s *EqualityExprAltContext) GetRuleContext() antlr.RuleContext
- func (s *EqualityExprAltContext) IDENTICAL() antlr.TerminalNode
- func (s *EqualityExprAltContext) NOTEQUAL() antlr.TerminalNode
- func (s *EqualityExprAltContext) NOT_IDENTICAL() antlr.TerminalNode
- func (s *EqualityExprAltContext) Nls(i int) INlsContext
- func (s *EqualityExprAltContext) SPACESHIP() antlr.TerminalNode
- func (s *EqualityExprAltContext) SetLeft(v IExpressionContext)
- func (s *EqualityExprAltContext) SetOp(v antlr.Token)
- func (s *EqualityExprAltContext) SetRight(v IExpressionContext)
- type ExclusiveOrExprAltContext
- func (s *ExclusiveOrExprAltContext) AllExpression() []IExpressionContext
- func (s *ExclusiveOrExprAltContext) AllNls() []INlsContext
- func (s *ExclusiveOrExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ExclusiveOrExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ExclusiveOrExprAltContext) Expression(i int) IExpressionContext
- func (s *ExclusiveOrExprAltContext) GetLeft() IExpressionContext
- func (s *ExclusiveOrExprAltContext) GetOp() antlr.Token
- func (s *ExclusiveOrExprAltContext) GetRight() IExpressionContext
- func (s *ExclusiveOrExprAltContext) GetRuleContext() antlr.RuleContext
- func (s *ExclusiveOrExprAltContext) Nls(i int) INlsContext
- func (s *ExclusiveOrExprAltContext) SetLeft(v IExpressionContext)
- func (s *ExclusiveOrExprAltContext) SetOp(v antlr.Token)
- func (s *ExclusiveOrExprAltContext) SetRight(v IExpressionContext)
- func (s *ExclusiveOrExprAltContext) XOR() antlr.TerminalNode
- type ExpressionContext
- func (s *ExpressionContext) CopyFrom(ctx *ExpressionContext)
- func (s *ExpressionContext) GetParser() antlr.Parser
- func (s *ExpressionContext) GetRuleContext() antlr.RuleContext
- func (*ExpressionContext) IsExpressionContext()
- func (s *ExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ExpressionInParContext
- func (s *ExpressionInParContext) EnhancedStatementExpression() IEnhancedStatementExpressionContext
- func (s *ExpressionInParContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ExpressionInParContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ExpressionInParContext) GetParser() antlr.Parser
- func (s *ExpressionInParContext) GetRuleContext() antlr.RuleContext
- func (*ExpressionInParContext) IsExpressionInParContext()
- func (s *ExpressionInParContext) LPAREN() antlr.TerminalNode
- func (s *ExpressionInParContext) Rparen() IRparenContext
- func (s *ExpressionInParContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ExpressionListContext
- func (s *ExpressionListContext) AllCOMMA() []antlr.TerminalNode
- func (s *ExpressionListContext) AllExpressionListElement() []IExpressionListElementContext
- func (s *ExpressionListContext) COMMA(i int) antlr.TerminalNode
- func (s *ExpressionListContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ExpressionListContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ExpressionListContext) ExpressionListElement(i int) IExpressionListElementContext
- func (s *ExpressionListContext) GetCanSpread() bool
- func (s *ExpressionListContext) GetParser() antlr.Parser
- func (s *ExpressionListContext) GetRuleContext() antlr.RuleContext
- func (*ExpressionListContext) IsExpressionListContext()
- func (s *ExpressionListContext) SetCanSpread(v bool)
- func (s *ExpressionListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ExpressionListElementContext
- func (s *ExpressionListElementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ExpressionListElementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ExpressionListElementContext) Expression() IExpressionContext
- func (s *ExpressionListElementContext) GetCanSpread() bool
- func (s *ExpressionListElementContext) GetParser() antlr.Parser
- func (s *ExpressionListElementContext) GetRuleContext() antlr.RuleContext
- func (*ExpressionListElementContext) IsExpressionListElementContext()
- func (s *ExpressionListElementContext) MUL() antlr.TerminalNode
- func (s *ExpressionListElementContext) SetCanSpread(v bool)
- func (s *ExpressionListElementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ExpressionStmtAltContext
- func (s *ExpressionStmtAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ExpressionStmtAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ExpressionStmtAltContext) GetRuleContext() antlr.RuleContext
- func (s *ExpressionStmtAltContext) StatementExpression() IStatementExpressionContext
- type FieldDeclarationContext
- func (s *FieldDeclarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *FieldDeclarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *FieldDeclarationContext) GetParser() antlr.Parser
- func (s *FieldDeclarationContext) GetRuleContext() antlr.RuleContext
- func (*FieldDeclarationContext) IsFieldDeclarationContext()
- func (s *FieldDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *FieldDeclarationContext) VariableDeclaration() IVariableDeclarationContext
- type FinallyBlockContext
- func (s *FinallyBlockContext) Block() IBlockContext
- func (s *FinallyBlockContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *FinallyBlockContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *FinallyBlockContext) FINALLY() antlr.TerminalNode
- func (s *FinallyBlockContext) GetParser() antlr.Parser
- func (s *FinallyBlockContext) GetRuleContext() antlr.RuleContext
- func (*FinallyBlockContext) IsFinallyBlockContext()
- func (s *FinallyBlockContext) Nls() INlsContext
- func (s *FinallyBlockContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FloatingPointLiteralAltContext
- func (s *FloatingPointLiteralAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *FloatingPointLiteralAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *FloatingPointLiteralAltContext) FloatingPointLiteral() antlr.TerminalNode
- func (s *FloatingPointLiteralAltContext) GetRuleContext() antlr.RuleContext
- type ForControlContext
- func (s *ForControlContext) ClassicalForControl() IClassicalForControlContext
- func (s *ForControlContext) EnhancedForControl() IEnhancedForControlContext
- func (s *ForControlContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ForControlContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ForControlContext) GetParser() antlr.Parser
- func (s *ForControlContext) GetRuleContext() antlr.RuleContext
- func (*ForControlContext) IsForControlContext()
- func (s *ForControlContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ForInitContext
- func (s *ForInitContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ForInitContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ForInitContext) ExpressionList() IExpressionListContext
- func (s *ForInitContext) GetParser() antlr.Parser
- func (s *ForInitContext) GetRuleContext() antlr.RuleContext
- func (*ForInitContext) IsForInitContext()
- func (s *ForInitContext) LocalVariableDeclaration() ILocalVariableDeclarationContext
- func (s *ForInitContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ForStmtAltContext
- func (s *ForStmtAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ForStmtAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ForStmtAltContext) FOR() antlr.TerminalNode
- func (s *ForStmtAltContext) ForControl() IForControlContext
- func (s *ForStmtAltContext) GetRuleContext() antlr.RuleContext
- func (s *ForStmtAltContext) LPAREN() antlr.TerminalNode
- func (s *ForStmtAltContext) Nls() INlsContext
- func (s *ForStmtAltContext) Rparen() IRparenContext
- func (s *ForStmtAltContext) Statement() IStatementContext
- type ForUpdateContext
- func (s *ForUpdateContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ForUpdateContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ForUpdateContext) ExpressionList() IExpressionListContext
- func (s *ForUpdateContext) GetParser() antlr.Parser
- func (s *ForUpdateContext) GetRuleContext() antlr.RuleContext
- func (*ForUpdateContext) IsForUpdateContext()
- func (s *ForUpdateContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FormalParameterContext
- func (s *FormalParameterContext) ASSIGN() antlr.TerminalNode
- func (s *FormalParameterContext) AllNls() []INlsContext
- func (s *FormalParameterContext) ELLIPSIS() antlr.TerminalNode
- func (s *FormalParameterContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *FormalParameterContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *FormalParameterContext) Expression() IExpressionContext
- func (s *FormalParameterContext) GetParser() antlr.Parser
- func (s *FormalParameterContext) GetRuleContext() antlr.RuleContext
- func (*FormalParameterContext) IsFormalParameterContext()
- func (s *FormalParameterContext) Nls(i int) INlsContext
- func (s *FormalParameterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *FormalParameterContext) TypeType() ITypeTypeContext
- func (s *FormalParameterContext) VariableDeclaratorId() IVariableDeclaratorIdContext
- func (s *FormalParameterContext) VariableModifiersOpt() IVariableModifiersOptContext
- type FormalParameterListContext
- func (s *FormalParameterListContext) AllCOMMA() []antlr.TerminalNode
- func (s *FormalParameterListContext) AllFormalParameter() []IFormalParameterContext
- func (s *FormalParameterListContext) AllNls() []INlsContext
- func (s *FormalParameterListContext) COMMA(i int) antlr.TerminalNode
- func (s *FormalParameterListContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *FormalParameterListContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *FormalParameterListContext) FormalParameter(i int) IFormalParameterContext
- func (s *FormalParameterListContext) GetParser() antlr.Parser
- func (s *FormalParameterListContext) GetRuleContext() antlr.RuleContext
- func (*FormalParameterListContext) IsFormalParameterListContext()
- func (s *FormalParameterListContext) Nls(i int) INlsContext
- func (s *FormalParameterListContext) ThisFormalParameter() IThisFormalParameterContext
- func (s *FormalParameterListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FormalParametersContext
- func (s *FormalParametersContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *FormalParametersContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *FormalParametersContext) FormalParameterList() IFormalParameterListContext
- func (s *FormalParametersContext) GetParser() antlr.Parser
- func (s *FormalParametersContext) GetRuleContext() antlr.RuleContext
- func (*FormalParametersContext) IsFormalParametersContext()
- func (s *FormalParametersContext) LPAREN() antlr.TerminalNode
- func (s *FormalParametersContext) Rparen() IRparenContext
- func (s *FormalParametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type GeneralClassOrInterfaceTypeContext
- func (s *GeneralClassOrInterfaceTypeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *GeneralClassOrInterfaceTypeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *GeneralClassOrInterfaceTypeContext) GetParser() antlr.Parser
- func (s *GeneralClassOrInterfaceTypeContext) GetRuleContext() antlr.RuleContext
- func (*GeneralClassOrInterfaceTypeContext) IsGeneralClassOrInterfaceTypeContext()
- func (s *GeneralClassOrInterfaceTypeContext) QualifiedClassName() IQualifiedClassNameContext
- func (s *GeneralClassOrInterfaceTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *GeneralClassOrInterfaceTypeContext) TypeArguments() ITypeArgumentsContext
- type GroovyLexer
- type GroovyParser
- func (p *GroovyParser) AnnotatedQualifiedClassName() (localctx IAnnotatedQualifiedClassNameContext)
- func (p *GroovyParser) Annotation() (localctx IAnnotationContext)
- func (p *GroovyParser) AnnotationName() (localctx IAnnotationNameContext)
- func (p *GroovyParser) AnnotationsOpt() (localctx IAnnotationsOptContext)
- func (p *GroovyParser) AnonymousInnerClassDeclaration(t int) (localctx IAnonymousInnerClassDeclarationContext)
- func (p *GroovyParser) ArgumentList() (localctx IArgumentListContext)
- func (p *GroovyParser) ArgumentListElement() (localctx IArgumentListElementContext)
- func (p *GroovyParser) Arguments() (localctx IArgumentsContext)
- func (p *GroovyParser) ArrayInitializer() (localctx IArrayInitializerContext)
- func (p *GroovyParser) AssertStatement() (localctx IAssertStatementContext)
- func (p *GroovyParser) Block() (localctx IBlockContext)
- func (p *GroovyParser) BlockStatement() (localctx IBlockStatementContext)
- func (p *GroovyParser) BlockStatements() (localctx IBlockStatementsContext)
- func (p *GroovyParser) BlockStatementsOpt() (localctx IBlockStatementsOptContext)
- func (p *GroovyParser) BreakStatement() (localctx IBreakStatementContext)
- func (p *GroovyParser) BuiltInType() (localctx IBuiltInTypeContext)
- func (p *GroovyParser) CastOperandExpression() (localctx ICastOperandExpressionContext)
- func (p *GroovyParser) CastParExpression() (localctx ICastParExpressionContext)
- func (p *GroovyParser) CatchClause() (localctx ICatchClauseContext)
- func (p *GroovyParser) CatchType() (localctx ICatchTypeContext)
- func (p *GroovyParser) ClassBody(t int) (localctx IClassBodyContext)
- func (p *GroovyParser) ClassBodyDeclaration(t int) (localctx IClassBodyDeclarationContext)
- func (p *GroovyParser) ClassBody_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *GroovyParser) ClassDeclaration() (localctx IClassDeclarationContext)
- func (p *GroovyParser) ClassDeclaration_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *GroovyParser) ClassName() (localctx IClassNameContext)
- func (p *GroovyParser) ClassOrInterfaceModifier() (localctx IClassOrInterfaceModifierContext)
- func (p *GroovyParser) ClassOrInterfaceModifiers() (localctx IClassOrInterfaceModifiersContext)
- func (p *GroovyParser) ClassOrInterfaceModifiersOpt() (localctx IClassOrInterfaceModifiersOptContext)
- func (p *GroovyParser) ClassOrInterfaceType() (localctx IClassOrInterfaceTypeContext)
- func (p *GroovyParser) ClassicalForControl() (localctx IClassicalForControlContext)
- func (p *GroovyParser) ClassifiedModifiers(t int) (localctx IClassifiedModifiersContext)
- func (p *GroovyParser) ClassifiedModifiers_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *GroovyParser) Closure() (localctx IClosureContext)
- func (p *GroovyParser) ClosureOrLambdaExpression() (localctx IClosureOrLambdaExpressionContext)
- func (p *GroovyParser) CommandArgument() (localctx ICommandArgumentContext)
- func (p *GroovyParser) CommandExpression() (localctx ICommandExpressionContext)
- func (p *GroovyParser) CompilationUnit() (localctx ICompilationUnitContext)
- func (p *GroovyParser) ConditionalStatement() (localctx IConditionalStatementContext)
- func (p *GroovyParser) ContinueStatement() (localctx IContinueStatementContext)
- func (p *GroovyParser) CreatedName() (localctx ICreatedNameContext)
- func (p *GroovyParser) Creator(t int) (localctx ICreatorContext)
- func (p *GroovyParser) Creator_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *GroovyParser) Dims() (localctx IDimsContext)
- func (p *GroovyParser) DimsOpt() (localctx IDimsOptContext)
- func (p *GroovyParser) DynamicMemberName() (localctx IDynamicMemberNameContext)
- func (p *GroovyParser) ElementValue() (localctx IElementValueContext)
- func (p *GroovyParser) ElementValueArrayInitializer() (localctx IElementValueArrayInitializerContext)
- func (p *GroovyParser) ElementValuePair() (localctx IElementValuePairContext)
- func (p *GroovyParser) ElementValuePairName() (localctx IElementValuePairNameContext)
- func (p *GroovyParser) ElementValuePairs() (localctx IElementValuePairsContext)
- func (p *GroovyParser) ElementValues() (localctx IElementValuesContext)
- func (p *GroovyParser) EnhancedArgumentList() (localctx IEnhancedArgumentListContext)
- func (p *GroovyParser) EnhancedArgumentListElement() (localctx IEnhancedArgumentListElementContext)
- func (p *GroovyParser) EnhancedForControl() (localctx IEnhancedForControlContext)
- func (p *GroovyParser) EnhancedStatementExpression() (localctx IEnhancedStatementExpressionContext)
- func (p *GroovyParser) EnumConstant() (localctx IEnumConstantContext)
- func (p *GroovyParser) EnumConstants() (localctx IEnumConstantsContext)
- func (p *GroovyParser) Expression() (localctx IExpressionContext)
- func (p *GroovyParser) ExpressionInPar() (localctx IExpressionInParContext)
- func (p *GroovyParser) ExpressionList(canSpread bool) (localctx IExpressionListContext)
- func (p *GroovyParser) ExpressionListElement(canSpread bool) (localctx IExpressionListElementContext)
- func (p *GroovyParser) Expression_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *GroovyParser) FieldDeclaration() (localctx IFieldDeclarationContext)
- func (p *GroovyParser) FinallyBlock() (localctx IFinallyBlockContext)
- func (p *GroovyParser) ForControl() (localctx IForControlContext)
- func (p *GroovyParser) ForInit() (localctx IForInitContext)
- func (p *GroovyParser) ForUpdate() (localctx IForUpdateContext)
- func (p *GroovyParser) FormalParameter() (localctx IFormalParameterContext)
- func (p *GroovyParser) FormalParameterList() (localctx IFormalParameterListContext)
- func (p *GroovyParser) FormalParameters() (localctx IFormalParametersContext)
- func (p *GroovyParser) GeneralClassOrInterfaceType() (localctx IGeneralClassOrInterfaceTypeContext)
- func (p *GroovyParser) Gstring() (localctx IGstringContext)
- func (p *GroovyParser) GstringPath() (localctx IGstringPathContext)
- func (p *GroovyParser) GstringValue() (localctx IGstringValueContext)
- func (p *GroovyParser) Identifier() (localctx IIdentifierContext)
- func (p *GroovyParser) IfElseStatement() (localctx IIfElseStatementContext)
- func (p *GroovyParser) ImportDeclaration() (localctx IImportDeclarationContext)
- func (p *GroovyParser) IndexPropertyArgs() (localctx IIndexPropertyArgsContext)
- func (p *GroovyParser) Keywords() (localctx IKeywordsContext)
- func (p *GroovyParser) LambdaBody() (localctx ILambdaBodyContext)
- func (p *GroovyParser) LambdaExpression() (localctx ILambdaExpressionContext)
- func (p *GroovyParser) LambdaParameters() (localctx ILambdaParametersContext)
- func (p *GroovyParser) List() (localctx IListContext)
- func (p *GroovyParser) Literal() (localctx ILiteralContext)
- func (p *GroovyParser) LocalVariableDeclaration() (localctx ILocalVariableDeclarationContext)
- func (p *GroovyParser) LoopStatement() (localctx ILoopStatementContext)
- func (p *GroovyParser) MapEntry() (localctx IMapEntryContext)
- func (p *GroovyParser) MapEntryLabel() (localctx IMapEntryLabelContext)
- func (p *GroovyParser) MapEntryList() (localctx IMapEntryListContext)
- func (p *GroovyParser) MemberDeclaration(t int) (localctx IMemberDeclarationContext)
- func (p *GroovyParser) MethodBody() (localctx IMethodBodyContext)
- func (p *GroovyParser) MethodDeclaration(t int, ct int) (localctx IMethodDeclarationContext)
- func (p *GroovyParser) MethodDeclaration_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *GroovyParser) MethodName() (localctx IMethodNameContext)
- func (p *GroovyParser) Modifier() (localctx IModifierContext)
- func (p *GroovyParser) Modifiers() (localctx IModifiersContext)
- func (p *GroovyParser) ModifiersOpt() (localctx IModifiersOptContext)
- func (p *GroovyParser) NamePart() (localctx INamePartContext)
- func (p *GroovyParser) NamedPropertyArgs() (localctx INamedPropertyArgsContext)
- func (p *GroovyParser) Nls() (localctx INlsContext)
- func (p *GroovyParser) NonWildcardTypeArguments() (localctx INonWildcardTypeArgumentsContext)
- func (p *GroovyParser) NormalMap() (localctx INormalMapContext)
- func (p *GroovyParser) PackageDeclaration() (localctx IPackageDeclarationContext)
- func (p *GroovyParser) ParExpression() (localctx IParExpressionContext)
- func (p *GroovyParser) PathElement() (localctx IPathElementContext)
- func (p *GroovyParser) PathExpression() (localctx IPathExpressionContext)
- func (p *GroovyParser) PostfixExpression() (localctx IPostfixExpressionContext)
- func (p *GroovyParser) Primary() (localctx IPrimaryContext)
- func (p *GroovyParser) PrimitiveType() (localctx IPrimitiveTypeContext)
- func (p *GroovyParser) QualifiedClassName() (localctx IQualifiedClassNameContext)
- func (p *GroovyParser) QualifiedClassNameList() (localctx IQualifiedClassNameListContext)
- func (p *GroovyParser) QualifiedName() (localctx IQualifiedNameContext)
- func (p *GroovyParser) QualifiedNameElement() (localctx IQualifiedNameElementContext)
- func (p *GroovyParser) QualifiedNameElements() (localctx IQualifiedNameElementsContext)
- func (p *GroovyParser) QualifiedStandardClassName() (localctx IQualifiedStandardClassNameContext)
- func (p *GroovyParser) Resource() (localctx IResourceContext)
- func (p *GroovyParser) ResourceList() (localctx IResourceListContext)
- func (p *GroovyParser) Resources() (localctx IResourcesContext)
- func (p *GroovyParser) ReturnType(ct int) (localctx IReturnTypeContext)
- func (p *GroovyParser) ReturnType_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *GroovyParser) Rparen() (localctx IRparenContext)
- func (p *GroovyParser) ScriptStatement() (localctx IScriptStatementContext)
- func (p *GroovyParser) ScriptStatements() (localctx IScriptStatementsContext)
- func (p *GroovyParser) Sempred(localctx antlr.RuleContext, ruleIndex, predIndex int) bool
- func (p *GroovyParser) Sep() (localctx ISepContext)
- func (p *GroovyParser) StandardClassOrInterfaceType() (localctx IStandardClassOrInterfaceTypeContext)
- func (p *GroovyParser) StandardLambdaExpression() (localctx IStandardLambdaExpressionContext)
- func (p *GroovyParser) StandardLambdaParameters() (localctx IStandardLambdaParametersContext)
- func (p *GroovyParser) StandardType() (localctx IStandardTypeContext)
- func (p *GroovyParser) Statement() (localctx IStatementContext)
- func (p *GroovyParser) StatementExpression() (localctx IStatementExpressionContext)
- func (p *GroovyParser) StringLiteral() (localctx IStringLiteralContext)
- func (p *GroovyParser) SwitchBlockStatementGroup() (localctx ISwitchBlockStatementGroupContext)
- func (p *GroovyParser) SwitchLabel() (localctx ISwitchLabelContext)
- func (p *GroovyParser) SwitchStatement() (localctx ISwitchStatementContext)
- func (p *GroovyParser) ThisFormalParameter() (localctx IThisFormalParameterContext)
- func (p *GroovyParser) TryCatchStatement() (localctx ITryCatchStatementContext)
- func (p *GroovyParser) TypeArgument() (localctx ITypeArgumentContext)
- func (p *GroovyParser) TypeArguments() (localctx ITypeArgumentsContext)
- func (p *GroovyParser) TypeArgumentsOrDiamond() (localctx ITypeArgumentsOrDiamondContext)
- func (p *GroovyParser) TypeBound() (localctx ITypeBoundContext)
- func (p *GroovyParser) TypeDeclaration() (localctx ITypeDeclarationContext)
- func (p *GroovyParser) TypeList() (localctx ITypeListContext)
- func (p *GroovyParser) TypeNamePair() (localctx ITypeNamePairContext)
- func (p *GroovyParser) TypeNamePairs() (localctx ITypeNamePairsContext)
- func (p *GroovyParser) TypeParameter() (localctx ITypeParameterContext)
- func (p *GroovyParser) TypeParameters() (localctx ITypeParametersContext)
- func (p *GroovyParser) TypeType() (localctx ITypeTypeContext)
- func (p *GroovyParser) VariableDeclaration(t int) (localctx IVariableDeclarationContext)
- func (p *GroovyParser) VariableDeclarator() (localctx IVariableDeclaratorContext)
- func (p *GroovyParser) VariableDeclaratorId() (localctx IVariableDeclaratorIdContext)
- func (p *GroovyParser) VariableDeclarators() (localctx IVariableDeclaratorsContext)
- func (p *GroovyParser) VariableInitializer() (localctx IVariableInitializerContext)
- func (p *GroovyParser) VariableInitializers() (localctx IVariableInitializersContext)
- func (p *GroovyParser) VariableModifier() (localctx IVariableModifierContext)
- func (p *GroovyParser) VariableModifiers() (localctx IVariableModifiersContext)
- func (p *GroovyParser) VariableModifiersOpt() (localctx IVariableModifiersOptContext)
- func (p *GroovyParser) VariableNames() (localctx IVariableNamesContext)
- type GroovyParserListener
- type GstringContext
- func (s *GstringContext) AllGStringPart() []antlr.TerminalNode
- func (s *GstringContext) AllGstringValue() []IGstringValueContext
- func (s *GstringContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *GstringContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *GstringContext) GStringBegin() antlr.TerminalNode
- func (s *GstringContext) GStringEnd() antlr.TerminalNode
- func (s *GstringContext) GStringPart(i int) antlr.TerminalNode
- func (s *GstringContext) GetParser() antlr.Parser
- func (s *GstringContext) GetRuleContext() antlr.RuleContext
- func (s *GstringContext) GstringValue(i int) IGstringValueContext
- func (*GstringContext) IsGstringContext()
- func (s *GstringContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type GstringPathContext
- func (s *GstringPathContext) AllGStringPathPart() []antlr.TerminalNode
- func (s *GstringPathContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *GstringPathContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *GstringPathContext) GStringPathPart(i int) antlr.TerminalNode
- func (s *GstringPathContext) GetParser() antlr.Parser
- func (s *GstringPathContext) GetRuleContext() antlr.RuleContext
- func (s *GstringPathContext) Identifier() IIdentifierContext
- func (*GstringPathContext) IsGstringPathContext()
- func (s *GstringPathContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type GstringPrmrAltContext
- type GstringValueContext
- func (s *GstringValueContext) Closure() IClosureContext
- func (s *GstringValueContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *GstringValueContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *GstringValueContext) GetParser() antlr.Parser
- func (s *GstringValueContext) GetRuleContext() antlr.RuleContext
- func (s *GstringValueContext) GstringPath() IGstringPathContext
- func (*GstringValueContext) IsGstringValueContext()
- func (s *GstringValueContext) LBRACE() antlr.TerminalNode
- func (s *GstringValueContext) RBRACE() antlr.TerminalNode
- func (s *GstringValueContext) StatementExpression() IStatementExpressionContext
- func (s *GstringValueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IAnnotatedQualifiedClassNameContext
- type IAnnotationContext
- type IAnnotationNameContext
- type IAnnotationsOptContext
- type IAnonymousInnerClassDeclarationContext
- type IArgumentListContext
- type IArgumentListElementContext
- type IArgumentsContext
- type IArrayInitializerContext
- type IAssertStatementContext
- type IBlockContext
- type IBlockStatementContext
- type IBlockStatementsContext
- type IBlockStatementsOptContext
- type IBreakStatementContext
- type IBuiltInTypeContext
- type ICastOperandExpressionContext
- type ICastParExpressionContext
- type ICatchClauseContext
- type ICatchTypeContext
- type IClassBodyContext
- type IClassBodyDeclarationContext
- type IClassDeclarationContext
- type IClassNameContext
- type IClassOrInterfaceModifierContext
- type IClassOrInterfaceModifiersContext
- type IClassOrInterfaceModifiersOptContext
- type IClassOrInterfaceTypeContext
- type IClassicalForControlContext
- type IClassifiedModifiersContext
- type IClosureContext
- type IClosureOrLambdaExpressionContext
- type ICommandArgumentContext
- type ICommandExpressionContext
- type ICompilationUnitContext
- type IConditionalStatementContext
- type IContinueStatementContext
- type ICreatedNameContext
- type ICreatorContext
- type IDimsContext
- type IDimsOptContext
- type IDynamicMemberNameContext
- type IElementValueArrayInitializerContext
- type IElementValueContext
- type IElementValuePairContext
- type IElementValuePairNameContext
- type IElementValuePairsContext
- type IElementValuesContext
- type IEnhancedArgumentListContext
- type IEnhancedArgumentListElementContext
- type IEnhancedForControlContext
- type IEnhancedStatementExpressionContext
- type IEnumConstantContext
- type IEnumConstantsContext
- type IExpressionContext
- type IExpressionInParContext
- type IExpressionListContext
- type IExpressionListElementContext
- type IFieldDeclarationContext
- type IFinallyBlockContext
- type IForControlContext
- type IForInitContext
- type IForUpdateContext
- type IFormalParameterContext
- type IFormalParameterListContext
- type IFormalParametersContext
- type IGeneralClassOrInterfaceTypeContext
- type IGstringContext
- type IGstringPathContext
- type IGstringValueContext
- type IIdentifierContext
- type IIfElseStatementContext
- type IImportDeclarationContext
- type IIndexPropertyArgsContext
- type IKeywordsContext
- type ILambdaBodyContext
- type ILambdaExpressionContext
- type ILambdaParametersContext
- type IListContext
- type ILiteralContext
- type ILocalVariableDeclarationContext
- type ILoopStatementContext
- type IMapEntryContext
- type IMapEntryLabelContext
- type IMapEntryListContext
- type IMemberDeclarationContext
- type IMethodBodyContext
- type IMethodDeclarationContext
- type IMethodNameContext
- type IModifierContext
- type IModifiersContext
- type IModifiersOptContext
- type INamePartContext
- type INamedPropertyArgsContext
- type INlsContext
- type INonWildcardTypeArgumentsContext
- type INormalMapContext
- type IPackageDeclarationContext
- type IParExpressionContext
- type IPathElementContext
- type IPathExpressionContext
- type IPostfixExpressionContext
- type IPrimaryContext
- type IPrimitiveTypeContext
- type IQualifiedClassNameContext
- type IQualifiedClassNameListContext
- type IQualifiedNameContext
- type IQualifiedNameElementContext
- type IQualifiedNameElementsContext
- type IQualifiedStandardClassNameContext
- type IResourceContext
- type IResourceListContext
- type IResourcesContext
- type IReturnTypeContext
- type IRparenContext
- type IScriptStatementContext
- type IScriptStatementsContext
- type ISepContext
- type IStandardClassOrInterfaceTypeContext
- type IStandardLambdaExpressionContext
- type IStandardLambdaParametersContext
- type IStandardTypeContext
- type IStatementContext
- type IStatementExpressionContext
- type IStringLiteralContext
- type ISwitchBlockStatementGroupContext
- type ISwitchLabelContext
- type ISwitchStatementContext
- type IThisFormalParameterContext
- type ITryCatchStatementContext
- type ITypeArgumentContext
- type ITypeArgumentsContext
- type ITypeArgumentsOrDiamondContext
- type ITypeBoundContext
- type ITypeDeclarationContext
- type ITypeListContext
- type ITypeNamePairContext
- type ITypeNamePairsContext
- type ITypeParameterContext
- type ITypeParametersContext
- type ITypeTypeContext
- type IVariableDeclarationContext
- type IVariableDeclaratorContext
- type IVariableDeclaratorIdContext
- type IVariableDeclaratorsContext
- type IVariableInitializerContext
- type IVariableInitializersContext
- type IVariableModifierContext
- type IVariableModifiersContext
- type IVariableModifiersOptContext
- type IVariableNamesContext
- type IdentifierContext
- func (s *IdentifierContext) AS() antlr.TerminalNode
- func (s *IdentifierContext) CapitalizedIdentifier() antlr.TerminalNode
- func (s *IdentifierContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *IdentifierContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *IdentifierContext) GetParser() antlr.Parser
- func (s *IdentifierContext) GetRuleContext() antlr.RuleContext
- func (s *IdentifierContext) IN() antlr.TerminalNode
- func (s *IdentifierContext) Identifier() antlr.TerminalNode
- func (*IdentifierContext) IsIdentifierContext()
- func (s *IdentifierContext) STATIC() antlr.TerminalNode
- func (s *IdentifierContext) TRAIT() antlr.TerminalNode
- func (s *IdentifierContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *IdentifierContext) VAR() antlr.TerminalNode
- type IdentifierPrmrAltContext
- func (s *IdentifierPrmrAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *IdentifierPrmrAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *IdentifierPrmrAltContext) GetRuleContext() antlr.RuleContext
- func (s *IdentifierPrmrAltContext) Identifier() IIdentifierContext
- func (s *IdentifierPrmrAltContext) TypeArguments() ITypeArgumentsContext
- type IfElseStatementContext
- func (s *IfElseStatementContext) AllNls() []INlsContext
- func (s *IfElseStatementContext) AllStatement() []IStatementContext
- func (s *IfElseStatementContext) ELSE() antlr.TerminalNode
- func (s *IfElseStatementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *IfElseStatementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *IfElseStatementContext) ExpressionInPar() IExpressionInParContext
- func (s *IfElseStatementContext) GetFb() IStatementContext
- func (s *IfElseStatementContext) GetParser() antlr.Parser
- func (s *IfElseStatementContext) GetRuleContext() antlr.RuleContext
- func (s *IfElseStatementContext) GetTb() IStatementContext
- func (s *IfElseStatementContext) IF() antlr.TerminalNode
- func (*IfElseStatementContext) IsIfElseStatementContext()
- func (s *IfElseStatementContext) Nls(i int) INlsContext
- func (s *IfElseStatementContext) Sep() ISepContext
- func (s *IfElseStatementContext) SetFb(v IStatementContext)
- func (s *IfElseStatementContext) SetTb(v IStatementContext)
- func (s *IfElseStatementContext) Statement(i int) IStatementContext
- func (s *IfElseStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ImportDeclarationContext
- func (s *ImportDeclarationContext) AS() antlr.TerminalNode
- func (s *ImportDeclarationContext) AnnotationsOpt() IAnnotationsOptContext
- func (s *ImportDeclarationContext) DOT() antlr.TerminalNode
- func (s *ImportDeclarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ImportDeclarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ImportDeclarationContext) GetAlias() IIdentifierContext
- func (s *ImportDeclarationContext) GetParser() antlr.Parser
- func (s *ImportDeclarationContext) GetRuleContext() antlr.RuleContext
- func (s *ImportDeclarationContext) IMPORT() antlr.TerminalNode
- func (s *ImportDeclarationContext) Identifier() IIdentifierContext
- func (*ImportDeclarationContext) IsImportDeclarationContext()
- func (s *ImportDeclarationContext) MUL() antlr.TerminalNode
- func (s *ImportDeclarationContext) QualifiedName() IQualifiedNameContext
- func (s *ImportDeclarationContext) STATIC() antlr.TerminalNode
- func (s *ImportDeclarationContext) SetAlias(v IIdentifierContext)
- func (s *ImportDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type InclusiveOrExprAltContext
- func (s *InclusiveOrExprAltContext) AllExpression() []IExpressionContext
- func (s *InclusiveOrExprAltContext) AllNls() []INlsContext
- func (s *InclusiveOrExprAltContext) BITOR() antlr.TerminalNode
- func (s *InclusiveOrExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *InclusiveOrExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *InclusiveOrExprAltContext) Expression(i int) IExpressionContext
- func (s *InclusiveOrExprAltContext) GetLeft() IExpressionContext
- func (s *InclusiveOrExprAltContext) GetOp() antlr.Token
- func (s *InclusiveOrExprAltContext) GetRight() IExpressionContext
- func (s *InclusiveOrExprAltContext) GetRuleContext() antlr.RuleContext
- func (s *InclusiveOrExprAltContext) Nls(i int) INlsContext
- func (s *InclusiveOrExprAltContext) SetLeft(v IExpressionContext)
- func (s *InclusiveOrExprAltContext) SetOp(v antlr.Token)
- func (s *InclusiveOrExprAltContext) SetRight(v IExpressionContext)
- type IndexPropertyArgsContext
- func (s *IndexPropertyArgsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *IndexPropertyArgsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *IndexPropertyArgsContext) ExpressionList() IExpressionListContext
- func (s *IndexPropertyArgsContext) GetParser() antlr.Parser
- func (s *IndexPropertyArgsContext) GetRuleContext() antlr.RuleContext
- func (*IndexPropertyArgsContext) IsIndexPropertyArgsContext()
- func (s *IndexPropertyArgsContext) LBRACK() antlr.TerminalNode
- func (s *IndexPropertyArgsContext) QUESTION() antlr.TerminalNode
- func (s *IndexPropertyArgsContext) RBRACK() antlr.TerminalNode
- func (s *IndexPropertyArgsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IntegerLiteralAltContext
- type KeywordsContext
- func (s *KeywordsContext) ABSTRACT() antlr.TerminalNode
- func (s *KeywordsContext) AS() antlr.TerminalNode
- func (s *KeywordsContext) ASSERT() antlr.TerminalNode
- func (s *KeywordsContext) BREAK() antlr.TerminalNode
- func (s *KeywordsContext) BooleanLiteral() antlr.TerminalNode
- func (s *KeywordsContext) BuiltInPrimitiveType() antlr.TerminalNode
- func (s *KeywordsContext) CASE() antlr.TerminalNode
- func (s *KeywordsContext) CATCH() antlr.TerminalNode
- func (s *KeywordsContext) CLASS() antlr.TerminalNode
- func (s *KeywordsContext) CONST() antlr.TerminalNode
- func (s *KeywordsContext) CONTINUE() antlr.TerminalNode
- func (s *KeywordsContext) DEF() antlr.TerminalNode
- func (s *KeywordsContext) DEFAULT() antlr.TerminalNode
- func (s *KeywordsContext) DO() antlr.TerminalNode
- func (s *KeywordsContext) ELSE() antlr.TerminalNode
- func (s *KeywordsContext) ENUM() antlr.TerminalNode
- func (s *KeywordsContext) EXTENDS() antlr.TerminalNode
- func (s *KeywordsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *KeywordsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *KeywordsContext) FINAL() antlr.TerminalNode
- func (s *KeywordsContext) FINALLY() antlr.TerminalNode
- func (s *KeywordsContext) FOR() antlr.TerminalNode
- func (s *KeywordsContext) GOTO() antlr.TerminalNode
- func (s *KeywordsContext) GetParser() antlr.Parser
- func (s *KeywordsContext) GetRuleContext() antlr.RuleContext
- func (s *KeywordsContext) IF() antlr.TerminalNode
- func (s *KeywordsContext) IMPLEMENTS() antlr.TerminalNode
- func (s *KeywordsContext) IMPORT() antlr.TerminalNode
- func (s *KeywordsContext) IN() antlr.TerminalNode
- func (s *KeywordsContext) INSTANCEOF() antlr.TerminalNode
- func (s *KeywordsContext) INTERFACE() antlr.TerminalNode
- func (*KeywordsContext) IsKeywordsContext()
- func (s *KeywordsContext) NATIVE() antlr.TerminalNode
- func (s *KeywordsContext) NEW() antlr.TerminalNode
- func (s *KeywordsContext) NullLiteral() antlr.TerminalNode
- func (s *KeywordsContext) PACKAGE() antlr.TerminalNode
- func (s *KeywordsContext) PRIVATE() antlr.TerminalNode
- func (s *KeywordsContext) PROTECTED() antlr.TerminalNode
- func (s *KeywordsContext) PUBLIC() antlr.TerminalNode
- func (s *KeywordsContext) RETURN() antlr.TerminalNode
- func (s *KeywordsContext) STATIC() antlr.TerminalNode
- func (s *KeywordsContext) STRICTFP() antlr.TerminalNode
- func (s *KeywordsContext) SUPER() antlr.TerminalNode
- func (s *KeywordsContext) SWITCH() antlr.TerminalNode
- func (s *KeywordsContext) SYNCHRONIZED() antlr.TerminalNode
- func (s *KeywordsContext) THIS() antlr.TerminalNode
- func (s *KeywordsContext) THREADSAFE() antlr.TerminalNode
- func (s *KeywordsContext) THROW() antlr.TerminalNode
- func (s *KeywordsContext) THROWS() antlr.TerminalNode
- func (s *KeywordsContext) TRAIT() antlr.TerminalNode
- func (s *KeywordsContext) TRANSIENT() antlr.TerminalNode
- func (s *KeywordsContext) TRY() antlr.TerminalNode
- func (s *KeywordsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *KeywordsContext) VAR() antlr.TerminalNode
- func (s *KeywordsContext) VOID() antlr.TerminalNode
- func (s *KeywordsContext) VOLATILE() antlr.TerminalNode
- func (s *KeywordsContext) WHILE() antlr.TerminalNode
- type LabeledStmtAltContext
- func (s *LabeledStmtAltContext) COLON() antlr.TerminalNode
- func (s *LabeledStmtAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *LabeledStmtAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *LabeledStmtAltContext) GetRuleContext() antlr.RuleContext
- func (s *LabeledStmtAltContext) Identifier() IIdentifierContext
- func (s *LabeledStmtAltContext) Nls() INlsContext
- func (s *LabeledStmtAltContext) Statement() IStatementContext
- type LambdaBodyContext
- func (s *LambdaBodyContext) Block() IBlockContext
- func (s *LambdaBodyContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *LambdaBodyContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *LambdaBodyContext) GetParser() antlr.Parser
- func (s *LambdaBodyContext) GetRuleContext() antlr.RuleContext
- func (*LambdaBodyContext) IsLambdaBodyContext()
- func (s *LambdaBodyContext) StatementExpression() IStatementExpressionContext
- func (s *LambdaBodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LambdaExpressionContext
- func (s *LambdaExpressionContext) ARROW() antlr.TerminalNode
- func (s *LambdaExpressionContext) AllNls() []INlsContext
- func (s *LambdaExpressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *LambdaExpressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *LambdaExpressionContext) GetParser() antlr.Parser
- func (s *LambdaExpressionContext) GetRuleContext() antlr.RuleContext
- func (*LambdaExpressionContext) IsLambdaExpressionContext()
- func (s *LambdaExpressionContext) LambdaBody() ILambdaBodyContext
- func (s *LambdaExpressionContext) LambdaParameters() ILambdaParametersContext
- func (s *LambdaExpressionContext) Nls(i int) INlsContext
- func (s *LambdaExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LambdaParametersContext
- func (s *LambdaParametersContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *LambdaParametersContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *LambdaParametersContext) FormalParameters() IFormalParametersContext
- func (s *LambdaParametersContext) GetParser() antlr.Parser
- func (s *LambdaParametersContext) GetRuleContext() antlr.RuleContext
- func (*LambdaParametersContext) IsLambdaParametersContext()
- func (s *LambdaParametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ListContext
- func (s *ListContext) COMMA() antlr.TerminalNode
- func (s *ListContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ListContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ListContext) ExpressionList() IExpressionListContext
- func (s *ListContext) GetParser() antlr.Parser
- func (s *ListContext) GetRuleContext() antlr.RuleContext
- func (*ListContext) IsListContext()
- func (s *ListContext) LBRACK() antlr.TerminalNode
- func (s *ListContext) RBRACK() antlr.TerminalNode
- func (s *ListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ListPrmrAltContext
- type LiteralContext
- type LiteralPrmrAltContext
- type LocalVariableDeclarationContext
- func (s *LocalVariableDeclarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *LocalVariableDeclarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *LocalVariableDeclarationContext) GetParser() antlr.Parser
- func (s *LocalVariableDeclarationContext) GetRuleContext() antlr.RuleContext
- func (*LocalVariableDeclarationContext) IsLocalVariableDeclarationContext()
- func (s *LocalVariableDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *LocalVariableDeclarationContext) VariableDeclaration() IVariableDeclarationContext
- type LocalVariableDeclarationStmtAltContext
- func (s *LocalVariableDeclarationStmtAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *LocalVariableDeclarationStmtAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *LocalVariableDeclarationStmtAltContext) GetRuleContext() antlr.RuleContext
- func (s *LocalVariableDeclarationStmtAltContext) LocalVariableDeclaration() ILocalVariableDeclarationContext
- type LogicalAndExprAltContext
- func (s *LogicalAndExprAltContext) AND() antlr.TerminalNode
- func (s *LogicalAndExprAltContext) AllExpression() []IExpressionContext
- func (s *LogicalAndExprAltContext) AllNls() []INlsContext
- func (s *LogicalAndExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *LogicalAndExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *LogicalAndExprAltContext) Expression(i int) IExpressionContext
- func (s *LogicalAndExprAltContext) GetLeft() IExpressionContext
- func (s *LogicalAndExprAltContext) GetOp() antlr.Token
- func (s *LogicalAndExprAltContext) GetRight() IExpressionContext
- func (s *LogicalAndExprAltContext) GetRuleContext() antlr.RuleContext
- func (s *LogicalAndExprAltContext) Nls(i int) INlsContext
- func (s *LogicalAndExprAltContext) SetLeft(v IExpressionContext)
- func (s *LogicalAndExprAltContext) SetOp(v antlr.Token)
- func (s *LogicalAndExprAltContext) SetRight(v IExpressionContext)
- type LogicalOrExprAltContext
- func (s *LogicalOrExprAltContext) AllExpression() []IExpressionContext
- func (s *LogicalOrExprAltContext) AllNls() []INlsContext
- func (s *LogicalOrExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *LogicalOrExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *LogicalOrExprAltContext) Expression(i int) IExpressionContext
- func (s *LogicalOrExprAltContext) GetLeft() IExpressionContext
- func (s *LogicalOrExprAltContext) GetOp() antlr.Token
- func (s *LogicalOrExprAltContext) GetRight() IExpressionContext
- func (s *LogicalOrExprAltContext) GetRuleContext() antlr.RuleContext
- func (s *LogicalOrExprAltContext) Nls(i int) INlsContext
- func (s *LogicalOrExprAltContext) OR() antlr.TerminalNode
- func (s *LogicalOrExprAltContext) SetLeft(v IExpressionContext)
- func (s *LogicalOrExprAltContext) SetOp(v antlr.Token)
- func (s *LogicalOrExprAltContext) SetRight(v IExpressionContext)
- type LoopStatementContext
- func (s *LoopStatementContext) CopyFrom(ctx *LoopStatementContext)
- func (s *LoopStatementContext) GetParser() antlr.Parser
- func (s *LoopStatementContext) GetRuleContext() antlr.RuleContext
- func (*LoopStatementContext) IsLoopStatementContext()
- func (s *LoopStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LoopStmtAltContext
- type MapEntryContext
- func (s *MapEntryContext) COLON() antlr.TerminalNode
- func (s *MapEntryContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *MapEntryContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *MapEntryContext) Expression() IExpressionContext
- func (s *MapEntryContext) GetParser() antlr.Parser
- func (s *MapEntryContext) GetRuleContext() antlr.RuleContext
- func (*MapEntryContext) IsMapEntryContext()
- func (s *MapEntryContext) MUL() antlr.TerminalNode
- func (s *MapEntryContext) MapEntryLabel() IMapEntryLabelContext
- func (s *MapEntryContext) Nls() INlsContext
- func (s *MapEntryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type MapEntryLabelContext
- func (s *MapEntryLabelContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *MapEntryLabelContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *MapEntryLabelContext) GetParser() antlr.Parser
- func (s *MapEntryLabelContext) GetRuleContext() antlr.RuleContext
- func (*MapEntryLabelContext) IsMapEntryLabelContext()
- func (s *MapEntryLabelContext) Keywords() IKeywordsContext
- func (s *MapEntryLabelContext) Primary() IPrimaryContext
- func (s *MapEntryLabelContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type MapEntryListContext
- func (s *MapEntryListContext) AllCOMMA() []antlr.TerminalNode
- func (s *MapEntryListContext) AllMapEntry() []IMapEntryContext
- func (s *MapEntryListContext) COMMA(i int) antlr.TerminalNode
- func (s *MapEntryListContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *MapEntryListContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *MapEntryListContext) GetParser() antlr.Parser
- func (s *MapEntryListContext) GetRuleContext() antlr.RuleContext
- func (*MapEntryListContext) IsMapEntryListContext()
- func (s *MapEntryListContext) MapEntry(i int) IMapEntryContext
- func (s *MapEntryListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type MapPrmrAltContext
- type MemberDeclarationContext
- func (s *MemberDeclarationContext) ClassDeclaration() IClassDeclarationContext
- func (s *MemberDeclarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *MemberDeclarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *MemberDeclarationContext) FieldDeclaration() IFieldDeclarationContext
- func (s *MemberDeclarationContext) GetParser() antlr.Parser
- func (s *MemberDeclarationContext) GetRuleContext() antlr.RuleContext
- func (s *MemberDeclarationContext) GetT() int
- func (*MemberDeclarationContext) IsMemberDeclarationContext()
- func (s *MemberDeclarationContext) MethodDeclaration() IMethodDeclarationContext
- func (s *MemberDeclarationContext) ModifiersOpt() IModifiersOptContext
- func (s *MemberDeclarationContext) SetT(v int)
- func (s *MemberDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type MethodBodyContext
- func (s *MethodBodyContext) Block() IBlockContext
- func (s *MethodBodyContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *MethodBodyContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *MethodBodyContext) GetParser() antlr.Parser
- func (s *MethodBodyContext) GetRuleContext() antlr.RuleContext
- func (*MethodBodyContext) IsMethodBodyContext()
- func (s *MethodBodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type MethodDeclarationContext
- func (s *MethodDeclarationContext) AllNls() []INlsContext
- func (s *MethodDeclarationContext) DEFAULT() antlr.TerminalNode
- func (s *MethodDeclarationContext) ElementValue() IElementValueContext
- func (s *MethodDeclarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *MethodDeclarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *MethodDeclarationContext) FormalParameters() IFormalParametersContext
- func (s *MethodDeclarationContext) GetCt() int
- func (s *MethodDeclarationContext) GetParser() antlr.Parser
- func (s *MethodDeclarationContext) GetRuleContext() antlr.RuleContext
- func (s *MethodDeclarationContext) GetT() int
- func (*MethodDeclarationContext) IsMethodDeclarationContext()
- func (s *MethodDeclarationContext) LPAREN() antlr.TerminalNode
- func (s *MethodDeclarationContext) MethodBody() IMethodBodyContext
- func (s *MethodDeclarationContext) MethodName() IMethodNameContext
- func (s *MethodDeclarationContext) ModifiersOpt() IModifiersOptContext
- func (s *MethodDeclarationContext) Nls(i int) INlsContext
- func (s *MethodDeclarationContext) QualifiedClassNameList() IQualifiedClassNameListContext
- func (s *MethodDeclarationContext) ReturnType() IReturnTypeContext
- func (s *MethodDeclarationContext) Rparen() IRparenContext
- func (s *MethodDeclarationContext) SetCt(v int)
- func (s *MethodDeclarationContext) SetT(v int)
- func (s *MethodDeclarationContext) THROWS() antlr.TerminalNode
- func (s *MethodDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *MethodDeclarationContext) TypeParameters() ITypeParametersContext
- type MethodDeclarationStmtAltContext
- func (s *MethodDeclarationStmtAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *MethodDeclarationStmtAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *MethodDeclarationStmtAltContext) GetRuleContext() antlr.RuleContext
- func (s *MethodDeclarationStmtAltContext) MethodDeclaration() IMethodDeclarationContext
- type MethodNameContext
- func (s *MethodNameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *MethodNameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *MethodNameContext) GetParser() antlr.Parser
- func (s *MethodNameContext) GetRuleContext() antlr.RuleContext
- func (s *MethodNameContext) Identifier() IIdentifierContext
- func (*MethodNameContext) IsMethodNameContext()
- func (s *MethodNameContext) StringLiteral() IStringLiteralContext
- func (s *MethodNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ModifierContext
- func (s *ModifierContext) ClassOrInterfaceModifier() IClassOrInterfaceModifierContext
- func (s *ModifierContext) DEF() antlr.TerminalNode
- func (s *ModifierContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ModifierContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ModifierContext) GetM() antlr.Token
- func (s *ModifierContext) GetParser() antlr.Parser
- func (s *ModifierContext) GetRuleContext() antlr.RuleContext
- func (*ModifierContext) IsModifierContext()
- func (s *ModifierContext) NATIVE() antlr.TerminalNode
- func (s *ModifierContext) SYNCHRONIZED() antlr.TerminalNode
- func (s *ModifierContext) SetM(v antlr.Token)
- func (s *ModifierContext) TRANSIENT() antlr.TerminalNode
- func (s *ModifierContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ModifierContext) VAR() antlr.TerminalNode
- func (s *ModifierContext) VOLATILE() antlr.TerminalNode
- type ModifiersContext
- func (s *ModifiersContext) AllModifier() []IModifierContext
- func (s *ModifiersContext) AllNls() []INlsContext
- func (s *ModifiersContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ModifiersContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ModifiersContext) GetParser() antlr.Parser
- func (s *ModifiersContext) GetRuleContext() antlr.RuleContext
- func (*ModifiersContext) IsModifiersContext()
- func (s *ModifiersContext) Modifier(i int) IModifierContext
- func (s *ModifiersContext) Nls(i int) INlsContext
- func (s *ModifiersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ModifiersOptContext
- func (s *ModifiersOptContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ModifiersOptContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ModifiersOptContext) GetParser() antlr.Parser
- func (s *ModifiersOptContext) GetRuleContext() antlr.RuleContext
- func (*ModifiersOptContext) IsModifiersOptContext()
- func (s *ModifiersOptContext) Modifiers() IModifiersContext
- func (s *ModifiersOptContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type MultipleAssignmentExprAltContext
- func (s *MultipleAssignmentExprAltContext) ASSIGN() antlr.TerminalNode
- func (s *MultipleAssignmentExprAltContext) AllNls() []INlsContext
- func (s *MultipleAssignmentExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *MultipleAssignmentExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *MultipleAssignmentExprAltContext) GetLeft() IVariableNamesContext
- func (s *MultipleAssignmentExprAltContext) GetOp() antlr.Token
- func (s *MultipleAssignmentExprAltContext) GetRight() IStatementExpressionContext
- func (s *MultipleAssignmentExprAltContext) GetRuleContext() antlr.RuleContext
- func (s *MultipleAssignmentExprAltContext) Nls(i int) INlsContext
- func (s *MultipleAssignmentExprAltContext) SetLeft(v IVariableNamesContext)
- func (s *MultipleAssignmentExprAltContext) SetOp(v antlr.Token)
- func (s *MultipleAssignmentExprAltContext) SetRight(v IStatementExpressionContext)
- func (s *MultipleAssignmentExprAltContext) StatementExpression() IStatementExpressionContext
- func (s *MultipleAssignmentExprAltContext) VariableNames() IVariableNamesContext
- type MultiplicativeExprAltContext
- func (s *MultiplicativeExprAltContext) AllExpression() []IExpressionContext
- func (s *MultiplicativeExprAltContext) AllNls() []INlsContext
- func (s *MultiplicativeExprAltContext) DIV() antlr.TerminalNode
- func (s *MultiplicativeExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *MultiplicativeExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *MultiplicativeExprAltContext) Expression(i int) IExpressionContext
- func (s *MultiplicativeExprAltContext) GetLeft() IExpressionContext
- func (s *MultiplicativeExprAltContext) GetOp() antlr.Token
- func (s *MultiplicativeExprAltContext) GetRight() IExpressionContext
- func (s *MultiplicativeExprAltContext) GetRuleContext() antlr.RuleContext
- func (s *MultiplicativeExprAltContext) MOD() antlr.TerminalNode
- func (s *MultiplicativeExprAltContext) MUL() antlr.TerminalNode
- func (s *MultiplicativeExprAltContext) Nls(i int) INlsContext
- func (s *MultiplicativeExprAltContext) SetLeft(v IExpressionContext)
- func (s *MultiplicativeExprAltContext) SetOp(v antlr.Token)
- func (s *MultiplicativeExprAltContext) SetRight(v IExpressionContext)
- type NamePartContext
- func (s *NamePartContext) DynamicMemberName() IDynamicMemberNameContext
- func (s *NamePartContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *NamePartContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *NamePartContext) GetParser() antlr.Parser
- func (s *NamePartContext) GetRuleContext() antlr.RuleContext
- func (s *NamePartContext) Identifier() IIdentifierContext
- func (*NamePartContext) IsNamePartContext()
- func (s *NamePartContext) Keywords() IKeywordsContext
- func (s *NamePartContext) StringLiteral() IStringLiteralContext
- func (s *NamePartContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type NamedPropertyArgsContext
- func (s *NamedPropertyArgsContext) COLON() antlr.TerminalNode
- func (s *NamedPropertyArgsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *NamedPropertyArgsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *NamedPropertyArgsContext) GetParser() antlr.Parser
- func (s *NamedPropertyArgsContext) GetRuleContext() antlr.RuleContext
- func (*NamedPropertyArgsContext) IsNamedPropertyArgsContext()
- func (s *NamedPropertyArgsContext) LBRACK() antlr.TerminalNode
- func (s *NamedPropertyArgsContext) MapEntryList() IMapEntryListContext
- func (s *NamedPropertyArgsContext) QUESTION() antlr.TerminalNode
- func (s *NamedPropertyArgsContext) RBRACK() antlr.TerminalNode
- func (s *NamedPropertyArgsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type NewPrmrAltContext
- func (s *NewPrmrAltContext) Creator() ICreatorContext
- func (s *NewPrmrAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *NewPrmrAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *NewPrmrAltContext) GetRuleContext() antlr.RuleContext
- func (s *NewPrmrAltContext) NEW() antlr.TerminalNode
- func (s *NewPrmrAltContext) Nls() INlsContext
- type NilLiteralAltContext
- type NlsContext
- func (s *NlsContext) AllNL() []antlr.TerminalNode
- func (s *NlsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *NlsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *NlsContext) GetParser() antlr.Parser
- func (s *NlsContext) GetRuleContext() antlr.RuleContext
- func (*NlsContext) IsNlsContext()
- func (s *NlsContext) NL(i int) antlr.TerminalNode
- func (s *NlsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type NonWildcardTypeArgumentsContext
- func (s *NonWildcardTypeArgumentsContext) AllNls() []INlsContext
- func (s *NonWildcardTypeArgumentsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *NonWildcardTypeArgumentsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *NonWildcardTypeArgumentsContext) GT() antlr.TerminalNode
- func (s *NonWildcardTypeArgumentsContext) GetParser() antlr.Parser
- func (s *NonWildcardTypeArgumentsContext) GetRuleContext() antlr.RuleContext
- func (*NonWildcardTypeArgumentsContext) IsNonWildcardTypeArgumentsContext()
- func (s *NonWildcardTypeArgumentsContext) LT() antlr.TerminalNode
- func (s *NonWildcardTypeArgumentsContext) Nls(i int) INlsContext
- func (s *NonWildcardTypeArgumentsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *NonWildcardTypeArgumentsContext) TypeList() ITypeListContext
- type NormalMapContext
- func (s *NormalMapContext) COLON() antlr.TerminalNode
- func (s *NormalMapContext) COMMA() antlr.TerminalNode
- func (s *NormalMapContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *NormalMapContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *NormalMapContext) GetParser() antlr.Parser
- func (s *NormalMapContext) GetRuleContext() antlr.RuleContext
- func (*NormalMapContext) IsNormalMapContext()
- func (s *NormalMapContext) LBRACK() antlr.TerminalNode
- func (s *NormalMapContext) MapEntryList() IMapEntryListContext
- func (s *NormalMapContext) RBRACK() antlr.TerminalNode
- func (s *NormalMapContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PackageDeclarationContext
- func (s *PackageDeclarationContext) AnnotationsOpt() IAnnotationsOptContext
- func (s *PackageDeclarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *PackageDeclarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *PackageDeclarationContext) GetParser() antlr.Parser
- func (s *PackageDeclarationContext) GetRuleContext() antlr.RuleContext
- func (*PackageDeclarationContext) IsPackageDeclarationContext()
- func (s *PackageDeclarationContext) PACKAGE() antlr.TerminalNode
- func (s *PackageDeclarationContext) QualifiedName() IQualifiedNameContext
- func (s *PackageDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ParExpressionContext
- func (s *ParExpressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ParExpressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ParExpressionContext) ExpressionInPar() IExpressionInParContext
- func (s *ParExpressionContext) GetParser() antlr.Parser
- func (s *ParExpressionContext) GetRuleContext() antlr.RuleContext
- func (*ParExpressionContext) IsParExpressionContext()
- func (s *ParExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ParenPrmrAltContext
- type PathElementContext
- func (s *PathElementContext) AT() antlr.TerminalNode
- func (s *PathElementContext) AllNls() []INlsContext
- func (s *PathElementContext) Arguments() IArgumentsContext
- func (s *PathElementContext) ClosureOrLambdaExpression() IClosureOrLambdaExpressionContext
- func (s *PathElementContext) Creator() ICreatorContext
- func (s *PathElementContext) DOT() antlr.TerminalNode
- func (s *PathElementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *PathElementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *PathElementContext) GetParser() antlr.Parser
- func (s *PathElementContext) GetRuleContext() antlr.RuleContext
- func (s *PathElementContext) GetT() int
- func (s *PathElementContext) IndexPropertyArgs() IIndexPropertyArgsContext
- func (*PathElementContext) IsPathElementContext()
- func (s *PathElementContext) METHOD_POINTER() antlr.TerminalNode
- func (s *PathElementContext) METHOD_REFERENCE() antlr.TerminalNode
- func (s *PathElementContext) NEW() antlr.TerminalNode
- func (s *PathElementContext) NamePart() INamePartContext
- func (s *PathElementContext) NamedPropertyArgs() INamedPropertyArgsContext
- func (s *PathElementContext) Nls(i int) INlsContext
- func (s *PathElementContext) NonWildcardTypeArguments() INonWildcardTypeArgumentsContext
- func (s *PathElementContext) SAFE_CHAIN_DOT() antlr.TerminalNode
- func (s *PathElementContext) SAFE_DOT() antlr.TerminalNode
- func (s *PathElementContext) SPREAD_DOT() antlr.TerminalNode
- func (s *PathElementContext) SetT(v int)
- func (s *PathElementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PathExpressionContext
- func (s *PathExpressionContext) AllPathElement() []IPathElementContext
- func (s *PathExpressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *PathExpressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *PathExpressionContext) GetParser() antlr.Parser
- func (s *PathExpressionContext) GetRuleContext() antlr.RuleContext
- func (s *PathExpressionContext) GetT() int
- func (s *PathExpressionContext) Get_pathElement() IPathElementContext
- func (*PathExpressionContext) IsPathExpressionContext()
- func (s *PathExpressionContext) PathElement(i int) IPathElementContext
- func (s *PathExpressionContext) Primary() IPrimaryContext
- func (s *PathExpressionContext) SetT(v int)
- func (s *PathExpressionContext) Set_pathElement(v IPathElementContext)
- func (s *PathExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PostfixExprAltContext
- type PostfixExprAltForExprContext
- func (s *PostfixExprAltForExprContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *PostfixExprAltForExprContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *PostfixExprAltForExprContext) GetRuleContext() antlr.RuleContext
- func (s *PostfixExprAltForExprContext) PostfixExpression() IPostfixExpressionContext
- type PostfixExpressionContext
- func (s *PostfixExpressionContext) DEC() antlr.TerminalNode
- func (s *PostfixExpressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *PostfixExpressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *PostfixExpressionContext) GetOp() antlr.Token
- func (s *PostfixExpressionContext) GetParser() antlr.Parser
- func (s *PostfixExpressionContext) GetRuleContext() antlr.RuleContext
- func (s *PostfixExpressionContext) INC() antlr.TerminalNode
- func (*PostfixExpressionContext) IsPostfixExpressionContext()
- func (s *PostfixExpressionContext) PathExpression() IPathExpressionContext
- func (s *PostfixExpressionContext) SetOp(v antlr.Token)
- func (s *PostfixExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PowerExprAltContext
- func (s *PowerExprAltContext) AllExpression() []IExpressionContext
- func (s *PowerExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *PowerExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *PowerExprAltContext) Expression(i int) IExpressionContext
- func (s *PowerExprAltContext) GetLeft() IExpressionContext
- func (s *PowerExprAltContext) GetOp() antlr.Token
- func (s *PowerExprAltContext) GetRight() IExpressionContext
- func (s *PowerExprAltContext) GetRuleContext() antlr.RuleContext
- func (s *PowerExprAltContext) Nls() INlsContext
- func (s *PowerExprAltContext) POWER() antlr.TerminalNode
- func (s *PowerExprAltContext) SetLeft(v IExpressionContext)
- func (s *PowerExprAltContext) SetOp(v antlr.Token)
- func (s *PowerExprAltContext) SetRight(v IExpressionContext)
- type PrimaryContext
- type PrimitiveTypeContext
- func (s *PrimitiveTypeContext) BuiltInPrimitiveType() antlr.TerminalNode
- func (s *PrimitiveTypeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *PrimitiveTypeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *PrimitiveTypeContext) GetParser() antlr.Parser
- func (s *PrimitiveTypeContext) GetRuleContext() antlr.RuleContext
- func (*PrimitiveTypeContext) IsPrimitiveTypeContext()
- func (s *PrimitiveTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type QualifiedClassNameContext
- func (s *QualifiedClassNameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *QualifiedClassNameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *QualifiedClassNameContext) GetParser() antlr.Parser
- func (s *QualifiedClassNameContext) GetRuleContext() antlr.RuleContext
- func (s *QualifiedClassNameContext) Identifier() IIdentifierContext
- func (*QualifiedClassNameContext) IsQualifiedClassNameContext()
- func (s *QualifiedClassNameContext) QualifiedNameElements() IQualifiedNameElementsContext
- func (s *QualifiedClassNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type QualifiedClassNameListContext
- func (s *QualifiedClassNameListContext) AllAnnotatedQualifiedClassName() []IAnnotatedQualifiedClassNameContext
- func (s *QualifiedClassNameListContext) AllCOMMA() []antlr.TerminalNode
- func (s *QualifiedClassNameListContext) AllNls() []INlsContext
- func (s *QualifiedClassNameListContext) AnnotatedQualifiedClassName(i int) IAnnotatedQualifiedClassNameContext
- func (s *QualifiedClassNameListContext) COMMA(i int) antlr.TerminalNode
- func (s *QualifiedClassNameListContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *QualifiedClassNameListContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *QualifiedClassNameListContext) GetParser() antlr.Parser
- func (s *QualifiedClassNameListContext) GetRuleContext() antlr.RuleContext
- func (*QualifiedClassNameListContext) IsQualifiedClassNameListContext()
- func (s *QualifiedClassNameListContext) Nls(i int) INlsContext
- func (s *QualifiedClassNameListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type QualifiedNameContext
- func (s *QualifiedNameContext) AllDOT() []antlr.TerminalNode
- func (s *QualifiedNameContext) AllQualifiedNameElement() []IQualifiedNameElementContext
- func (s *QualifiedNameContext) DOT(i int) antlr.TerminalNode
- func (s *QualifiedNameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *QualifiedNameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *QualifiedNameContext) GetParser() antlr.Parser
- func (s *QualifiedNameContext) GetRuleContext() antlr.RuleContext
- func (*QualifiedNameContext) IsQualifiedNameContext()
- func (s *QualifiedNameContext) QualifiedNameElement(i int) IQualifiedNameElementContext
- func (s *QualifiedNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type QualifiedNameElementContext
- func (s *QualifiedNameElementContext) AS() antlr.TerminalNode
- func (s *QualifiedNameElementContext) DEF() antlr.TerminalNode
- func (s *QualifiedNameElementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *QualifiedNameElementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *QualifiedNameElementContext) GetParser() antlr.Parser
- func (s *QualifiedNameElementContext) GetRuleContext() antlr.RuleContext
- func (s *QualifiedNameElementContext) IN() antlr.TerminalNode
- func (s *QualifiedNameElementContext) Identifier() IIdentifierContext
- func (*QualifiedNameElementContext) IsQualifiedNameElementContext()
- func (s *QualifiedNameElementContext) TRAIT() antlr.TerminalNode
- func (s *QualifiedNameElementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type QualifiedNameElementsContext
- func (s *QualifiedNameElementsContext) AllDOT() []antlr.TerminalNode
- func (s *QualifiedNameElementsContext) AllQualifiedNameElement() []IQualifiedNameElementContext
- func (s *QualifiedNameElementsContext) DOT(i int) antlr.TerminalNode
- func (s *QualifiedNameElementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *QualifiedNameElementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *QualifiedNameElementsContext) GetParser() antlr.Parser
- func (s *QualifiedNameElementsContext) GetRuleContext() antlr.RuleContext
- func (*QualifiedNameElementsContext) IsQualifiedNameElementsContext()
- func (s *QualifiedNameElementsContext) QualifiedNameElement(i int) IQualifiedNameElementContext
- func (s *QualifiedNameElementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type QualifiedStandardClassNameContext
- func (s *QualifiedStandardClassNameContext) AllClassName() []IClassNameContext
- func (s *QualifiedStandardClassNameContext) AllDOT() []antlr.TerminalNode
- func (s *QualifiedStandardClassNameContext) ClassName(i int) IClassNameContext
- func (s *QualifiedStandardClassNameContext) DOT(i int) antlr.TerminalNode
- func (s *QualifiedStandardClassNameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *QualifiedStandardClassNameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *QualifiedStandardClassNameContext) GetParser() antlr.Parser
- func (s *QualifiedStandardClassNameContext) GetRuleContext() antlr.RuleContext
- func (*QualifiedStandardClassNameContext) IsQualifiedStandardClassNameContext()
- func (s *QualifiedStandardClassNameContext) QualifiedNameElements() IQualifiedNameElementsContext
- func (s *QualifiedStandardClassNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type RegexExprAltContext
- func (s *RegexExprAltContext) AllExpression() []IExpressionContext
- func (s *RegexExprAltContext) AllNls() []INlsContext
- func (s *RegexExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *RegexExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *RegexExprAltContext) Expression(i int) IExpressionContext
- func (s *RegexExprAltContext) GetLeft() IExpressionContext
- func (s *RegexExprAltContext) GetOp() antlr.Token
- func (s *RegexExprAltContext) GetRight() IExpressionContext
- func (s *RegexExprAltContext) GetRuleContext() antlr.RuleContext
- func (s *RegexExprAltContext) Nls(i int) INlsContext
- func (s *RegexExprAltContext) REGEX_FIND() antlr.TerminalNode
- func (s *RegexExprAltContext) REGEX_MATCH() antlr.TerminalNode
- func (s *RegexExprAltContext) SetLeft(v IExpressionContext)
- func (s *RegexExprAltContext) SetOp(v antlr.Token)
- func (s *RegexExprAltContext) SetRight(v IExpressionContext)
- type RelationalExprAltContext
- func (s *RelationalExprAltContext) AS() antlr.TerminalNode
- func (s *RelationalExprAltContext) AllExpression() []IExpressionContext
- func (s *RelationalExprAltContext) AllNls() []INlsContext
- func (s *RelationalExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *RelationalExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *RelationalExprAltContext) Expression(i int) IExpressionContext
- func (s *RelationalExprAltContext) GE() antlr.TerminalNode
- func (s *RelationalExprAltContext) GT() antlr.TerminalNode
- func (s *RelationalExprAltContext) GetLeft() IExpressionContext
- func (s *RelationalExprAltContext) GetOp() antlr.Token
- func (s *RelationalExprAltContext) GetRight() IExpressionContext
- func (s *RelationalExprAltContext) GetRuleContext() antlr.RuleContext
- func (s *RelationalExprAltContext) IN() antlr.TerminalNode
- func (s *RelationalExprAltContext) INSTANCEOF() antlr.TerminalNode
- func (s *RelationalExprAltContext) LE() antlr.TerminalNode
- func (s *RelationalExprAltContext) LT() antlr.TerminalNode
- func (s *RelationalExprAltContext) NOT_IN() antlr.TerminalNode
- func (s *RelationalExprAltContext) NOT_INSTANCEOF() antlr.TerminalNode
- func (s *RelationalExprAltContext) Nls(i int) INlsContext
- func (s *RelationalExprAltContext) SetLeft(v IExpressionContext)
- func (s *RelationalExprAltContext) SetOp(v antlr.Token)
- func (s *RelationalExprAltContext) SetRight(v IExpressionContext)
- func (s *RelationalExprAltContext) TypeType() ITypeTypeContext
- type ResourceContext
- func (s *ResourceContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ResourceContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ResourceContext) Expression() IExpressionContext
- func (s *ResourceContext) GetParser() antlr.Parser
- func (s *ResourceContext) GetRuleContext() antlr.RuleContext
- func (*ResourceContext) IsResourceContext()
- func (s *ResourceContext) LocalVariableDeclaration() ILocalVariableDeclarationContext
- func (s *ResourceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ResourceListContext
- func (s *ResourceListContext) AllResource() []IResourceContext
- func (s *ResourceListContext) AllSep() []ISepContext
- func (s *ResourceListContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ResourceListContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ResourceListContext) GetParser() antlr.Parser
- func (s *ResourceListContext) GetRuleContext() antlr.RuleContext
- func (*ResourceListContext) IsResourceListContext()
- func (s *ResourceListContext) Resource(i int) IResourceContext
- func (s *ResourceListContext) Sep(i int) ISepContext
- func (s *ResourceListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ResourcesContext
- func (s *ResourcesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ResourcesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ResourcesContext) GetParser() antlr.Parser
- func (s *ResourcesContext) GetRuleContext() antlr.RuleContext
- func (*ResourcesContext) IsResourcesContext()
- func (s *ResourcesContext) LPAREN() antlr.TerminalNode
- func (s *ResourcesContext) Nls() INlsContext
- func (s *ResourcesContext) ResourceList() IResourceListContext
- func (s *ResourcesContext) Rparen() IRparenContext
- func (s *ResourcesContext) Sep() ISepContext
- func (s *ResourcesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ReturnStmtAltContext
- func (s *ReturnStmtAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ReturnStmtAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ReturnStmtAltContext) Expression() IExpressionContext
- func (s *ReturnStmtAltContext) GetRuleContext() antlr.RuleContext
- func (s *ReturnStmtAltContext) RETURN() antlr.TerminalNode
- type ReturnTypeContext
- func (s *ReturnTypeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ReturnTypeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ReturnTypeContext) GetCt() int
- func (s *ReturnTypeContext) GetParser() antlr.Parser
- func (s *ReturnTypeContext) GetRuleContext() antlr.RuleContext
- func (*ReturnTypeContext) IsReturnTypeContext()
- func (s *ReturnTypeContext) SetCt(v int)
- func (s *ReturnTypeContext) StandardType() IStandardTypeContext
- func (s *ReturnTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ReturnTypeContext) VOID() antlr.TerminalNode
- type RparenContext
- func (s *RparenContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *RparenContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *RparenContext) GetParser() antlr.Parser
- func (s *RparenContext) GetRuleContext() antlr.RuleContext
- func (*RparenContext) IsRparenContext()
- func (s *RparenContext) RPAREN() antlr.TerminalNode
- func (s *RparenContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ScriptStatementContext
- func (s *ScriptStatementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ScriptStatementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ScriptStatementContext) GetParser() antlr.Parser
- func (s *ScriptStatementContext) GetRuleContext() antlr.RuleContext
- func (s *ScriptStatementContext) ImportDeclaration() IImportDeclarationContext
- func (*ScriptStatementContext) IsScriptStatementContext()
- func (s *ScriptStatementContext) Statement() IStatementContext
- func (s *ScriptStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ScriptStatementContext) TypeDeclaration() ITypeDeclarationContext
- type ScriptStatementsContext
- func (s *ScriptStatementsContext) AllScriptStatement() []IScriptStatementContext
- func (s *ScriptStatementsContext) AllSep() []ISepContext
- func (s *ScriptStatementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ScriptStatementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ScriptStatementsContext) GetParser() antlr.Parser
- func (s *ScriptStatementsContext) GetRuleContext() antlr.RuleContext
- func (*ScriptStatementsContext) IsScriptStatementsContext()
- func (s *ScriptStatementsContext) ScriptStatement(i int) IScriptStatementContext
- func (s *ScriptStatementsContext) Sep(i int) ISepContext
- func (s *ScriptStatementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SepContext
- func (s *SepContext) AllNL() []antlr.TerminalNode
- func (s *SepContext) AllSEMI() []antlr.TerminalNode
- func (s *SepContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *SepContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *SepContext) GetParser() antlr.Parser
- func (s *SepContext) GetRuleContext() antlr.RuleContext
- func (*SepContext) IsSepContext()
- func (s *SepContext) NL(i int) antlr.TerminalNode
- func (s *SepContext) SEMI(i int) antlr.TerminalNode
- func (s *SepContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ShiftExprAltContext
- func (s *ShiftExprAltContext) AllExpression() []IExpressionContext
- func (s *ShiftExprAltContext) AllGT() []antlr.TerminalNode
- func (s *ShiftExprAltContext) AllLT() []antlr.TerminalNode
- func (s *ShiftExprAltContext) AllNls() []INlsContext
- func (s *ShiftExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ShiftExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ShiftExprAltContext) Expression(i int) IExpressionContext
- func (s *ShiftExprAltContext) GT(i int) antlr.TerminalNode
- func (s *ShiftExprAltContext) GetDgOp() antlr.Token
- func (s *ShiftExprAltContext) GetDlOp() antlr.Token
- func (s *ShiftExprAltContext) GetLeft() IExpressionContext
- func (s *ShiftExprAltContext) GetRangeOp() antlr.Token
- func (s *ShiftExprAltContext) GetRight() IExpressionContext
- func (s *ShiftExprAltContext) GetRuleContext() antlr.RuleContext
- func (s *ShiftExprAltContext) GetTgOp() antlr.Token
- func (s *ShiftExprAltContext) LT(i int) antlr.TerminalNode
- func (s *ShiftExprAltContext) Nls(i int) INlsContext
- func (s *ShiftExprAltContext) RANGE_EXCLUSIVE() antlr.TerminalNode
- func (s *ShiftExprAltContext) RANGE_INCLUSIVE() antlr.TerminalNode
- func (s *ShiftExprAltContext) SetDgOp(v antlr.Token)
- func (s *ShiftExprAltContext) SetDlOp(v antlr.Token)
- func (s *ShiftExprAltContext) SetLeft(v IExpressionContext)
- func (s *ShiftExprAltContext) SetRangeOp(v antlr.Token)
- func (s *ShiftExprAltContext) SetRight(v IExpressionContext)
- func (s *ShiftExprAltContext) SetTgOp(v antlr.Token)
- type StandardClassOrInterfaceTypeContext
- func (s *StandardClassOrInterfaceTypeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *StandardClassOrInterfaceTypeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *StandardClassOrInterfaceTypeContext) GetParser() antlr.Parser
- func (s *StandardClassOrInterfaceTypeContext) GetRuleContext() antlr.RuleContext
- func (*StandardClassOrInterfaceTypeContext) IsStandardClassOrInterfaceTypeContext()
- func (s *StandardClassOrInterfaceTypeContext) QualifiedStandardClassName() IQualifiedStandardClassNameContext
- func (s *StandardClassOrInterfaceTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *StandardClassOrInterfaceTypeContext) TypeArguments() ITypeArgumentsContext
- type StandardLambdaExpressionContext
- func (s *StandardLambdaExpressionContext) ARROW() antlr.TerminalNode
- func (s *StandardLambdaExpressionContext) AllNls() []INlsContext
- func (s *StandardLambdaExpressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *StandardLambdaExpressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *StandardLambdaExpressionContext) GetParser() antlr.Parser
- func (s *StandardLambdaExpressionContext) GetRuleContext() antlr.RuleContext
- func (*StandardLambdaExpressionContext) IsStandardLambdaExpressionContext()
- func (s *StandardLambdaExpressionContext) LambdaBody() ILambdaBodyContext
- func (s *StandardLambdaExpressionContext) Nls(i int) INlsContext
- func (s *StandardLambdaExpressionContext) StandardLambdaParameters() IStandardLambdaParametersContext
- func (s *StandardLambdaExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type StandardLambdaParametersContext
- func (s *StandardLambdaParametersContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *StandardLambdaParametersContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *StandardLambdaParametersContext) FormalParameters() IFormalParametersContext
- func (s *StandardLambdaParametersContext) GetParser() antlr.Parser
- func (s *StandardLambdaParametersContext) GetRuleContext() antlr.RuleContext
- func (*StandardLambdaParametersContext) IsStandardLambdaParametersContext()
- func (s *StandardLambdaParametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *StandardLambdaParametersContext) VariableDeclaratorId() IVariableDeclaratorIdContext
- type StandardTypeContext
- func (s *StandardTypeContext) AnnotationsOpt() IAnnotationsOptContext
- func (s *StandardTypeContext) DimsOpt() IDimsOptContext
- func (s *StandardTypeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *StandardTypeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *StandardTypeContext) GetParser() antlr.Parser
- func (s *StandardTypeContext) GetRuleContext() antlr.RuleContext
- func (*StandardTypeContext) IsStandardTypeContext()
- func (s *StandardTypeContext) PrimitiveType() IPrimitiveTypeContext
- func (s *StandardTypeContext) StandardClassOrInterfaceType() IStandardClassOrInterfaceTypeContext
- func (s *StandardTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type StatementContext
- func (s *StatementContext) CopyFrom(ctx *StatementContext)
- func (s *StatementContext) GetParser() antlr.Parser
- func (s *StatementContext) GetRuleContext() antlr.RuleContext
- func (*StatementContext) IsStatementContext()
- func (s *StatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type StatementExpressionContext
- func (s *StatementExpressionContext) CopyFrom(ctx *StatementExpressionContext)
- func (s *StatementExpressionContext) GetParser() antlr.Parser
- func (s *StatementExpressionContext) GetRuleContext() antlr.RuleContext
- func (*StatementExpressionContext) IsStatementExpressionContext()
- func (s *StatementExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type StringLiteralAltContext
- type StringLiteralContext
- func (s *StringLiteralContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *StringLiteralContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *StringLiteralContext) GetParser() antlr.Parser
- func (s *StringLiteralContext) GetRuleContext() antlr.RuleContext
- func (*StringLiteralContext) IsStringLiteralContext()
- func (s *StringLiteralContext) StringLiteral() antlr.TerminalNode
- func (s *StringLiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SuperPrmrAltContext
- type SwitchBlockStatementGroupContext
- func (s *SwitchBlockStatementGroupContext) AllNls() []INlsContext
- func (s *SwitchBlockStatementGroupContext) AllSwitchLabel() []ISwitchLabelContext
- func (s *SwitchBlockStatementGroupContext) BlockStatements() IBlockStatementsContext
- func (s *SwitchBlockStatementGroupContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *SwitchBlockStatementGroupContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *SwitchBlockStatementGroupContext) GetParser() antlr.Parser
- func (s *SwitchBlockStatementGroupContext) GetRuleContext() antlr.RuleContext
- func (*SwitchBlockStatementGroupContext) IsSwitchBlockStatementGroupContext()
- func (s *SwitchBlockStatementGroupContext) Nls(i int) INlsContext
- func (s *SwitchBlockStatementGroupContext) SwitchLabel(i int) ISwitchLabelContext
- func (s *SwitchBlockStatementGroupContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SwitchLabelContext
- func (s *SwitchLabelContext) CASE() antlr.TerminalNode
- func (s *SwitchLabelContext) COLON() antlr.TerminalNode
- func (s *SwitchLabelContext) DEFAULT() antlr.TerminalNode
- func (s *SwitchLabelContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *SwitchLabelContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *SwitchLabelContext) Expression() IExpressionContext
- func (s *SwitchLabelContext) GetParser() antlr.Parser
- func (s *SwitchLabelContext) GetRuleContext() antlr.RuleContext
- func (*SwitchLabelContext) IsSwitchLabelContext()
- func (s *SwitchLabelContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SwitchStatementContext
- func (s *SwitchStatementContext) AllNls() []INlsContext
- func (s *SwitchStatementContext) AllSwitchBlockStatementGroup() []ISwitchBlockStatementGroupContext
- func (s *SwitchStatementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *SwitchStatementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *SwitchStatementContext) ExpressionInPar() IExpressionInParContext
- func (s *SwitchStatementContext) GetParser() antlr.Parser
- func (s *SwitchStatementContext) GetRuleContext() antlr.RuleContext
- func (*SwitchStatementContext) IsSwitchStatementContext()
- func (s *SwitchStatementContext) LBRACE() antlr.TerminalNode
- func (s *SwitchStatementContext) Nls(i int) INlsContext
- func (s *SwitchStatementContext) RBRACE() antlr.TerminalNode
- func (s *SwitchStatementContext) SWITCH() antlr.TerminalNode
- func (s *SwitchStatementContext) SwitchBlockStatementGroup(i int) ISwitchBlockStatementGroupContext
- func (s *SwitchStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SynchronizedStmtAltContext
- func (s *SynchronizedStmtAltContext) Block() IBlockContext
- func (s *SynchronizedStmtAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *SynchronizedStmtAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *SynchronizedStmtAltContext) ExpressionInPar() IExpressionInParContext
- func (s *SynchronizedStmtAltContext) GetRuleContext() antlr.RuleContext
- func (s *SynchronizedStmtAltContext) Nls() INlsContext
- func (s *SynchronizedStmtAltContext) SYNCHRONIZED() antlr.TerminalNode
- type ThisFormalParameterContext
- func (s *ThisFormalParameterContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ThisFormalParameterContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ThisFormalParameterContext) GetParser() antlr.Parser
- func (s *ThisFormalParameterContext) GetRuleContext() antlr.RuleContext
- func (*ThisFormalParameterContext) IsThisFormalParameterContext()
- func (s *ThisFormalParameterContext) THIS() antlr.TerminalNode
- func (s *ThisFormalParameterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ThisFormalParameterContext) TypeType() ITypeTypeContext
- type ThisPrmrAltContext
- type ThrowStmtAltContext
- func (s *ThrowStmtAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ThrowStmtAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ThrowStmtAltContext) Expression() IExpressionContext
- func (s *ThrowStmtAltContext) GetRuleContext() antlr.RuleContext
- func (s *ThrowStmtAltContext) THROW() antlr.TerminalNode
- type TryCatchStatementContext
- func (s *TryCatchStatementContext) AllCatchClause() []ICatchClauseContext
- func (s *TryCatchStatementContext) AllNls() []INlsContext
- func (s *TryCatchStatementContext) Block() IBlockContext
- func (s *TryCatchStatementContext) CatchClause(i int) ICatchClauseContext
- func (s *TryCatchStatementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TryCatchStatementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TryCatchStatementContext) FinallyBlock() IFinallyBlockContext
- func (s *TryCatchStatementContext) GetParser() antlr.Parser
- func (s *TryCatchStatementContext) GetRuleContext() antlr.RuleContext
- func (*TryCatchStatementContext) IsTryCatchStatementContext()
- func (s *TryCatchStatementContext) Nls(i int) INlsContext
- func (s *TryCatchStatementContext) Resources() IResourcesContext
- func (s *TryCatchStatementContext) TRY() antlr.TerminalNode
- func (s *TryCatchStatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TryCatchStmtAltContext
- type TypeArgumentContext
- func (s *TypeArgumentContext) AnnotationsOpt() IAnnotationsOptContext
- func (s *TypeArgumentContext) EXTENDS() antlr.TerminalNode
- func (s *TypeArgumentContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TypeArgumentContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TypeArgumentContext) GetParser() antlr.Parser
- func (s *TypeArgumentContext) GetRuleContext() antlr.RuleContext
- func (*TypeArgumentContext) IsTypeArgumentContext()
- func (s *TypeArgumentContext) Nls() INlsContext
- func (s *TypeArgumentContext) QUESTION() antlr.TerminalNode
- func (s *TypeArgumentContext) SUPER() antlr.TerminalNode
- func (s *TypeArgumentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TypeArgumentContext) TypeType() ITypeTypeContext
- type TypeArgumentsContext
- func (s *TypeArgumentsContext) AllCOMMA() []antlr.TerminalNode
- func (s *TypeArgumentsContext) AllNls() []INlsContext
- func (s *TypeArgumentsContext) AllTypeArgument() []ITypeArgumentContext
- func (s *TypeArgumentsContext) COMMA(i int) antlr.TerminalNode
- func (s *TypeArgumentsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TypeArgumentsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TypeArgumentsContext) GT() antlr.TerminalNode
- func (s *TypeArgumentsContext) GetParser() antlr.Parser
- func (s *TypeArgumentsContext) GetRuleContext() antlr.RuleContext
- func (*TypeArgumentsContext) IsTypeArgumentsContext()
- func (s *TypeArgumentsContext) LT() antlr.TerminalNode
- func (s *TypeArgumentsContext) Nls(i int) INlsContext
- func (s *TypeArgumentsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TypeArgumentsContext) TypeArgument(i int) ITypeArgumentContext
- type TypeArgumentsOrDiamondContext
- func (s *TypeArgumentsOrDiamondContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TypeArgumentsOrDiamondContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TypeArgumentsOrDiamondContext) GT() antlr.TerminalNode
- func (s *TypeArgumentsOrDiamondContext) GetParser() antlr.Parser
- func (s *TypeArgumentsOrDiamondContext) GetRuleContext() antlr.RuleContext
- func (*TypeArgumentsOrDiamondContext) IsTypeArgumentsOrDiamondContext()
- func (s *TypeArgumentsOrDiamondContext) LT() antlr.TerminalNode
- func (s *TypeArgumentsOrDiamondContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TypeArgumentsOrDiamondContext) TypeArguments() ITypeArgumentsContext
- type TypeBoundContext
- func (s *TypeBoundContext) AllBITAND() []antlr.TerminalNode
- func (s *TypeBoundContext) AllNls() []INlsContext
- func (s *TypeBoundContext) AllTypeType() []ITypeTypeContext
- func (s *TypeBoundContext) BITAND(i int) antlr.TerminalNode
- func (s *TypeBoundContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TypeBoundContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TypeBoundContext) GetParser() antlr.Parser
- func (s *TypeBoundContext) GetRuleContext() antlr.RuleContext
- func (*TypeBoundContext) IsTypeBoundContext()
- func (s *TypeBoundContext) Nls(i int) INlsContext
- func (s *TypeBoundContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TypeBoundContext) TypeType(i int) ITypeTypeContext
- type TypeDeclarationContext
- func (s *TypeDeclarationContext) ClassDeclaration() IClassDeclarationContext
- func (s *TypeDeclarationContext) ClassOrInterfaceModifiersOpt() IClassOrInterfaceModifiersOptContext
- func (s *TypeDeclarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TypeDeclarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TypeDeclarationContext) GetParser() antlr.Parser
- func (s *TypeDeclarationContext) GetRuleContext() antlr.RuleContext
- func (*TypeDeclarationContext) IsTypeDeclarationContext()
- func (s *TypeDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TypeListContext
- func (s *TypeListContext) AllCOMMA() []antlr.TerminalNode
- func (s *TypeListContext) AllNls() []INlsContext
- func (s *TypeListContext) AllTypeType() []ITypeTypeContext
- func (s *TypeListContext) COMMA(i int) antlr.TerminalNode
- func (s *TypeListContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TypeListContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TypeListContext) GetParser() antlr.Parser
- func (s *TypeListContext) GetRuleContext() antlr.RuleContext
- func (*TypeListContext) IsTypeListContext()
- func (s *TypeListContext) Nls(i int) INlsContext
- func (s *TypeListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TypeListContext) TypeType(i int) ITypeTypeContext
- type TypeNamePairContext
- func (s *TypeNamePairContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TypeNamePairContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TypeNamePairContext) GetParser() antlr.Parser
- func (s *TypeNamePairContext) GetRuleContext() antlr.RuleContext
- func (*TypeNamePairContext) IsTypeNamePairContext()
- func (s *TypeNamePairContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TypeNamePairContext) TypeType() ITypeTypeContext
- func (s *TypeNamePairContext) VariableDeclaratorId() IVariableDeclaratorIdContext
- type TypeNamePairsContext
- func (s *TypeNamePairsContext) AllCOMMA() []antlr.TerminalNode
- func (s *TypeNamePairsContext) AllTypeNamePair() []ITypeNamePairContext
- func (s *TypeNamePairsContext) COMMA(i int) antlr.TerminalNode
- func (s *TypeNamePairsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TypeNamePairsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TypeNamePairsContext) GetParser() antlr.Parser
- func (s *TypeNamePairsContext) GetRuleContext() antlr.RuleContext
- func (*TypeNamePairsContext) IsTypeNamePairsContext()
- func (s *TypeNamePairsContext) LPAREN() antlr.TerminalNode
- func (s *TypeNamePairsContext) Rparen() IRparenContext
- func (s *TypeNamePairsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TypeNamePairsContext) TypeNamePair(i int) ITypeNamePairContext
- type TypeParameterContext
- func (s *TypeParameterContext) ClassName() IClassNameContext
- func (s *TypeParameterContext) EXTENDS() antlr.TerminalNode
- func (s *TypeParameterContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TypeParameterContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TypeParameterContext) GetParser() antlr.Parser
- func (s *TypeParameterContext) GetRuleContext() antlr.RuleContext
- func (*TypeParameterContext) IsTypeParameterContext()
- func (s *TypeParameterContext) Nls() INlsContext
- func (s *TypeParameterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TypeParameterContext) TypeBound() ITypeBoundContext
- type TypeParametersContext
- func (s *TypeParametersContext) AllCOMMA() []antlr.TerminalNode
- func (s *TypeParametersContext) AllNls() []INlsContext
- func (s *TypeParametersContext) AllTypeParameter() []ITypeParameterContext
- func (s *TypeParametersContext) COMMA(i int) antlr.TerminalNode
- func (s *TypeParametersContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TypeParametersContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TypeParametersContext) GT() antlr.TerminalNode
- func (s *TypeParametersContext) GetParser() antlr.Parser
- func (s *TypeParametersContext) GetRuleContext() antlr.RuleContext
- func (*TypeParametersContext) IsTypeParametersContext()
- func (s *TypeParametersContext) LT() antlr.TerminalNode
- func (s *TypeParametersContext) Nls(i int) INlsContext
- func (s *TypeParametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TypeParametersContext) TypeParameter(i int) ITypeParameterContext
- type TypeTypeContext
- func (s *TypeTypeContext) AnnotationsOpt() IAnnotationsOptContext
- func (s *TypeTypeContext) DimsOpt() IDimsOptContext
- func (s *TypeTypeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TypeTypeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TypeTypeContext) GeneralClassOrInterfaceType() IGeneralClassOrInterfaceTypeContext
- func (s *TypeTypeContext) GetParser() antlr.Parser
- func (s *TypeTypeContext) GetRuleContext() antlr.RuleContext
- func (*TypeTypeContext) IsTypeTypeContext()
- func (s *TypeTypeContext) PrimitiveType() IPrimitiveTypeContext
- func (s *TypeTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TypeTypeContext) VOID() antlr.TerminalNode
- type UnaryAddExprAltContext
- func (s *UnaryAddExprAltContext) ADD() antlr.TerminalNode
- func (s *UnaryAddExprAltContext) CastOperandExpression() ICastOperandExpressionContext
- func (s *UnaryAddExprAltContext) DEC() antlr.TerminalNode
- func (s *UnaryAddExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *UnaryAddExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *UnaryAddExprAltContext) GetOp() antlr.Token
- func (s *UnaryAddExprAltContext) GetRuleContext() antlr.RuleContext
- func (s *UnaryAddExprAltContext) INC() antlr.TerminalNode
- func (s *UnaryAddExprAltContext) SUB() antlr.TerminalNode
- func (s *UnaryAddExprAltContext) SetOp(v antlr.Token)
- type UnaryAddExprAltForExprContext
- func (s *UnaryAddExprAltForExprContext) ADD() antlr.TerminalNode
- func (s *UnaryAddExprAltForExprContext) DEC() antlr.TerminalNode
- func (s *UnaryAddExprAltForExprContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *UnaryAddExprAltForExprContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *UnaryAddExprAltForExprContext) Expression() IExpressionContext
- func (s *UnaryAddExprAltForExprContext) GetOp() antlr.Token
- func (s *UnaryAddExprAltForExprContext) GetRuleContext() antlr.RuleContext
- func (s *UnaryAddExprAltForExprContext) INC() antlr.TerminalNode
- func (s *UnaryAddExprAltForExprContext) SUB() antlr.TerminalNode
- func (s *UnaryAddExprAltForExprContext) SetOp(v antlr.Token)
- type UnaryNotExprAltContext
- func (s *UnaryNotExprAltContext) BITNOT() antlr.TerminalNode
- func (s *UnaryNotExprAltContext) CastOperandExpression() ICastOperandExpressionContext
- func (s *UnaryNotExprAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *UnaryNotExprAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *UnaryNotExprAltContext) GetRuleContext() antlr.RuleContext
- func (s *UnaryNotExprAltContext) NOT() antlr.TerminalNode
- func (s *UnaryNotExprAltContext) Nls() INlsContext
- type UnaryNotExprAltForExprContext
- func (s *UnaryNotExprAltForExprContext) BITNOT() antlr.TerminalNode
- func (s *UnaryNotExprAltForExprContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *UnaryNotExprAltForExprContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *UnaryNotExprAltForExprContext) Expression() IExpressionContext
- func (s *UnaryNotExprAltForExprContext) GetRuleContext() antlr.RuleContext
- func (s *UnaryNotExprAltForExprContext) NOT() antlr.TerminalNode
- func (s *UnaryNotExprAltForExprContext) Nls() INlsContext
- type VariableDeclarationContext
- func (s *VariableDeclarationContext) ASSIGN() antlr.TerminalNode
- func (s *VariableDeclarationContext) AllNls() []INlsContext
- func (s *VariableDeclarationContext) ClassifiedModifiers() IClassifiedModifiersContext
- func (s *VariableDeclarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *VariableDeclarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *VariableDeclarationContext) GetParser() antlr.Parser
- func (s *VariableDeclarationContext) GetRuleContext() antlr.RuleContext
- func (s *VariableDeclarationContext) GetT() int
- func (*VariableDeclarationContext) IsVariableDeclarationContext()
- func (s *VariableDeclarationContext) Nls(i int) INlsContext
- func (s *VariableDeclarationContext) SetT(v int)
- func (s *VariableDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *VariableDeclarationContext) TypeNamePairs() ITypeNamePairsContext
- func (s *VariableDeclarationContext) TypeType() ITypeTypeContext
- func (s *VariableDeclarationContext) VariableDeclarators() IVariableDeclaratorsContext
- func (s *VariableDeclarationContext) VariableInitializer() IVariableInitializerContext
- type VariableDeclaratorContext
- func (s *VariableDeclaratorContext) ASSIGN() antlr.TerminalNode
- func (s *VariableDeclaratorContext) AllNls() []INlsContext
- func (s *VariableDeclaratorContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *VariableDeclaratorContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *VariableDeclaratorContext) GetParser() antlr.Parser
- func (s *VariableDeclaratorContext) GetRuleContext() antlr.RuleContext
- func (*VariableDeclaratorContext) IsVariableDeclaratorContext()
- func (s *VariableDeclaratorContext) Nls(i int) INlsContext
- func (s *VariableDeclaratorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *VariableDeclaratorContext) VariableDeclaratorId() IVariableDeclaratorIdContext
- func (s *VariableDeclaratorContext) VariableInitializer() IVariableInitializerContext
- type VariableDeclaratorIdContext
- func (s *VariableDeclaratorIdContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *VariableDeclaratorIdContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *VariableDeclaratorIdContext) GetParser() antlr.Parser
- func (s *VariableDeclaratorIdContext) GetRuleContext() antlr.RuleContext
- func (s *VariableDeclaratorIdContext) Identifier() IIdentifierContext
- func (*VariableDeclaratorIdContext) IsVariableDeclaratorIdContext()
- func (s *VariableDeclaratorIdContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type VariableDeclaratorsContext
- func (s *VariableDeclaratorsContext) AllCOMMA() []antlr.TerminalNode
- func (s *VariableDeclaratorsContext) AllNls() []INlsContext
- func (s *VariableDeclaratorsContext) AllVariableDeclarator() []IVariableDeclaratorContext
- func (s *VariableDeclaratorsContext) COMMA(i int) antlr.TerminalNode
- func (s *VariableDeclaratorsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *VariableDeclaratorsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *VariableDeclaratorsContext) GetParser() antlr.Parser
- func (s *VariableDeclaratorsContext) GetRuleContext() antlr.RuleContext
- func (*VariableDeclaratorsContext) IsVariableDeclaratorsContext()
- func (s *VariableDeclaratorsContext) Nls(i int) INlsContext
- func (s *VariableDeclaratorsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *VariableDeclaratorsContext) VariableDeclarator(i int) IVariableDeclaratorContext
- type VariableInitializerContext
- func (s *VariableInitializerContext) EnhancedStatementExpression() IEnhancedStatementExpressionContext
- func (s *VariableInitializerContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *VariableInitializerContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *VariableInitializerContext) GetParser() antlr.Parser
- func (s *VariableInitializerContext) GetRuleContext() antlr.RuleContext
- func (*VariableInitializerContext) IsVariableInitializerContext()
- func (s *VariableInitializerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type VariableInitializersContext
- func (s *VariableInitializersContext) AllCOMMA() []antlr.TerminalNode
- func (s *VariableInitializersContext) AllNls() []INlsContext
- func (s *VariableInitializersContext) AllVariableInitializer() []IVariableInitializerContext
- func (s *VariableInitializersContext) COMMA(i int) antlr.TerminalNode
- func (s *VariableInitializersContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *VariableInitializersContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *VariableInitializersContext) GetParser() antlr.Parser
- func (s *VariableInitializersContext) GetRuleContext() antlr.RuleContext
- func (*VariableInitializersContext) IsVariableInitializersContext()
- func (s *VariableInitializersContext) Nls(i int) INlsContext
- func (s *VariableInitializersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *VariableInitializersContext) VariableInitializer(i int) IVariableInitializerContext
- type VariableModifierContext
- func (s *VariableModifierContext) ABSTRACT() antlr.TerminalNode
- func (s *VariableModifierContext) Annotation() IAnnotationContext
- func (s *VariableModifierContext) DEF() antlr.TerminalNode
- func (s *VariableModifierContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *VariableModifierContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *VariableModifierContext) FINAL() antlr.TerminalNode
- func (s *VariableModifierContext) GetM() antlr.Token
- func (s *VariableModifierContext) GetParser() antlr.Parser
- func (s *VariableModifierContext) GetRuleContext() antlr.RuleContext
- func (*VariableModifierContext) IsVariableModifierContext()
- func (s *VariableModifierContext) PRIVATE() antlr.TerminalNode
- func (s *VariableModifierContext) PROTECTED() antlr.TerminalNode
- func (s *VariableModifierContext) PUBLIC() antlr.TerminalNode
- func (s *VariableModifierContext) STATIC() antlr.TerminalNode
- func (s *VariableModifierContext) STRICTFP() antlr.TerminalNode
- func (s *VariableModifierContext) SetM(v antlr.Token)
- func (s *VariableModifierContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *VariableModifierContext) VAR() antlr.TerminalNode
- type VariableModifiersContext
- func (s *VariableModifiersContext) AllNls() []INlsContext
- func (s *VariableModifiersContext) AllVariableModifier() []IVariableModifierContext
- func (s *VariableModifiersContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *VariableModifiersContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *VariableModifiersContext) GetParser() antlr.Parser
- func (s *VariableModifiersContext) GetRuleContext() antlr.RuleContext
- func (*VariableModifiersContext) IsVariableModifiersContext()
- func (s *VariableModifiersContext) Nls(i int) INlsContext
- func (s *VariableModifiersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *VariableModifiersContext) VariableModifier(i int) IVariableModifierContext
- type VariableModifiersOptContext
- func (s *VariableModifiersOptContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *VariableModifiersOptContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *VariableModifiersOptContext) GetParser() antlr.Parser
- func (s *VariableModifiersOptContext) GetRuleContext() antlr.RuleContext
- func (*VariableModifiersOptContext) IsVariableModifiersOptContext()
- func (s *VariableModifiersOptContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *VariableModifiersOptContext) VariableModifiers() IVariableModifiersContext
- type VariableNamesContext
- func (s *VariableNamesContext) AllCOMMA() []antlr.TerminalNode
- func (s *VariableNamesContext) AllVariableDeclaratorId() []IVariableDeclaratorIdContext
- func (s *VariableNamesContext) COMMA(i int) antlr.TerminalNode
- func (s *VariableNamesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *VariableNamesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *VariableNamesContext) GetParser() antlr.Parser
- func (s *VariableNamesContext) GetRuleContext() antlr.RuleContext
- func (*VariableNamesContext) IsVariableNamesContext()
- func (s *VariableNamesContext) LPAREN() antlr.TerminalNode
- func (s *VariableNamesContext) Rparen() IRparenContext
- func (s *VariableNamesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *VariableNamesContext) VariableDeclaratorId(i int) IVariableDeclaratorIdContext
- type WhileStmtAltContext
- func (s *WhileStmtAltContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *WhileStmtAltContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *WhileStmtAltContext) ExpressionInPar() IExpressionInParContext
- func (s *WhileStmtAltContext) GetRuleContext() antlr.RuleContext
- func (s *WhileStmtAltContext) Nls() INlsContext
- func (s *WhileStmtAltContext) Statement() IStatementContext
- func (s *WhileStmtAltContext) WHILE() antlr.TerminalNode
Constants ¶
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.
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.
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.
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 (s *AdditiveExprAltContext) ADD() antlr.TerminalNode
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 (s *AdditiveExprAltContext) Expression(i int) IExpressionContext
func (*AdditiveExprAltContext) GetLeft ¶
func (s *AdditiveExprAltContext) GetLeft() IExpressionContext
func (*AdditiveExprAltContext) GetOp ¶
func (s *AdditiveExprAltContext) GetOp() antlr.Token
func (*AdditiveExprAltContext) GetRight ¶
func (s *AdditiveExprAltContext) GetRight() IExpressionContext
func (*AdditiveExprAltContext) GetRuleContext ¶
func (s *AdditiveExprAltContext) GetRuleContext() antlr.RuleContext
func (*AdditiveExprAltContext) Nls ¶
func (s *AdditiveExprAltContext) Nls() INlsContext
func (*AdditiveExprAltContext) SUB ¶
func (s *AdditiveExprAltContext) SUB() antlr.TerminalNode
func (*AdditiveExprAltContext) SetLeft ¶
func (s *AdditiveExprAltContext) SetLeft(v IExpressionContext)
func (*AdditiveExprAltContext) SetOp ¶
func (s *AdditiveExprAltContext) SetOp(v antlr.Token)
func (*AdditiveExprAltContext) SetRight ¶
func (s *AdditiveExprAltContext) SetRight(v IExpressionContext)
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 (s *AndExprAltContext) GetLeft() IExpressionContext
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 (s *AnnotatedQualifiedClassNameContext) AnnotationsOpt() IAnnotationsOptContext
func (*AnnotatedQualifiedClassNameContext) EnterRule ¶
func (s *AnnotatedQualifiedClassNameContext) EnterRule(listener antlr.ParseTreeListener)
func (*AnnotatedQualifiedClassNameContext) ExitRule ¶
func (s *AnnotatedQualifiedClassNameContext) ExitRule(listener antlr.ParseTreeListener)
func (*AnnotatedQualifiedClassNameContext) GetParser ¶
func (s *AnnotatedQualifiedClassNameContext) GetParser() antlr.Parser
func (*AnnotatedQualifiedClassNameContext) GetRuleContext ¶
func (s *AnnotatedQualifiedClassNameContext) GetRuleContext() antlr.RuleContext
func (*AnnotatedQualifiedClassNameContext) IsAnnotatedQualifiedClassNameContext ¶
func (*AnnotatedQualifiedClassNameContext) IsAnnotatedQualifiedClassNameContext()
func (*AnnotatedQualifiedClassNameContext) QualifiedClassName ¶
func (s *AnnotatedQualifiedClassNameContext) QualifiedClassName() IQualifiedClassNameContext
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 (s *AnnotationContext) AT() antlr.TerminalNode
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 (s *AnnotationsOptContext) Nls(i int) INlsContext
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 (s *AnonymousInnerClassDeclarationContext) ClassBody() IClassBodyContext
func (*AnonymousInnerClassDeclarationContext) EnterRule ¶
func (s *AnonymousInnerClassDeclarationContext) EnterRule(listener antlr.ParseTreeListener)
func (*AnonymousInnerClassDeclarationContext) ExitRule ¶
func (s *AnonymousInnerClassDeclarationContext) ExitRule(listener antlr.ParseTreeListener)
func (*AnonymousInnerClassDeclarationContext) GetParser ¶
func (s *AnonymousInnerClassDeclarationContext) GetParser() antlr.Parser
func (*AnonymousInnerClassDeclarationContext) GetRuleContext ¶
func (s *AnonymousInnerClassDeclarationContext) GetRuleContext() antlr.RuleContext
func (*AnonymousInnerClassDeclarationContext) GetT ¶
func (s *AnonymousInnerClassDeclarationContext) GetT() int
func (*AnonymousInnerClassDeclarationContext) IsAnonymousInnerClassDeclarationContext ¶
func (*AnonymousInnerClassDeclarationContext) IsAnonymousInnerClassDeclarationContext()
func (*AnonymousInnerClassDeclarationContext) SetT ¶
func (s *AnonymousInnerClassDeclarationContext) SetT(v int)
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 (s *ArgumentListContext) COMMA(i int) antlr.TerminalNode
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 (s *ArgumentListContext) Nls(i int) INlsContext
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 (s *ArgumentListElementContext) MapEntry() IMapEntryContext
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 (s *ArrayInitializerContext) LBRACE() antlr.TerminalNode
func (*ArrayInitializerContext) Nls ¶
func (s *ArrayInitializerContext) Nls(i int) INlsContext
func (*ArrayInitializerContext) RBRACE ¶
func (s *ArrayInitializerContext) RBRACE() antlr.TerminalNode
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 (s *AssertStatementContext) ASSERT() antlr.TerminalNode
func (*AssertStatementContext) AllExpression ¶
func (s *AssertStatementContext) AllExpression() []IExpressionContext
func (*AssertStatementContext) AllNls ¶
func (s *AssertStatementContext) AllNls() []INlsContext
func (*AssertStatementContext) COLON ¶
func (s *AssertStatementContext) COLON() antlr.TerminalNode
func (*AssertStatementContext) COMMA ¶
func (s *AssertStatementContext) COMMA() antlr.TerminalNode
func (*AssertStatementContext) EnterRule ¶
func (s *AssertStatementContext) EnterRule(listener antlr.ParseTreeListener)
func (*AssertStatementContext) ExitRule ¶
func (s *AssertStatementContext) ExitRule(listener antlr.ParseTreeListener)
func (*AssertStatementContext) Expression ¶
func (s *AssertStatementContext) Expression(i int) IExpressionContext
func (*AssertStatementContext) GetCe ¶
func (s *AssertStatementContext) GetCe() IExpressionContext
func (*AssertStatementContext) GetMe ¶
func (s *AssertStatementContext) GetMe() IExpressionContext
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 (s *AssertStatementContext) Nls(i int) INlsContext
func (*AssertStatementContext) SetCe ¶
func (s *AssertStatementContext) SetCe(v IExpressionContext)
func (*AssertStatementContext) SetMe ¶
func (s *AssertStatementContext) SetMe(v IExpressionContext)
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 (s *AssignmentExprAltContext) ADD_ASSIGN() antlr.TerminalNode
func (*AssignmentExprAltContext) AND_ASSIGN ¶
func (s *AssignmentExprAltContext) AND_ASSIGN() antlr.TerminalNode
func (*AssignmentExprAltContext) ASSIGN ¶
func (s *AssignmentExprAltContext) ASSIGN() antlr.TerminalNode
func (*AssignmentExprAltContext) AllNls ¶
func (s *AssignmentExprAltContext) AllNls() []INlsContext
func (*AssignmentExprAltContext) DIV_ASSIGN ¶
func (s *AssignmentExprAltContext) DIV_ASSIGN() antlr.TerminalNode
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 (s *AssignmentExprAltContext) Expression() IExpressionContext
func (*AssignmentExprAltContext) GetLeft ¶
func (s *AssignmentExprAltContext) GetLeft() IExpressionContext
func (*AssignmentExprAltContext) GetOp ¶
func (s *AssignmentExprAltContext) GetOp() antlr.Token
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 (s *AssignmentExprAltContext) MOD_ASSIGN() antlr.TerminalNode
func (*AssignmentExprAltContext) MUL_ASSIGN ¶
func (s *AssignmentExprAltContext) MUL_ASSIGN() antlr.TerminalNode
func (*AssignmentExprAltContext) Nls ¶
func (s *AssignmentExprAltContext) Nls(i int) INlsContext
func (*AssignmentExprAltContext) OR_ASSIGN ¶
func (s *AssignmentExprAltContext) OR_ASSIGN() antlr.TerminalNode
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 (s *AssignmentExprAltContext) SUB_ASSIGN() antlr.TerminalNode
func (*AssignmentExprAltContext) SetLeft ¶
func (s *AssignmentExprAltContext) SetLeft(v IExpressionContext)
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 ¶
func (s *AssignmentExprAltContext) XOR_ASSIGN() antlr.TerminalNode
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 (s *BlockStatementContext) Statement() IStatementContext
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 (s *BlockStatementsContext) Sep(i int) ISepContext
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 (s *BlockStatementsOptContext) BlockStatements() IBlockStatementsContext
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 (s *BlockStmtAltContext) Block() IBlockContext
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 (s *BreakStatementContext) BREAK() antlr.TerminalNode
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 ¶
func (s *BuiltInTypeContext) VOID() antlr.TerminalNode
type BuiltInTypePrmrAltContext ¶
type BuiltInTypePrmrAltContext struct {
*PrimaryContext
}
func NewBuiltInTypePrmrAltContext ¶
func NewBuiltInTypePrmrAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BuiltInTypePrmrAltContext
func (*BuiltInTypePrmrAltContext) BuiltInType ¶
func (s *BuiltInTypePrmrAltContext) BuiltInType() IBuiltInTypeContext
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 (s *CastExprAltForExprContext) CastParExpression() ICastParExpressionContext
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 (s *CastOperandExpressionContext) CopyFrom(ctx *CastOperandExpressionContext)
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 (s *CastParExpressionContext) LPAREN() antlr.TerminalNode
func (*CastParExpressionContext) Rparen ¶
func (s *CastParExpressionContext) Rparen() IRparenContext
func (*CastParExpressionContext) ToStringTree ¶
func (s *CastParExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*CastParExpressionContext) TypeType ¶
func (s *CastParExpressionContext) TypeType() ITypeTypeContext
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 (s *CatchClauseContext) CATCH() antlr.TerminalNode
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 (s *CatchClauseContext) LPAREN() antlr.TerminalNode
func (*CatchClauseContext) Nls ¶
func (s *CatchClauseContext) Nls() INlsContext
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 (s *ClassBodyDeclarationContext) Block() IBlockContext
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 (s *ClassBodyDeclarationContext) MemberDeclaration() IMemberDeclarationContext
func (*ClassBodyDeclarationContext) Nls ¶
func (s *ClassBodyDeclarationContext) Nls() INlsContext
func (*ClassBodyDeclarationContext) SEMI ¶
func (s *ClassBodyDeclarationContext) SEMI() antlr.TerminalNode
func (*ClassBodyDeclarationContext) STATIC ¶
func (s *ClassBodyDeclarationContext) STATIC() antlr.TerminalNode
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 (s *ClassDeclarationContext) AT() antlr.TerminalNode
func (*ClassDeclarationContext) AllNls ¶
func (s *ClassDeclarationContext) AllNls() []INlsContext
func (*ClassDeclarationContext) AllTypeList ¶
func (s *ClassDeclarationContext) AllTypeList() []ITypeListContext
func (*ClassDeclarationContext) CLASS ¶
func (s *ClassDeclarationContext) CLASS() antlr.TerminalNode
func (*ClassDeclarationContext) ClassBody ¶
func (s *ClassDeclarationContext) ClassBody() IClassBodyContext
func (*ClassDeclarationContext) ENUM ¶
func (s *ClassDeclarationContext) ENUM() antlr.TerminalNode
func (*ClassDeclarationContext) EXTENDS ¶
func (s *ClassDeclarationContext) EXTENDS() antlr.TerminalNode
func (*ClassDeclarationContext) EnterRule ¶
func (s *ClassDeclarationContext) EnterRule(listener antlr.ParseTreeListener)
func (*ClassDeclarationContext) ExitRule ¶
func (s *ClassDeclarationContext) ExitRule(listener antlr.ParseTreeListener)
func (*ClassDeclarationContext) GetIs ¶
func (s *ClassDeclarationContext) GetIs() ITypeListContext
func (*ClassDeclarationContext) GetParser ¶
func (s *ClassDeclarationContext) GetParser() antlr.Parser
func (*ClassDeclarationContext) GetRuleContext ¶
func (s *ClassDeclarationContext) GetRuleContext() antlr.RuleContext
func (*ClassDeclarationContext) GetSc ¶
func (s *ClassDeclarationContext) GetSc() ITypeTypeContext
func (*ClassDeclarationContext) GetScs ¶
func (s *ClassDeclarationContext) GetScs() ITypeListContext
func (*ClassDeclarationContext) GetT ¶
func (s *ClassDeclarationContext) GetT() int
func (*ClassDeclarationContext) IMPLEMENTS ¶
func (s *ClassDeclarationContext) IMPLEMENTS() antlr.TerminalNode
func (*ClassDeclarationContext) INTERFACE ¶
func (s *ClassDeclarationContext) INTERFACE() antlr.TerminalNode
func (*ClassDeclarationContext) Identifier ¶
func (s *ClassDeclarationContext) Identifier() IIdentifierContext
func (*ClassDeclarationContext) IsClassDeclarationContext ¶
func (*ClassDeclarationContext) IsClassDeclarationContext()
func (*ClassDeclarationContext) Nls ¶
func (s *ClassDeclarationContext) Nls(i int) INlsContext
func (*ClassDeclarationContext) SetIs ¶
func (s *ClassDeclarationContext) SetIs(v ITypeListContext)
func (*ClassDeclarationContext) SetSc ¶
func (s *ClassDeclarationContext) SetSc(v ITypeTypeContext)
func (*ClassDeclarationContext) SetScs ¶
func (s *ClassDeclarationContext) SetScs(v ITypeListContext)
func (*ClassDeclarationContext) SetT ¶
func (s *ClassDeclarationContext) SetT(v int)
func (*ClassDeclarationContext) TRAIT ¶
func (s *ClassDeclarationContext) TRAIT() antlr.TerminalNode
func (*ClassDeclarationContext) ToStringTree ¶
func (s *ClassDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*ClassDeclarationContext) TypeList ¶
func (s *ClassDeclarationContext) TypeList(i int) ITypeListContext
func (*ClassDeclarationContext) TypeParameters ¶
func (s *ClassDeclarationContext) TypeParameters() ITypeParametersContext
func (*ClassDeclarationContext) TypeType ¶
func (s *ClassDeclarationContext) TypeType() ITypeTypeContext
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 (s *ClassOrInterfaceModifierContext) ABSTRACT() antlr.TerminalNode
func (*ClassOrInterfaceModifierContext) Annotation ¶
func (s *ClassOrInterfaceModifierContext) Annotation() IAnnotationContext
func (*ClassOrInterfaceModifierContext) DEFAULT ¶
func (s *ClassOrInterfaceModifierContext) DEFAULT() antlr.TerminalNode
func (*ClassOrInterfaceModifierContext) EnterRule ¶
func (s *ClassOrInterfaceModifierContext) EnterRule(listener antlr.ParseTreeListener)
func (*ClassOrInterfaceModifierContext) ExitRule ¶
func (s *ClassOrInterfaceModifierContext) ExitRule(listener antlr.ParseTreeListener)
func (*ClassOrInterfaceModifierContext) FINAL ¶
func (s *ClassOrInterfaceModifierContext) FINAL() antlr.TerminalNode
func (*ClassOrInterfaceModifierContext) GetM ¶
func (s *ClassOrInterfaceModifierContext) GetM() antlr.Token
func (*ClassOrInterfaceModifierContext) GetParser ¶
func (s *ClassOrInterfaceModifierContext) GetParser() antlr.Parser
func (*ClassOrInterfaceModifierContext) GetRuleContext ¶
func (s *ClassOrInterfaceModifierContext) GetRuleContext() antlr.RuleContext
func (*ClassOrInterfaceModifierContext) IsClassOrInterfaceModifierContext ¶
func (*ClassOrInterfaceModifierContext) IsClassOrInterfaceModifierContext()
func (*ClassOrInterfaceModifierContext) PRIVATE ¶
func (s *ClassOrInterfaceModifierContext) PRIVATE() antlr.TerminalNode
func (*ClassOrInterfaceModifierContext) PROTECTED ¶
func (s *ClassOrInterfaceModifierContext) PROTECTED() antlr.TerminalNode
func (*ClassOrInterfaceModifierContext) PUBLIC ¶
func (s *ClassOrInterfaceModifierContext) PUBLIC() antlr.TerminalNode
func (*ClassOrInterfaceModifierContext) STATIC ¶
func (s *ClassOrInterfaceModifierContext) STATIC() antlr.TerminalNode
func (*ClassOrInterfaceModifierContext) STRICTFP ¶
func (s *ClassOrInterfaceModifierContext) STRICTFP() antlr.TerminalNode
func (*ClassOrInterfaceModifierContext) SetM ¶
func (s *ClassOrInterfaceModifierContext) SetM(v antlr.Token)
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 (s *ClassOrInterfaceModifiersContext) AllNls() []INlsContext
func (*ClassOrInterfaceModifiersContext) ClassOrInterfaceModifier ¶
func (s *ClassOrInterfaceModifiersContext) ClassOrInterfaceModifier(i int) IClassOrInterfaceModifierContext
func (*ClassOrInterfaceModifiersContext) EnterRule ¶
func (s *ClassOrInterfaceModifiersContext) EnterRule(listener antlr.ParseTreeListener)
func (*ClassOrInterfaceModifiersContext) ExitRule ¶
func (s *ClassOrInterfaceModifiersContext) ExitRule(listener antlr.ParseTreeListener)
func (*ClassOrInterfaceModifiersContext) GetParser ¶
func (s *ClassOrInterfaceModifiersContext) GetParser() antlr.Parser
func (*ClassOrInterfaceModifiersContext) GetRuleContext ¶
func (s *ClassOrInterfaceModifiersContext) GetRuleContext() antlr.RuleContext
func (*ClassOrInterfaceModifiersContext) IsClassOrInterfaceModifiersContext ¶
func (*ClassOrInterfaceModifiersContext) IsClassOrInterfaceModifiersContext()
func (*ClassOrInterfaceModifiersContext) Nls ¶
func (s *ClassOrInterfaceModifiersContext) Nls(i int) INlsContext
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 (s *ClassOrInterfaceModifiersOptContext) ClassOrInterfaceModifiers() IClassOrInterfaceModifiersContext
func (*ClassOrInterfaceModifiersOptContext) EnterRule ¶
func (s *ClassOrInterfaceModifiersOptContext) EnterRule(listener antlr.ParseTreeListener)
func (*ClassOrInterfaceModifiersOptContext) ExitRule ¶
func (s *ClassOrInterfaceModifiersOptContext) ExitRule(listener antlr.ParseTreeListener)
func (*ClassOrInterfaceModifiersOptContext) GetParser ¶
func (s *ClassOrInterfaceModifiersOptContext) GetParser() antlr.Parser
func (*ClassOrInterfaceModifiersOptContext) GetRuleContext ¶
func (s *ClassOrInterfaceModifiersOptContext) GetRuleContext() antlr.RuleContext
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 (s *ClassOrInterfaceTypeContext) QualifiedClassName() IQualifiedClassNameContext
func (*ClassOrInterfaceTypeContext) QualifiedStandardClassName ¶
func (s *ClassOrInterfaceTypeContext) QualifiedStandardClassName() IQualifiedStandardClassNameContext
func (*ClassOrInterfaceTypeContext) ToStringTree ¶
func (s *ClassOrInterfaceTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*ClassOrInterfaceTypeContext) TypeArguments ¶
func (s *ClassOrInterfaceTypeContext) TypeArguments() ITypeArgumentsContext
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 (s *ClassicalForControlContext) AllSEMI() []antlr.TerminalNode
func (*ClassicalForControlContext) EnterRule ¶
func (s *ClassicalForControlContext) EnterRule(listener antlr.ParseTreeListener)
func (*ClassicalForControlContext) ExitRule ¶
func (s *ClassicalForControlContext) ExitRule(listener antlr.ParseTreeListener)
func (*ClassicalForControlContext) Expression ¶
func (s *ClassicalForControlContext) Expression() IExpressionContext
func (*ClassicalForControlContext) ForInit ¶
func (s *ClassicalForControlContext) ForInit() IForInitContext
func (*ClassicalForControlContext) ForUpdate ¶
func (s *ClassicalForControlContext) ForUpdate() IForUpdateContext
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 (s *ClassicalForControlContext) SEMI(i int) antlr.TerminalNode
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 (s *ClassifiedModifiersContext) Modifiers() IModifiersContext
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 ¶
func (s *ClassifiedModifiersContext) VariableModifiers() IVariableModifiersContext
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 (s *ClosureOrLambdaExpressionContext) Closure() IClosureContext
func (*ClosureOrLambdaExpressionContext) EnterRule ¶
func (s *ClosureOrLambdaExpressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*ClosureOrLambdaExpressionContext) ExitRule ¶
func (s *ClosureOrLambdaExpressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*ClosureOrLambdaExpressionContext) GetParser ¶
func (s *ClosureOrLambdaExpressionContext) GetParser() antlr.Parser
func (*ClosureOrLambdaExpressionContext) GetRuleContext ¶
func (s *ClosureOrLambdaExpressionContext) GetRuleContext() antlr.RuleContext
func (*ClosureOrLambdaExpressionContext) IsClosureOrLambdaExpressionContext ¶
func (*ClosureOrLambdaExpressionContext) IsClosureOrLambdaExpressionContext()
func (*ClosureOrLambdaExpressionContext) LambdaExpression ¶
func (s *ClosureOrLambdaExpressionContext) LambdaExpression() ILambdaExpressionContext
func (*ClosureOrLambdaExpressionContext) ToStringTree ¶
func (s *ClosureOrLambdaExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ClosureOrLambdaExpressionPrmrAltContext ¶
type ClosureOrLambdaExpressionPrmrAltContext struct {
*PrimaryContext
}
func NewClosureOrLambdaExpressionPrmrAltContext ¶
func NewClosureOrLambdaExpressionPrmrAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ClosureOrLambdaExpressionPrmrAltContext
func (*ClosureOrLambdaExpressionPrmrAltContext) ClosureOrLambdaExpression ¶
func (s *ClosureOrLambdaExpressionPrmrAltContext) ClosureOrLambdaExpression() IClosureOrLambdaExpressionContext
func (*ClosureOrLambdaExpressionPrmrAltContext) EnterRule ¶
func (s *ClosureOrLambdaExpressionPrmrAltContext) EnterRule(listener antlr.ParseTreeListener)
func (*ClosureOrLambdaExpressionPrmrAltContext) ExitRule ¶
func (s *ClosureOrLambdaExpressionPrmrAltContext) ExitRule(listener antlr.ParseTreeListener)
func (*ClosureOrLambdaExpressionPrmrAltContext) GetRuleContext ¶
func (s *ClosureOrLambdaExpressionPrmrAltContext) GetRuleContext() antlr.RuleContext
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 (s *CommandArgumentContext) PathElement(i int) IPathElementContext
func (*CommandArgumentContext) Primary ¶
func (s *CommandArgumentContext) Primary() IPrimaryContext
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 (s *CommandExpressionContext) ArgumentList() IArgumentListContext
func (*CommandExpressionContext) CommandArgument ¶
func (s *CommandExpressionContext) CommandArgument(i int) ICommandArgumentContext
func (*CommandExpressionContext) EnterRule ¶
func (s *CommandExpressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*CommandExpressionContext) ExitRule ¶
func (s *CommandExpressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*CommandExpressionContext) Expression ¶
func (s *CommandExpressionContext) Expression() IExpressionContext
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 (s *CompilationUnitContext) EOF() antlr.TerminalNode
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 (s *CompilationUnitContext) Nls() INlsContext
func (*CompilationUnitContext) PackageDeclaration ¶
func (s *CompilationUnitContext) PackageDeclaration() IPackageDeclarationContext
func (*CompilationUnitContext) ScriptStatements ¶
func (s *CompilationUnitContext) ScriptStatements() IScriptStatementsContext
func (*CompilationUnitContext) Sep ¶
func (s *CompilationUnitContext) Sep() ISepContext
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 (s *ConditionalExprAltContext) COLON() antlr.TerminalNode
func (*ConditionalExprAltContext) ELVIS ¶
func (s *ConditionalExprAltContext) ELVIS() antlr.TerminalNode
func (*ConditionalExprAltContext) EnterRule ¶
func (s *ConditionalExprAltContext) EnterRule(listener antlr.ParseTreeListener)
func (*ConditionalExprAltContext) ExitRule ¶
func (s *ConditionalExprAltContext) ExitRule(listener antlr.ParseTreeListener)
func (*ConditionalExprAltContext) Expression ¶
func (s *ConditionalExprAltContext) Expression(i int) IExpressionContext
func (*ConditionalExprAltContext) GetCon ¶
func (s *ConditionalExprAltContext) GetCon() IExpressionContext
func (*ConditionalExprAltContext) GetFb ¶
func (s *ConditionalExprAltContext) GetFb() IExpressionContext
func (*ConditionalExprAltContext) GetRuleContext ¶
func (s *ConditionalExprAltContext) GetRuleContext() antlr.RuleContext
func (*ConditionalExprAltContext) GetTb ¶
func (s *ConditionalExprAltContext) GetTb() IExpressionContext
func (*ConditionalExprAltContext) Nls ¶
func (s *ConditionalExprAltContext) Nls(i int) INlsContext
func (*ConditionalExprAltContext) QUESTION ¶
func (s *ConditionalExprAltContext) QUESTION() antlr.TerminalNode
func (*ConditionalExprAltContext) SetCon ¶
func (s *ConditionalExprAltContext) SetCon(v IExpressionContext)
func (*ConditionalExprAltContext) SetFb ¶
func (s *ConditionalExprAltContext) SetFb(v IExpressionContext)
func (*ConditionalExprAltContext) SetTb ¶
func (s *ConditionalExprAltContext) SetTb(v IExpressionContext)
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 (s *ConditionalStatementContext) IfElseStatement() IIfElseStatementContext
func (*ConditionalStatementContext) IsConditionalStatementContext ¶
func (*ConditionalStatementContext) IsConditionalStatementContext()
func (*ConditionalStatementContext) SwitchStatement ¶
func (s *ConditionalStatementContext) SwitchStatement() ISwitchStatementContext
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 (s *ContinueStatementContext) CONTINUE() antlr.TerminalNode
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 (s *ContinueStatementContext) Identifier() IIdentifierContext
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 (s *DoWhileStmtAltContext) DO() antlr.TerminalNode
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 (s *DoWhileStmtAltContext) Nls(i int) INlsContext
func (*DoWhileStmtAltContext) Statement ¶
func (s *DoWhileStmtAltContext) Statement() IStatementContext
func (*DoWhileStmtAltContext) WHILE ¶
func (s *DoWhileStmtAltContext) WHILE() antlr.TerminalNode
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 (s *DynamicMemberNameContext) Gstring() IGstringContext
func (*DynamicMemberNameContext) IsDynamicMemberNameContext ¶
func (*DynamicMemberNameContext) IsDynamicMemberNameContext()
func (*DynamicMemberNameContext) ParExpression ¶
func (s *DynamicMemberNameContext) ParExpression() IParExpressionContext
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 (s *ElementValueArrayInitializerContext) AllCOMMA() []antlr.TerminalNode
func (*ElementValueArrayInitializerContext) AllElementValue ¶
func (s *ElementValueArrayInitializerContext) AllElementValue() []IElementValueContext
func (*ElementValueArrayInitializerContext) COMMA ¶
func (s *ElementValueArrayInitializerContext) COMMA(i int) antlr.TerminalNode
func (*ElementValueArrayInitializerContext) ElementValue ¶
func (s *ElementValueArrayInitializerContext) ElementValue(i int) IElementValueContext
func (*ElementValueArrayInitializerContext) EnterRule ¶
func (s *ElementValueArrayInitializerContext) EnterRule(listener antlr.ParseTreeListener)
func (*ElementValueArrayInitializerContext) ExitRule ¶
func (s *ElementValueArrayInitializerContext) ExitRule(listener antlr.ParseTreeListener)
func (*ElementValueArrayInitializerContext) GetParser ¶
func (s *ElementValueArrayInitializerContext) GetParser() antlr.Parser
func (*ElementValueArrayInitializerContext) GetRuleContext ¶
func (s *ElementValueArrayInitializerContext) GetRuleContext() antlr.RuleContext
func (*ElementValueArrayInitializerContext) IsElementValueArrayInitializerContext ¶
func (*ElementValueArrayInitializerContext) IsElementValueArrayInitializerContext()
func (*ElementValueArrayInitializerContext) LBRACK ¶
func (s *ElementValueArrayInitializerContext) LBRACK() antlr.TerminalNode
func (*ElementValueArrayInitializerContext) RBRACK ¶
func (s *ElementValueArrayInitializerContext) RBRACK() antlr.TerminalNode
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 (s *ElementValuePairContext) ASSIGN() antlr.TerminalNode
func (*ElementValuePairContext) AllNls ¶
func (s *ElementValuePairContext) AllNls() []INlsContext
func (*ElementValuePairContext) ElementValue ¶
func (s *ElementValuePairContext) ElementValue() IElementValueContext
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 (s *ElementValuePairContext) Nls(i int) INlsContext
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 (s *ElementValuePairNameContext) Identifier() IIdentifierContext
func (*ElementValuePairNameContext) IsElementValuePairNameContext ¶
func (*ElementValuePairNameContext) IsElementValuePairNameContext()
func (*ElementValuePairNameContext) Keywords ¶
func (s *ElementValuePairNameContext) Keywords() IKeywordsContext
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 (s *ElementValuePairsContext) AllCOMMA() []antlr.TerminalNode
func (*ElementValuePairsContext) AllElementValuePair ¶
func (s *ElementValuePairsContext) AllElementValuePair() []IElementValuePairContext
func (*ElementValuePairsContext) COMMA ¶
func (s *ElementValuePairsContext) COMMA(i int) antlr.TerminalNode
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 ¶
func (s *EmptyStmtAltContext) SEMI() antlr.TerminalNode
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 (s *EnhancedArgumentListContext) AllCOMMA() []antlr.TerminalNode
func (*EnhancedArgumentListContext) AllEnhancedArgumentListElement ¶
func (s *EnhancedArgumentListContext) AllEnhancedArgumentListElement() []IEnhancedArgumentListElementContext
func (*EnhancedArgumentListContext) AllNls ¶
func (s *EnhancedArgumentListContext) AllNls() []INlsContext
func (*EnhancedArgumentListContext) COMMA ¶
func (s *EnhancedArgumentListContext) COMMA(i int) antlr.TerminalNode
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 (s *EnhancedArgumentListContext) Nls(i int) INlsContext
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 (s *EnhancedArgumentListElementContext) EnterRule(listener antlr.ParseTreeListener)
func (*EnhancedArgumentListElementContext) ExitRule ¶
func (s *EnhancedArgumentListElementContext) ExitRule(listener antlr.ParseTreeListener)
func (*EnhancedArgumentListElementContext) ExpressionListElement ¶
func (s *EnhancedArgumentListElementContext) ExpressionListElement() IExpressionListElementContext
func (*EnhancedArgumentListElementContext) GetParser ¶
func (s *EnhancedArgumentListElementContext) GetParser() antlr.Parser
func (*EnhancedArgumentListElementContext) GetRuleContext ¶
func (s *EnhancedArgumentListElementContext) GetRuleContext() antlr.RuleContext
func (*EnhancedArgumentListElementContext) IsEnhancedArgumentListElementContext ¶
func (*EnhancedArgumentListElementContext) IsEnhancedArgumentListElementContext()
func (*EnhancedArgumentListElementContext) MapEntry ¶
func (s *EnhancedArgumentListElementContext) MapEntry() IMapEntryContext
func (*EnhancedArgumentListElementContext) StandardLambdaExpression ¶
func (s *EnhancedArgumentListElementContext) StandardLambdaExpression() IStandardLambdaExpressionContext
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 (s *EnhancedForControlContext) COLON() antlr.TerminalNode
func (*EnhancedForControlContext) EnterRule ¶
func (s *EnhancedForControlContext) EnterRule(listener antlr.ParseTreeListener)
func (*EnhancedForControlContext) ExitRule ¶
func (s *EnhancedForControlContext) ExitRule(listener antlr.ParseTreeListener)
func (*EnhancedForControlContext) Expression ¶
func (s *EnhancedForControlContext) Expression() IExpressionContext
func (*EnhancedForControlContext) GetParser ¶
func (s *EnhancedForControlContext) GetParser() antlr.Parser
func (*EnhancedForControlContext) GetRuleContext ¶
func (s *EnhancedForControlContext) GetRuleContext() antlr.RuleContext
func (*EnhancedForControlContext) IN ¶
func (s *EnhancedForControlContext) IN() antlr.TerminalNode
func (*EnhancedForControlContext) IsEnhancedForControlContext ¶
func (*EnhancedForControlContext) IsEnhancedForControlContext()
func (*EnhancedForControlContext) ToStringTree ¶
func (s *EnhancedForControlContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*EnhancedForControlContext) TypeType ¶
func (s *EnhancedForControlContext) TypeType() ITypeTypeContext
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 (s *EnhancedStatementExpressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*EnhancedStatementExpressionContext) ExitRule ¶
func (s *EnhancedStatementExpressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*EnhancedStatementExpressionContext) GetParser ¶
func (s *EnhancedStatementExpressionContext) GetParser() antlr.Parser
func (*EnhancedStatementExpressionContext) GetRuleContext ¶
func (s *EnhancedStatementExpressionContext) GetRuleContext() antlr.RuleContext
func (*EnhancedStatementExpressionContext) IsEnhancedStatementExpressionContext ¶
func (*EnhancedStatementExpressionContext) IsEnhancedStatementExpressionContext()
func (*EnhancedStatementExpressionContext) StandardLambdaExpression ¶
func (s *EnhancedStatementExpressionContext) StandardLambdaExpression() IStandardLambdaExpressionContext
func (*EnhancedStatementExpressionContext) StatementExpression ¶
func (s *EnhancedStatementExpressionContext) StatementExpression() IStatementExpressionContext
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 (s *EnumConstantsContext) COMMA(i int) antlr.TerminalNode
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 (s *EnumConstantsContext) Nls(i int) INlsContext
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 (s *EqualityExprAltContext) EQUAL() antlr.TerminalNode
func (*EqualityExprAltContext) EnterRule ¶
func (s *EqualityExprAltContext) EnterRule(listener antlr.ParseTreeListener)
func (*EqualityExprAltContext) ExitRule ¶
func (s *EqualityExprAltContext) ExitRule(listener antlr.ParseTreeListener)
func (*EqualityExprAltContext) Expression ¶
func (s *EqualityExprAltContext) Expression(i int) IExpressionContext
func (*EqualityExprAltContext) GetLeft ¶
func (s *EqualityExprAltContext) GetLeft() IExpressionContext
func (*EqualityExprAltContext) GetOp ¶
func (s *EqualityExprAltContext) GetOp() antlr.Token
func (*EqualityExprAltContext) GetRight ¶
func (s *EqualityExprAltContext) GetRight() IExpressionContext
func (*EqualityExprAltContext) GetRuleContext ¶
func (s *EqualityExprAltContext) GetRuleContext() antlr.RuleContext
func (*EqualityExprAltContext) IDENTICAL ¶
func (s *EqualityExprAltContext) IDENTICAL() antlr.TerminalNode
func (*EqualityExprAltContext) NOTEQUAL ¶
func (s *EqualityExprAltContext) NOTEQUAL() antlr.TerminalNode
func (*EqualityExprAltContext) NOT_IDENTICAL ¶
func (s *EqualityExprAltContext) NOT_IDENTICAL() antlr.TerminalNode
func (*EqualityExprAltContext) Nls ¶
func (s *EqualityExprAltContext) Nls(i int) INlsContext
func (*EqualityExprAltContext) SPACESHIP ¶
func (s *EqualityExprAltContext) SPACESHIP() antlr.TerminalNode
func (*EqualityExprAltContext) SetLeft ¶
func (s *EqualityExprAltContext) SetLeft(v IExpressionContext)
func (*EqualityExprAltContext) SetOp ¶
func (s *EqualityExprAltContext) SetOp(v antlr.Token)
func (*EqualityExprAltContext) SetRight ¶
func (s *EqualityExprAltContext) SetRight(v IExpressionContext)
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 (s *ExclusiveOrExprAltContext) Expression(i int) IExpressionContext
func (*ExclusiveOrExprAltContext) GetLeft ¶
func (s *ExclusiveOrExprAltContext) GetLeft() IExpressionContext
func (*ExclusiveOrExprAltContext) GetOp ¶
func (s *ExclusiveOrExprAltContext) GetOp() antlr.Token
func (*ExclusiveOrExprAltContext) GetRight ¶
func (s *ExclusiveOrExprAltContext) GetRight() IExpressionContext
func (*ExclusiveOrExprAltContext) GetRuleContext ¶
func (s *ExclusiveOrExprAltContext) GetRuleContext() antlr.RuleContext
func (*ExclusiveOrExprAltContext) Nls ¶
func (s *ExclusiveOrExprAltContext) Nls(i int) INlsContext
func (*ExclusiveOrExprAltContext) SetLeft ¶
func (s *ExclusiveOrExprAltContext) SetLeft(v IExpressionContext)
func (*ExclusiveOrExprAltContext) SetOp ¶
func (s *ExclusiveOrExprAltContext) SetOp(v antlr.Token)
func (*ExclusiveOrExprAltContext) SetRight ¶
func (s *ExclusiveOrExprAltContext) SetRight(v IExpressionContext)
func (*ExclusiveOrExprAltContext) XOR ¶
func (s *ExclusiveOrExprAltContext) XOR() antlr.TerminalNode
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 (s *ExpressionInParContext) LPAREN() antlr.TerminalNode
func (*ExpressionInParContext) Rparen ¶
func (s *ExpressionInParContext) Rparen() IRparenContext
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 (s *ExpressionListContext) COMMA(i int) antlr.TerminalNode
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 (s *ExpressionListElementContext) ExitRule(listener antlr.ParseTreeListener)
func (*ExpressionListElementContext) Expression ¶
func (s *ExpressionListElementContext) Expression() IExpressionContext
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 (s *ExpressionListElementContext) MUL() antlr.TerminalNode
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 (s *FinallyBlockContext) Block() IBlockContext
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 (s *FinallyBlockContext) Nls() INlsContext
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 (s *FloatingPointLiteralAltContext) EnterRule(listener antlr.ParseTreeListener)
func (*FloatingPointLiteralAltContext) ExitRule ¶
func (s *FloatingPointLiteralAltContext) ExitRule(listener antlr.ParseTreeListener)
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 (s *ForStmtAltContext) FOR() antlr.TerminalNode
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 (s *FormalParameterContext) ASSIGN() antlr.TerminalNode
func (*FormalParameterContext) AllNls ¶
func (s *FormalParameterContext) AllNls() []INlsContext
func (*FormalParameterContext) ELLIPSIS ¶
func (s *FormalParameterContext) ELLIPSIS() antlr.TerminalNode
func (*FormalParameterContext) EnterRule ¶
func (s *FormalParameterContext) EnterRule(listener antlr.ParseTreeListener)
func (*FormalParameterContext) ExitRule ¶
func (s *FormalParameterContext) ExitRule(listener antlr.ParseTreeListener)
func (*FormalParameterContext) Expression ¶
func (s *FormalParameterContext) Expression() IExpressionContext
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 (s *FormalParameterContext) Nls(i int) INlsContext
func (*FormalParameterContext) ToStringTree ¶
func (s *FormalParameterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*FormalParameterContext) TypeType ¶
func (s *FormalParameterContext) TypeType() ITypeTypeContext
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 (s *FormalParameterListContext) AllCOMMA() []antlr.TerminalNode
func (*FormalParameterListContext) AllFormalParameter ¶
func (s *FormalParameterListContext) AllFormalParameter() []IFormalParameterContext
func (*FormalParameterListContext) AllNls ¶
func (s *FormalParameterListContext) AllNls() []INlsContext
func (*FormalParameterListContext) COMMA ¶
func (s *FormalParameterListContext) COMMA(i int) antlr.TerminalNode
func (*FormalParameterListContext) EnterRule ¶
func (s *FormalParameterListContext) EnterRule(listener antlr.ParseTreeListener)
func (*FormalParameterListContext) ExitRule ¶
func (s *FormalParameterListContext) ExitRule(listener antlr.ParseTreeListener)
func (*FormalParameterListContext) FormalParameter ¶
func (s *FormalParameterListContext) FormalParameter(i int) IFormalParameterContext
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 (s *FormalParameterListContext) Nls(i int) INlsContext
func (*FormalParameterListContext) ThisFormalParameter ¶
func (s *FormalParameterListContext) ThisFormalParameter() IThisFormalParameterContext
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 (s *FormalParametersContext) LPAREN() antlr.TerminalNode
func (*FormalParametersContext) Rparen ¶
func (s *FormalParametersContext) Rparen() IRparenContext
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 (s *GeneralClassOrInterfaceTypeContext) EnterRule(listener antlr.ParseTreeListener)
func (*GeneralClassOrInterfaceTypeContext) ExitRule ¶
func (s *GeneralClassOrInterfaceTypeContext) ExitRule(listener antlr.ParseTreeListener)
func (*GeneralClassOrInterfaceTypeContext) GetParser ¶
func (s *GeneralClassOrInterfaceTypeContext) GetParser() antlr.Parser
func (*GeneralClassOrInterfaceTypeContext) GetRuleContext ¶
func (s *GeneralClassOrInterfaceTypeContext) GetRuleContext() antlr.RuleContext
func (*GeneralClassOrInterfaceTypeContext) IsGeneralClassOrInterfaceTypeContext ¶
func (*GeneralClassOrInterfaceTypeContext) IsGeneralClassOrInterfaceTypeContext()
func (*GeneralClassOrInterfaceTypeContext) QualifiedClassName ¶
func (s *GeneralClassOrInterfaceTypeContext) QualifiedClassName() IQualifiedClassNameContext
func (*GeneralClassOrInterfaceTypeContext) ToStringTree ¶
func (s *GeneralClassOrInterfaceTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*GeneralClassOrInterfaceTypeContext) TypeArguments ¶
func (s *GeneralClassOrInterfaceTypeContext) TypeArguments() ITypeArgumentsContext
type GroovyLexer ¶
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 ¶
func (s *GstringPrmrAltContext) Gstring() IGstringContext
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 (s *GstringValueContext) LBRACE() antlr.TerminalNode
func (*GstringValueContext) RBRACE ¶
func (s *GstringValueContext) RBRACE() antlr.TerminalNode
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 (s *IdentifierContext) AS() antlr.TerminalNode
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 (s *IdentifierContext) IN() antlr.TerminalNode
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 (s *IdentifierContext) TRAIT() antlr.TerminalNode
func (*IdentifierContext) ToStringTree ¶
func (s *IdentifierContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*IdentifierContext) VAR ¶
func (s *IdentifierContext) VAR() antlr.TerminalNode
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 (s *IdentifierPrmrAltContext) Identifier() IIdentifierContext
func (*IdentifierPrmrAltContext) TypeArguments ¶
func (s *IdentifierPrmrAltContext) TypeArguments() ITypeArgumentsContext
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 (s *IfElseStatementContext) ELSE() antlr.TerminalNode
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 (s *IfElseStatementContext) GetFb() IStatementContext
func (*IfElseStatementContext) GetParser ¶
func (s *IfElseStatementContext) GetParser() antlr.Parser
func (*IfElseStatementContext) GetRuleContext ¶
func (s *IfElseStatementContext) GetRuleContext() antlr.RuleContext
func (*IfElseStatementContext) GetTb ¶
func (s *IfElseStatementContext) GetTb() IStatementContext
func (*IfElseStatementContext) IF ¶
func (s *IfElseStatementContext) IF() antlr.TerminalNode
func (*IfElseStatementContext) IsIfElseStatementContext ¶
func (*IfElseStatementContext) IsIfElseStatementContext()
func (*IfElseStatementContext) Nls ¶
func (s *IfElseStatementContext) Nls(i int) INlsContext
func (*IfElseStatementContext) Sep ¶
func (s *IfElseStatementContext) Sep() ISepContext
func (*IfElseStatementContext) SetFb ¶
func (s *IfElseStatementContext) SetFb(v IStatementContext)
func (*IfElseStatementContext) SetTb ¶
func (s *IfElseStatementContext) SetTb(v IStatementContext)
func (*IfElseStatementContext) Statement ¶
func (s *IfElseStatementContext) Statement(i int) IStatementContext
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 (s *ImportDeclarationContext) AS() antlr.TerminalNode
func (*ImportDeclarationContext) AnnotationsOpt ¶
func (s *ImportDeclarationContext) AnnotationsOpt() IAnnotationsOptContext
func (*ImportDeclarationContext) DOT ¶
func (s *ImportDeclarationContext) DOT() antlr.TerminalNode
func (*ImportDeclarationContext) EnterRule ¶
func (s *ImportDeclarationContext) EnterRule(listener antlr.ParseTreeListener)
func (*ImportDeclarationContext) ExitRule ¶
func (s *ImportDeclarationContext) ExitRule(listener antlr.ParseTreeListener)
func (*ImportDeclarationContext) GetAlias ¶
func (s *ImportDeclarationContext) GetAlias() IIdentifierContext
func (*ImportDeclarationContext) GetParser ¶
func (s *ImportDeclarationContext) GetParser() antlr.Parser
func (*ImportDeclarationContext) GetRuleContext ¶
func (s *ImportDeclarationContext) GetRuleContext() antlr.RuleContext
func (*ImportDeclarationContext) IMPORT ¶
func (s *ImportDeclarationContext) IMPORT() antlr.TerminalNode
func (*ImportDeclarationContext) Identifier ¶
func (s *ImportDeclarationContext) Identifier() IIdentifierContext
func (*ImportDeclarationContext) IsImportDeclarationContext ¶
func (*ImportDeclarationContext) IsImportDeclarationContext()
func (*ImportDeclarationContext) MUL ¶
func (s *ImportDeclarationContext) MUL() antlr.TerminalNode
func (*ImportDeclarationContext) QualifiedName ¶
func (s *ImportDeclarationContext) QualifiedName() IQualifiedNameContext
func (*ImportDeclarationContext) STATIC ¶
func (s *ImportDeclarationContext) STATIC() antlr.TerminalNode
func (*ImportDeclarationContext) SetAlias ¶
func (s *ImportDeclarationContext) SetAlias(v IIdentifierContext)
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 (s *InclusiveOrExprAltContext) BITOR() antlr.TerminalNode
func (*InclusiveOrExprAltContext) EnterRule ¶
func (s *InclusiveOrExprAltContext) EnterRule(listener antlr.ParseTreeListener)
func (*InclusiveOrExprAltContext) ExitRule ¶
func (s *InclusiveOrExprAltContext) ExitRule(listener antlr.ParseTreeListener)
func (*InclusiveOrExprAltContext) Expression ¶
func (s *InclusiveOrExprAltContext) Expression(i int) IExpressionContext
func (*InclusiveOrExprAltContext) GetLeft ¶
func (s *InclusiveOrExprAltContext) GetLeft() IExpressionContext
func (*InclusiveOrExprAltContext) GetOp ¶
func (s *InclusiveOrExprAltContext) GetOp() antlr.Token
func (*InclusiveOrExprAltContext) GetRight ¶
func (s *InclusiveOrExprAltContext) GetRight() IExpressionContext
func (*InclusiveOrExprAltContext) GetRuleContext ¶
func (s *InclusiveOrExprAltContext) GetRuleContext() antlr.RuleContext
func (*InclusiveOrExprAltContext) Nls ¶
func (s *InclusiveOrExprAltContext) Nls(i int) INlsContext
func (*InclusiveOrExprAltContext) SetLeft ¶
func (s *InclusiveOrExprAltContext) SetLeft(v IExpressionContext)
func (*InclusiveOrExprAltContext) SetOp ¶
func (s *InclusiveOrExprAltContext) SetOp(v antlr.Token)
func (*InclusiveOrExprAltContext) SetRight ¶
func (s *InclusiveOrExprAltContext) SetRight(v IExpressionContext)
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 (s *IndexPropertyArgsContext) ExpressionList() IExpressionListContext
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 (s *IndexPropertyArgsContext) LBRACK() antlr.TerminalNode
func (*IndexPropertyArgsContext) QUESTION ¶
func (s *IndexPropertyArgsContext) QUESTION() antlr.TerminalNode
func (*IndexPropertyArgsContext) RBRACK ¶
func (s *IndexPropertyArgsContext) RBRACK() antlr.TerminalNode
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 (s *KeywordsContext) AS() antlr.TerminalNode
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 (s *KeywordsContext) CASE() antlr.TerminalNode
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 (s *KeywordsContext) DEF() antlr.TerminalNode
func (*KeywordsContext) DEFAULT ¶
func (s *KeywordsContext) DEFAULT() antlr.TerminalNode
func (*KeywordsContext) DO ¶
func (s *KeywordsContext) DO() antlr.TerminalNode
func (*KeywordsContext) ELSE ¶
func (s *KeywordsContext) ELSE() antlr.TerminalNode
func (*KeywordsContext) ENUM ¶
func (s *KeywordsContext) ENUM() antlr.TerminalNode
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 (s *KeywordsContext) FOR() antlr.TerminalNode
func (*KeywordsContext) GOTO ¶
func (s *KeywordsContext) GOTO() antlr.TerminalNode
func (*KeywordsContext) GetParser ¶
func (s *KeywordsContext) GetParser() antlr.Parser
func (*KeywordsContext) GetRuleContext ¶
func (s *KeywordsContext) GetRuleContext() antlr.RuleContext
func (*KeywordsContext) IF ¶
func (s *KeywordsContext) IF() antlr.TerminalNode
func (*KeywordsContext) IMPLEMENTS ¶
func (s *KeywordsContext) IMPLEMENTS() antlr.TerminalNode
func (*KeywordsContext) IMPORT ¶
func (s *KeywordsContext) IMPORT() antlr.TerminalNode
func (*KeywordsContext) IN ¶
func (s *KeywordsContext) IN() antlr.TerminalNode
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 (s *KeywordsContext) NEW() antlr.TerminalNode
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 (s *KeywordsContext) THIS() antlr.TerminalNode
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 (s *KeywordsContext) TRY() antlr.TerminalNode
func (*KeywordsContext) ToStringTree ¶
func (s *KeywordsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*KeywordsContext) VAR ¶
func (s *KeywordsContext) VAR() antlr.TerminalNode
func (*KeywordsContext) VOID ¶
func (s *KeywordsContext) VOID() antlr.TerminalNode
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 (s *LabeledStmtAltContext) COLON() antlr.TerminalNode
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 (s *LabeledStmtAltContext) Nls() INlsContext
func (*LabeledStmtAltContext) Statement ¶
func (s *LabeledStmtAltContext) Statement() IStatementContext
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 (s *LambdaExpressionContext) ARROW() antlr.TerminalNode
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 (s *LambdaExpressionContext) LambdaBody() ILambdaBodyContext
func (*LambdaExpressionContext) LambdaParameters ¶
func (s *LambdaExpressionContext) LambdaParameters() ILambdaParametersContext
func (*LambdaExpressionContext) Nls ¶
func (s *LambdaExpressionContext) Nls(i int) INlsContext
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 ¶
func (s *LiteralPrmrAltContext) Literal() ILiteralContext
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 (s *LocalVariableDeclarationContext) EnterRule(listener antlr.ParseTreeListener)
func (*LocalVariableDeclarationContext) ExitRule ¶
func (s *LocalVariableDeclarationContext) ExitRule(listener antlr.ParseTreeListener)
func (*LocalVariableDeclarationContext) GetParser ¶
func (s *LocalVariableDeclarationContext) GetParser() antlr.Parser
func (*LocalVariableDeclarationContext) GetRuleContext ¶
func (s *LocalVariableDeclarationContext) GetRuleContext() antlr.RuleContext
func (*LocalVariableDeclarationContext) IsLocalVariableDeclarationContext ¶
func (*LocalVariableDeclarationContext) IsLocalVariableDeclarationContext()
func (*LocalVariableDeclarationContext) ToStringTree ¶
func (s *LocalVariableDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*LocalVariableDeclarationContext) VariableDeclaration ¶
func (s *LocalVariableDeclarationContext) VariableDeclaration() IVariableDeclarationContext
type LocalVariableDeclarationStmtAltContext ¶
type LocalVariableDeclarationStmtAltContext struct {
*StatementContext
}
func NewLocalVariableDeclarationStmtAltContext ¶
func NewLocalVariableDeclarationStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *LocalVariableDeclarationStmtAltContext
func (*LocalVariableDeclarationStmtAltContext) EnterRule ¶
func (s *LocalVariableDeclarationStmtAltContext) EnterRule(listener antlr.ParseTreeListener)
func (*LocalVariableDeclarationStmtAltContext) ExitRule ¶
func (s *LocalVariableDeclarationStmtAltContext) ExitRule(listener antlr.ParseTreeListener)
func (*LocalVariableDeclarationStmtAltContext) GetRuleContext ¶
func (s *LocalVariableDeclarationStmtAltContext) GetRuleContext() antlr.RuleContext
func (*LocalVariableDeclarationStmtAltContext) LocalVariableDeclaration ¶
func (s *LocalVariableDeclarationStmtAltContext) LocalVariableDeclaration() ILocalVariableDeclarationContext
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 (s *LogicalAndExprAltContext) AND() antlr.TerminalNode
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 (s *LogicalAndExprAltContext) Expression(i int) IExpressionContext
func (*LogicalAndExprAltContext) GetLeft ¶
func (s *LogicalAndExprAltContext) GetLeft() IExpressionContext
func (*LogicalAndExprAltContext) GetOp ¶
func (s *LogicalAndExprAltContext) GetOp() antlr.Token
func (*LogicalAndExprAltContext) GetRight ¶
func (s *LogicalAndExprAltContext) GetRight() IExpressionContext
func (*LogicalAndExprAltContext) GetRuleContext ¶
func (s *LogicalAndExprAltContext) GetRuleContext() antlr.RuleContext
func (*LogicalAndExprAltContext) Nls ¶
func (s *LogicalAndExprAltContext) Nls(i int) INlsContext
func (*LogicalAndExprAltContext) SetLeft ¶
func (s *LogicalAndExprAltContext) SetLeft(v IExpressionContext)
func (*LogicalAndExprAltContext) SetOp ¶
func (s *LogicalAndExprAltContext) SetOp(v antlr.Token)
func (*LogicalAndExprAltContext) SetRight ¶
func (s *LogicalAndExprAltContext) SetRight(v IExpressionContext)
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 (s *LogicalOrExprAltContext) Expression(i int) IExpressionContext
func (*LogicalOrExprAltContext) GetLeft ¶
func (s *LogicalOrExprAltContext) GetLeft() IExpressionContext
func (*LogicalOrExprAltContext) GetOp ¶
func (s *LogicalOrExprAltContext) GetOp() antlr.Token
func (*LogicalOrExprAltContext) GetRight ¶
func (s *LogicalOrExprAltContext) GetRight() IExpressionContext
func (*LogicalOrExprAltContext) GetRuleContext ¶
func (s *LogicalOrExprAltContext) GetRuleContext() antlr.RuleContext
func (*LogicalOrExprAltContext) Nls ¶
func (s *LogicalOrExprAltContext) Nls(i int) INlsContext
func (*LogicalOrExprAltContext) OR ¶
func (s *LogicalOrExprAltContext) OR() antlr.TerminalNode
func (*LogicalOrExprAltContext) SetLeft ¶
func (s *LogicalOrExprAltContext) SetLeft(v IExpressionContext)
func (*LogicalOrExprAltContext) SetOp ¶
func (s *LogicalOrExprAltContext) SetOp(v antlr.Token)
func (*LogicalOrExprAltContext) SetRight ¶
func (s *LogicalOrExprAltContext) SetRight(v IExpressionContext)
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 (s *MapEntryContext) MUL() antlr.TerminalNode
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 (s *MapEntryLabelContext) Primary() IPrimaryContext
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 (s *MapEntryListContext) COMMA(i int) antlr.TerminalNode
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 (s *MemberDeclarationContext) ModifiersOpt() IModifiersOptContext
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 (s *MethodDeclarationContext) DEFAULT() antlr.TerminalNode
func (*MethodDeclarationContext) ElementValue ¶
func (s *MethodDeclarationContext) ElementValue() IElementValueContext
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 (s *MethodDeclarationContext) LPAREN() antlr.TerminalNode
func (*MethodDeclarationContext) MethodBody ¶
func (s *MethodDeclarationContext) MethodBody() IMethodBodyContext
func (*MethodDeclarationContext) MethodName ¶
func (s *MethodDeclarationContext) MethodName() IMethodNameContext
func (*MethodDeclarationContext) ModifiersOpt ¶
func (s *MethodDeclarationContext) ModifiersOpt() IModifiersOptContext
func (*MethodDeclarationContext) Nls ¶
func (s *MethodDeclarationContext) Nls(i int) INlsContext
func (*MethodDeclarationContext) QualifiedClassNameList ¶
func (s *MethodDeclarationContext) QualifiedClassNameList() IQualifiedClassNameListContext
func (*MethodDeclarationContext) ReturnType ¶
func (s *MethodDeclarationContext) ReturnType() IReturnTypeContext
func (*MethodDeclarationContext) Rparen ¶
func (s *MethodDeclarationContext) Rparen() IRparenContext
func (*MethodDeclarationContext) SetCt ¶
func (s *MethodDeclarationContext) SetCt(v int)
func (*MethodDeclarationContext) SetT ¶
func (s *MethodDeclarationContext) SetT(v int)
func (*MethodDeclarationContext) THROWS ¶
func (s *MethodDeclarationContext) THROWS() antlr.TerminalNode
func (*MethodDeclarationContext) ToStringTree ¶
func (s *MethodDeclarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*MethodDeclarationContext) TypeParameters ¶
func (s *MethodDeclarationContext) TypeParameters() ITypeParametersContext
type MethodDeclarationStmtAltContext ¶
type MethodDeclarationStmtAltContext struct {
*StatementContext
}
func NewMethodDeclarationStmtAltContext ¶
func NewMethodDeclarationStmtAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *MethodDeclarationStmtAltContext
func (*MethodDeclarationStmtAltContext) EnterRule ¶
func (s *MethodDeclarationStmtAltContext) EnterRule(listener antlr.ParseTreeListener)
func (*MethodDeclarationStmtAltContext) ExitRule ¶
func (s *MethodDeclarationStmtAltContext) ExitRule(listener antlr.ParseTreeListener)
func (*MethodDeclarationStmtAltContext) GetRuleContext ¶
func (s *MethodDeclarationStmtAltContext) GetRuleContext() antlr.RuleContext
func (*MethodDeclarationStmtAltContext) MethodDeclaration ¶
func (s *MethodDeclarationStmtAltContext) MethodDeclaration() IMethodDeclarationContext
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 (s *ModifierContext) DEF() antlr.TerminalNode
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 (s *ModifierContext) VAR() antlr.TerminalNode
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 (s *MultipleAssignmentExprAltContext) ASSIGN() antlr.TerminalNode
func (*MultipleAssignmentExprAltContext) AllNls ¶
func (s *MultipleAssignmentExprAltContext) AllNls() []INlsContext
func (*MultipleAssignmentExprAltContext) EnterRule ¶
func (s *MultipleAssignmentExprAltContext) EnterRule(listener antlr.ParseTreeListener)
func (*MultipleAssignmentExprAltContext) ExitRule ¶
func (s *MultipleAssignmentExprAltContext) ExitRule(listener antlr.ParseTreeListener)
func (*MultipleAssignmentExprAltContext) GetLeft ¶
func (s *MultipleAssignmentExprAltContext) GetLeft() IVariableNamesContext
func (*MultipleAssignmentExprAltContext) GetOp ¶
func (s *MultipleAssignmentExprAltContext) GetOp() antlr.Token
func (*MultipleAssignmentExprAltContext) GetRight ¶
func (s *MultipleAssignmentExprAltContext) GetRight() IStatementExpressionContext
func (*MultipleAssignmentExprAltContext) GetRuleContext ¶
func (s *MultipleAssignmentExprAltContext) GetRuleContext() antlr.RuleContext
func (*MultipleAssignmentExprAltContext) Nls ¶
func (s *MultipleAssignmentExprAltContext) Nls(i int) INlsContext
func (*MultipleAssignmentExprAltContext) SetLeft ¶
func (s *MultipleAssignmentExprAltContext) SetLeft(v IVariableNamesContext)
func (*MultipleAssignmentExprAltContext) SetOp ¶
func (s *MultipleAssignmentExprAltContext) SetOp(v antlr.Token)
func (*MultipleAssignmentExprAltContext) SetRight ¶
func (s *MultipleAssignmentExprAltContext) SetRight(v IStatementExpressionContext)
func (*MultipleAssignmentExprAltContext) StatementExpression ¶
func (s *MultipleAssignmentExprAltContext) StatementExpression() IStatementExpressionContext
func (*MultipleAssignmentExprAltContext) VariableNames ¶
func (s *MultipleAssignmentExprAltContext) VariableNames() IVariableNamesContext
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 (s *MultiplicativeExprAltContext) AllNls() []INlsContext
func (*MultiplicativeExprAltContext) DIV ¶
func (s *MultiplicativeExprAltContext) DIV() antlr.TerminalNode
func (*MultiplicativeExprAltContext) EnterRule ¶
func (s *MultiplicativeExprAltContext) EnterRule(listener antlr.ParseTreeListener)
func (*MultiplicativeExprAltContext) ExitRule ¶
func (s *MultiplicativeExprAltContext) ExitRule(listener antlr.ParseTreeListener)
func (*MultiplicativeExprAltContext) Expression ¶
func (s *MultiplicativeExprAltContext) Expression(i int) IExpressionContext
func (*MultiplicativeExprAltContext) GetLeft ¶
func (s *MultiplicativeExprAltContext) GetLeft() IExpressionContext
func (*MultiplicativeExprAltContext) GetOp ¶
func (s *MultiplicativeExprAltContext) GetOp() antlr.Token
func (*MultiplicativeExprAltContext) GetRight ¶
func (s *MultiplicativeExprAltContext) GetRight() IExpressionContext
func (*MultiplicativeExprAltContext) GetRuleContext ¶
func (s *MultiplicativeExprAltContext) GetRuleContext() antlr.RuleContext
func (*MultiplicativeExprAltContext) MOD ¶
func (s *MultiplicativeExprAltContext) MOD() antlr.TerminalNode
func (*MultiplicativeExprAltContext) MUL ¶
func (s *MultiplicativeExprAltContext) MUL() antlr.TerminalNode
func (*MultiplicativeExprAltContext) Nls ¶
func (s *MultiplicativeExprAltContext) Nls(i int) INlsContext
func (*MultiplicativeExprAltContext) SetLeft ¶
func (s *MultiplicativeExprAltContext) SetLeft(v IExpressionContext)
func (*MultiplicativeExprAltContext) SetOp ¶
func (s *MultiplicativeExprAltContext) SetOp(v antlr.Token)
func (*MultiplicativeExprAltContext) SetRight ¶
func (s *MultiplicativeExprAltContext) SetRight(v IExpressionContext)
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 (s *NamedPropertyArgsContext) COLON() antlr.TerminalNode
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 (s *NamedPropertyArgsContext) LBRACK() antlr.TerminalNode
func (*NamedPropertyArgsContext) MapEntryList ¶
func (s *NamedPropertyArgsContext) MapEntryList() IMapEntryListContext
func (*NamedPropertyArgsContext) QUESTION ¶
func (s *NamedPropertyArgsContext) QUESTION() antlr.TerminalNode
func (*NamedPropertyArgsContext) RBRACK ¶
func (s *NamedPropertyArgsContext) RBRACK() antlr.TerminalNode
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 (s *NewPrmrAltContext) NEW() antlr.TerminalNode
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 (s *NonWildcardTypeArgumentsContext) AllNls() []INlsContext
func (*NonWildcardTypeArgumentsContext) EnterRule ¶
func (s *NonWildcardTypeArgumentsContext) EnterRule(listener antlr.ParseTreeListener)
func (*NonWildcardTypeArgumentsContext) ExitRule ¶
func (s *NonWildcardTypeArgumentsContext) ExitRule(listener antlr.ParseTreeListener)
func (*NonWildcardTypeArgumentsContext) GT ¶
func (s *NonWildcardTypeArgumentsContext) GT() antlr.TerminalNode
func (*NonWildcardTypeArgumentsContext) GetParser ¶
func (s *NonWildcardTypeArgumentsContext) GetParser() antlr.Parser
func (*NonWildcardTypeArgumentsContext) GetRuleContext ¶
func (s *NonWildcardTypeArgumentsContext) GetRuleContext() antlr.RuleContext
func (*NonWildcardTypeArgumentsContext) IsNonWildcardTypeArgumentsContext ¶
func (*NonWildcardTypeArgumentsContext) IsNonWildcardTypeArgumentsContext()
func (*NonWildcardTypeArgumentsContext) LT ¶
func (s *NonWildcardTypeArgumentsContext) LT() antlr.TerminalNode
func (*NonWildcardTypeArgumentsContext) Nls ¶
func (s *NonWildcardTypeArgumentsContext) Nls(i int) INlsContext
func (*NonWildcardTypeArgumentsContext) ToStringTree ¶
func (s *NonWildcardTypeArgumentsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*NonWildcardTypeArgumentsContext) TypeList ¶
func (s *NonWildcardTypeArgumentsContext) TypeList() ITypeListContext
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 (s *PackageDeclarationContext) AnnotationsOpt() IAnnotationsOptContext
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 (s *PackageDeclarationContext) PACKAGE() antlr.TerminalNode
func (*PackageDeclarationContext) QualifiedName ¶
func (s *PackageDeclarationContext) QualifiedName() IQualifiedNameContext
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 (s *PathElementContext) AT() antlr.TerminalNode
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 (s *PathElementContext) DOT() antlr.TerminalNode
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 (s *PathElementContext) NEW() antlr.TerminalNode
func (*PathElementContext) NamePart ¶
func (s *PathElementContext) NamePart() INamePartContext
func (*PathElementContext) NamedPropertyArgs ¶
func (s *PathElementContext) NamedPropertyArgs() INamedPropertyArgsContext
func (*PathElementContext) Nls ¶
func (s *PathElementContext) Nls(i int) INlsContext
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 (s *PathExpressionContext) Primary() IPrimaryContext
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 (s *PostfixExprAltForExprContext) ExitRule(listener antlr.ParseTreeListener)
func (*PostfixExprAltForExprContext) GetRuleContext ¶
func (s *PostfixExprAltForExprContext) GetRuleContext() antlr.RuleContext
func (*PostfixExprAltForExprContext) PostfixExpression ¶
func (s *PostfixExprAltForExprContext) PostfixExpression() IPostfixExpressionContext
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 (s *PostfixExpressionContext) DEC() antlr.TerminalNode
func (*PostfixExpressionContext) EnterRule ¶
func (s *PostfixExpressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*PostfixExpressionContext) ExitRule ¶
func (s *PostfixExpressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*PostfixExpressionContext) GetOp ¶
func (s *PostfixExpressionContext) GetOp() antlr.Token
func (*PostfixExpressionContext) GetParser ¶
func (s *PostfixExpressionContext) GetParser() antlr.Parser
func (*PostfixExpressionContext) GetRuleContext ¶
func (s *PostfixExpressionContext) GetRuleContext() antlr.RuleContext
func (*PostfixExpressionContext) INC ¶
func (s *PostfixExpressionContext) INC() antlr.TerminalNode
func (*PostfixExpressionContext) IsPostfixExpressionContext ¶
func (*PostfixExpressionContext) IsPostfixExpressionContext()
func (*PostfixExpressionContext) PathExpression ¶
func (s *PostfixExpressionContext) PathExpression() IPathExpressionContext
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 (s *PowerExprAltContext) GetLeft() IExpressionContext
func (*PowerExprAltContext) GetOp ¶
func (s *PowerExprAltContext) GetOp() antlr.Token
func (*PowerExprAltContext) GetRight ¶
func (s *PowerExprAltContext) GetRight() IExpressionContext
func (*PowerExprAltContext) GetRuleContext ¶
func (s *PowerExprAltContext) GetRuleContext() antlr.RuleContext
func (*PowerExprAltContext) Nls ¶
func (s *PowerExprAltContext) Nls() INlsContext
func (*PowerExprAltContext) POWER ¶
func (s *PowerExprAltContext) POWER() antlr.TerminalNode
func (*PowerExprAltContext) SetLeft ¶
func (s *PowerExprAltContext) SetLeft(v IExpressionContext)
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 (s *QualifiedClassNameContext) Identifier() IIdentifierContext
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 (s *QualifiedClassNameListContext) AllCOMMA() []antlr.TerminalNode
func (*QualifiedClassNameListContext) AllNls ¶
func (s *QualifiedClassNameListContext) AllNls() []INlsContext
func (*QualifiedClassNameListContext) AnnotatedQualifiedClassName ¶
func (s *QualifiedClassNameListContext) AnnotatedQualifiedClassName(i int) IAnnotatedQualifiedClassNameContext
func (*QualifiedClassNameListContext) COMMA ¶
func (s *QualifiedClassNameListContext) COMMA(i int) antlr.TerminalNode
func (*QualifiedClassNameListContext) EnterRule ¶
func (s *QualifiedClassNameListContext) EnterRule(listener antlr.ParseTreeListener)
func (*QualifiedClassNameListContext) ExitRule ¶
func (s *QualifiedClassNameListContext) ExitRule(listener antlr.ParseTreeListener)
func (*QualifiedClassNameListContext) GetParser ¶
func (s *QualifiedClassNameListContext) GetParser() antlr.Parser
func (*QualifiedClassNameListContext) GetRuleContext ¶
func (s *QualifiedClassNameListContext) GetRuleContext() antlr.RuleContext
func (*QualifiedClassNameListContext) IsQualifiedClassNameListContext ¶
func (*QualifiedClassNameListContext) IsQualifiedClassNameListContext()
func (*QualifiedClassNameListContext) Nls ¶
func (s *QualifiedClassNameListContext) Nls(i int) INlsContext
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 (s *QualifiedNameContext) DOT(i int) antlr.TerminalNode
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 (s *QualifiedNameElementContext) AS() antlr.TerminalNode
func (*QualifiedNameElementContext) DEF ¶
func (s *QualifiedNameElementContext) DEF() antlr.TerminalNode
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 (s *QualifiedNameElementContext) IN() antlr.TerminalNode
func (*QualifiedNameElementContext) Identifier ¶
func (s *QualifiedNameElementContext) Identifier() IIdentifierContext
func (*QualifiedNameElementContext) IsQualifiedNameElementContext ¶
func (*QualifiedNameElementContext) IsQualifiedNameElementContext()
func (*QualifiedNameElementContext) TRAIT ¶
func (s *QualifiedNameElementContext) TRAIT() antlr.TerminalNode
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 (s *QualifiedNameElementsContext) AllDOT() []antlr.TerminalNode
func (*QualifiedNameElementsContext) AllQualifiedNameElement ¶
func (s *QualifiedNameElementsContext) AllQualifiedNameElement() []IQualifiedNameElementContext
func (*QualifiedNameElementsContext) DOT ¶
func (s *QualifiedNameElementsContext) DOT(i int) antlr.TerminalNode
func (*QualifiedNameElementsContext) EnterRule ¶
func (s *QualifiedNameElementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*QualifiedNameElementsContext) ExitRule ¶
func (s *QualifiedNameElementsContext) ExitRule(listener antlr.ParseTreeListener)
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 (s *QualifiedNameElementsContext) QualifiedNameElement(i int) IQualifiedNameElementContext
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 (s *QualifiedStandardClassNameContext) AllClassName() []IClassNameContext
func (*QualifiedStandardClassNameContext) AllDOT ¶
func (s *QualifiedStandardClassNameContext) AllDOT() []antlr.TerminalNode
func (*QualifiedStandardClassNameContext) ClassName ¶
func (s *QualifiedStandardClassNameContext) ClassName(i int) IClassNameContext
func (*QualifiedStandardClassNameContext) DOT ¶
func (s *QualifiedStandardClassNameContext) DOT(i int) antlr.TerminalNode
func (*QualifiedStandardClassNameContext) EnterRule ¶
func (s *QualifiedStandardClassNameContext) EnterRule(listener antlr.ParseTreeListener)
func (*QualifiedStandardClassNameContext) ExitRule ¶
func (s *QualifiedStandardClassNameContext) ExitRule(listener antlr.ParseTreeListener)
func (*QualifiedStandardClassNameContext) GetParser ¶
func (s *QualifiedStandardClassNameContext) GetParser() antlr.Parser
func (*QualifiedStandardClassNameContext) GetRuleContext ¶
func (s *QualifiedStandardClassNameContext) GetRuleContext() antlr.RuleContext
func (*QualifiedStandardClassNameContext) IsQualifiedStandardClassNameContext ¶
func (*QualifiedStandardClassNameContext) IsQualifiedStandardClassNameContext()
func (*QualifiedStandardClassNameContext) QualifiedNameElements ¶
func (s *QualifiedStandardClassNameContext) QualifiedNameElements() IQualifiedNameElementsContext
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 (s *RegexExprAltContext) GetLeft() IExpressionContext
func (*RegexExprAltContext) GetOp ¶
func (s *RegexExprAltContext) GetOp() antlr.Token
func (*RegexExprAltContext) GetRight ¶
func (s *RegexExprAltContext) GetRight() IExpressionContext
func (*RegexExprAltContext) GetRuleContext ¶
func (s *RegexExprAltContext) GetRuleContext() antlr.RuleContext
func (*RegexExprAltContext) Nls ¶
func (s *RegexExprAltContext) Nls(i int) INlsContext
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 (s *RegexExprAltContext) SetLeft(v IExpressionContext)
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 (s *RelationalExprAltContext) AS() antlr.TerminalNode
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 (s *RelationalExprAltContext) Expression(i int) IExpressionContext
func (*RelationalExprAltContext) GE ¶
func (s *RelationalExprAltContext) GE() antlr.TerminalNode
func (*RelationalExprAltContext) GT ¶
func (s *RelationalExprAltContext) GT() antlr.TerminalNode
func (*RelationalExprAltContext) GetLeft ¶
func (s *RelationalExprAltContext) GetLeft() IExpressionContext
func (*RelationalExprAltContext) GetOp ¶
func (s *RelationalExprAltContext) GetOp() antlr.Token
func (*RelationalExprAltContext) GetRight ¶
func (s *RelationalExprAltContext) GetRight() IExpressionContext
func (*RelationalExprAltContext) GetRuleContext ¶
func (s *RelationalExprAltContext) GetRuleContext() antlr.RuleContext
func (*RelationalExprAltContext) IN ¶
func (s *RelationalExprAltContext) IN() antlr.TerminalNode
func (*RelationalExprAltContext) INSTANCEOF ¶
func (s *RelationalExprAltContext) INSTANCEOF() antlr.TerminalNode
func (*RelationalExprAltContext) LE ¶
func (s *RelationalExprAltContext) LE() antlr.TerminalNode
func (*RelationalExprAltContext) LT ¶
func (s *RelationalExprAltContext) LT() antlr.TerminalNode
func (*RelationalExprAltContext) NOT_IN ¶
func (s *RelationalExprAltContext) NOT_IN() antlr.TerminalNode
func (*RelationalExprAltContext) NOT_INSTANCEOF ¶
func (s *RelationalExprAltContext) NOT_INSTANCEOF() antlr.TerminalNode
func (*RelationalExprAltContext) Nls ¶
func (s *RelationalExprAltContext) Nls(i int) INlsContext
func (*RelationalExprAltContext) SetLeft ¶
func (s *RelationalExprAltContext) SetLeft(v IExpressionContext)
func (*RelationalExprAltContext) SetOp ¶
func (s *RelationalExprAltContext) SetOp(v antlr.Token)
func (*RelationalExprAltContext) SetRight ¶
func (s *RelationalExprAltContext) SetRight(v IExpressionContext)
func (*RelationalExprAltContext) TypeType ¶
func (s *RelationalExprAltContext) TypeType() ITypeTypeContext
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 (s *ResourceListContext) Sep(i int) ISepContext
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 ¶
func (s *ReturnStmtAltContext) RETURN() antlr.TerminalNode
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 ¶
func (s *ReturnTypeContext) VOID() antlr.TerminalNode
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 (s *ScriptStatementContext) Statement() IStatementContext
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 (s *ScriptStatementsContext) Sep(i int) ISepContext
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 (s *ShiftExprAltContext) GT(i int) antlr.TerminalNode
func (*ShiftExprAltContext) GetDgOp ¶
func (s *ShiftExprAltContext) GetDgOp() antlr.Token
func (*ShiftExprAltContext) GetDlOp ¶
func (s *ShiftExprAltContext) GetDlOp() antlr.Token
func (*ShiftExprAltContext) GetLeft ¶
func (s *ShiftExprAltContext) GetLeft() IExpressionContext
func (*ShiftExprAltContext) GetRangeOp ¶
func (s *ShiftExprAltContext) GetRangeOp() antlr.Token
func (*ShiftExprAltContext) GetRight ¶
func (s *ShiftExprAltContext) GetRight() IExpressionContext
func (*ShiftExprAltContext) GetRuleContext ¶
func (s *ShiftExprAltContext) GetRuleContext() antlr.RuleContext
func (*ShiftExprAltContext) GetTgOp ¶
func (s *ShiftExprAltContext) GetTgOp() antlr.Token
func (*ShiftExprAltContext) LT ¶
func (s *ShiftExprAltContext) LT(i int) antlr.TerminalNode
func (*ShiftExprAltContext) Nls ¶
func (s *ShiftExprAltContext) Nls(i int) INlsContext
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 (s *ShiftExprAltContext) SetLeft(v IExpressionContext)
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 (s *StandardClassOrInterfaceTypeContext) EnterRule(listener antlr.ParseTreeListener)
func (*StandardClassOrInterfaceTypeContext) ExitRule ¶
func (s *StandardClassOrInterfaceTypeContext) ExitRule(listener antlr.ParseTreeListener)
func (*StandardClassOrInterfaceTypeContext) GetParser ¶
func (s *StandardClassOrInterfaceTypeContext) GetParser() antlr.Parser
func (*StandardClassOrInterfaceTypeContext) GetRuleContext ¶
func (s *StandardClassOrInterfaceTypeContext) GetRuleContext() antlr.RuleContext
func (*StandardClassOrInterfaceTypeContext) IsStandardClassOrInterfaceTypeContext ¶
func (*StandardClassOrInterfaceTypeContext) IsStandardClassOrInterfaceTypeContext()
func (*StandardClassOrInterfaceTypeContext) QualifiedStandardClassName ¶
func (s *StandardClassOrInterfaceTypeContext) QualifiedStandardClassName() IQualifiedStandardClassNameContext
func (*StandardClassOrInterfaceTypeContext) ToStringTree ¶
func (s *StandardClassOrInterfaceTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*StandardClassOrInterfaceTypeContext) TypeArguments ¶
func (s *StandardClassOrInterfaceTypeContext) TypeArguments() ITypeArgumentsContext
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 (s *StandardLambdaExpressionContext) ARROW() antlr.TerminalNode
func (*StandardLambdaExpressionContext) AllNls ¶
func (s *StandardLambdaExpressionContext) AllNls() []INlsContext
func (*StandardLambdaExpressionContext) EnterRule ¶
func (s *StandardLambdaExpressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*StandardLambdaExpressionContext) ExitRule ¶
func (s *StandardLambdaExpressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*StandardLambdaExpressionContext) GetParser ¶
func (s *StandardLambdaExpressionContext) GetParser() antlr.Parser
func (*StandardLambdaExpressionContext) GetRuleContext ¶
func (s *StandardLambdaExpressionContext) GetRuleContext() antlr.RuleContext
func (*StandardLambdaExpressionContext) IsStandardLambdaExpressionContext ¶
func (*StandardLambdaExpressionContext) IsStandardLambdaExpressionContext()
func (*StandardLambdaExpressionContext) LambdaBody ¶
func (s *StandardLambdaExpressionContext) LambdaBody() ILambdaBodyContext
func (*StandardLambdaExpressionContext) Nls ¶
func (s *StandardLambdaExpressionContext) Nls(i int) INlsContext
func (*StandardLambdaExpressionContext) StandardLambdaParameters ¶
func (s *StandardLambdaExpressionContext) StandardLambdaParameters() IStandardLambdaParametersContext
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 (s *StandardLambdaParametersContext) EnterRule(listener antlr.ParseTreeListener)
func (*StandardLambdaParametersContext) ExitRule ¶
func (s *StandardLambdaParametersContext) ExitRule(listener antlr.ParseTreeListener)
func (*StandardLambdaParametersContext) FormalParameters ¶
func (s *StandardLambdaParametersContext) FormalParameters() IFormalParametersContext
func (*StandardLambdaParametersContext) GetParser ¶
func (s *StandardLambdaParametersContext) GetParser() antlr.Parser
func (*StandardLambdaParametersContext) GetRuleContext ¶
func (s *StandardLambdaParametersContext) GetRuleContext() antlr.RuleContext
func (*StandardLambdaParametersContext) IsStandardLambdaParametersContext ¶
func (*StandardLambdaParametersContext) IsStandardLambdaParametersContext()
func (*StandardLambdaParametersContext) ToStringTree ¶
func (s *StandardLambdaParametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*StandardLambdaParametersContext) VariableDeclaratorId ¶
func (s *StandardLambdaParametersContext) VariableDeclaratorId() IVariableDeclaratorIdContext
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 (s *StatementExpressionContext) CopyFrom(ctx *StatementExpressionContext)
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 ¶
func (s *StringLiteralAltContext) StringLiteral() IStringLiteralContext
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 ¶
func (s *SuperPrmrAltContext) SUPER() antlr.TerminalNode
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 (s *SwitchBlockStatementGroupContext) AllNls() []INlsContext
func (*SwitchBlockStatementGroupContext) AllSwitchLabel ¶
func (s *SwitchBlockStatementGroupContext) AllSwitchLabel() []ISwitchLabelContext
func (*SwitchBlockStatementGroupContext) BlockStatements ¶
func (s *SwitchBlockStatementGroupContext) BlockStatements() IBlockStatementsContext
func (*SwitchBlockStatementGroupContext) EnterRule ¶
func (s *SwitchBlockStatementGroupContext) EnterRule(listener antlr.ParseTreeListener)
func (*SwitchBlockStatementGroupContext) ExitRule ¶
func (s *SwitchBlockStatementGroupContext) ExitRule(listener antlr.ParseTreeListener)
func (*SwitchBlockStatementGroupContext) GetParser ¶
func (s *SwitchBlockStatementGroupContext) GetParser() antlr.Parser
func (*SwitchBlockStatementGroupContext) GetRuleContext ¶
func (s *SwitchBlockStatementGroupContext) GetRuleContext() antlr.RuleContext
func (*SwitchBlockStatementGroupContext) IsSwitchBlockStatementGroupContext ¶
func (*SwitchBlockStatementGroupContext) IsSwitchBlockStatementGroupContext()
func (*SwitchBlockStatementGroupContext) Nls ¶
func (s *SwitchBlockStatementGroupContext) Nls(i int) INlsContext
func (*SwitchBlockStatementGroupContext) SwitchLabel ¶
func (s *SwitchBlockStatementGroupContext) SwitchLabel(i int) ISwitchLabelContext
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 (s *SwitchLabelContext) CASE() antlr.TerminalNode
func (*SwitchLabelContext) COLON ¶
func (s *SwitchLabelContext) COLON() antlr.TerminalNode
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 (s *SwitchStatementContext) LBRACE() antlr.TerminalNode
func (*SwitchStatementContext) Nls ¶
func (s *SwitchStatementContext) Nls(i int) INlsContext
func (*SwitchStatementContext) RBRACE ¶
func (s *SwitchStatementContext) RBRACE() antlr.TerminalNode
func (*SwitchStatementContext) SWITCH ¶
func (s *SwitchStatementContext) SWITCH() antlr.TerminalNode
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 (s *SynchronizedStmtAltContext) Block() IBlockContext
func (*SynchronizedStmtAltContext) EnterRule ¶
func (s *SynchronizedStmtAltContext) EnterRule(listener antlr.ParseTreeListener)
func (*SynchronizedStmtAltContext) ExitRule ¶
func (s *SynchronizedStmtAltContext) ExitRule(listener antlr.ParseTreeListener)
func (*SynchronizedStmtAltContext) ExpressionInPar ¶
func (s *SynchronizedStmtAltContext) ExpressionInPar() IExpressionInParContext
func (*SynchronizedStmtAltContext) GetRuleContext ¶
func (s *SynchronizedStmtAltContext) GetRuleContext() antlr.RuleContext
func (*SynchronizedStmtAltContext) Nls ¶
func (s *SynchronizedStmtAltContext) Nls() INlsContext
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 (s *ThisFormalParameterContext) THIS() antlr.TerminalNode
func (*ThisFormalParameterContext) ToStringTree ¶
func (s *ThisFormalParameterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*ThisFormalParameterContext) TypeType ¶
func (s *ThisFormalParameterContext) TypeType() ITypeTypeContext
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 ¶
func (s *ThisPrmrAltContext) THIS() antlr.TerminalNode
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 ¶
func (s *ThrowStmtAltContext) THROW() antlr.TerminalNode
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 (s *TryCatchStatementContext) Block() IBlockContext
func (*TryCatchStatementContext) CatchClause ¶
func (s *TryCatchStatementContext) CatchClause(i int) ICatchClauseContext
func (*TryCatchStatementContext) EnterRule ¶
func (s *TryCatchStatementContext) EnterRule(listener antlr.ParseTreeListener)
func (*TryCatchStatementContext) ExitRule ¶
func (s *TryCatchStatementContext) ExitRule(listener antlr.ParseTreeListener)
func (*TryCatchStatementContext) FinallyBlock ¶
func (s *TryCatchStatementContext) FinallyBlock() IFinallyBlockContext
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 (s *TryCatchStatementContext) Nls(i int) INlsContext
func (*TryCatchStatementContext) Resources ¶
func (s *TryCatchStatementContext) Resources() IResourcesContext
func (*TryCatchStatementContext) TRY ¶
func (s *TryCatchStatementContext) TRY() antlr.TerminalNode
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 (s *TypeArgumentContext) Nls() INlsContext
func (*TypeArgumentContext) QUESTION ¶
func (s *TypeArgumentContext) QUESTION() antlr.TerminalNode
func (*TypeArgumentContext) SUPER ¶
func (s *TypeArgumentContext) SUPER() antlr.TerminalNode
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 (s *TypeArgumentsContext) COMMA(i int) antlr.TerminalNode
func (*TypeArgumentsContext) EnterRule ¶
func (s *TypeArgumentsContext) EnterRule(listener antlr.ParseTreeListener)
func (*TypeArgumentsContext) ExitRule ¶
func (s *TypeArgumentsContext) ExitRule(listener antlr.ParseTreeListener)
func (*TypeArgumentsContext) GT ¶
func (s *TypeArgumentsContext) GT() antlr.TerminalNode
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 (s *TypeArgumentsContext) LT() antlr.TerminalNode
func (*TypeArgumentsContext) Nls ¶
func (s *TypeArgumentsContext) Nls(i int) INlsContext
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 (s *TypeArgumentsOrDiamondContext) ExitRule(listener antlr.ParseTreeListener)
func (*TypeArgumentsOrDiamondContext) GT ¶
func (s *TypeArgumentsOrDiamondContext) GT() antlr.TerminalNode
func (*TypeArgumentsOrDiamondContext) GetParser ¶
func (s *TypeArgumentsOrDiamondContext) GetParser() antlr.Parser
func (*TypeArgumentsOrDiamondContext) GetRuleContext ¶
func (s *TypeArgumentsOrDiamondContext) GetRuleContext() antlr.RuleContext
func (*TypeArgumentsOrDiamondContext) IsTypeArgumentsOrDiamondContext ¶
func (*TypeArgumentsOrDiamondContext) IsTypeArgumentsOrDiamondContext()
func (*TypeArgumentsOrDiamondContext) LT ¶
func (s *TypeArgumentsOrDiamondContext) LT() antlr.TerminalNode
func (*TypeArgumentsOrDiamondContext) ToStringTree ¶
func (s *TypeArgumentsOrDiamondContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*TypeArgumentsOrDiamondContext) TypeArguments ¶
func (s *TypeArgumentsOrDiamondContext) TypeArguments() ITypeArgumentsContext
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 (s *TypeNamePairsContext) COMMA(i int) antlr.TerminalNode
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 (s *TypeNamePairsContext) LPAREN() antlr.TerminalNode
func (*TypeNamePairsContext) Rparen ¶
func (s *TypeNamePairsContext) Rparen() IRparenContext
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 (s *TypeParameterContext) EXTENDS() antlr.TerminalNode
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 (s *TypeParameterContext) Nls() INlsContext
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 (s *TypeParametersContext) COMMA(i int) antlr.TerminalNode
func (*TypeParametersContext) EnterRule ¶
func (s *TypeParametersContext) EnterRule(listener antlr.ParseTreeListener)
func (*TypeParametersContext) ExitRule ¶
func (s *TypeParametersContext) ExitRule(listener antlr.ParseTreeListener)
func (*TypeParametersContext) GT ¶
func (s *TypeParametersContext) GT() antlr.TerminalNode
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 (s *TypeParametersContext) LT() antlr.TerminalNode
func (*TypeParametersContext) Nls ¶
func (s *TypeParametersContext) Nls(i int) INlsContext
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 ¶
func (s *TypeTypeContext) VOID() antlr.TerminalNode
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 (s *UnaryAddExprAltContext) ADD() antlr.TerminalNode
func (*UnaryAddExprAltContext) CastOperandExpression ¶
func (s *UnaryAddExprAltContext) CastOperandExpression() ICastOperandExpressionContext
func (*UnaryAddExprAltContext) DEC ¶
func (s *UnaryAddExprAltContext) DEC() antlr.TerminalNode
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 (s *UnaryAddExprAltContext) INC() antlr.TerminalNode
func (*UnaryAddExprAltContext) SUB ¶
func (s *UnaryAddExprAltContext) SUB() antlr.TerminalNode
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 (s *UnaryAddExprAltForExprContext) ADD() antlr.TerminalNode
func (*UnaryAddExprAltForExprContext) DEC ¶
func (s *UnaryAddExprAltForExprContext) DEC() antlr.TerminalNode
func (*UnaryAddExprAltForExprContext) EnterRule ¶
func (s *UnaryAddExprAltForExprContext) EnterRule(listener antlr.ParseTreeListener)
func (*UnaryAddExprAltForExprContext) ExitRule ¶
func (s *UnaryAddExprAltForExprContext) ExitRule(listener antlr.ParseTreeListener)
func (*UnaryAddExprAltForExprContext) Expression ¶
func (s *UnaryAddExprAltForExprContext) Expression() IExpressionContext
func (*UnaryAddExprAltForExprContext) GetOp ¶
func (s *UnaryAddExprAltForExprContext) GetOp() antlr.Token
func (*UnaryAddExprAltForExprContext) GetRuleContext ¶
func (s *UnaryAddExprAltForExprContext) GetRuleContext() antlr.RuleContext
func (*UnaryAddExprAltForExprContext) INC ¶
func (s *UnaryAddExprAltForExprContext) INC() antlr.TerminalNode
func (*UnaryAddExprAltForExprContext) SUB ¶
func (s *UnaryAddExprAltForExprContext) SUB() antlr.TerminalNode
func (*UnaryAddExprAltForExprContext) SetOp ¶
func (s *UnaryAddExprAltForExprContext) SetOp(v antlr.Token)
type UnaryNotExprAltContext ¶
type UnaryNotExprAltContext struct {
*CastOperandExpressionContext
}
func NewUnaryNotExprAltContext ¶
func NewUnaryNotExprAltContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *UnaryNotExprAltContext
func (*UnaryNotExprAltContext) BITNOT ¶
func (s *UnaryNotExprAltContext) BITNOT() antlr.TerminalNode
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 (s *UnaryNotExprAltContext) NOT() antlr.TerminalNode
func (*UnaryNotExprAltContext) Nls ¶
func (s *UnaryNotExprAltContext) Nls() INlsContext
type UnaryNotExprAltForExprContext ¶
type UnaryNotExprAltForExprContext struct {
*ExpressionContext
}
func NewUnaryNotExprAltForExprContext ¶
func NewUnaryNotExprAltForExprContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *UnaryNotExprAltForExprContext
func (*UnaryNotExprAltForExprContext) BITNOT ¶
func (s *UnaryNotExprAltForExprContext) BITNOT() antlr.TerminalNode
func (*UnaryNotExprAltForExprContext) EnterRule ¶
func (s *UnaryNotExprAltForExprContext) EnterRule(listener antlr.ParseTreeListener)
func (*UnaryNotExprAltForExprContext) ExitRule ¶
func (s *UnaryNotExprAltForExprContext) ExitRule(listener antlr.ParseTreeListener)
func (*UnaryNotExprAltForExprContext) Expression ¶
func (s *UnaryNotExprAltForExprContext) Expression() IExpressionContext
func (*UnaryNotExprAltForExprContext) GetRuleContext ¶
func (s *UnaryNotExprAltForExprContext) GetRuleContext() antlr.RuleContext
func (*UnaryNotExprAltForExprContext) NOT ¶
func (s *UnaryNotExprAltForExprContext) NOT() antlr.TerminalNode
func (*UnaryNotExprAltForExprContext) Nls ¶
func (s *UnaryNotExprAltForExprContext) Nls() INlsContext
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 (s *VariableDeclarationContext) ASSIGN() antlr.TerminalNode
func (*VariableDeclarationContext) AllNls ¶
func (s *VariableDeclarationContext) AllNls() []INlsContext
func (*VariableDeclarationContext) ClassifiedModifiers ¶
func (s *VariableDeclarationContext) ClassifiedModifiers() IClassifiedModifiersContext
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 (s *VariableDeclarationContext) Nls(i int) INlsContext
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 (s *VariableDeclarationContext) TypeNamePairs() ITypeNamePairsContext
func (*VariableDeclarationContext) TypeType ¶
func (s *VariableDeclarationContext) TypeType() ITypeTypeContext
func (*VariableDeclarationContext) VariableDeclarators ¶
func (s *VariableDeclarationContext) VariableDeclarators() IVariableDeclaratorsContext
func (*VariableDeclarationContext) VariableInitializer ¶
func (s *VariableDeclarationContext) VariableInitializer() IVariableInitializerContext
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 (s *VariableDeclaratorContext) ASSIGN() antlr.TerminalNode
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 (s *VariableDeclaratorContext) Nls(i int) INlsContext
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 (s *VariableDeclaratorIdContext) Identifier() IIdentifierContext
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 (s *VariableDeclaratorsContext) AllCOMMA() []antlr.TerminalNode
func (*VariableDeclaratorsContext) AllNls ¶
func (s *VariableDeclaratorsContext) AllNls() []INlsContext
func (*VariableDeclaratorsContext) AllVariableDeclarator ¶
func (s *VariableDeclaratorsContext) AllVariableDeclarator() []IVariableDeclaratorContext
func (*VariableDeclaratorsContext) COMMA ¶
func (s *VariableDeclaratorsContext) COMMA(i int) antlr.TerminalNode
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 (s *VariableDeclaratorsContext) Nls(i int) INlsContext
func (*VariableDeclaratorsContext) ToStringTree ¶
func (s *VariableDeclaratorsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*VariableDeclaratorsContext) VariableDeclarator ¶
func (s *VariableDeclaratorsContext) VariableDeclarator(i int) IVariableDeclaratorContext
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 (s *VariableInitializersContext) AllCOMMA() []antlr.TerminalNode
func (*VariableInitializersContext) AllNls ¶
func (s *VariableInitializersContext) AllNls() []INlsContext
func (*VariableInitializersContext) AllVariableInitializer ¶
func (s *VariableInitializersContext) AllVariableInitializer() []IVariableInitializerContext
func (*VariableInitializersContext) COMMA ¶
func (s *VariableInitializersContext) COMMA(i int) antlr.TerminalNode
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 (s *VariableInitializersContext) Nls(i int) INlsContext
func (*VariableInitializersContext) ToStringTree ¶
func (s *VariableInitializersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*VariableInitializersContext) VariableInitializer ¶
func (s *VariableInitializersContext) VariableInitializer(i int) IVariableInitializerContext
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 (s *VariableModifierContext) ABSTRACT() antlr.TerminalNode
func (*VariableModifierContext) Annotation ¶
func (s *VariableModifierContext) Annotation() IAnnotationContext
func (*VariableModifierContext) DEF ¶
func (s *VariableModifierContext) DEF() antlr.TerminalNode
func (*VariableModifierContext) EnterRule ¶
func (s *VariableModifierContext) EnterRule(listener antlr.ParseTreeListener)
func (*VariableModifierContext) ExitRule ¶
func (s *VariableModifierContext) ExitRule(listener antlr.ParseTreeListener)
func (*VariableModifierContext) FINAL ¶
func (s *VariableModifierContext) FINAL() antlr.TerminalNode
func (*VariableModifierContext) GetM ¶
func (s *VariableModifierContext) GetM() antlr.Token
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 (s *VariableModifierContext) PRIVATE() antlr.TerminalNode
func (*VariableModifierContext) PROTECTED ¶
func (s *VariableModifierContext) PROTECTED() antlr.TerminalNode
func (*VariableModifierContext) PUBLIC ¶
func (s *VariableModifierContext) PUBLIC() antlr.TerminalNode
func (*VariableModifierContext) STATIC ¶
func (s *VariableModifierContext) STATIC() antlr.TerminalNode
func (*VariableModifierContext) STRICTFP ¶
func (s *VariableModifierContext) STRICTFP() antlr.TerminalNode
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 ¶
func (s *VariableModifierContext) VAR() antlr.TerminalNode
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 (s *VariableModifiersContext) Nls(i int) INlsContext
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 ¶
func (s *VariableModifiersOptContext) VariableModifiers() IVariableModifiersContext
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 (s *VariableNamesContext) COMMA(i int) antlr.TerminalNode
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 (s *VariableNamesContext) LPAREN() antlr.TerminalNode
func (*VariableNamesContext) Rparen ¶
func (s *VariableNamesContext) Rparen() IRparenContext
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 (s *WhileStmtAltContext) Nls() INlsContext
func (*WhileStmtAltContext) Statement ¶
func (s *WhileStmtAltContext) Statement() IStatementContext
func (*WhileStmtAltContext) WHILE ¶
func (s *WhileStmtAltContext) WHILE() antlr.TerminalNode