Uses of Class
de.jplag.kotlin.grammar.KotlinParser.DelegationSpecifiersContext
Packages that use KotlinParser.DelegationSpecifiersContext
-
Uses of KotlinParser.DelegationSpecifiersContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.DelegationSpecifiersContextModifier and TypeMethodDescriptionKotlinParser.ClassDeclarationContext.delegationSpecifiers()KotlinParser.CompanionObjectContext.delegationSpecifiers()KotlinParser.delegationSpecifiers()KotlinParser.ObjectDeclarationContext.delegationSpecifiers()KotlinParser.ObjectLiteralContext.delegationSpecifiers()Methods in de.jplag.kotlin.grammar with parameters of type KotlinParser.DelegationSpecifiersContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterDelegationSpecifiers(KotlinParser.DelegationSpecifiersContext ctx) Enter a parse tree produced byKotlinParser.delegationSpecifiers().voidKotlinParserListener.enterDelegationSpecifiers(KotlinParser.DelegationSpecifiersContext ctx) Enter a parse tree produced byKotlinParser.delegationSpecifiers().voidKotlinParserBaseListener.exitDelegationSpecifiers(KotlinParser.DelegationSpecifiersContext ctx) Exit a parse tree produced byKotlinParser.delegationSpecifiers().voidKotlinParserListener.exitDelegationSpecifiers(KotlinParser.DelegationSpecifiersContext ctx) Exit a parse tree produced byKotlinParser.delegationSpecifiers().