Interface KotlinVisitor<P,R>
- Type Parameters:
P- The parameter type of the visitR- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
AstVisitor<P,R>
- All Known Implementing Classes:
KotlinVisitorBase
This interface defines a complete generic visitor for a parse tree produced
by
KotlinParser.-
Method Summary
Modifier and TypeMethodDescriptiondefault RVisit a parse tree produced byKotlinParser.additiveExpression().default RvisitAdditiveOperator(KotlinParser.KtAdditiveOperator node, P data) Visit a parse tree produced byKotlinParser.additiveOperator().default RVisit a parse tree produced byKotlinParser.annotatedDelegationSpecifier().default RvisitAnnotatedLambda(KotlinParser.KtAnnotatedLambda node, P data) Visit a parse tree produced byKotlinParser.annotatedLambda().default RvisitAnnotation(KotlinParser.KtAnnotation node, P data) Visit a parse tree produced byKotlinParser.annotation().default RVisit a parse tree produced byKotlinParser.annotationUseSiteTarget().default RvisitAnonymousFunction(KotlinParser.KtAnonymousFunction node, P data) Visit a parse tree produced byKotlinParser.anonymousFunction().default RVisit a parse tree produced byKotlinParser.anonymousInitializer().default RvisitAsExpression(KotlinParser.KtAsExpression node, P data) Visit a parse tree produced byKotlinParser.asExpression().default RvisitAsOperator(KotlinParser.KtAsOperator node, P data) Visit a parse tree produced byKotlinParser.asOperator().default RVisit a parse tree produced byKotlinParser.assignableExpression().default RvisitAssignableSuffix(KotlinParser.KtAssignableSuffix node, P data) Visit a parse tree produced byKotlinParser.assignableSuffix().default RvisitAssignment(KotlinParser.KtAssignment node, P data) Visit a parse tree produced byKotlinParser.assignment().default RVisit a parse tree produced byKotlinParser.assignmentAndOperator().default RvisitBlock(KotlinParser.KtBlock node, P data) Visit a parse tree produced byKotlinParser.block().default RvisitCallableReference(KotlinParser.KtCallableReference node, P data) Visit a parse tree produced byKotlinParser.callableReference().default RvisitCallSuffix(KotlinParser.KtCallSuffix node, P data) Visit a parse tree produced byKotlinParser.callSuffix().default RvisitCatchBlock(KotlinParser.KtCatchBlock node, P data) Visit a parse tree produced byKotlinParser.catchBlock().default RvisitClassBody(KotlinParser.KtClassBody node, P data) Visit a parse tree produced byKotlinParser.classBody().default RvisitClassDeclaration(KotlinParser.KtClassDeclaration node, P data) Visit a parse tree produced byKotlinParser.classDeclaration().default RVisit a parse tree produced byKotlinParser.classMemberDeclaration().default RVisit a parse tree produced byKotlinParser.classMemberDeclarations().default RvisitClassModifier(KotlinParser.KtClassModifier node, P data) Visit a parse tree produced byKotlinParser.classModifier().default RvisitClassParameter(KotlinParser.KtClassParameter node, P data) Visit a parse tree produced byKotlinParser.classParameter().default RvisitClassParameters(KotlinParser.KtClassParameters node, P data) Visit a parse tree produced byKotlinParser.classParameters().default RvisitCollectionLiteral(KotlinParser.KtCollectionLiteral node, P data) Visit a parse tree produced byKotlinParser.collectionLiteral().default RvisitCompanionObject(KotlinParser.KtCompanionObject node, P data) Visit a parse tree produced byKotlinParser.companionObject().default RvisitComparison(KotlinParser.KtComparison node, P data) Visit a parse tree produced byKotlinParser.comparison().default RVisit a parse tree produced byKotlinParser.comparisonOperator().default RvisitConjunction(KotlinParser.KtConjunction node, P data) Visit a parse tree produced byKotlinParser.conjunction().default RVisit a parse tree produced byKotlinParser.constructorDelegationCall().default RVisit a parse tree produced byKotlinParser.constructorInvocation().default RVisit a parse tree produced byKotlinParser.controlStructureBody().default RvisitDeclaration(KotlinParser.KtDeclaration node, P data) Visit a parse tree produced byKotlinParser.declaration().default RVisit a parse tree produced byKotlinParser.definitelyNonNullableType().default RVisit a parse tree produced byKotlinParser.delegationSpecifier().default RVisit a parse tree produced byKotlinParser.delegationSpecifiers().default RVisit a parse tree produced byKotlinParser.directlyAssignableExpression().default RvisitDisjunction(KotlinParser.KtDisjunction node, P data) Visit a parse tree produced byKotlinParser.disjunction().default RvisitDoWhileStatement(KotlinParser.KtDoWhileStatement node, P data) Visit a parse tree produced byKotlinParser.doWhileStatement().default RvisitElvis(KotlinParser.KtElvis node, P data) Visit a parse tree produced byKotlinParser.elvis().default RvisitElvisExpression(KotlinParser.KtElvisExpression node, P data) Visit a parse tree produced byKotlinParser.elvisExpression().default RvisitEnumClassBody(KotlinParser.KtEnumClassBody node, P data) Visit a parse tree produced byKotlinParser.enumClassBody().default RvisitEnumEntries(KotlinParser.KtEnumEntries node, P data) Visit a parse tree produced byKotlinParser.enumEntries().default RvisitEnumEntry(KotlinParser.KtEnumEntry node, P data) Visit a parse tree produced byKotlinParser.enumEntry().default RvisitEquality(KotlinParser.KtEquality node, P data) Visit a parse tree produced byKotlinParser.equality().default RvisitEqualityOperator(KotlinParser.KtEqualityOperator node, P data) Visit a parse tree produced byKotlinParser.equalityOperator().default RvisitExcl(KotlinParser.KtExcl node, P data) Visit a parse tree produced byKotlinParser.excl().default RVisit a parse tree produced byKotlinParser.explicitDelegation().default RvisitExpression(KotlinParser.KtExpression node, P data) Visit a parse tree produced byKotlinParser.expression().default RvisitFileAnnotation(KotlinParser.KtFileAnnotation node, P data) Visit a parse tree produced byKotlinParser.fileAnnotation().default RvisitFinallyBlock(KotlinParser.KtFinallyBlock node, P data) Visit a parse tree produced byKotlinParser.finallyBlock().default RvisitForStatement(KotlinParser.KtForStatement node, P data) Visit a parse tree produced byKotlinParser.forStatement().default RvisitFunctionBody(KotlinParser.KtFunctionBody node, P data) Visit a parse tree produced byKotlinParser.functionBody().default RVisit a parse tree produced byKotlinParser.functionDeclaration().default RvisitFunctionLiteral(KotlinParser.KtFunctionLiteral node, P data) Visit a parse tree produced byKotlinParser.functionLiteral().default RvisitFunctionModifier(KotlinParser.KtFunctionModifier node, P data) Visit a parse tree produced byKotlinParser.functionModifier().default RvisitFunctionType(KotlinParser.KtFunctionType node, P data) Visit a parse tree produced byKotlinParser.functionType().default RVisit a parse tree produced byKotlinParser.functionTypeParameters().default RVisit a parse tree produced byKotlinParser.functionValueParameter().default RVisit a parse tree produced byKotlinParser.functionValueParameters().default RvisitFunctionValueParameterWithOptionalType(KotlinParser.KtFunctionValueParameterWithOptionalType node, P data) Visit a parse tree produced byKotlinParser.functionValueParameterWithOptionalType().default RVisit a parse tree produced byKotlinParser.genericCallLikeComparison().default RvisitGetter(KotlinParser.KtGetter node, P data) Visit a parse tree produced byKotlinParser.getter().default RvisitIdentifier(KotlinParser.KtIdentifier node, P data) Visit a parse tree produced byKotlinParser.identifier().default RvisitIfExpression(KotlinParser.KtIfExpression node, P data) Visit a parse tree produced byKotlinParser.ifExpression().default RvisitImportAlias(KotlinParser.KtImportAlias node, P data) Visit a parse tree produced byKotlinParser.importAlias().default RvisitImportHeader(KotlinParser.KtImportHeader node, P data) Visit a parse tree produced byKotlinParser.importHeader().default RvisitImportList(KotlinParser.KtImportList node, P data) Visit a parse tree produced byKotlinParser.importList().default RvisitIndexingSuffix(KotlinParser.KtIndexingSuffix node, P data) Visit a parse tree produced byKotlinParser.indexingSuffix().default RvisitInfixFunctionCall(KotlinParser.KtInfixFunctionCall node, P data) Visit a parse tree produced byKotlinParser.infixFunctionCall().default RvisitInfixOperation(KotlinParser.KtInfixOperation node, P data) Visit a parse tree produced byKotlinParser.infixOperation().default RVisit a parse tree produced byKotlinParser.inheritanceModifier().default RvisitInOperator(KotlinParser.KtInOperator node, P data) Visit a parse tree produced byKotlinParser.inOperator().default RvisitIsOperator(KotlinParser.KtIsOperator node, P data) Visit a parse tree produced byKotlinParser.isOperator().default RvisitJumpExpression(KotlinParser.KtJumpExpression node, P data) Visit a parse tree produced byKotlinParser.jumpExpression().default RvisitKotlinFile(KotlinParser.KtKotlinFile node, P data) Visit a parse tree produced byKotlinParser.kotlinFile().default RvisitKotlinNode(KotlinNode node, P data) The default visit method for Kotlin nodes.default RvisitLabel(KotlinParser.KtLabel node, P data) Visit a parse tree produced byKotlinParser.label().default RvisitLambdaLiteral(KotlinParser.KtLambdaLiteral node, P data) Visit a parse tree produced byKotlinParser.lambdaLiteral().default RvisitLambdaParameter(KotlinParser.KtLambdaParameter node, P data) Visit a parse tree produced byKotlinParser.lambdaParameter().default RvisitLambdaParameters(KotlinParser.KtLambdaParameters node, P data) Visit a parse tree produced byKotlinParser.lambdaParameters().default RvisitLineStringContent(KotlinParser.KtLineStringContent node, P data) Visit a parse tree produced byKotlinParser.lineStringContent().default RVisit a parse tree produced byKotlinParser.lineStringExpression().default RvisitLineStringLiteral(KotlinParser.KtLineStringLiteral node, P data) Visit a parse tree produced byKotlinParser.lineStringLiteral().default RvisitLiteralConstant(KotlinParser.KtLiteralConstant node, P data) Visit a parse tree produced byKotlinParser.literalConstant().default RvisitLoopStatement(KotlinParser.KtLoopStatement node, P data) Visit a parse tree produced byKotlinParser.loopStatement().default RVisit a parse tree produced byKotlinParser.memberAccessOperator().default RvisitMemberModifier(KotlinParser.KtMemberModifier node, P data) Visit a parse tree produced byKotlinParser.memberModifier().default RvisitModifier(KotlinParser.KtModifier node, P data) Visit a parse tree produced byKotlinParser.modifier().default RvisitModifiers(KotlinParser.KtModifiers node, P data) Visit a parse tree produced byKotlinParser.modifiers().default RvisitMultiAnnotation(KotlinParser.KtMultiAnnotation node, P data) Visit a parse tree produced byKotlinParser.multiAnnotation().default RVisit a parse tree produced byKotlinParser.multiLineStringContent().default RVisit a parse tree produced byKotlinParser.multiLineStringExpression().default RVisit a parse tree produced byKotlinParser.multiLineStringLiteral().default RVisit a parse tree produced byKotlinParser.multiplicativeExpression().default RVisit a parse tree produced byKotlinParser.multiplicativeOperator().default RVisit a parse tree produced byKotlinParser.multiVariableDeclaration().default RvisitNavigationSuffix(KotlinParser.KtNavigationSuffix node, P data) Visit a parse tree produced byKotlinParser.navigationSuffix().default RvisitNullableType(KotlinParser.KtNullableType node, P data) Visit a parse tree produced byKotlinParser.nullableType().default RvisitObjectDeclaration(KotlinParser.KtObjectDeclaration node, P data) Visit a parse tree produced byKotlinParser.objectDeclaration().default RvisitObjectLiteral(KotlinParser.KtObjectLiteral node, P data) Visit a parse tree produced byKotlinParser.objectLiteral().default RvisitPackageHeader(KotlinParser.KtPackageHeader node, P data) Visit a parse tree produced byKotlinParser.packageHeader().default RvisitParameter(KotlinParser.KtParameter node, P data) Visit a parse tree produced byKotlinParser.parameter().default RvisitParameterModifier(KotlinParser.KtParameterModifier node, P data) Visit a parse tree produced byKotlinParser.parameterModifier().default RVisit a parse tree produced byKotlinParser.parameterModifiers().default RVisit a parse tree produced byKotlinParser.parametersWithOptionalType().default RVisit a parse tree produced byKotlinParser.parameterWithOptionalType().default RvisitParenthesizedAssignableExpression(KotlinParser.KtParenthesizedAssignableExpression node, P data) Visit a parse tree produced byKotlinParser.parenthesizedAssignableExpression().default RvisitParenthesizedDirectlyAssignableExpression(KotlinParser.KtParenthesizedDirectlyAssignableExpression node, P data) Visit a parse tree produced byKotlinParser.parenthesizedDirectlyAssignableExpression().default RVisit a parse tree produced byKotlinParser.parenthesizedExpression().default RvisitParenthesizedType(KotlinParser.KtParenthesizedType node, P data) Visit a parse tree produced byKotlinParser.parenthesizedType().default RVisit a parse tree produced byKotlinParser.parenthesizedUserType().default RvisitPlatformModifier(KotlinParser.KtPlatformModifier node, P data) Visit a parse tree produced byKotlinParser.platformModifier().default RVisit a parse tree produced byKotlinParser.postfixUnaryExpression().default RVisit a parse tree produced byKotlinParser.postfixUnaryOperator().default RVisit a parse tree produced byKotlinParser.postfixUnarySuffix().default RVisit a parse tree produced byKotlinParser.prefixUnaryExpression().default RVisit a parse tree produced byKotlinParser.prefixUnaryOperator().default RVisit a parse tree produced byKotlinParser.primaryConstructor().default RvisitPrimaryExpression(KotlinParser.KtPrimaryExpression node, P data) Visit a parse tree produced byKotlinParser.primaryExpression().default RVisit a parse tree produced byKotlinParser.propertyDeclaration().default RvisitPropertyDelegate(KotlinParser.KtPropertyDelegate node, P data) Visit a parse tree produced byKotlinParser.propertyDelegate().default RvisitPropertyModifier(KotlinParser.KtPropertyModifier node, P data) Visit a parse tree produced byKotlinParser.propertyModifier().default RvisitQuest(KotlinParser.KtQuest node, P data) Visit a parse tree produced byKotlinParser.quest().default RvisitRangeExpression(KotlinParser.KtRangeExpression node, P data) Visit a parse tree produced byKotlinParser.rangeExpression().default RvisitRangeTest(KotlinParser.KtRangeTest node, P data) Visit a parse tree produced byKotlinParser.rangeTest().default RvisitReceiverType(KotlinParser.KtReceiverType node, P data) Visit a parse tree produced byKotlinParser.receiverType().default RVisit a parse tree produced byKotlinParser.reificationModifier().default RvisitSafeNav(KotlinParser.KtSafeNav node, P data) Visit a parse tree produced byKotlinParser.safeNav().default RvisitScript(KotlinParser.KtScript node, P data) Visit a parse tree produced byKotlinParser.script().default RVisit a parse tree produced byKotlinParser.secondaryConstructor().default RvisitSemi(KotlinParser.KtSemi node, P data) Visit a parse tree produced byKotlinParser.semi().default RvisitSemis(KotlinParser.KtSemis node, P data) Visit a parse tree produced byKotlinParser.semis().default RvisitSetter(KotlinParser.KtSetter node, P data) Visit a parse tree produced byKotlinParser.setter().default RvisitShebangLine(KotlinParser.KtShebangLine node, P data) Visit a parse tree produced byKotlinParser.shebangLine().default RvisitSimpleIdentifier(KotlinParser.KtSimpleIdentifier node, P data) Visit a parse tree produced byKotlinParser.simpleIdentifier().default RvisitSimpleUserType(KotlinParser.KtSimpleUserType node, P data) Visit a parse tree produced byKotlinParser.simpleUserType().default RvisitSingleAnnotation(KotlinParser.KtSingleAnnotation node, P data) Visit a parse tree produced byKotlinParser.singleAnnotation().default RvisitStatement(KotlinParser.KtStatement node, P data) Visit a parse tree produced byKotlinParser.statement().default RvisitStatements(KotlinParser.KtStatements node, P data) Visit a parse tree produced byKotlinParser.statements().default RvisitStringLiteral(KotlinParser.KtStringLiteral node, P data) Visit a parse tree produced byKotlinParser.stringLiteral().default RvisitSuperExpression(KotlinParser.KtSuperExpression node, P data) Visit a parse tree produced byKotlinParser.superExpression().default RvisitThisExpression(KotlinParser.KtThisExpression node, P data) Visit a parse tree produced byKotlinParser.thisExpression().default RvisitTopLevelObject(KotlinParser.KtTopLevelObject node, P data) Visit a parse tree produced byKotlinParser.topLevelObject().default RvisitTryExpression(KotlinParser.KtTryExpression node, P data) Visit a parse tree produced byKotlinParser.tryExpression().default RvisitType(KotlinParser.KtType node, P data) Visit a parse tree produced byKotlinParser.type().default RvisitTypeAlias(KotlinParser.KtTypeAlias node, P data) Visit a parse tree produced byKotlinParser.typeAlias().default RvisitTypeArguments(KotlinParser.KtTypeArguments node, P data) Visit a parse tree produced byKotlinParser.typeArguments().default RvisitTypeConstraint(KotlinParser.KtTypeConstraint node, P data) Visit a parse tree produced byKotlinParser.typeConstraint().default RvisitTypeConstraints(KotlinParser.KtTypeConstraints node, P data) Visit a parse tree produced byKotlinParser.typeConstraints().default RvisitTypeModifier(KotlinParser.KtTypeModifier node, P data) Visit a parse tree produced byKotlinParser.typeModifier().default RvisitTypeModifiers(KotlinParser.KtTypeModifiers node, P data) Visit a parse tree produced byKotlinParser.typeModifiers().default RvisitTypeParameter(KotlinParser.KtTypeParameter node, P data) Visit a parse tree produced byKotlinParser.typeParameter().default RVisit a parse tree produced byKotlinParser.typeParameterModifier().default RVisit a parse tree produced byKotlinParser.typeParameterModifiers().default RvisitTypeParameters(KotlinParser.KtTypeParameters node, P data) Visit a parse tree produced byKotlinParser.typeParameters().default RvisitTypeProjection(KotlinParser.KtTypeProjection node, P data) Visit a parse tree produced byKotlinParser.typeProjection().default RVisit a parse tree produced byKotlinParser.typeProjectionModifier().default RVisit a parse tree produced byKotlinParser.typeProjectionModifiers().default RvisitTypeReference(KotlinParser.KtTypeReference node, P data) Visit a parse tree produced byKotlinParser.typeReference().default RvisitTypeTest(KotlinParser.KtTypeTest node, P data) Visit a parse tree produced byKotlinParser.typeTest().default RvisitUnaryPrefix(KotlinParser.KtUnaryPrefix node, P data) Visit a parse tree produced byKotlinParser.unaryPrefix().default RVisit a parse tree produced byKotlinParser.unescapedAnnotation().default RvisitUserType(KotlinParser.KtUserType node, P data) Visit a parse tree produced byKotlinParser.userType().default RvisitValueArgument(KotlinParser.KtValueArgument node, P data) Visit a parse tree produced byKotlinParser.valueArgument().default RvisitValueArguments(KotlinParser.KtValueArguments node, P data) Visit a parse tree produced byKotlinParser.valueArguments().default RVisit a parse tree produced byKotlinParser.variableDeclaration().default RvisitVarianceModifier(KotlinParser.KtVarianceModifier node, P data) Visit a parse tree produced byKotlinParser.varianceModifier().default RVisit a parse tree produced byKotlinParser.visibilityModifier().default RvisitWhenCondition(KotlinParser.KtWhenCondition node, P data) Visit a parse tree produced byKotlinParser.whenCondition().default RvisitWhenEntry(KotlinParser.KtWhenEntry node, P data) Visit a parse tree produced byKotlinParser.whenEntry().default RvisitWhenExpression(KotlinParser.KtWhenExpression node, P data) Visit a parse tree produced byKotlinParser.whenExpression().default RvisitWhenSubject(KotlinParser.KtWhenSubject node, P data) Visit a parse tree produced byKotlinParser.whenSubject().default RvisitWhileStatement(KotlinParser.KtWhileStatement node, P data) Visit a parse tree produced byKotlinParser.whileStatement().Methods inherited from interface net.sourceforge.pmd.lang.ast.AstVisitor
cannotVisit, visitNode
-
Method Details
-
visitKotlinNode
The default visit method for Kotlin nodes. Unless overridden, the default implementations of the methods of this interface delegate to this method. The default callsAstVisitor.visitNode(Node, Object).- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- Result of the visit
-
visitKotlinFile
Visit a parse tree produced byKotlinParser.kotlinFile().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitScript
Visit a parse tree produced byKotlinParser.script().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitShebangLine
Visit a parse tree produced byKotlinParser.shebangLine().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitFileAnnotation
Visit a parse tree produced byKotlinParser.fileAnnotation().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitPackageHeader
Visit a parse tree produced byKotlinParser.packageHeader().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitImportList
Visit a parse tree produced byKotlinParser.importList().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitImportHeader
Visit a parse tree produced byKotlinParser.importHeader().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitImportAlias
Visit a parse tree produced byKotlinParser.importAlias().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitTopLevelObject
Visit a parse tree produced byKotlinParser.topLevelObject().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitTypeAlias
Visit a parse tree produced byKotlinParser.typeAlias().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitDeclaration
Visit a parse tree produced byKotlinParser.declaration().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitClassDeclaration
Visit a parse tree produced byKotlinParser.classDeclaration().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitPrimaryConstructor
Visit a parse tree produced byKotlinParser.primaryConstructor().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitClassBody
Visit a parse tree produced byKotlinParser.classBody().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitClassParameters
Visit a parse tree produced byKotlinParser.classParameters().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitClassParameter
Visit a parse tree produced byKotlinParser.classParameter().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitDelegationSpecifiers
Visit a parse tree produced byKotlinParser.delegationSpecifiers().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitDelegationSpecifier
Visit a parse tree produced byKotlinParser.delegationSpecifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitConstructorInvocation
Visit a parse tree produced byKotlinParser.constructorInvocation().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitAnnotatedDelegationSpecifier
default R visitAnnotatedDelegationSpecifier(KotlinParser.KtAnnotatedDelegationSpecifier node, P data) Visit a parse tree produced byKotlinParser.annotatedDelegationSpecifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitExplicitDelegation
Visit a parse tree produced byKotlinParser.explicitDelegation().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitTypeParameters
Visit a parse tree produced byKotlinParser.typeParameters().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitTypeParameter
Visit a parse tree produced byKotlinParser.typeParameter().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitTypeConstraints
Visit a parse tree produced byKotlinParser.typeConstraints().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitTypeConstraint
Visit a parse tree produced byKotlinParser.typeConstraint().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitClassMemberDeclarations
Visit a parse tree produced byKotlinParser.classMemberDeclarations().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitClassMemberDeclaration
Visit a parse tree produced byKotlinParser.classMemberDeclaration().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitAnonymousInitializer
Visit a parse tree produced byKotlinParser.anonymousInitializer().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitCompanionObject
Visit a parse tree produced byKotlinParser.companionObject().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitFunctionValueParameters
Visit a parse tree produced byKotlinParser.functionValueParameters().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitFunctionValueParameter
Visit a parse tree produced byKotlinParser.functionValueParameter().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitFunctionDeclaration
Visit a parse tree produced byKotlinParser.functionDeclaration().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitFunctionBody
Visit a parse tree produced byKotlinParser.functionBody().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitVariableDeclaration
Visit a parse tree produced byKotlinParser.variableDeclaration().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitMultiVariableDeclaration
Visit a parse tree produced byKotlinParser.multiVariableDeclaration().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitPropertyDeclaration
Visit a parse tree produced byKotlinParser.propertyDeclaration().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitPropertyDelegate
Visit a parse tree produced byKotlinParser.propertyDelegate().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitGetter
Visit a parse tree produced byKotlinParser.getter().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitSetter
Visit a parse tree produced byKotlinParser.setter().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitParametersWithOptionalType
Visit a parse tree produced byKotlinParser.parametersWithOptionalType().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitFunctionValueParameterWithOptionalType
default R visitFunctionValueParameterWithOptionalType(KotlinParser.KtFunctionValueParameterWithOptionalType node, P data) Visit a parse tree produced byKotlinParser.functionValueParameterWithOptionalType().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitParameterWithOptionalType
Visit a parse tree produced byKotlinParser.parameterWithOptionalType().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitParameter
Visit a parse tree produced byKotlinParser.parameter().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitObjectDeclaration
Visit a parse tree produced byKotlinParser.objectDeclaration().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitSecondaryConstructor
Visit a parse tree produced byKotlinParser.secondaryConstructor().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitConstructorDelegationCall
Visit a parse tree produced byKotlinParser.constructorDelegationCall().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitEnumClassBody
Visit a parse tree produced byKotlinParser.enumClassBody().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitEnumEntries
Visit a parse tree produced byKotlinParser.enumEntries().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitEnumEntry
Visit a parse tree produced byKotlinParser.enumEntry().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitType
Visit a parse tree produced byKotlinParser.type().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitTypeReference
Visit a parse tree produced byKotlinParser.typeReference().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitNullableType
Visit a parse tree produced byKotlinParser.nullableType().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitQuest
Visit a parse tree produced byKotlinParser.quest().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitUserType
Visit a parse tree produced byKotlinParser.userType().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitSimpleUserType
Visit a parse tree produced byKotlinParser.simpleUserType().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitTypeProjection
Visit a parse tree produced byKotlinParser.typeProjection().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitTypeProjectionModifiers
Visit a parse tree produced byKotlinParser.typeProjectionModifiers().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitTypeProjectionModifier
Visit a parse tree produced byKotlinParser.typeProjectionModifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitFunctionType
Visit a parse tree produced byKotlinParser.functionType().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitFunctionTypeParameters
Visit a parse tree produced byKotlinParser.functionTypeParameters().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitParenthesizedType
Visit a parse tree produced byKotlinParser.parenthesizedType().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitReceiverType
Visit a parse tree produced byKotlinParser.receiverType().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitParenthesizedUserType
Visit a parse tree produced byKotlinParser.parenthesizedUserType().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitDefinitelyNonNullableType
Visit a parse tree produced byKotlinParser.definitelyNonNullableType().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitStatements
Visit a parse tree produced byKotlinParser.statements().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitStatement
Visit a parse tree produced byKotlinParser.statement().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitLabel
Visit a parse tree produced byKotlinParser.label().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitControlStructureBody
Visit a parse tree produced byKotlinParser.controlStructureBody().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitBlock
Visit a parse tree produced byKotlinParser.block().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitLoopStatement
Visit a parse tree produced byKotlinParser.loopStatement().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitForStatement
Visit a parse tree produced byKotlinParser.forStatement().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitWhileStatement
Visit a parse tree produced byKotlinParser.whileStatement().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitDoWhileStatement
Visit a parse tree produced byKotlinParser.doWhileStatement().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitAssignment
Visit a parse tree produced byKotlinParser.assignment().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitSemi
Visit a parse tree produced byKotlinParser.semi().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitSemis
Visit a parse tree produced byKotlinParser.semis().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitExpression
Visit a parse tree produced byKotlinParser.expression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitDisjunction
Visit a parse tree produced byKotlinParser.disjunction().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitConjunction
Visit a parse tree produced byKotlinParser.conjunction().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitEquality
Visit a parse tree produced byKotlinParser.equality().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitComparison
Visit a parse tree produced byKotlinParser.comparison().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitGenericCallLikeComparison
Visit a parse tree produced byKotlinParser.genericCallLikeComparison().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitInfixOperation
Visit a parse tree produced byKotlinParser.infixOperation().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitElvisExpression
Visit a parse tree produced byKotlinParser.elvisExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitElvis
Visit a parse tree produced byKotlinParser.elvis().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitInfixFunctionCall
Visit a parse tree produced byKotlinParser.infixFunctionCall().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitRangeExpression
Visit a parse tree produced byKotlinParser.rangeExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitAdditiveExpression
Visit a parse tree produced byKotlinParser.additiveExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitMultiplicativeExpression
Visit a parse tree produced byKotlinParser.multiplicativeExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitAsExpression
Visit a parse tree produced byKotlinParser.asExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitPrefixUnaryExpression
Visit a parse tree produced byKotlinParser.prefixUnaryExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitUnaryPrefix
Visit a parse tree produced byKotlinParser.unaryPrefix().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitPostfixUnaryExpression
Visit a parse tree produced byKotlinParser.postfixUnaryExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitPostfixUnarySuffix
Visit a parse tree produced byKotlinParser.postfixUnarySuffix().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitDirectlyAssignableExpression
default R visitDirectlyAssignableExpression(KotlinParser.KtDirectlyAssignableExpression node, P data) Visit a parse tree produced byKotlinParser.directlyAssignableExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitParenthesizedDirectlyAssignableExpression
default R visitParenthesizedDirectlyAssignableExpression(KotlinParser.KtParenthesizedDirectlyAssignableExpression node, P data) Visit a parse tree produced byKotlinParser.parenthesizedDirectlyAssignableExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitAssignableExpression
Visit a parse tree produced byKotlinParser.assignableExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitParenthesizedAssignableExpression
default R visitParenthesizedAssignableExpression(KotlinParser.KtParenthesizedAssignableExpression node, P data) Visit a parse tree produced byKotlinParser.parenthesizedAssignableExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitAssignableSuffix
Visit a parse tree produced byKotlinParser.assignableSuffix().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitIndexingSuffix
Visit a parse tree produced byKotlinParser.indexingSuffix().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitCallSuffix
Visit a parse tree produced byKotlinParser.callSuffix().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitAnnotatedLambda
Visit a parse tree produced byKotlinParser.annotatedLambda().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitTypeArguments
Visit a parse tree produced byKotlinParser.typeArguments().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitValueArguments
Visit a parse tree produced byKotlinParser.valueArguments().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitValueArgument
Visit a parse tree produced byKotlinParser.valueArgument().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitPrimaryExpression
Visit a parse tree produced byKotlinParser.primaryExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitParenthesizedExpression
Visit a parse tree produced byKotlinParser.parenthesizedExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitCollectionLiteral
Visit a parse tree produced byKotlinParser.collectionLiteral().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitLiteralConstant
Visit a parse tree produced byKotlinParser.literalConstant().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitStringLiteral
Visit a parse tree produced byKotlinParser.stringLiteral().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitLineStringLiteral
Visit a parse tree produced byKotlinParser.lineStringLiteral().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitMultiLineStringLiteral
Visit a parse tree produced byKotlinParser.multiLineStringLiteral().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitLineStringContent
Visit a parse tree produced byKotlinParser.lineStringContent().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitLineStringExpression
Visit a parse tree produced byKotlinParser.lineStringExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitMultiLineStringContent
Visit a parse tree produced byKotlinParser.multiLineStringContent().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitMultiLineStringExpression
Visit a parse tree produced byKotlinParser.multiLineStringExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitLambdaLiteral
Visit a parse tree produced byKotlinParser.lambdaLiteral().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitLambdaParameters
Visit a parse tree produced byKotlinParser.lambdaParameters().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitLambdaParameter
Visit a parse tree produced byKotlinParser.lambdaParameter().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitAnonymousFunction
Visit a parse tree produced byKotlinParser.anonymousFunction().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitFunctionLiteral
Visit a parse tree produced byKotlinParser.functionLiteral().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitObjectLiteral
Visit a parse tree produced byKotlinParser.objectLiteral().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitThisExpression
Visit a parse tree produced byKotlinParser.thisExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitSuperExpression
Visit a parse tree produced byKotlinParser.superExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitIfExpression
Visit a parse tree produced byKotlinParser.ifExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitWhenSubject
Visit a parse tree produced byKotlinParser.whenSubject().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitWhenExpression
Visit a parse tree produced byKotlinParser.whenExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitWhenEntry
Visit a parse tree produced byKotlinParser.whenEntry().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitWhenCondition
Visit a parse tree produced byKotlinParser.whenCondition().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitRangeTest
Visit a parse tree produced byKotlinParser.rangeTest().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitTypeTest
Visit a parse tree produced byKotlinParser.typeTest().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitTryExpression
Visit a parse tree produced byKotlinParser.tryExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitCatchBlock
Visit a parse tree produced byKotlinParser.catchBlock().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitFinallyBlock
Visit a parse tree produced byKotlinParser.finallyBlock().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitJumpExpression
Visit a parse tree produced byKotlinParser.jumpExpression().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitCallableReference
Visit a parse tree produced byKotlinParser.callableReference().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitAssignmentAndOperator
Visit a parse tree produced byKotlinParser.assignmentAndOperator().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitEqualityOperator
Visit a parse tree produced byKotlinParser.equalityOperator().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitComparisonOperator
Visit a parse tree produced byKotlinParser.comparisonOperator().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitInOperator
Visit a parse tree produced byKotlinParser.inOperator().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitIsOperator
Visit a parse tree produced byKotlinParser.isOperator().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitAdditiveOperator
Visit a parse tree produced byKotlinParser.additiveOperator().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitMultiplicativeOperator
Visit a parse tree produced byKotlinParser.multiplicativeOperator().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitAsOperator
Visit a parse tree produced byKotlinParser.asOperator().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitPrefixUnaryOperator
Visit a parse tree produced byKotlinParser.prefixUnaryOperator().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitPostfixUnaryOperator
Visit a parse tree produced byKotlinParser.postfixUnaryOperator().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitExcl
Visit a parse tree produced byKotlinParser.excl().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitMemberAccessOperator
Visit a parse tree produced byKotlinParser.memberAccessOperator().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitModifiers
Visit a parse tree produced byKotlinParser.modifiers().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitParameterModifiers
Visit a parse tree produced byKotlinParser.parameterModifiers().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitModifier
Visit a parse tree produced byKotlinParser.modifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitTypeModifiers
Visit a parse tree produced byKotlinParser.typeModifiers().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitTypeModifier
Visit a parse tree produced byKotlinParser.typeModifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitClassModifier
Visit a parse tree produced byKotlinParser.classModifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitMemberModifier
Visit a parse tree produced byKotlinParser.memberModifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitVisibilityModifier
Visit a parse tree produced byKotlinParser.visibilityModifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitVarianceModifier
Visit a parse tree produced byKotlinParser.varianceModifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitTypeParameterModifiers
Visit a parse tree produced byKotlinParser.typeParameterModifiers().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitTypeParameterModifier
Visit a parse tree produced byKotlinParser.typeParameterModifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitFunctionModifier
Visit a parse tree produced byKotlinParser.functionModifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitPropertyModifier
Visit a parse tree produced byKotlinParser.propertyModifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitInheritanceModifier
Visit a parse tree produced byKotlinParser.inheritanceModifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitParameterModifier
Visit a parse tree produced byKotlinParser.parameterModifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitReificationModifier
Visit a parse tree produced byKotlinParser.reificationModifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitPlatformModifier
Visit a parse tree produced byKotlinParser.platformModifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitAnnotation
Visit a parse tree produced byKotlinParser.annotation().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitSingleAnnotation
Visit a parse tree produced byKotlinParser.singleAnnotation().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitMultiAnnotation
Visit a parse tree produced byKotlinParser.multiAnnotation().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitAnnotationUseSiteTarget
Visit a parse tree produced byKotlinParser.annotationUseSiteTarget().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitUnescapedAnnotation
Visit a parse tree produced byKotlinParser.unescapedAnnotation().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitSimpleIdentifier
Visit a parse tree produced byKotlinParser.simpleIdentifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-
visitIdentifier
Visit a parse tree produced byKotlinParser.identifier().- Parameters:
node- Node to visitdata- Parameter of the visit- Returns:
- the visitor result
-