Uses of Class
de.jplag.kotlin.grammar.KotlinParser.AnnotationsContext
Packages that use KotlinParser.AnnotationsContext
-
Uses of KotlinParser.AnnotationsContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.AnnotationsContextModifier and TypeMethodDescriptionKotlinParser.annotations()KotlinParser.BlockLevelExpressionContext.annotations(int i) KotlinParser.CatchStatementContext.annotations(int i) KotlinParser.DelegationSpecifiersContext.annotations(int i) KotlinParser.ForExpressionContext.annotations(int i) KotlinParser.FunctionLiteralContext.annotations(int i) KotlinParser.ModifierListContext.annotations(int i) KotlinParser.PrefixUnaryOperationContext.annotations()KotlinParser.SetterContext.annotations(int i) KotlinParser.TypeConstraintContext.annotations(int i) KotlinParser.TypeModifierListContext.annotations(int i) Methods in de.jplag.kotlin.grammar that return types with arguments of type KotlinParser.AnnotationsContextModifier and TypeMethodDescriptionKotlinParser.BlockLevelExpressionContext.annotations()KotlinParser.CatchStatementContext.annotations()KotlinParser.DelegationSpecifiersContext.annotations()KotlinParser.ForExpressionContext.annotations()KotlinParser.FunctionLiteralContext.annotations()KotlinParser.ModifierListContext.annotations()KotlinParser.SetterContext.annotations()KotlinParser.TypeConstraintContext.annotations()KotlinParser.TypeModifierListContext.annotations()Methods in de.jplag.kotlin.grammar with parameters of type KotlinParser.AnnotationsContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterAnnotations(KotlinParser.AnnotationsContext ctx) Enter a parse tree produced byKotlinParser.annotations().voidKotlinParserListener.enterAnnotations(KotlinParser.AnnotationsContext ctx) Enter a parse tree produced byKotlinParser.annotations().voidKotlinParserBaseListener.exitAnnotations(KotlinParser.AnnotationsContext ctx) Exit a parse tree produced byKotlinParser.annotations().voidKotlinParserListener.exitAnnotations(KotlinParser.AnnotationsContext ctx) Exit a parse tree produced byKotlinParser.annotations().