public interface KotlinParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
KotlinParser.void enterKotlinFile(KotlinParser.KotlinFileContext ctx)
KotlinParser.kotlinFile().ctx - the parse treevoid exitKotlinFile(KotlinParser.KotlinFileContext ctx)
KotlinParser.kotlinFile().ctx - the parse treevoid enterScript(KotlinParser.ScriptContext ctx)
KotlinParser.script().ctx - the parse treevoid exitScript(KotlinParser.ScriptContext ctx)
KotlinParser.script().ctx - the parse treevoid enterShebangLine(KotlinParser.ShebangLineContext ctx)
KotlinParser.shebangLine().ctx - the parse treevoid exitShebangLine(KotlinParser.ShebangLineContext ctx)
KotlinParser.shebangLine().ctx - the parse treevoid enterFileAnnotation(KotlinParser.FileAnnotationContext ctx)
KotlinParser.fileAnnotation().ctx - the parse treevoid exitFileAnnotation(KotlinParser.FileAnnotationContext ctx)
KotlinParser.fileAnnotation().ctx - the parse treevoid enterPackageHeader(KotlinParser.PackageHeaderContext ctx)
KotlinParser.packageHeader().ctx - the parse treevoid exitPackageHeader(KotlinParser.PackageHeaderContext ctx)
KotlinParser.packageHeader().ctx - the parse treevoid enterImportList(KotlinParser.ImportListContext ctx)
KotlinParser.importList().ctx - the parse treevoid exitImportList(KotlinParser.ImportListContext ctx)
KotlinParser.importList().ctx - the parse treevoid enterImportHeader(KotlinParser.ImportHeaderContext ctx)
KotlinParser.importHeader().ctx - the parse treevoid exitImportHeader(KotlinParser.ImportHeaderContext ctx)
KotlinParser.importHeader().ctx - the parse treevoid enterImportAlias(KotlinParser.ImportAliasContext ctx)
KotlinParser.importAlias().ctx - the parse treevoid exitImportAlias(KotlinParser.ImportAliasContext ctx)
KotlinParser.importAlias().ctx - the parse treevoid enterTopLevelObject(KotlinParser.TopLevelObjectContext ctx)
KotlinParser.topLevelObject().ctx - the parse treevoid exitTopLevelObject(KotlinParser.TopLevelObjectContext ctx)
KotlinParser.topLevelObject().ctx - the parse treevoid enterTypeAlias(KotlinParser.TypeAliasContext ctx)
KotlinParser.typeAlias().ctx - the parse treevoid exitTypeAlias(KotlinParser.TypeAliasContext ctx)
KotlinParser.typeAlias().ctx - the parse treevoid enterDeclaration(KotlinParser.DeclarationContext ctx)
KotlinParser.declaration().ctx - the parse treevoid exitDeclaration(KotlinParser.DeclarationContext ctx)
KotlinParser.declaration().ctx - the parse treevoid enterClassDeclaration(KotlinParser.ClassDeclarationContext ctx)
KotlinParser.classDeclaration().ctx - the parse treevoid exitClassDeclaration(KotlinParser.ClassDeclarationContext ctx)
KotlinParser.classDeclaration().ctx - the parse treevoid enterPrimaryConstructor(KotlinParser.PrimaryConstructorContext ctx)
KotlinParser.primaryConstructor().ctx - the parse treevoid exitPrimaryConstructor(KotlinParser.PrimaryConstructorContext ctx)
KotlinParser.primaryConstructor().ctx - the parse treevoid enterClassBody(KotlinParser.ClassBodyContext ctx)
KotlinParser.classBody().ctx - the parse treevoid exitClassBody(KotlinParser.ClassBodyContext ctx)
KotlinParser.classBody().ctx - the parse treevoid enterClassParameters(KotlinParser.ClassParametersContext ctx)
KotlinParser.classParameters().ctx - the parse treevoid exitClassParameters(KotlinParser.ClassParametersContext ctx)
KotlinParser.classParameters().ctx - the parse treevoid enterClassParameter(KotlinParser.ClassParameterContext ctx)
KotlinParser.classParameter().ctx - the parse treevoid exitClassParameter(KotlinParser.ClassParameterContext ctx)
KotlinParser.classParameter().ctx - the parse treevoid enterDelegationSpecifiers(KotlinParser.DelegationSpecifiersContext ctx)
KotlinParser.delegationSpecifiers().ctx - the parse treevoid exitDelegationSpecifiers(KotlinParser.DelegationSpecifiersContext ctx)
KotlinParser.delegationSpecifiers().ctx - the parse treevoid enterDelegationSpecifier(KotlinParser.DelegationSpecifierContext ctx)
KotlinParser.delegationSpecifier().ctx - the parse treevoid exitDelegationSpecifier(KotlinParser.DelegationSpecifierContext ctx)
KotlinParser.delegationSpecifier().ctx - the parse treevoid enterConstructorInvocation(KotlinParser.ConstructorInvocationContext ctx)
KotlinParser.constructorInvocation().ctx - the parse treevoid exitConstructorInvocation(KotlinParser.ConstructorInvocationContext ctx)
KotlinParser.constructorInvocation().ctx - the parse treevoid enterAnnotatedDelegationSpecifier(KotlinParser.AnnotatedDelegationSpecifierContext ctx)
KotlinParser.annotatedDelegationSpecifier().ctx - the parse treevoid exitAnnotatedDelegationSpecifier(KotlinParser.AnnotatedDelegationSpecifierContext ctx)
KotlinParser.annotatedDelegationSpecifier().ctx - the parse treevoid enterExplicitDelegation(KotlinParser.ExplicitDelegationContext ctx)
KotlinParser.explicitDelegation().ctx - the parse treevoid exitExplicitDelegation(KotlinParser.ExplicitDelegationContext ctx)
KotlinParser.explicitDelegation().ctx - the parse treevoid enterTypeParameters(KotlinParser.TypeParametersContext ctx)
KotlinParser.typeParameters().ctx - the parse treevoid exitTypeParameters(KotlinParser.TypeParametersContext ctx)
KotlinParser.typeParameters().ctx - the parse treevoid enterTypeParameter(KotlinParser.TypeParameterContext ctx)
KotlinParser.typeParameter().ctx - the parse treevoid exitTypeParameter(KotlinParser.TypeParameterContext ctx)
KotlinParser.typeParameter().ctx - the parse treevoid enterTypeConstraints(KotlinParser.TypeConstraintsContext ctx)
KotlinParser.typeConstraints().ctx - the parse treevoid exitTypeConstraints(KotlinParser.TypeConstraintsContext ctx)
KotlinParser.typeConstraints().ctx - the parse treevoid enterTypeConstraint(KotlinParser.TypeConstraintContext ctx)
KotlinParser.typeConstraint().ctx - the parse treevoid exitTypeConstraint(KotlinParser.TypeConstraintContext ctx)
KotlinParser.typeConstraint().ctx - the parse treevoid enterClassMemberDeclarations(KotlinParser.ClassMemberDeclarationsContext ctx)
KotlinParser.classMemberDeclarations().ctx - the parse treevoid exitClassMemberDeclarations(KotlinParser.ClassMemberDeclarationsContext ctx)
KotlinParser.classMemberDeclarations().ctx - the parse treevoid enterClassMemberDeclaration(KotlinParser.ClassMemberDeclarationContext ctx)
KotlinParser.classMemberDeclaration().ctx - the parse treevoid exitClassMemberDeclaration(KotlinParser.ClassMemberDeclarationContext ctx)
KotlinParser.classMemberDeclaration().ctx - the parse treevoid enterAnonymousInitializer(KotlinParser.AnonymousInitializerContext ctx)
KotlinParser.anonymousInitializer().ctx - the parse treevoid exitAnonymousInitializer(KotlinParser.AnonymousInitializerContext ctx)
KotlinParser.anonymousInitializer().ctx - the parse treevoid enterCompanionObject(KotlinParser.CompanionObjectContext ctx)
KotlinParser.companionObject().ctx - the parse treevoid exitCompanionObject(KotlinParser.CompanionObjectContext ctx)
KotlinParser.companionObject().ctx - the parse treevoid enterFunctionValueParameters(KotlinParser.FunctionValueParametersContext ctx)
KotlinParser.functionValueParameters().ctx - the parse treevoid exitFunctionValueParameters(KotlinParser.FunctionValueParametersContext ctx)
KotlinParser.functionValueParameters().ctx - the parse treevoid enterFunctionValueParameter(KotlinParser.FunctionValueParameterContext ctx)
KotlinParser.functionValueParameter().ctx - the parse treevoid exitFunctionValueParameter(KotlinParser.FunctionValueParameterContext ctx)
KotlinParser.functionValueParameter().ctx - the parse treevoid enterFunctionDeclaration(KotlinParser.FunctionDeclarationContext ctx)
KotlinParser.functionDeclaration().ctx - the parse treevoid exitFunctionDeclaration(KotlinParser.FunctionDeclarationContext ctx)
KotlinParser.functionDeclaration().ctx - the parse treevoid enterFunctionBody(KotlinParser.FunctionBodyContext ctx)
KotlinParser.functionBody().ctx - the parse treevoid exitFunctionBody(KotlinParser.FunctionBodyContext ctx)
KotlinParser.functionBody().ctx - the parse treevoid enterVariableDeclaration(KotlinParser.VariableDeclarationContext ctx)
KotlinParser.variableDeclaration().ctx - the parse treevoid exitVariableDeclaration(KotlinParser.VariableDeclarationContext ctx)
KotlinParser.variableDeclaration().ctx - the parse treevoid enterMultiVariableDeclaration(KotlinParser.MultiVariableDeclarationContext ctx)
KotlinParser.multiVariableDeclaration().ctx - the parse treevoid exitMultiVariableDeclaration(KotlinParser.MultiVariableDeclarationContext ctx)
KotlinParser.multiVariableDeclaration().ctx - the parse treevoid enterPropertyDeclaration(KotlinParser.PropertyDeclarationContext ctx)
KotlinParser.propertyDeclaration().ctx - the parse treevoid exitPropertyDeclaration(KotlinParser.PropertyDeclarationContext ctx)
KotlinParser.propertyDeclaration().ctx - the parse treevoid enterPropertyDelegate(KotlinParser.PropertyDelegateContext ctx)
KotlinParser.propertyDelegate().ctx - the parse treevoid exitPropertyDelegate(KotlinParser.PropertyDelegateContext ctx)
KotlinParser.propertyDelegate().ctx - the parse treevoid enterGetter(KotlinParser.GetterContext ctx)
KotlinParser.getter().ctx - the parse treevoid exitGetter(KotlinParser.GetterContext ctx)
KotlinParser.getter().ctx - the parse treevoid enterSetter(KotlinParser.SetterContext ctx)
KotlinParser.setter().ctx - the parse treevoid exitSetter(KotlinParser.SetterContext ctx)
KotlinParser.setter().ctx - the parse treevoid enterParametersWithOptionalType(KotlinParser.ParametersWithOptionalTypeContext ctx)
KotlinParser.parametersWithOptionalType().ctx - the parse treevoid exitParametersWithOptionalType(KotlinParser.ParametersWithOptionalTypeContext ctx)
KotlinParser.parametersWithOptionalType().ctx - the parse treevoid enterFunctionValueParameterWithOptionalType(KotlinParser.FunctionValueParameterWithOptionalTypeContext ctx)
KotlinParser.functionValueParameterWithOptionalType().ctx - the parse treevoid exitFunctionValueParameterWithOptionalType(KotlinParser.FunctionValueParameterWithOptionalTypeContext ctx)
KotlinParser.functionValueParameterWithOptionalType().ctx - the parse treevoid enterParameterWithOptionalType(KotlinParser.ParameterWithOptionalTypeContext ctx)
KotlinParser.parameterWithOptionalType().ctx - the parse treevoid exitParameterWithOptionalType(KotlinParser.ParameterWithOptionalTypeContext ctx)
KotlinParser.parameterWithOptionalType().ctx - the parse treevoid enterParameter(KotlinParser.ParameterContext ctx)
KotlinParser.parameter().ctx - the parse treevoid exitParameter(KotlinParser.ParameterContext ctx)
KotlinParser.parameter().ctx - the parse treevoid enterObjectDeclaration(KotlinParser.ObjectDeclarationContext ctx)
KotlinParser.objectDeclaration().ctx - the parse treevoid exitObjectDeclaration(KotlinParser.ObjectDeclarationContext ctx)
KotlinParser.objectDeclaration().ctx - the parse treevoid enterSecondaryConstructor(KotlinParser.SecondaryConstructorContext ctx)
KotlinParser.secondaryConstructor().ctx - the parse treevoid exitSecondaryConstructor(KotlinParser.SecondaryConstructorContext ctx)
KotlinParser.secondaryConstructor().ctx - the parse treevoid enterConstructorDelegationCall(KotlinParser.ConstructorDelegationCallContext ctx)
KotlinParser.constructorDelegationCall().ctx - the parse treevoid exitConstructorDelegationCall(KotlinParser.ConstructorDelegationCallContext ctx)
KotlinParser.constructorDelegationCall().ctx - the parse treevoid enterEnumClassBody(KotlinParser.EnumClassBodyContext ctx)
KotlinParser.enumClassBody().ctx - the parse treevoid exitEnumClassBody(KotlinParser.EnumClassBodyContext ctx)
KotlinParser.enumClassBody().ctx - the parse treevoid enterEnumEntries(KotlinParser.EnumEntriesContext ctx)
KotlinParser.enumEntries().ctx - the parse treevoid exitEnumEntries(KotlinParser.EnumEntriesContext ctx)
KotlinParser.enumEntries().ctx - the parse treevoid enterEnumEntry(KotlinParser.EnumEntryContext ctx)
KotlinParser.enumEntry().ctx - the parse treevoid exitEnumEntry(KotlinParser.EnumEntryContext ctx)
KotlinParser.enumEntry().ctx - the parse treevoid enterType(KotlinParser.TypeContext ctx)
KotlinParser.type().ctx - the parse treevoid exitType(KotlinParser.TypeContext ctx)
KotlinParser.type().ctx - the parse treevoid enterTypeReference(KotlinParser.TypeReferenceContext ctx)
KotlinParser.typeReference().ctx - the parse treevoid exitTypeReference(KotlinParser.TypeReferenceContext ctx)
KotlinParser.typeReference().ctx - the parse treevoid enterNullableType(KotlinParser.NullableTypeContext ctx)
KotlinParser.nullableType().ctx - the parse treevoid exitNullableType(KotlinParser.NullableTypeContext ctx)
KotlinParser.nullableType().ctx - the parse treevoid enterQuest(KotlinParser.QuestContext ctx)
KotlinParser.quest().ctx - the parse treevoid exitQuest(KotlinParser.QuestContext ctx)
KotlinParser.quest().ctx - the parse treevoid enterUserType(KotlinParser.UserTypeContext ctx)
KotlinParser.userType().ctx - the parse treevoid exitUserType(KotlinParser.UserTypeContext ctx)
KotlinParser.userType().ctx - the parse treevoid enterSimpleUserType(KotlinParser.SimpleUserTypeContext ctx)
KotlinParser.simpleUserType().ctx - the parse treevoid exitSimpleUserType(KotlinParser.SimpleUserTypeContext ctx)
KotlinParser.simpleUserType().ctx - the parse treevoid enterTypeProjection(KotlinParser.TypeProjectionContext ctx)
KotlinParser.typeProjection().ctx - the parse treevoid exitTypeProjection(KotlinParser.TypeProjectionContext ctx)
KotlinParser.typeProjection().ctx - the parse treevoid enterTypeProjectionModifiers(KotlinParser.TypeProjectionModifiersContext ctx)
KotlinParser.typeProjectionModifiers().ctx - the parse treevoid exitTypeProjectionModifiers(KotlinParser.TypeProjectionModifiersContext ctx)
KotlinParser.typeProjectionModifiers().ctx - the parse treevoid enterTypeProjectionModifier(KotlinParser.TypeProjectionModifierContext ctx)
KotlinParser.typeProjectionModifier().ctx - the parse treevoid exitTypeProjectionModifier(KotlinParser.TypeProjectionModifierContext ctx)
KotlinParser.typeProjectionModifier().ctx - the parse treevoid enterFunctionType(KotlinParser.FunctionTypeContext ctx)
KotlinParser.functionType().ctx - the parse treevoid exitFunctionType(KotlinParser.FunctionTypeContext ctx)
KotlinParser.functionType().ctx - the parse treevoid enterFunctionTypeParameters(KotlinParser.FunctionTypeParametersContext ctx)
KotlinParser.functionTypeParameters().ctx - the parse treevoid exitFunctionTypeParameters(KotlinParser.FunctionTypeParametersContext ctx)
KotlinParser.functionTypeParameters().ctx - the parse treevoid enterParenthesizedType(KotlinParser.ParenthesizedTypeContext ctx)
KotlinParser.parenthesizedType().ctx - the parse treevoid exitParenthesizedType(KotlinParser.ParenthesizedTypeContext ctx)
KotlinParser.parenthesizedType().ctx - the parse treevoid enterReceiverType(KotlinParser.ReceiverTypeContext ctx)
KotlinParser.receiverType().ctx - the parse treevoid exitReceiverType(KotlinParser.ReceiverTypeContext ctx)
KotlinParser.receiverType().ctx - the parse treevoid enterParenthesizedUserType(KotlinParser.ParenthesizedUserTypeContext ctx)
KotlinParser.parenthesizedUserType().ctx - the parse treevoid exitParenthesizedUserType(KotlinParser.ParenthesizedUserTypeContext ctx)
KotlinParser.parenthesizedUserType().ctx - the parse treevoid enterDefinitelyNonNullableType(KotlinParser.DefinitelyNonNullableTypeContext ctx)
KotlinParser.definitelyNonNullableType().ctx - the parse treevoid exitDefinitelyNonNullableType(KotlinParser.DefinitelyNonNullableTypeContext ctx)
KotlinParser.definitelyNonNullableType().ctx - the parse treevoid enterStatements(KotlinParser.StatementsContext ctx)
KotlinParser.statements().ctx - the parse treevoid exitStatements(KotlinParser.StatementsContext ctx)
KotlinParser.statements().ctx - the parse treevoid enterStatement(KotlinParser.StatementContext ctx)
KotlinParser.statement().ctx - the parse treevoid exitStatement(KotlinParser.StatementContext ctx)
KotlinParser.statement().ctx - the parse treevoid enterLabel(KotlinParser.LabelContext ctx)
KotlinParser.label().ctx - the parse treevoid exitLabel(KotlinParser.LabelContext ctx)
KotlinParser.label().ctx - the parse treevoid enterControlStructureBody(KotlinParser.ControlStructureBodyContext ctx)
KotlinParser.controlStructureBody().ctx - the parse treevoid exitControlStructureBody(KotlinParser.ControlStructureBodyContext ctx)
KotlinParser.controlStructureBody().ctx - the parse treevoid enterBlock(KotlinParser.BlockContext ctx)
KotlinParser.block().ctx - the parse treevoid exitBlock(KotlinParser.BlockContext ctx)
KotlinParser.block().ctx - the parse treevoid enterLoopStatement(KotlinParser.LoopStatementContext ctx)
KotlinParser.loopStatement().ctx - the parse treevoid exitLoopStatement(KotlinParser.LoopStatementContext ctx)
KotlinParser.loopStatement().ctx - the parse treevoid enterForStatement(KotlinParser.ForStatementContext ctx)
KotlinParser.forStatement().ctx - the parse treevoid exitForStatement(KotlinParser.ForStatementContext ctx)
KotlinParser.forStatement().ctx - the parse treevoid enterWhileStatement(KotlinParser.WhileStatementContext ctx)
KotlinParser.whileStatement().ctx - the parse treevoid exitWhileStatement(KotlinParser.WhileStatementContext ctx)
KotlinParser.whileStatement().ctx - the parse treevoid enterDoWhileStatement(KotlinParser.DoWhileStatementContext ctx)
KotlinParser.doWhileStatement().ctx - the parse treevoid exitDoWhileStatement(KotlinParser.DoWhileStatementContext ctx)
KotlinParser.doWhileStatement().ctx - the parse treevoid enterAssignment(KotlinParser.AssignmentContext ctx)
KotlinParser.assignment().ctx - the parse treevoid exitAssignment(KotlinParser.AssignmentContext ctx)
KotlinParser.assignment().ctx - the parse treevoid enterSemi(KotlinParser.SemiContext ctx)
KotlinParser.semi().ctx - the parse treevoid exitSemi(KotlinParser.SemiContext ctx)
KotlinParser.semi().ctx - the parse treevoid enterSemis(KotlinParser.SemisContext ctx)
KotlinParser.semis().ctx - the parse treevoid exitSemis(KotlinParser.SemisContext ctx)
KotlinParser.semis().ctx - the parse treevoid enterExpression(KotlinParser.ExpressionContext ctx)
KotlinParser.expression().ctx - the parse treevoid exitExpression(KotlinParser.ExpressionContext ctx)
KotlinParser.expression().ctx - the parse treevoid enterDisjunction(KotlinParser.DisjunctionContext ctx)
KotlinParser.disjunction().ctx - the parse treevoid exitDisjunction(KotlinParser.DisjunctionContext ctx)
KotlinParser.disjunction().ctx - the parse treevoid enterConjunction(KotlinParser.ConjunctionContext ctx)
KotlinParser.conjunction().ctx - the parse treevoid exitConjunction(KotlinParser.ConjunctionContext ctx)
KotlinParser.conjunction().ctx - the parse treevoid enterEquality(KotlinParser.EqualityContext ctx)
KotlinParser.equality().ctx - the parse treevoid exitEquality(KotlinParser.EqualityContext ctx)
KotlinParser.equality().ctx - the parse treevoid enterComparison(KotlinParser.ComparisonContext ctx)
KotlinParser.comparison().ctx - the parse treevoid exitComparison(KotlinParser.ComparisonContext ctx)
KotlinParser.comparison().ctx - the parse treevoid enterGenericCallLikeComparison(KotlinParser.GenericCallLikeComparisonContext ctx)
KotlinParser.genericCallLikeComparison().ctx - the parse treevoid exitGenericCallLikeComparison(KotlinParser.GenericCallLikeComparisonContext ctx)
KotlinParser.genericCallLikeComparison().ctx - the parse treevoid enterInfixOperation(KotlinParser.InfixOperationContext ctx)
KotlinParser.infixOperation().ctx - the parse treevoid exitInfixOperation(KotlinParser.InfixOperationContext ctx)
KotlinParser.infixOperation().ctx - the parse treevoid enterElvisExpression(KotlinParser.ElvisExpressionContext ctx)
KotlinParser.elvisExpression().ctx - the parse treevoid exitElvisExpression(KotlinParser.ElvisExpressionContext ctx)
KotlinParser.elvisExpression().ctx - the parse treevoid enterElvis(KotlinParser.ElvisContext ctx)
KotlinParser.elvis().ctx - the parse treevoid exitElvis(KotlinParser.ElvisContext ctx)
KotlinParser.elvis().ctx - the parse treevoid enterInfixFunctionCall(KotlinParser.InfixFunctionCallContext ctx)
KotlinParser.infixFunctionCall().ctx - the parse treevoid exitInfixFunctionCall(KotlinParser.InfixFunctionCallContext ctx)
KotlinParser.infixFunctionCall().ctx - the parse treevoid enterRangeExpression(KotlinParser.RangeExpressionContext ctx)
KotlinParser.rangeExpression().ctx - the parse treevoid exitRangeExpression(KotlinParser.RangeExpressionContext ctx)
KotlinParser.rangeExpression().ctx - the parse treevoid enterAdditiveExpression(KotlinParser.AdditiveExpressionContext ctx)
KotlinParser.additiveExpression().ctx - the parse treevoid exitAdditiveExpression(KotlinParser.AdditiveExpressionContext ctx)
KotlinParser.additiveExpression().ctx - the parse treevoid enterMultiplicativeExpression(KotlinParser.MultiplicativeExpressionContext ctx)
KotlinParser.multiplicativeExpression().ctx - the parse treevoid exitMultiplicativeExpression(KotlinParser.MultiplicativeExpressionContext ctx)
KotlinParser.multiplicativeExpression().ctx - the parse treevoid enterAsExpression(KotlinParser.AsExpressionContext ctx)
KotlinParser.asExpression().ctx - the parse treevoid exitAsExpression(KotlinParser.AsExpressionContext ctx)
KotlinParser.asExpression().ctx - the parse treevoid enterPrefixUnaryExpression(KotlinParser.PrefixUnaryExpressionContext ctx)
KotlinParser.prefixUnaryExpression().ctx - the parse treevoid exitPrefixUnaryExpression(KotlinParser.PrefixUnaryExpressionContext ctx)
KotlinParser.prefixUnaryExpression().ctx - the parse treevoid enterUnaryPrefix(KotlinParser.UnaryPrefixContext ctx)
KotlinParser.unaryPrefix().ctx - the parse treevoid exitUnaryPrefix(KotlinParser.UnaryPrefixContext ctx)
KotlinParser.unaryPrefix().ctx - the parse treevoid enterPostfixUnaryExpression(KotlinParser.PostfixUnaryExpressionContext ctx)
KotlinParser.postfixUnaryExpression().ctx - the parse treevoid exitPostfixUnaryExpression(KotlinParser.PostfixUnaryExpressionContext ctx)
KotlinParser.postfixUnaryExpression().ctx - the parse treevoid enterPostfixUnarySuffix(KotlinParser.PostfixUnarySuffixContext ctx)
KotlinParser.postfixUnarySuffix().ctx - the parse treevoid exitPostfixUnarySuffix(KotlinParser.PostfixUnarySuffixContext ctx)
KotlinParser.postfixUnarySuffix().ctx - the parse treevoid enterDirectlyAssignableExpression(KotlinParser.DirectlyAssignableExpressionContext ctx)
KotlinParser.directlyAssignableExpression().ctx - the parse treevoid exitDirectlyAssignableExpression(KotlinParser.DirectlyAssignableExpressionContext ctx)
KotlinParser.directlyAssignableExpression().ctx - the parse treevoid enterParenthesizedDirectlyAssignableExpression(KotlinParser.ParenthesizedDirectlyAssignableExpressionContext ctx)
KotlinParser.parenthesizedDirectlyAssignableExpression().ctx - the parse treevoid exitParenthesizedDirectlyAssignableExpression(KotlinParser.ParenthesizedDirectlyAssignableExpressionContext ctx)
KotlinParser.parenthesizedDirectlyAssignableExpression().ctx - the parse treevoid enterAssignableExpression(KotlinParser.AssignableExpressionContext ctx)
KotlinParser.assignableExpression().ctx - the parse treevoid exitAssignableExpression(KotlinParser.AssignableExpressionContext ctx)
KotlinParser.assignableExpression().ctx - the parse treevoid enterParenthesizedAssignableExpression(KotlinParser.ParenthesizedAssignableExpressionContext ctx)
KotlinParser.parenthesizedAssignableExpression().ctx - the parse treevoid exitParenthesizedAssignableExpression(KotlinParser.ParenthesizedAssignableExpressionContext ctx)
KotlinParser.parenthesizedAssignableExpression().ctx - the parse treevoid enterAssignableSuffix(KotlinParser.AssignableSuffixContext ctx)
KotlinParser.assignableSuffix().ctx - the parse treevoid exitAssignableSuffix(KotlinParser.AssignableSuffixContext ctx)
KotlinParser.assignableSuffix().ctx - the parse treevoid enterIndexingSuffix(KotlinParser.IndexingSuffixContext ctx)
KotlinParser.indexingSuffix().ctx - the parse treevoid exitIndexingSuffix(KotlinParser.IndexingSuffixContext ctx)
KotlinParser.indexingSuffix().ctx - the parse treevoid enterNavigationSuffix(KotlinParser.NavigationSuffixContext ctx)
KotlinParser.navigationSuffix().ctx - the parse treevoid exitNavigationSuffix(KotlinParser.NavigationSuffixContext ctx)
KotlinParser.navigationSuffix().ctx - the parse treevoid enterCallSuffix(KotlinParser.CallSuffixContext ctx)
KotlinParser.callSuffix().ctx - the parse treevoid exitCallSuffix(KotlinParser.CallSuffixContext ctx)
KotlinParser.callSuffix().ctx - the parse treevoid enterAnnotatedLambda(KotlinParser.AnnotatedLambdaContext ctx)
KotlinParser.annotatedLambda().ctx - the parse treevoid exitAnnotatedLambda(KotlinParser.AnnotatedLambdaContext ctx)
KotlinParser.annotatedLambda().ctx - the parse treevoid enterTypeArguments(KotlinParser.TypeArgumentsContext ctx)
KotlinParser.typeArguments().ctx - the parse treevoid exitTypeArguments(KotlinParser.TypeArgumentsContext ctx)
KotlinParser.typeArguments().ctx - the parse treevoid enterValueArguments(KotlinParser.ValueArgumentsContext ctx)
KotlinParser.valueArguments().ctx - the parse treevoid exitValueArguments(KotlinParser.ValueArgumentsContext ctx)
KotlinParser.valueArguments().ctx - the parse treevoid enterValueArgument(KotlinParser.ValueArgumentContext ctx)
KotlinParser.valueArgument().ctx - the parse treevoid exitValueArgument(KotlinParser.ValueArgumentContext ctx)
KotlinParser.valueArgument().ctx - the parse treevoid enterPrimaryExpression(KotlinParser.PrimaryExpressionContext ctx)
KotlinParser.primaryExpression().ctx - the parse treevoid exitPrimaryExpression(KotlinParser.PrimaryExpressionContext ctx)
KotlinParser.primaryExpression().ctx - the parse treevoid enterParenthesizedExpression(KotlinParser.ParenthesizedExpressionContext ctx)
KotlinParser.parenthesizedExpression().ctx - the parse treevoid exitParenthesizedExpression(KotlinParser.ParenthesizedExpressionContext ctx)
KotlinParser.parenthesizedExpression().ctx - the parse treevoid enterCollectionLiteral(KotlinParser.CollectionLiteralContext ctx)
KotlinParser.collectionLiteral().ctx - the parse treevoid exitCollectionLiteral(KotlinParser.CollectionLiteralContext ctx)
KotlinParser.collectionLiteral().ctx - the parse treevoid enterLiteralConstant(KotlinParser.LiteralConstantContext ctx)
KotlinParser.literalConstant().ctx - the parse treevoid exitLiteralConstant(KotlinParser.LiteralConstantContext ctx)
KotlinParser.literalConstant().ctx - the parse treevoid enterStringLiteral(KotlinParser.StringLiteralContext ctx)
KotlinParser.stringLiteral().ctx - the parse treevoid exitStringLiteral(KotlinParser.StringLiteralContext ctx)
KotlinParser.stringLiteral().ctx - the parse treevoid enterLineStringLiteral(KotlinParser.LineStringLiteralContext ctx)
KotlinParser.lineStringLiteral().ctx - the parse treevoid exitLineStringLiteral(KotlinParser.LineStringLiteralContext ctx)
KotlinParser.lineStringLiteral().ctx - the parse treevoid enterMultiLineStringLiteral(KotlinParser.MultiLineStringLiteralContext ctx)
KotlinParser.multiLineStringLiteral().ctx - the parse treevoid exitMultiLineStringLiteral(KotlinParser.MultiLineStringLiteralContext ctx)
KotlinParser.multiLineStringLiteral().ctx - the parse treevoid enterLineStringContent(KotlinParser.LineStringContentContext ctx)
KotlinParser.lineStringContent().ctx - the parse treevoid exitLineStringContent(KotlinParser.LineStringContentContext ctx)
KotlinParser.lineStringContent().ctx - the parse treevoid enterLineStringExpression(KotlinParser.LineStringExpressionContext ctx)
KotlinParser.lineStringExpression().ctx - the parse treevoid exitLineStringExpression(KotlinParser.LineStringExpressionContext ctx)
KotlinParser.lineStringExpression().ctx - the parse treevoid enterMultiLineStringContent(KotlinParser.MultiLineStringContentContext ctx)
KotlinParser.multiLineStringContent().ctx - the parse treevoid exitMultiLineStringContent(KotlinParser.MultiLineStringContentContext ctx)
KotlinParser.multiLineStringContent().ctx - the parse treevoid enterMultiLineStringExpression(KotlinParser.MultiLineStringExpressionContext ctx)
KotlinParser.multiLineStringExpression().ctx - the parse treevoid exitMultiLineStringExpression(KotlinParser.MultiLineStringExpressionContext ctx)
KotlinParser.multiLineStringExpression().ctx - the parse treevoid enterLambdaLiteral(KotlinParser.LambdaLiteralContext ctx)
KotlinParser.lambdaLiteral().ctx - the parse treevoid exitLambdaLiteral(KotlinParser.LambdaLiteralContext ctx)
KotlinParser.lambdaLiteral().ctx - the parse treevoid enterLambdaParameters(KotlinParser.LambdaParametersContext ctx)
KotlinParser.lambdaParameters().ctx - the parse treevoid exitLambdaParameters(KotlinParser.LambdaParametersContext ctx)
KotlinParser.lambdaParameters().ctx - the parse treevoid enterLambdaParameter(KotlinParser.LambdaParameterContext ctx)
KotlinParser.lambdaParameter().ctx - the parse treevoid exitLambdaParameter(KotlinParser.LambdaParameterContext ctx)
KotlinParser.lambdaParameter().ctx - the parse treevoid enterAnonymousFunction(KotlinParser.AnonymousFunctionContext ctx)
KotlinParser.anonymousFunction().ctx - the parse treevoid exitAnonymousFunction(KotlinParser.AnonymousFunctionContext ctx)
KotlinParser.anonymousFunction().ctx - the parse treevoid enterFunctionLiteral(KotlinParser.FunctionLiteralContext ctx)
KotlinParser.functionLiteral().ctx - the parse treevoid exitFunctionLiteral(KotlinParser.FunctionLiteralContext ctx)
KotlinParser.functionLiteral().ctx - the parse treevoid enterObjectLiteral(KotlinParser.ObjectLiteralContext ctx)
KotlinParser.objectLiteral().ctx - the parse treevoid exitObjectLiteral(KotlinParser.ObjectLiteralContext ctx)
KotlinParser.objectLiteral().ctx - the parse treevoid enterThisExpression(KotlinParser.ThisExpressionContext ctx)
KotlinParser.thisExpression().ctx - the parse treevoid exitThisExpression(KotlinParser.ThisExpressionContext ctx)
KotlinParser.thisExpression().ctx - the parse treevoid enterSuperExpression(KotlinParser.SuperExpressionContext ctx)
KotlinParser.superExpression().ctx - the parse treevoid exitSuperExpression(KotlinParser.SuperExpressionContext ctx)
KotlinParser.superExpression().ctx - the parse treevoid enterIfExpression(KotlinParser.IfExpressionContext ctx)
KotlinParser.ifExpression().ctx - the parse treevoid exitIfExpression(KotlinParser.IfExpressionContext ctx)
KotlinParser.ifExpression().ctx - the parse treevoid enterWhenSubject(KotlinParser.WhenSubjectContext ctx)
KotlinParser.whenSubject().ctx - the parse treevoid exitWhenSubject(KotlinParser.WhenSubjectContext ctx)
KotlinParser.whenSubject().ctx - the parse treevoid enterWhenExpression(KotlinParser.WhenExpressionContext ctx)
KotlinParser.whenExpression().ctx - the parse treevoid exitWhenExpression(KotlinParser.WhenExpressionContext ctx)
KotlinParser.whenExpression().ctx - the parse treevoid enterWhenEntry(KotlinParser.WhenEntryContext ctx)
KotlinParser.whenEntry().ctx - the parse treevoid exitWhenEntry(KotlinParser.WhenEntryContext ctx)
KotlinParser.whenEntry().ctx - the parse treevoid enterWhenCondition(KotlinParser.WhenConditionContext ctx)
KotlinParser.whenCondition().ctx - the parse treevoid exitWhenCondition(KotlinParser.WhenConditionContext ctx)
KotlinParser.whenCondition().ctx - the parse treevoid enterRangeTest(KotlinParser.RangeTestContext ctx)
KotlinParser.rangeTest().ctx - the parse treevoid exitRangeTest(KotlinParser.RangeTestContext ctx)
KotlinParser.rangeTest().ctx - the parse treevoid enterTypeTest(KotlinParser.TypeTestContext ctx)
KotlinParser.typeTest().ctx - the parse treevoid exitTypeTest(KotlinParser.TypeTestContext ctx)
KotlinParser.typeTest().ctx - the parse treevoid enterTryExpression(KotlinParser.TryExpressionContext ctx)
KotlinParser.tryExpression().ctx - the parse treevoid exitTryExpression(KotlinParser.TryExpressionContext ctx)
KotlinParser.tryExpression().ctx - the parse treevoid enterCatchBlock(KotlinParser.CatchBlockContext ctx)
KotlinParser.catchBlock().ctx - the parse treevoid exitCatchBlock(KotlinParser.CatchBlockContext ctx)
KotlinParser.catchBlock().ctx - the parse treevoid enterFinallyBlock(KotlinParser.FinallyBlockContext ctx)
KotlinParser.finallyBlock().ctx - the parse treevoid exitFinallyBlock(KotlinParser.FinallyBlockContext ctx)
KotlinParser.finallyBlock().ctx - the parse treevoid enterJumpExpression(KotlinParser.JumpExpressionContext ctx)
KotlinParser.jumpExpression().ctx - the parse treevoid exitJumpExpression(KotlinParser.JumpExpressionContext ctx)
KotlinParser.jumpExpression().ctx - the parse treevoid enterCallableReference(KotlinParser.CallableReferenceContext ctx)
KotlinParser.callableReference().ctx - the parse treevoid exitCallableReference(KotlinParser.CallableReferenceContext ctx)
KotlinParser.callableReference().ctx - the parse treevoid enterAssignmentAndOperator(KotlinParser.AssignmentAndOperatorContext ctx)
KotlinParser.assignmentAndOperator().ctx - the parse treevoid exitAssignmentAndOperator(KotlinParser.AssignmentAndOperatorContext ctx)
KotlinParser.assignmentAndOperator().ctx - the parse treevoid enterEqualityOperator(KotlinParser.EqualityOperatorContext ctx)
KotlinParser.equalityOperator().ctx - the parse treevoid exitEqualityOperator(KotlinParser.EqualityOperatorContext ctx)
KotlinParser.equalityOperator().ctx - the parse treevoid enterComparisonOperator(KotlinParser.ComparisonOperatorContext ctx)
KotlinParser.comparisonOperator().ctx - the parse treevoid exitComparisonOperator(KotlinParser.ComparisonOperatorContext ctx)
KotlinParser.comparisonOperator().ctx - the parse treevoid enterInOperator(KotlinParser.InOperatorContext ctx)
KotlinParser.inOperator().ctx - the parse treevoid exitInOperator(KotlinParser.InOperatorContext ctx)
KotlinParser.inOperator().ctx - the parse treevoid enterIsOperator(KotlinParser.IsOperatorContext ctx)
KotlinParser.isOperator().ctx - the parse treevoid exitIsOperator(KotlinParser.IsOperatorContext ctx)
KotlinParser.isOperator().ctx - the parse treevoid enterAdditiveOperator(KotlinParser.AdditiveOperatorContext ctx)
KotlinParser.additiveOperator().ctx - the parse treevoid exitAdditiveOperator(KotlinParser.AdditiveOperatorContext ctx)
KotlinParser.additiveOperator().ctx - the parse treevoid enterMultiplicativeOperator(KotlinParser.MultiplicativeOperatorContext ctx)
KotlinParser.multiplicativeOperator().ctx - the parse treevoid exitMultiplicativeOperator(KotlinParser.MultiplicativeOperatorContext ctx)
KotlinParser.multiplicativeOperator().ctx - the parse treevoid enterAsOperator(KotlinParser.AsOperatorContext ctx)
KotlinParser.asOperator().ctx - the parse treevoid exitAsOperator(KotlinParser.AsOperatorContext ctx)
KotlinParser.asOperator().ctx - the parse treevoid enterPrefixUnaryOperator(KotlinParser.PrefixUnaryOperatorContext ctx)
KotlinParser.prefixUnaryOperator().ctx - the parse treevoid exitPrefixUnaryOperator(KotlinParser.PrefixUnaryOperatorContext ctx)
KotlinParser.prefixUnaryOperator().ctx - the parse treevoid enterPostfixUnaryOperator(KotlinParser.PostfixUnaryOperatorContext ctx)
KotlinParser.postfixUnaryOperator().ctx - the parse treevoid exitPostfixUnaryOperator(KotlinParser.PostfixUnaryOperatorContext ctx)
KotlinParser.postfixUnaryOperator().ctx - the parse treevoid enterExcl(KotlinParser.ExclContext ctx)
KotlinParser.excl().ctx - the parse treevoid exitExcl(KotlinParser.ExclContext ctx)
KotlinParser.excl().ctx - the parse treevoid enterMemberAccessOperator(KotlinParser.MemberAccessOperatorContext ctx)
KotlinParser.memberAccessOperator().ctx - the parse treevoid exitMemberAccessOperator(KotlinParser.MemberAccessOperatorContext ctx)
KotlinParser.memberAccessOperator().ctx - the parse treevoid enterSafeNav(KotlinParser.SafeNavContext ctx)
KotlinParser.safeNav().ctx - the parse treevoid exitSafeNav(KotlinParser.SafeNavContext ctx)
KotlinParser.safeNav().ctx - the parse treevoid enterModifiers(KotlinParser.ModifiersContext ctx)
KotlinParser.modifiers().ctx - the parse treevoid exitModifiers(KotlinParser.ModifiersContext ctx)
KotlinParser.modifiers().ctx - the parse treevoid enterParameterModifiers(KotlinParser.ParameterModifiersContext ctx)
KotlinParser.parameterModifiers().ctx - the parse treevoid exitParameterModifiers(KotlinParser.ParameterModifiersContext ctx)
KotlinParser.parameterModifiers().ctx - the parse treevoid enterModifier(KotlinParser.ModifierContext ctx)
KotlinParser.modifier().ctx - the parse treevoid exitModifier(KotlinParser.ModifierContext ctx)
KotlinParser.modifier().ctx - the parse treevoid enterTypeModifiers(KotlinParser.TypeModifiersContext ctx)
KotlinParser.typeModifiers().ctx - the parse treevoid exitTypeModifiers(KotlinParser.TypeModifiersContext ctx)
KotlinParser.typeModifiers().ctx - the parse treevoid enterTypeModifier(KotlinParser.TypeModifierContext ctx)
KotlinParser.typeModifier().ctx - the parse treevoid exitTypeModifier(KotlinParser.TypeModifierContext ctx)
KotlinParser.typeModifier().ctx - the parse treevoid enterClassModifier(KotlinParser.ClassModifierContext ctx)
KotlinParser.classModifier().ctx - the parse treevoid exitClassModifier(KotlinParser.ClassModifierContext ctx)
KotlinParser.classModifier().ctx - the parse treevoid enterMemberModifier(KotlinParser.MemberModifierContext ctx)
KotlinParser.memberModifier().ctx - the parse treevoid exitMemberModifier(KotlinParser.MemberModifierContext ctx)
KotlinParser.memberModifier().ctx - the parse treevoid enterVisibilityModifier(KotlinParser.VisibilityModifierContext ctx)
KotlinParser.visibilityModifier().ctx - the parse treevoid exitVisibilityModifier(KotlinParser.VisibilityModifierContext ctx)
KotlinParser.visibilityModifier().ctx - the parse treevoid enterVarianceModifier(KotlinParser.VarianceModifierContext ctx)
KotlinParser.varianceModifier().ctx - the parse treevoid exitVarianceModifier(KotlinParser.VarianceModifierContext ctx)
KotlinParser.varianceModifier().ctx - the parse treevoid enterTypeParameterModifiers(KotlinParser.TypeParameterModifiersContext ctx)
KotlinParser.typeParameterModifiers().ctx - the parse treevoid exitTypeParameterModifiers(KotlinParser.TypeParameterModifiersContext ctx)
KotlinParser.typeParameterModifiers().ctx - the parse treevoid enterTypeParameterModifier(KotlinParser.TypeParameterModifierContext ctx)
KotlinParser.typeParameterModifier().ctx - the parse treevoid exitTypeParameterModifier(KotlinParser.TypeParameterModifierContext ctx)
KotlinParser.typeParameterModifier().ctx - the parse treevoid enterFunctionModifier(KotlinParser.FunctionModifierContext ctx)
KotlinParser.functionModifier().ctx - the parse treevoid exitFunctionModifier(KotlinParser.FunctionModifierContext ctx)
KotlinParser.functionModifier().ctx - the parse treevoid enterPropertyModifier(KotlinParser.PropertyModifierContext ctx)
KotlinParser.propertyModifier().ctx - the parse treevoid exitPropertyModifier(KotlinParser.PropertyModifierContext ctx)
KotlinParser.propertyModifier().ctx - the parse treevoid enterInheritanceModifier(KotlinParser.InheritanceModifierContext ctx)
KotlinParser.inheritanceModifier().ctx - the parse treevoid exitInheritanceModifier(KotlinParser.InheritanceModifierContext ctx)
KotlinParser.inheritanceModifier().ctx - the parse treevoid enterParameterModifier(KotlinParser.ParameterModifierContext ctx)
KotlinParser.parameterModifier().ctx - the parse treevoid exitParameterModifier(KotlinParser.ParameterModifierContext ctx)
KotlinParser.parameterModifier().ctx - the parse treevoid enterReificationModifier(KotlinParser.ReificationModifierContext ctx)
KotlinParser.reificationModifier().ctx - the parse treevoid exitReificationModifier(KotlinParser.ReificationModifierContext ctx)
KotlinParser.reificationModifier().ctx - the parse treevoid enterPlatformModifier(KotlinParser.PlatformModifierContext ctx)
KotlinParser.platformModifier().ctx - the parse treevoid exitPlatformModifier(KotlinParser.PlatformModifierContext ctx)
KotlinParser.platformModifier().ctx - the parse treevoid enterAnnotation(KotlinParser.AnnotationContext ctx)
KotlinParser.annotation().ctx - the parse treevoid exitAnnotation(KotlinParser.AnnotationContext ctx)
KotlinParser.annotation().ctx - the parse treevoid enterSingleAnnotation(KotlinParser.SingleAnnotationContext ctx)
KotlinParser.singleAnnotation().ctx - the parse treevoid exitSingleAnnotation(KotlinParser.SingleAnnotationContext ctx)
KotlinParser.singleAnnotation().ctx - the parse treevoid enterMultiAnnotation(KotlinParser.MultiAnnotationContext ctx)
KotlinParser.multiAnnotation().ctx - the parse treevoid exitMultiAnnotation(KotlinParser.MultiAnnotationContext ctx)
KotlinParser.multiAnnotation().ctx - the parse treevoid enterAnnotationUseSiteTarget(KotlinParser.AnnotationUseSiteTargetContext ctx)
KotlinParser.annotationUseSiteTarget().ctx - the parse treevoid exitAnnotationUseSiteTarget(KotlinParser.AnnotationUseSiteTargetContext ctx)
KotlinParser.annotationUseSiteTarget().ctx - the parse treevoid enterUnescapedAnnotation(KotlinParser.UnescapedAnnotationContext ctx)
KotlinParser.unescapedAnnotation().ctx - the parse treevoid exitUnescapedAnnotation(KotlinParser.UnescapedAnnotationContext ctx)
KotlinParser.unescapedAnnotation().ctx - the parse treevoid enterSimpleIdentifier(KotlinParser.SimpleIdentifierContext ctx)
KotlinParser.simpleIdentifier().ctx - the parse treevoid exitSimpleIdentifier(KotlinParser.SimpleIdentifierContext ctx)
KotlinParser.simpleIdentifier().ctx - the parse treevoid enterIdentifier(KotlinParser.IdentifierContext ctx)
KotlinParser.identifier().ctx - the parse treevoid exitIdentifier(KotlinParser.IdentifierContext ctx)
KotlinParser.identifier().ctx - the parse tree