Uses of Class
de.jplag.kotlin.grammar.KotlinParser.AnnotationContext
Packages that use KotlinParser.AnnotationContext
-
Uses of KotlinParser.AnnotationContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.AnnotationContextModifier and TypeMethodDescriptionKotlinParser.annotation()KotlinParser.AnnotationsContext.annotation()Methods in de.jplag.kotlin.grammar with parameters of type KotlinParser.AnnotationContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterAnnotation(KotlinParser.AnnotationContext ctx) Enter a parse tree produced byKotlinParser.annotation().voidKotlinParserListener.enterAnnotation(KotlinParser.AnnotationContext ctx) Enter a parse tree produced byKotlinParser.annotation().voidKotlinParserBaseListener.exitAnnotation(KotlinParser.AnnotationContext ctx) Exit a parse tree produced byKotlinParser.annotation().voidKotlinParserListener.exitAnnotation(KotlinParser.AnnotationContext ctx) Exit a parse tree produced byKotlinParser.annotation().