Package de.jplag.kotlin.grammar
Interface KotlinParserListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
KotlinParserBaseListener
public interface KotlinParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
KotlinParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byKotlinParser.additiveExpression().voidEnter a parse tree produced byKotlinParser.additiveOperator().voidEnter a parse tree produced byKotlinParser.annotatedLambda().voidEnter a parse tree produced byKotlinParser.annotation().voidEnter a parse tree produced byKotlinParser.annotationList().voidEnter a parse tree produced byKotlinParser.annotations().voidEnter a parse tree produced byKotlinParser.annotationUseSiteTarget().voidEnter a parse tree produced byKotlinParser.anonymousInitializer().voidEnter a parse tree produced byKotlinParser.anysemi().voidEnter a parse tree produced byKotlinParser.arrayAccess().voidEnter a parse tree produced byKotlinParser.assignmentOperator().voidEnter a parse tree produced byKotlinParser.atomicExpression().voidEnter a parse tree produced byKotlinParser.block().voidEnter a parse tree produced byKotlinParser.blockLevelExpression().voidEnter a parse tree produced byKotlinParser.callableReference().voidEnter a parse tree produced byKotlinParser.callSuffix().voidEnter a parse tree produced byKotlinParser.catchBody().voidEnter a parse tree produced byKotlinParser.catchStatement().voidEnter a parse tree produced byKotlinParser.classBody().voidEnter a parse tree produced byKotlinParser.classDeclaration().voidEnter a parse tree produced byKotlinParser.classMemberDeclaration().voidEnter a parse tree produced byKotlinParser.classModifier().voidEnter a parse tree produced byKotlinParser.classParameter().voidEnter a parse tree produced byKotlinParser.classParameters().voidEnter a parse tree produced byKotlinParser.collectionLiteral().voidEnter a parse tree produced byKotlinParser.companionObject().voidEnter a parse tree produced byKotlinParser.comparison().voidEnter a parse tree produced byKotlinParser.comparisonOperator().voidEnter a parse tree produced byKotlinParser.conditionalExpression().voidEnter a parse tree produced byKotlinParser.conjunction().voidEnter a parse tree produced byKotlinParser.constructorDelegationCall().voidEnter a parse tree produced byKotlinParser.constructorInvocation().voidEnter a parse tree produced byKotlinParser.controlStructureBody().voidEnter a parse tree produced byKotlinParser.declaration().voidEnter a parse tree produced byKotlinParser.delegationSpecifier().voidEnter a parse tree produced byKotlinParser.delegationSpecifiers().voidEnter a parse tree produced byKotlinParser.disjunction().voidEnter a parse tree produced byKotlinParser.doWhileExpression().voidEnter a parse tree produced byKotlinParser.elvisExpression().voidEnter a parse tree produced byKotlinParser.enumClassBody().voidEnter a parse tree produced byKotlinParser.enumEntries().voidEnter a parse tree produced byKotlinParser.enumEntry().voidEnter a parse tree produced byKotlinParser.equalityComparison().voidEnter a parse tree produced byKotlinParser.equalityOperation().voidEnter a parse tree produced byKotlinParser.explicitDelegation().voidEnter a parse tree produced byKotlinParser.expression().voidEnter a parse tree produced byKotlinParser.fileAnnotation().voidEnter a parse tree produced byKotlinParser.fileAnnotations().voidEnter a parse tree produced byKotlinParser.finallyBody().voidEnter a parse tree produced byKotlinParser.finallyStatement().voidEnter a parse tree produced byKotlinParser.forExpression().voidEnter a parse tree produced byKotlinParser.functionBody().voidEnter a parse tree produced byKotlinParser.functionDeclaration().voidEnter a parse tree produced byKotlinParser.functionLiteral().voidEnter a parse tree produced byKotlinParser.functionModifier().voidEnter a parse tree produced byKotlinParser.functionType().voidEnter a parse tree produced byKotlinParser.functionTypeParameters().voidEnter a parse tree produced byKotlinParser.functionTypeReceiver().voidEnter a parse tree produced byKotlinParser.functionValueParameter().voidEnter a parse tree produced byKotlinParser.functionValueParameters().voidEnter a parse tree produced byKotlinParser.getter().voidEnter a parse tree produced byKotlinParser.identifier().voidEnter a parse tree produced byKotlinParser.ifExpression().voidEnter a parse tree produced byKotlinParser.importAlias().voidEnter a parse tree produced byKotlinParser.importHeader().voidEnter a parse tree produced byKotlinParser.importList().voidEnter a parse tree produced byKotlinParser.infixFunctionCall().voidEnter a parse tree produced byKotlinParser.inheritanceModifier().voidEnter a parse tree produced byKotlinParser.initBlock().voidEnter a parse tree produced byKotlinParser.inOperator().voidEnter a parse tree produced byKotlinParser.isOperator().voidEnter a parse tree produced byKotlinParser.jumpExpression().voidEnter a parse tree produced byKotlinParser.kotlinFile().voidEnter a parse tree produced byKotlinParser.labelDefinition().voidEnter a parse tree produced byKotlinParser.lambdaParameter().voidEnter a parse tree produced byKotlinParser.lambdaParameters().voidEnter a parse tree produced byKotlinParser.lineStringContent().voidEnter a parse tree produced byKotlinParser.lineStringExpression().voidEnter a parse tree produced byKotlinParser.lineStringLiteral().voidEnter a parse tree produced byKotlinParser.literalConstant().voidEnter a parse tree produced byKotlinParser.loopExpression().voidEnter a parse tree produced byKotlinParser.memberAccessOperator().voidEnter a parse tree produced byKotlinParser.memberModifier().voidEnter a parse tree produced byKotlinParser.modifier().voidEnter a parse tree produced byKotlinParser.modifierList().voidEnter a parse tree produced byKotlinParser.multiLineStringContent().voidEnter a parse tree produced byKotlinParser.multiLineStringExpression().voidEnter a parse tree produced byKotlinParser.multiLineStringLiteral().voidEnter a parse tree produced byKotlinParser.multiplicativeExpression().voidEnter a parse tree produced byKotlinParser.multiplicativeOperation().voidEnter a parse tree produced byKotlinParser.multiVariableDeclaration().voidEnter a parse tree produced byKotlinParser.namedInfix().voidEnter a parse tree produced byKotlinParser.nullableType().voidEnter a parse tree produced byKotlinParser.objectDeclaration().voidEnter a parse tree produced byKotlinParser.objectLiteral().voidEnter a parse tree produced byKotlinParser.packageHeader().voidEnter a parse tree produced byKotlinParser.parameter().voidEnter a parse tree produced byKotlinParser.parameterModifier().voidEnter a parse tree produced byKotlinParser.parenthesizedExpression().voidEnter a parse tree produced byKotlinParser.parenthesizedType().voidEnter a parse tree produced byKotlinParser.postfixUnaryExpression().voidEnter a parse tree produced byKotlinParser.postfixUnaryOperation().voidEnter a parse tree produced byKotlinParser.preamble().voidEnter a parse tree produced byKotlinParser.prefixUnaryExpression().voidEnter a parse tree produced byKotlinParser.prefixUnaryOperation().voidEnter a parse tree produced byKotlinParser.primaryConstructor().voidEnter a parse tree produced byKotlinParser.propertyDeclaration().voidEnter a parse tree produced byKotlinParser.propertyModifier().voidEnter a parse tree produced byKotlinParser.rangeExpression().voidEnter a parse tree produced byKotlinParser.rangeTest().voidEnter a parse tree produced byKotlinParser.script().voidEnter a parse tree produced byKotlinParser.secondaryConstructor().voidEnter a parse tree produced byKotlinParser.semi().voidEnter a parse tree produced byKotlinParser.setter().voidEnter a parse tree produced byKotlinParser.simpleIdentifier().voidEnter a parse tree produced byKotlinParser.simpleUserType().voidEnter a parse tree produced byKotlinParser.statement().voidEnter a parse tree produced byKotlinParser.statements().voidEnter a parse tree produced byKotlinParser.stringLiteral().voidEnter a parse tree produced byKotlinParser.superExpression().voidEnter a parse tree produced byKotlinParser.thisExpression().voidEnter a parse tree produced byKotlinParser.topLevelObject().voidEnter a parse tree produced byKotlinParser.tryBody().voidEnter a parse tree produced byKotlinParser.tryExpression().voidEnter a parse tree produced byKotlinParser.type().voidEnter a parse tree produced byKotlinParser.typeAlias().voidEnter a parse tree produced byKotlinParser.typeArguments().voidEnter a parse tree produced byKotlinParser.typeConstraint().voidEnter a parse tree produced byKotlinParser.typeConstraints().voidEnter a parse tree produced byKotlinParser.typeModifierList().voidEnter a parse tree produced byKotlinParser.typeOperation().voidEnter a parse tree produced byKotlinParser.typeParameter().voidEnter a parse tree produced byKotlinParser.typeParameterModifier().voidEnter a parse tree produced byKotlinParser.typeParameters().voidEnter a parse tree produced byKotlinParser.typeProjection().voidEnter a parse tree produced byKotlinParser.typeProjectionModifierList().voidEnter a parse tree produced byKotlinParser.typeReference().voidEnter a parse tree produced byKotlinParser.typeRHS().voidEnter a parse tree produced byKotlinParser.typeTest().voidEnter a parse tree produced byKotlinParser.unescapedAnnotation().voidEnter a parse tree produced byKotlinParser.userType().voidEnter a parse tree produced byKotlinParser.valueArgument().voidEnter a parse tree produced byKotlinParser.valueArguments().voidEnter a parse tree produced byKotlinParser.variableDeclaration().voidEnter a parse tree produced byKotlinParser.varianceAnnotation().voidEnter a parse tree produced byKotlinParser.visibilityModifier().voidEnter a parse tree produced byKotlinParser.whenCondition().voidEnter a parse tree produced byKotlinParser.whenEntry().voidEnter a parse tree produced byKotlinParser.whenExpression().voidEnter a parse tree produced byKotlinParser.whileExpression().voidExit a parse tree produced byKotlinParser.additiveExpression().voidExit a parse tree produced byKotlinParser.additiveOperator().voidExit a parse tree produced byKotlinParser.annotatedLambda().voidExit a parse tree produced byKotlinParser.annotation().voidExit a parse tree produced byKotlinParser.annotationList().voidExit a parse tree produced byKotlinParser.annotations().voidExit a parse tree produced byKotlinParser.annotationUseSiteTarget().voidExit a parse tree produced byKotlinParser.anonymousInitializer().voidExit a parse tree produced byKotlinParser.anysemi().voidExit a parse tree produced byKotlinParser.arrayAccess().voidExit a parse tree produced byKotlinParser.assignmentOperator().voidExit a parse tree produced byKotlinParser.atomicExpression().voidExit a parse tree produced byKotlinParser.block().voidExit a parse tree produced byKotlinParser.blockLevelExpression().voidExit a parse tree produced byKotlinParser.callableReference().voidExit a parse tree produced byKotlinParser.callSuffix().voidExit a parse tree produced byKotlinParser.catchBody().voidExit a parse tree produced byKotlinParser.catchStatement().voidExit a parse tree produced byKotlinParser.classBody().voidExit a parse tree produced byKotlinParser.classDeclaration().voidExit a parse tree produced byKotlinParser.classMemberDeclaration().voidExit a parse tree produced byKotlinParser.classModifier().voidExit a parse tree produced byKotlinParser.classParameter().voidExit a parse tree produced byKotlinParser.classParameters().voidExit a parse tree produced byKotlinParser.collectionLiteral().voidExit a parse tree produced byKotlinParser.companionObject().voidExit a parse tree produced byKotlinParser.comparison().voidExit a parse tree produced byKotlinParser.comparisonOperator().voidExit a parse tree produced byKotlinParser.conditionalExpression().voidExit a parse tree produced byKotlinParser.conjunction().voidExit a parse tree produced byKotlinParser.constructorDelegationCall().voidExit a parse tree produced byKotlinParser.constructorInvocation().voidExit a parse tree produced byKotlinParser.controlStructureBody().voidExit a parse tree produced byKotlinParser.declaration().voidExit a parse tree produced byKotlinParser.delegationSpecifier().voidExit a parse tree produced byKotlinParser.delegationSpecifiers().voidExit a parse tree produced byKotlinParser.disjunction().voidExit a parse tree produced byKotlinParser.doWhileExpression().voidExit a parse tree produced byKotlinParser.elvisExpression().voidExit a parse tree produced byKotlinParser.enumClassBody().voidExit a parse tree produced byKotlinParser.enumEntries().voidExit a parse tree produced byKotlinParser.enumEntry().voidExit a parse tree produced byKotlinParser.equalityComparison().voidExit a parse tree produced byKotlinParser.equalityOperation().voidExit a parse tree produced byKotlinParser.explicitDelegation().voidExit a parse tree produced byKotlinParser.expression().voidExit a parse tree produced byKotlinParser.fileAnnotation().voidExit a parse tree produced byKotlinParser.fileAnnotations().voidExit a parse tree produced byKotlinParser.finallyBody().voidExit a parse tree produced byKotlinParser.finallyStatement().voidExit a parse tree produced byKotlinParser.forExpression().voidExit a parse tree produced byKotlinParser.functionBody().voidExit a parse tree produced byKotlinParser.functionDeclaration().voidExit a parse tree produced byKotlinParser.functionLiteral().voidExit a parse tree produced byKotlinParser.functionModifier().voidExit a parse tree produced byKotlinParser.functionType().voidExit a parse tree produced byKotlinParser.functionTypeParameters().voidExit a parse tree produced byKotlinParser.functionTypeReceiver().voidExit a parse tree produced byKotlinParser.functionValueParameter().voidExit a parse tree produced byKotlinParser.functionValueParameters().voidExit a parse tree produced byKotlinParser.getter().voidExit a parse tree produced byKotlinParser.identifier().voidExit a parse tree produced byKotlinParser.ifExpression().voidExit a parse tree produced byKotlinParser.importAlias().voidExit a parse tree produced byKotlinParser.importHeader().voidExit a parse tree produced byKotlinParser.importList().voidExit a parse tree produced byKotlinParser.infixFunctionCall().voidExit a parse tree produced byKotlinParser.inheritanceModifier().voidExit a parse tree produced byKotlinParser.initBlock().voidExit a parse tree produced byKotlinParser.inOperator().voidExit a parse tree produced byKotlinParser.isOperator().voidExit a parse tree produced byKotlinParser.jumpExpression().voidExit a parse tree produced byKotlinParser.kotlinFile().voidExit a parse tree produced byKotlinParser.labelDefinition().voidExit a parse tree produced byKotlinParser.lambdaParameter().voidExit a parse tree produced byKotlinParser.lambdaParameters().voidExit a parse tree produced byKotlinParser.lineStringContent().voidExit a parse tree produced byKotlinParser.lineStringExpression().voidExit a parse tree produced byKotlinParser.lineStringLiteral().voidExit a parse tree produced byKotlinParser.literalConstant().voidExit a parse tree produced byKotlinParser.loopExpression().voidExit a parse tree produced byKotlinParser.memberAccessOperator().voidExit a parse tree produced byKotlinParser.memberModifier().voidExit a parse tree produced byKotlinParser.modifier().voidExit a parse tree produced byKotlinParser.modifierList().voidExit a parse tree produced byKotlinParser.multiLineStringContent().voidExit a parse tree produced byKotlinParser.multiLineStringExpression().voidExit a parse tree produced byKotlinParser.multiLineStringLiteral().voidExit a parse tree produced byKotlinParser.multiplicativeExpression().voidExit a parse tree produced byKotlinParser.multiplicativeOperation().voidExit a parse tree produced byKotlinParser.multiVariableDeclaration().voidExit a parse tree produced byKotlinParser.namedInfix().voidExit a parse tree produced byKotlinParser.nullableType().voidExit a parse tree produced byKotlinParser.objectDeclaration().voidExit a parse tree produced byKotlinParser.objectLiteral().voidExit a parse tree produced byKotlinParser.packageHeader().voidExit a parse tree produced byKotlinParser.parameter().voidExit a parse tree produced byKotlinParser.parameterModifier().voidExit a parse tree produced byKotlinParser.parenthesizedExpression().voidExit a parse tree produced byKotlinParser.parenthesizedType().voidExit a parse tree produced byKotlinParser.postfixUnaryExpression().voidExit a parse tree produced byKotlinParser.postfixUnaryOperation().voidExit a parse tree produced byKotlinParser.preamble().voidExit a parse tree produced byKotlinParser.prefixUnaryExpression().voidExit a parse tree produced byKotlinParser.prefixUnaryOperation().voidExit a parse tree produced byKotlinParser.primaryConstructor().voidExit a parse tree produced byKotlinParser.propertyDeclaration().voidExit a parse tree produced byKotlinParser.propertyModifier().voidExit a parse tree produced byKotlinParser.rangeExpression().voidExit a parse tree produced byKotlinParser.rangeTest().voidExit a parse tree produced byKotlinParser.script().voidExit a parse tree produced byKotlinParser.secondaryConstructor().voidExit a parse tree produced byKotlinParser.semi().voidExit a parse tree produced byKotlinParser.setter().voidExit a parse tree produced byKotlinParser.simpleIdentifier().voidExit a parse tree produced byKotlinParser.simpleUserType().voidExit a parse tree produced byKotlinParser.statement().voidExit a parse tree produced byKotlinParser.statements().voidExit a parse tree produced byKotlinParser.stringLiteral().voidExit a parse tree produced byKotlinParser.superExpression().voidExit a parse tree produced byKotlinParser.thisExpression().voidExit a parse tree produced byKotlinParser.topLevelObject().voidExit a parse tree produced byKotlinParser.tryBody().voidExit a parse tree produced byKotlinParser.tryExpression().voidExit a parse tree produced byKotlinParser.type().voidExit a parse tree produced byKotlinParser.typeAlias().voidExit a parse tree produced byKotlinParser.typeArguments().voidExit a parse tree produced byKotlinParser.typeConstraint().voidExit a parse tree produced byKotlinParser.typeConstraints().voidExit a parse tree produced byKotlinParser.typeModifierList().voidExit a parse tree produced byKotlinParser.typeOperation().voidExit a parse tree produced byKotlinParser.typeParameter().voidExit a parse tree produced byKotlinParser.typeParameterModifier().voidExit a parse tree produced byKotlinParser.typeParameters().voidExit a parse tree produced byKotlinParser.typeProjection().voidExit a parse tree produced byKotlinParser.typeProjectionModifierList().voidExit a parse tree produced byKotlinParser.typeReference().voidExit a parse tree produced byKotlinParser.typeRHS().voidExit a parse tree produced byKotlinParser.typeTest().voidExit a parse tree produced byKotlinParser.unescapedAnnotation().voidExit a parse tree produced byKotlinParser.userType().voidExit a parse tree produced byKotlinParser.valueArgument().voidExit a parse tree produced byKotlinParser.valueArguments().voidExit a parse tree produced byKotlinParser.variableDeclaration().voidExit a parse tree produced byKotlinParser.varianceAnnotation().voidExit a parse tree produced byKotlinParser.visibilityModifier().voidExit a parse tree produced byKotlinParser.whenCondition().voidExit a parse tree produced byKotlinParser.whenEntry().voidExit a parse tree produced byKotlinParser.whenExpression().voidExit a parse tree produced byKotlinParser.whileExpression().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterKotlinFile
Enter a parse tree produced byKotlinParser.kotlinFile().- Parameters:
ctx- the parse tree
-
exitKotlinFile
Exit a parse tree produced byKotlinParser.kotlinFile().- Parameters:
ctx- the parse tree
-
enterScript
Enter a parse tree produced byKotlinParser.script().- Parameters:
ctx- the parse tree
-
exitScript
Exit a parse tree produced byKotlinParser.script().- Parameters:
ctx- the parse tree
-
enterPreamble
Enter a parse tree produced byKotlinParser.preamble().- Parameters:
ctx- the parse tree
-
exitPreamble
Exit a parse tree produced byKotlinParser.preamble().- Parameters:
ctx- the parse tree
-
enterFileAnnotations
Enter a parse tree produced byKotlinParser.fileAnnotations().- Parameters:
ctx- the parse tree
-
exitFileAnnotations
Exit a parse tree produced byKotlinParser.fileAnnotations().- Parameters:
ctx- the parse tree
-
enterFileAnnotation
Enter a parse tree produced byKotlinParser.fileAnnotation().- Parameters:
ctx- the parse tree
-
exitFileAnnotation
Exit a parse tree produced byKotlinParser.fileAnnotation().- Parameters:
ctx- the parse tree
-
enterPackageHeader
Enter a parse tree produced byKotlinParser.packageHeader().- Parameters:
ctx- the parse tree
-
exitPackageHeader
Exit a parse tree produced byKotlinParser.packageHeader().- Parameters:
ctx- the parse tree
-
enterImportList
Enter a parse tree produced byKotlinParser.importList().- Parameters:
ctx- the parse tree
-
exitImportList
Exit a parse tree produced byKotlinParser.importList().- Parameters:
ctx- the parse tree
-
enterImportHeader
Enter a parse tree produced byKotlinParser.importHeader().- Parameters:
ctx- the parse tree
-
exitImportHeader
Exit a parse tree produced byKotlinParser.importHeader().- Parameters:
ctx- the parse tree
-
enterImportAlias
Enter a parse tree produced byKotlinParser.importAlias().- Parameters:
ctx- the parse tree
-
exitImportAlias
Exit a parse tree produced byKotlinParser.importAlias().- Parameters:
ctx- the parse tree
-
enterTopLevelObject
Enter a parse tree produced byKotlinParser.topLevelObject().- Parameters:
ctx- the parse tree
-
exitTopLevelObject
Exit a parse tree produced byKotlinParser.topLevelObject().- Parameters:
ctx- the parse tree
-
enterClassDeclaration
Enter a parse tree produced byKotlinParser.classDeclaration().- Parameters:
ctx- the parse tree
-
exitClassDeclaration
Exit a parse tree produced byKotlinParser.classDeclaration().- Parameters:
ctx- the parse tree
-
enterPrimaryConstructor
Enter a parse tree produced byKotlinParser.primaryConstructor().- Parameters:
ctx- the parse tree
-
exitPrimaryConstructor
Exit a parse tree produced byKotlinParser.primaryConstructor().- Parameters:
ctx- the parse tree
-
enterClassParameters
Enter a parse tree produced byKotlinParser.classParameters().- Parameters:
ctx- the parse tree
-
exitClassParameters
Exit a parse tree produced byKotlinParser.classParameters().- Parameters:
ctx- the parse tree
-
enterClassParameter
Enter a parse tree produced byKotlinParser.classParameter().- Parameters:
ctx- the parse tree
-
exitClassParameter
Exit a parse tree produced byKotlinParser.classParameter().- Parameters:
ctx- the parse tree
-
enterDelegationSpecifiers
Enter a parse tree produced byKotlinParser.delegationSpecifiers().- Parameters:
ctx- the parse tree
-
exitDelegationSpecifiers
Exit a parse tree produced byKotlinParser.delegationSpecifiers().- Parameters:
ctx- the parse tree
-
enterDelegationSpecifier
Enter a parse tree produced byKotlinParser.delegationSpecifier().- Parameters:
ctx- the parse tree
-
exitDelegationSpecifier
Exit a parse tree produced byKotlinParser.delegationSpecifier().- Parameters:
ctx- the parse tree
-
enterConstructorInvocation
Enter a parse tree produced byKotlinParser.constructorInvocation().- Parameters:
ctx- the parse tree
-
exitConstructorInvocation
Exit a parse tree produced byKotlinParser.constructorInvocation().- Parameters:
ctx- the parse tree
-
enterExplicitDelegation
Enter a parse tree produced byKotlinParser.explicitDelegation().- Parameters:
ctx- the parse tree
-
exitExplicitDelegation
Exit a parse tree produced byKotlinParser.explicitDelegation().- Parameters:
ctx- the parse tree
-
enterClassBody
Enter a parse tree produced byKotlinParser.classBody().- Parameters:
ctx- the parse tree
-
exitClassBody
Exit a parse tree produced byKotlinParser.classBody().- Parameters:
ctx- the parse tree
-
enterClassMemberDeclaration
Enter a parse tree produced byKotlinParser.classMemberDeclaration().- Parameters:
ctx- the parse tree
-
exitClassMemberDeclaration
Exit a parse tree produced byKotlinParser.classMemberDeclaration().- Parameters:
ctx- the parse tree
-
enterAnonymousInitializer
Enter a parse tree produced byKotlinParser.anonymousInitializer().- Parameters:
ctx- the parse tree
-
exitAnonymousInitializer
Exit a parse tree produced byKotlinParser.anonymousInitializer().- Parameters:
ctx- the parse tree
-
enterInitBlock
Enter a parse tree produced byKotlinParser.initBlock().- Parameters:
ctx- the parse tree
-
exitInitBlock
Exit a parse tree produced byKotlinParser.initBlock().- Parameters:
ctx- the parse tree
-
enterSecondaryConstructor
Enter a parse tree produced byKotlinParser.secondaryConstructor().- Parameters:
ctx- the parse tree
-
exitSecondaryConstructor
Exit a parse tree produced byKotlinParser.secondaryConstructor().- Parameters:
ctx- the parse tree
-
enterConstructorDelegationCall
Enter a parse tree produced byKotlinParser.constructorDelegationCall().- Parameters:
ctx- the parse tree
-
exitConstructorDelegationCall
Exit a parse tree produced byKotlinParser.constructorDelegationCall().- Parameters:
ctx- the parse tree
-
enterEnumClassBody
Enter a parse tree produced byKotlinParser.enumClassBody().- Parameters:
ctx- the parse tree
-
exitEnumClassBody
Exit a parse tree produced byKotlinParser.enumClassBody().- Parameters:
ctx- the parse tree
-
enterEnumEntries
Enter a parse tree produced byKotlinParser.enumEntries().- Parameters:
ctx- the parse tree
-
exitEnumEntries
Exit a parse tree produced byKotlinParser.enumEntries().- Parameters:
ctx- the parse tree
-
enterEnumEntry
Enter a parse tree produced byKotlinParser.enumEntry().- Parameters:
ctx- the parse tree
-
exitEnumEntry
Exit a parse tree produced byKotlinParser.enumEntry().- Parameters:
ctx- the parse tree
-
enterFunctionDeclaration
Enter a parse tree produced byKotlinParser.functionDeclaration().- Parameters:
ctx- the parse tree
-
exitFunctionDeclaration
Exit a parse tree produced byKotlinParser.functionDeclaration().- Parameters:
ctx- the parse tree
-
enterFunctionValueParameters
Enter a parse tree produced byKotlinParser.functionValueParameters().- Parameters:
ctx- the parse tree
-
exitFunctionValueParameters
Exit a parse tree produced byKotlinParser.functionValueParameters().- Parameters:
ctx- the parse tree
-
enterFunctionValueParameter
Enter a parse tree produced byKotlinParser.functionValueParameter().- Parameters:
ctx- the parse tree
-
exitFunctionValueParameter
Exit a parse tree produced byKotlinParser.functionValueParameter().- Parameters:
ctx- the parse tree
-
enterParameter
Enter a parse tree produced byKotlinParser.parameter().- Parameters:
ctx- the parse tree
-
exitParameter
Exit a parse tree produced byKotlinParser.parameter().- Parameters:
ctx- the parse tree
-
enterFunctionBody
Enter a parse tree produced byKotlinParser.functionBody().- Parameters:
ctx- the parse tree
-
exitFunctionBody
Exit a parse tree produced byKotlinParser.functionBody().- Parameters:
ctx- the parse tree
-
enterObjectDeclaration
Enter a parse tree produced byKotlinParser.objectDeclaration().- Parameters:
ctx- the parse tree
-
exitObjectDeclaration
Exit a parse tree produced byKotlinParser.objectDeclaration().- Parameters:
ctx- the parse tree
-
enterCompanionObject
Enter a parse tree produced byKotlinParser.companionObject().- Parameters:
ctx- the parse tree
-
exitCompanionObject
Exit a parse tree produced byKotlinParser.companionObject().- Parameters:
ctx- the parse tree
-
enterPropertyDeclaration
Enter a parse tree produced byKotlinParser.propertyDeclaration().- Parameters:
ctx- the parse tree
-
exitPropertyDeclaration
Exit a parse tree produced byKotlinParser.propertyDeclaration().- Parameters:
ctx- the parse tree
-
enterMultiVariableDeclaration
Enter a parse tree produced byKotlinParser.multiVariableDeclaration().- Parameters:
ctx- the parse tree
-
exitMultiVariableDeclaration
Exit a parse tree produced byKotlinParser.multiVariableDeclaration().- Parameters:
ctx- the parse tree
-
enterVariableDeclaration
Enter a parse tree produced byKotlinParser.variableDeclaration().- Parameters:
ctx- the parse tree
-
exitVariableDeclaration
Exit a parse tree produced byKotlinParser.variableDeclaration().- Parameters:
ctx- the parse tree
-
enterGetter
Enter a parse tree produced byKotlinParser.getter().- Parameters:
ctx- the parse tree
-
exitGetter
Exit a parse tree produced byKotlinParser.getter().- Parameters:
ctx- the parse tree
-
enterSetter
Enter a parse tree produced byKotlinParser.setter().- Parameters:
ctx- the parse tree
-
exitSetter
Exit a parse tree produced byKotlinParser.setter().- Parameters:
ctx- the parse tree
-
enterTypeAlias
Enter a parse tree produced byKotlinParser.typeAlias().- Parameters:
ctx- the parse tree
-
exitTypeAlias
Exit a parse tree produced byKotlinParser.typeAlias().- Parameters:
ctx- the parse tree
-
enterTypeParameters
Enter a parse tree produced byKotlinParser.typeParameters().- Parameters:
ctx- the parse tree
-
exitTypeParameters
Exit a parse tree produced byKotlinParser.typeParameters().- Parameters:
ctx- the parse tree
-
enterTypeParameter
Enter a parse tree produced byKotlinParser.typeParameter().- Parameters:
ctx- the parse tree
-
exitTypeParameter
Exit a parse tree produced byKotlinParser.typeParameter().- Parameters:
ctx- the parse tree
-
enterType
Enter a parse tree produced byKotlinParser.type().- Parameters:
ctx- the parse tree
-
exitType
Exit a parse tree produced byKotlinParser.type().- Parameters:
ctx- the parse tree
-
enterTypeModifierList
Enter a parse tree produced byKotlinParser.typeModifierList().- Parameters:
ctx- the parse tree
-
exitTypeModifierList
Exit a parse tree produced byKotlinParser.typeModifierList().- Parameters:
ctx- the parse tree
-
enterParenthesizedType
Enter a parse tree produced byKotlinParser.parenthesizedType().- Parameters:
ctx- the parse tree
-
exitParenthesizedType
Exit a parse tree produced byKotlinParser.parenthesizedType().- Parameters:
ctx- the parse tree
-
enterNullableType
Enter a parse tree produced byKotlinParser.nullableType().- Parameters:
ctx- the parse tree
-
exitNullableType
Exit a parse tree produced byKotlinParser.nullableType().- Parameters:
ctx- the parse tree
-
enterTypeReference
Enter a parse tree produced byKotlinParser.typeReference().- Parameters:
ctx- the parse tree
-
exitTypeReference
Exit a parse tree produced byKotlinParser.typeReference().- Parameters:
ctx- the parse tree
-
enterFunctionType
Enter a parse tree produced byKotlinParser.functionType().- Parameters:
ctx- the parse tree
-
exitFunctionType
Exit a parse tree produced byKotlinParser.functionType().- Parameters:
ctx- the parse tree
-
enterFunctionTypeReceiver
Enter a parse tree produced byKotlinParser.functionTypeReceiver().- Parameters:
ctx- the parse tree
-
exitFunctionTypeReceiver
Exit a parse tree produced byKotlinParser.functionTypeReceiver().- Parameters:
ctx- the parse tree
-
enterUserType
Enter a parse tree produced byKotlinParser.userType().- Parameters:
ctx- the parse tree
-
exitUserType
Exit a parse tree produced byKotlinParser.userType().- Parameters:
ctx- the parse tree
-
enterSimpleUserType
Enter a parse tree produced byKotlinParser.simpleUserType().- Parameters:
ctx- the parse tree
-
exitSimpleUserType
Exit a parse tree produced byKotlinParser.simpleUserType().- Parameters:
ctx- the parse tree
-
enterFunctionTypeParameters
Enter a parse tree produced byKotlinParser.functionTypeParameters().- Parameters:
ctx- the parse tree
-
exitFunctionTypeParameters
Exit a parse tree produced byKotlinParser.functionTypeParameters().- Parameters:
ctx- the parse tree
-
enterTypeConstraints
Enter a parse tree produced byKotlinParser.typeConstraints().- Parameters:
ctx- the parse tree
-
exitTypeConstraints
Exit a parse tree produced byKotlinParser.typeConstraints().- Parameters:
ctx- the parse tree
-
enterTypeConstraint
Enter a parse tree produced byKotlinParser.typeConstraint().- Parameters:
ctx- the parse tree
-
exitTypeConstraint
Exit a parse tree produced byKotlinParser.typeConstraint().- Parameters:
ctx- the parse tree
-
enterBlock
Enter a parse tree produced byKotlinParser.block().- Parameters:
ctx- the parse tree
-
exitBlock
Exit a parse tree produced byKotlinParser.block().- Parameters:
ctx- the parse tree
-
enterStatements
Enter a parse tree produced byKotlinParser.statements().- Parameters:
ctx- the parse tree
-
exitStatements
Exit a parse tree produced byKotlinParser.statements().- Parameters:
ctx- the parse tree
-
enterStatement
Enter a parse tree produced byKotlinParser.statement().- Parameters:
ctx- the parse tree
-
exitStatement
Exit a parse tree produced byKotlinParser.statement().- Parameters:
ctx- the parse tree
-
enterBlockLevelExpression
Enter a parse tree produced byKotlinParser.blockLevelExpression().- Parameters:
ctx- the parse tree
-
exitBlockLevelExpression
Exit a parse tree produced byKotlinParser.blockLevelExpression().- Parameters:
ctx- the parse tree
-
enterDeclaration
Enter a parse tree produced byKotlinParser.declaration().- Parameters:
ctx- the parse tree
-
exitDeclaration
Exit a parse tree produced byKotlinParser.declaration().- Parameters:
ctx- the parse tree
-
enterExpression
Enter a parse tree produced byKotlinParser.expression().- Parameters:
ctx- the parse tree
-
exitExpression
Exit a parse tree produced byKotlinParser.expression().- Parameters:
ctx- the parse tree
-
enterDisjunction
Enter a parse tree produced byKotlinParser.disjunction().- Parameters:
ctx- the parse tree
-
exitDisjunction
Exit a parse tree produced byKotlinParser.disjunction().- Parameters:
ctx- the parse tree
-
enterConjunction
Enter a parse tree produced byKotlinParser.conjunction().- Parameters:
ctx- the parse tree
-
exitConjunction
Exit a parse tree produced byKotlinParser.conjunction().- Parameters:
ctx- the parse tree
-
enterEqualityComparison
Enter a parse tree produced byKotlinParser.equalityComparison().- Parameters:
ctx- the parse tree
-
exitEqualityComparison
Exit a parse tree produced byKotlinParser.equalityComparison().- Parameters:
ctx- the parse tree
-
enterComparison
Enter a parse tree produced byKotlinParser.comparison().- Parameters:
ctx- the parse tree
-
exitComparison
Exit a parse tree produced byKotlinParser.comparison().- Parameters:
ctx- the parse tree
-
enterNamedInfix
Enter a parse tree produced byKotlinParser.namedInfix().- Parameters:
ctx- the parse tree
-
exitNamedInfix
Exit a parse tree produced byKotlinParser.namedInfix().- Parameters:
ctx- the parse tree
-
enterElvisExpression
Enter a parse tree produced byKotlinParser.elvisExpression().- Parameters:
ctx- the parse tree
-
exitElvisExpression
Exit a parse tree produced byKotlinParser.elvisExpression().- Parameters:
ctx- the parse tree
-
enterInfixFunctionCall
Enter a parse tree produced byKotlinParser.infixFunctionCall().- Parameters:
ctx- the parse tree
-
exitInfixFunctionCall
Exit a parse tree produced byKotlinParser.infixFunctionCall().- Parameters:
ctx- the parse tree
-
enterRangeExpression
Enter a parse tree produced byKotlinParser.rangeExpression().- Parameters:
ctx- the parse tree
-
exitRangeExpression
Exit a parse tree produced byKotlinParser.rangeExpression().- Parameters:
ctx- the parse tree
-
enterAdditiveExpression
Enter a parse tree produced byKotlinParser.additiveExpression().- Parameters:
ctx- the parse tree
-
exitAdditiveExpression
Exit a parse tree produced byKotlinParser.additiveExpression().- Parameters:
ctx- the parse tree
-
enterMultiplicativeExpression
Enter a parse tree produced byKotlinParser.multiplicativeExpression().- Parameters:
ctx- the parse tree
-
exitMultiplicativeExpression
Exit a parse tree produced byKotlinParser.multiplicativeExpression().- Parameters:
ctx- the parse tree
-
enterTypeRHS
Enter a parse tree produced byKotlinParser.typeRHS().- Parameters:
ctx- the parse tree
-
exitTypeRHS
Exit a parse tree produced byKotlinParser.typeRHS().- Parameters:
ctx- the parse tree
-
enterPrefixUnaryExpression
Enter a parse tree produced byKotlinParser.prefixUnaryExpression().- Parameters:
ctx- the parse tree
-
exitPrefixUnaryExpression
Exit a parse tree produced byKotlinParser.prefixUnaryExpression().- Parameters:
ctx- the parse tree
-
enterPostfixUnaryExpression
Enter a parse tree produced byKotlinParser.postfixUnaryExpression().- Parameters:
ctx- the parse tree
-
exitPostfixUnaryExpression
Exit a parse tree produced byKotlinParser.postfixUnaryExpression().- Parameters:
ctx- the parse tree
-
enterAtomicExpression
Enter a parse tree produced byKotlinParser.atomicExpression().- Parameters:
ctx- the parse tree
-
exitAtomicExpression
Exit a parse tree produced byKotlinParser.atomicExpression().- Parameters:
ctx- the parse tree
-
enterParenthesizedExpression
Enter a parse tree produced byKotlinParser.parenthesizedExpression().- Parameters:
ctx- the parse tree
-
exitParenthesizedExpression
Exit a parse tree produced byKotlinParser.parenthesizedExpression().- Parameters:
ctx- the parse tree
-
enterCallSuffix
Enter a parse tree produced byKotlinParser.callSuffix().- Parameters:
ctx- the parse tree
-
exitCallSuffix
Exit a parse tree produced byKotlinParser.callSuffix().- Parameters:
ctx- the parse tree
-
enterAnnotatedLambda
Enter a parse tree produced byKotlinParser.annotatedLambda().- Parameters:
ctx- the parse tree
-
exitAnnotatedLambda
Exit a parse tree produced byKotlinParser.annotatedLambda().- Parameters:
ctx- the parse tree
-
enterArrayAccess
Enter a parse tree produced byKotlinParser.arrayAccess().- Parameters:
ctx- the parse tree
-
exitArrayAccess
Exit a parse tree produced byKotlinParser.arrayAccess().- Parameters:
ctx- the parse tree
-
enterValueArguments
Enter a parse tree produced byKotlinParser.valueArguments().- Parameters:
ctx- the parse tree
-
exitValueArguments
Exit a parse tree produced byKotlinParser.valueArguments().- Parameters:
ctx- the parse tree
-
enterTypeArguments
Enter a parse tree produced byKotlinParser.typeArguments().- Parameters:
ctx- the parse tree
-
exitTypeArguments
Exit a parse tree produced byKotlinParser.typeArguments().- Parameters:
ctx- the parse tree
-
enterTypeProjection
Enter a parse tree produced byKotlinParser.typeProjection().- Parameters:
ctx- the parse tree
-
exitTypeProjection
Exit a parse tree produced byKotlinParser.typeProjection().- Parameters:
ctx- the parse tree
-
enterTypeProjectionModifierList
Enter a parse tree produced byKotlinParser.typeProjectionModifierList().- Parameters:
ctx- the parse tree
-
exitTypeProjectionModifierList
Exit a parse tree produced byKotlinParser.typeProjectionModifierList().- Parameters:
ctx- the parse tree
-
enterValueArgument
Enter a parse tree produced byKotlinParser.valueArgument().- Parameters:
ctx- the parse tree
-
exitValueArgument
Exit a parse tree produced byKotlinParser.valueArgument().- Parameters:
ctx- the parse tree
-
enterLiteralConstant
Enter a parse tree produced byKotlinParser.literalConstant().- Parameters:
ctx- the parse tree
-
exitLiteralConstant
Exit a parse tree produced byKotlinParser.literalConstant().- Parameters:
ctx- the parse tree
-
enterStringLiteral
Enter a parse tree produced byKotlinParser.stringLiteral().- Parameters:
ctx- the parse tree
-
exitStringLiteral
Exit a parse tree produced byKotlinParser.stringLiteral().- Parameters:
ctx- the parse tree
-
enterLineStringLiteral
Enter a parse tree produced byKotlinParser.lineStringLiteral().- Parameters:
ctx- the parse tree
-
exitLineStringLiteral
Exit a parse tree produced byKotlinParser.lineStringLiteral().- Parameters:
ctx- the parse tree
-
enterMultiLineStringLiteral
Enter a parse tree produced byKotlinParser.multiLineStringLiteral().- Parameters:
ctx- the parse tree
-
exitMultiLineStringLiteral
Exit a parse tree produced byKotlinParser.multiLineStringLiteral().- Parameters:
ctx- the parse tree
-
enterLineStringContent
Enter a parse tree produced byKotlinParser.lineStringContent().- Parameters:
ctx- the parse tree
-
exitLineStringContent
Exit a parse tree produced byKotlinParser.lineStringContent().- Parameters:
ctx- the parse tree
-
enterLineStringExpression
Enter a parse tree produced byKotlinParser.lineStringExpression().- Parameters:
ctx- the parse tree
-
exitLineStringExpression
Exit a parse tree produced byKotlinParser.lineStringExpression().- Parameters:
ctx- the parse tree
-
enterMultiLineStringContent
Enter a parse tree produced byKotlinParser.multiLineStringContent().- Parameters:
ctx- the parse tree
-
exitMultiLineStringContent
Exit a parse tree produced byKotlinParser.multiLineStringContent().- Parameters:
ctx- the parse tree
-
enterMultiLineStringExpression
Enter a parse tree produced byKotlinParser.multiLineStringExpression().- Parameters:
ctx- the parse tree
-
exitMultiLineStringExpression
Exit a parse tree produced byKotlinParser.multiLineStringExpression().- Parameters:
ctx- the parse tree
-
enterFunctionLiteral
Enter a parse tree produced byKotlinParser.functionLiteral().- Parameters:
ctx- the parse tree
-
exitFunctionLiteral
Exit a parse tree produced byKotlinParser.functionLiteral().- Parameters:
ctx- the parse tree
-
enterLambdaParameters
Enter a parse tree produced byKotlinParser.lambdaParameters().- Parameters:
ctx- the parse tree
-
exitLambdaParameters
Exit a parse tree produced byKotlinParser.lambdaParameters().- Parameters:
ctx- the parse tree
-
enterLambdaParameter
Enter a parse tree produced byKotlinParser.lambdaParameter().- Parameters:
ctx- the parse tree
-
exitLambdaParameter
Exit a parse tree produced byKotlinParser.lambdaParameter().- Parameters:
ctx- the parse tree
-
enterObjectLiteral
Enter a parse tree produced byKotlinParser.objectLiteral().- Parameters:
ctx- the parse tree
-
exitObjectLiteral
Exit a parse tree produced byKotlinParser.objectLiteral().- Parameters:
ctx- the parse tree
-
enterCollectionLiteral
Enter a parse tree produced byKotlinParser.collectionLiteral().- Parameters:
ctx- the parse tree
-
exitCollectionLiteral
Exit a parse tree produced byKotlinParser.collectionLiteral().- Parameters:
ctx- the parse tree
-
enterThisExpression
Enter a parse tree produced byKotlinParser.thisExpression().- Parameters:
ctx- the parse tree
-
exitThisExpression
Exit a parse tree produced byKotlinParser.thisExpression().- Parameters:
ctx- the parse tree
-
enterSuperExpression
Enter a parse tree produced byKotlinParser.superExpression().- Parameters:
ctx- the parse tree
-
exitSuperExpression
Exit a parse tree produced byKotlinParser.superExpression().- Parameters:
ctx- the parse tree
-
enterConditionalExpression
Enter a parse tree produced byKotlinParser.conditionalExpression().- Parameters:
ctx- the parse tree
-
exitConditionalExpression
Exit a parse tree produced byKotlinParser.conditionalExpression().- Parameters:
ctx- the parse tree
-
enterIfExpression
Enter a parse tree produced byKotlinParser.ifExpression().- Parameters:
ctx- the parse tree
-
exitIfExpression
Exit a parse tree produced byKotlinParser.ifExpression().- Parameters:
ctx- the parse tree
-
enterControlStructureBody
Enter a parse tree produced byKotlinParser.controlStructureBody().- Parameters:
ctx- the parse tree
-
exitControlStructureBody
Exit a parse tree produced byKotlinParser.controlStructureBody().- Parameters:
ctx- the parse tree
-
enterWhenExpression
Enter a parse tree produced byKotlinParser.whenExpression().- Parameters:
ctx- the parse tree
-
exitWhenExpression
Exit a parse tree produced byKotlinParser.whenExpression().- Parameters:
ctx- the parse tree
-
enterWhenEntry
Enter a parse tree produced byKotlinParser.whenEntry().- Parameters:
ctx- the parse tree
-
exitWhenEntry
Exit a parse tree produced byKotlinParser.whenEntry().- Parameters:
ctx- the parse tree
-
enterWhenCondition
Enter a parse tree produced byKotlinParser.whenCondition().- Parameters:
ctx- the parse tree
-
exitWhenCondition
Exit a parse tree produced byKotlinParser.whenCondition().- Parameters:
ctx- the parse tree
-
enterRangeTest
Enter a parse tree produced byKotlinParser.rangeTest().- Parameters:
ctx- the parse tree
-
exitRangeTest
Exit a parse tree produced byKotlinParser.rangeTest().- Parameters:
ctx- the parse tree
-
enterTypeTest
Enter a parse tree produced byKotlinParser.typeTest().- Parameters:
ctx- the parse tree
-
exitTypeTest
Exit a parse tree produced byKotlinParser.typeTest().- Parameters:
ctx- the parse tree
-
enterTryExpression
Enter a parse tree produced byKotlinParser.tryExpression().- Parameters:
ctx- the parse tree
-
exitTryExpression
Exit a parse tree produced byKotlinParser.tryExpression().- Parameters:
ctx- the parse tree
-
enterTryBody
Enter a parse tree produced byKotlinParser.tryBody().- Parameters:
ctx- the parse tree
-
exitTryBody
Exit a parse tree produced byKotlinParser.tryBody().- Parameters:
ctx- the parse tree
-
enterCatchStatement
Enter a parse tree produced byKotlinParser.catchStatement().- Parameters:
ctx- the parse tree
-
exitCatchStatement
Exit a parse tree produced byKotlinParser.catchStatement().- Parameters:
ctx- the parse tree
-
enterCatchBody
Enter a parse tree produced byKotlinParser.catchBody().- Parameters:
ctx- the parse tree
-
exitCatchBody
Exit a parse tree produced byKotlinParser.catchBody().- Parameters:
ctx- the parse tree
-
enterFinallyStatement
Enter a parse tree produced byKotlinParser.finallyStatement().- Parameters:
ctx- the parse tree
-
exitFinallyStatement
Exit a parse tree produced byKotlinParser.finallyStatement().- Parameters:
ctx- the parse tree
-
enterFinallyBody
Enter a parse tree produced byKotlinParser.finallyBody().- Parameters:
ctx- the parse tree
-
exitFinallyBody
Exit a parse tree produced byKotlinParser.finallyBody().- Parameters:
ctx- the parse tree
-
enterLoopExpression
Enter a parse tree produced byKotlinParser.loopExpression().- Parameters:
ctx- the parse tree
-
exitLoopExpression
Exit a parse tree produced byKotlinParser.loopExpression().- Parameters:
ctx- the parse tree
-
enterForExpression
Enter a parse tree produced byKotlinParser.forExpression().- Parameters:
ctx- the parse tree
-
exitForExpression
Exit a parse tree produced byKotlinParser.forExpression().- Parameters:
ctx- the parse tree
-
enterWhileExpression
Enter a parse tree produced byKotlinParser.whileExpression().- Parameters:
ctx- the parse tree
-
exitWhileExpression
Exit a parse tree produced byKotlinParser.whileExpression().- Parameters:
ctx- the parse tree
-
enterDoWhileExpression
Enter a parse tree produced byKotlinParser.doWhileExpression().- Parameters:
ctx- the parse tree
-
exitDoWhileExpression
Exit a parse tree produced byKotlinParser.doWhileExpression().- Parameters:
ctx- the parse tree
-
enterJumpExpression
Enter a parse tree produced byKotlinParser.jumpExpression().- Parameters:
ctx- the parse tree
-
exitJumpExpression
Exit a parse tree produced byKotlinParser.jumpExpression().- Parameters:
ctx- the parse tree
-
enterCallableReference
Enter a parse tree produced byKotlinParser.callableReference().- Parameters:
ctx- the parse tree
-
exitCallableReference
Exit a parse tree produced byKotlinParser.callableReference().- Parameters:
ctx- the parse tree
-
enterAssignmentOperator
Enter a parse tree produced byKotlinParser.assignmentOperator().- Parameters:
ctx- the parse tree
-
exitAssignmentOperator
Exit a parse tree produced byKotlinParser.assignmentOperator().- Parameters:
ctx- the parse tree
-
enterEqualityOperation
Enter a parse tree produced byKotlinParser.equalityOperation().- Parameters:
ctx- the parse tree
-
exitEqualityOperation
Exit a parse tree produced byKotlinParser.equalityOperation().- Parameters:
ctx- the parse tree
-
enterComparisonOperator
Enter a parse tree produced byKotlinParser.comparisonOperator().- Parameters:
ctx- the parse tree
-
exitComparisonOperator
Exit a parse tree produced byKotlinParser.comparisonOperator().- Parameters:
ctx- the parse tree
-
enterInOperator
Enter a parse tree produced byKotlinParser.inOperator().- Parameters:
ctx- the parse tree
-
exitInOperator
Exit a parse tree produced byKotlinParser.inOperator().- Parameters:
ctx- the parse tree
-
enterIsOperator
Enter a parse tree produced byKotlinParser.isOperator().- Parameters:
ctx- the parse tree
-
exitIsOperator
Exit a parse tree produced byKotlinParser.isOperator().- Parameters:
ctx- the parse tree
-
enterAdditiveOperator
Enter a parse tree produced byKotlinParser.additiveOperator().- Parameters:
ctx- the parse tree
-
exitAdditiveOperator
Exit a parse tree produced byKotlinParser.additiveOperator().- Parameters:
ctx- the parse tree
-
enterMultiplicativeOperation
Enter a parse tree produced byKotlinParser.multiplicativeOperation().- Parameters:
ctx- the parse tree
-
exitMultiplicativeOperation
Exit a parse tree produced byKotlinParser.multiplicativeOperation().- Parameters:
ctx- the parse tree
-
enterTypeOperation
Enter a parse tree produced byKotlinParser.typeOperation().- Parameters:
ctx- the parse tree
-
exitTypeOperation
Exit a parse tree produced byKotlinParser.typeOperation().- Parameters:
ctx- the parse tree
-
enterPrefixUnaryOperation
Enter a parse tree produced byKotlinParser.prefixUnaryOperation().- Parameters:
ctx- the parse tree
-
exitPrefixUnaryOperation
Exit a parse tree produced byKotlinParser.prefixUnaryOperation().- Parameters:
ctx- the parse tree
-
enterPostfixUnaryOperation
Enter a parse tree produced byKotlinParser.postfixUnaryOperation().- Parameters:
ctx- the parse tree
-
exitPostfixUnaryOperation
Exit a parse tree produced byKotlinParser.postfixUnaryOperation().- Parameters:
ctx- the parse tree
-
enterMemberAccessOperator
Enter a parse tree produced byKotlinParser.memberAccessOperator().- Parameters:
ctx- the parse tree
-
exitMemberAccessOperator
Exit a parse tree produced byKotlinParser.memberAccessOperator().- Parameters:
ctx- the parse tree
-
enterModifierList
Enter a parse tree produced byKotlinParser.modifierList().- Parameters:
ctx- the parse tree
-
exitModifierList
Exit a parse tree produced byKotlinParser.modifierList().- Parameters:
ctx- the parse tree
-
enterModifier
Enter a parse tree produced byKotlinParser.modifier().- Parameters:
ctx- the parse tree
-
exitModifier
Exit a parse tree produced byKotlinParser.modifier().- Parameters:
ctx- the parse tree
-
enterClassModifier
Enter a parse tree produced byKotlinParser.classModifier().- Parameters:
ctx- the parse tree
-
exitClassModifier
Exit a parse tree produced byKotlinParser.classModifier().- Parameters:
ctx- the parse tree
-
enterMemberModifier
Enter a parse tree produced byKotlinParser.memberModifier().- Parameters:
ctx- the parse tree
-
exitMemberModifier
Exit a parse tree produced byKotlinParser.memberModifier().- Parameters:
ctx- the parse tree
-
enterVisibilityModifier
Enter a parse tree produced byKotlinParser.visibilityModifier().- Parameters:
ctx- the parse tree
-
exitVisibilityModifier
Exit a parse tree produced byKotlinParser.visibilityModifier().- Parameters:
ctx- the parse tree
-
enterVarianceAnnotation
Enter a parse tree produced byKotlinParser.varianceAnnotation().- Parameters:
ctx- the parse tree
-
exitVarianceAnnotation
Exit a parse tree produced byKotlinParser.varianceAnnotation().- Parameters:
ctx- the parse tree
-
enterFunctionModifier
Enter a parse tree produced byKotlinParser.functionModifier().- Parameters:
ctx- the parse tree
-
exitFunctionModifier
Exit a parse tree produced byKotlinParser.functionModifier().- Parameters:
ctx- the parse tree
-
enterPropertyModifier
Enter a parse tree produced byKotlinParser.propertyModifier().- Parameters:
ctx- the parse tree
-
exitPropertyModifier
Exit a parse tree produced byKotlinParser.propertyModifier().- Parameters:
ctx- the parse tree
-
enterInheritanceModifier
Enter a parse tree produced byKotlinParser.inheritanceModifier().- Parameters:
ctx- the parse tree
-
exitInheritanceModifier
Exit a parse tree produced byKotlinParser.inheritanceModifier().- Parameters:
ctx- the parse tree
-
enterParameterModifier
Enter a parse tree produced byKotlinParser.parameterModifier().- Parameters:
ctx- the parse tree
-
exitParameterModifier
Exit a parse tree produced byKotlinParser.parameterModifier().- Parameters:
ctx- the parse tree
-
enterTypeParameterModifier
Enter a parse tree produced byKotlinParser.typeParameterModifier().- Parameters:
ctx- the parse tree
-
exitTypeParameterModifier
Exit a parse tree produced byKotlinParser.typeParameterModifier().- Parameters:
ctx- the parse tree
-
enterLabelDefinition
Enter a parse tree produced byKotlinParser.labelDefinition().- Parameters:
ctx- the parse tree
-
exitLabelDefinition
Exit a parse tree produced byKotlinParser.labelDefinition().- Parameters:
ctx- the parse tree
-
enterAnnotations
Enter a parse tree produced byKotlinParser.annotations().- Parameters:
ctx- the parse tree
-
exitAnnotations
Exit a parse tree produced byKotlinParser.annotations().- Parameters:
ctx- the parse tree
-
enterAnnotation
Enter a parse tree produced byKotlinParser.annotation().- Parameters:
ctx- the parse tree
-
exitAnnotation
Exit a parse tree produced byKotlinParser.annotation().- Parameters:
ctx- the parse tree
-
enterAnnotationList
Enter a parse tree produced byKotlinParser.annotationList().- Parameters:
ctx- the parse tree
-
exitAnnotationList
Exit a parse tree produced byKotlinParser.annotationList().- Parameters:
ctx- the parse tree
-
enterAnnotationUseSiteTarget
Enter a parse tree produced byKotlinParser.annotationUseSiteTarget().- Parameters:
ctx- the parse tree
-
exitAnnotationUseSiteTarget
Exit a parse tree produced byKotlinParser.annotationUseSiteTarget().- Parameters:
ctx- the parse tree
-
enterUnescapedAnnotation
Enter a parse tree produced byKotlinParser.unescapedAnnotation().- Parameters:
ctx- the parse tree
-
exitUnescapedAnnotation
Exit a parse tree produced byKotlinParser.unescapedAnnotation().- Parameters:
ctx- the parse tree
-
enterIdentifier
Enter a parse tree produced byKotlinParser.identifier().- Parameters:
ctx- the parse tree
-
exitIdentifier
Exit a parse tree produced byKotlinParser.identifier().- Parameters:
ctx- the parse tree
-
enterSimpleIdentifier
Enter a parse tree produced byKotlinParser.simpleIdentifier().- Parameters:
ctx- the parse tree
-
exitSimpleIdentifier
Exit a parse tree produced byKotlinParser.simpleIdentifier().- Parameters:
ctx- the parse tree
-
enterSemi
Enter a parse tree produced byKotlinParser.semi().- Parameters:
ctx- the parse tree
-
exitSemi
Exit a parse tree produced byKotlinParser.semi().- Parameters:
ctx- the parse tree
-
enterAnysemi
Enter a parse tree produced byKotlinParser.anysemi().- Parameters:
ctx- the parse tree
-
exitAnysemi
Exit a parse tree produced byKotlinParser.anysemi().- Parameters:
ctx- the parse tree
-