Uses of Class
de.jplag.kotlin.grammar.KotlinParser.DelegationSpecifierContext
Packages that use KotlinParser.DelegationSpecifierContext
-
Uses of KotlinParser.DelegationSpecifierContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.DelegationSpecifierContextModifier and TypeMethodDescriptionKotlinParser.delegationSpecifier()KotlinParser.DelegationSpecifiersContext.delegationSpecifier(int i) Methods in de.jplag.kotlin.grammar that return types with arguments of type KotlinParser.DelegationSpecifierContextMethods in de.jplag.kotlin.grammar with parameters of type KotlinParser.DelegationSpecifierContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterDelegationSpecifier(KotlinParser.DelegationSpecifierContext ctx) Enter a parse tree produced byKotlinParser.delegationSpecifier().voidKotlinParserListener.enterDelegationSpecifier(KotlinParser.DelegationSpecifierContext ctx) Enter a parse tree produced byKotlinParser.delegationSpecifier().voidKotlinParserBaseListener.exitDelegationSpecifier(KotlinParser.DelegationSpecifierContext ctx) Exit a parse tree produced byKotlinParser.delegationSpecifier().voidKotlinParserListener.exitDelegationSpecifier(KotlinParser.DelegationSpecifierContext ctx) Exit a parse tree produced byKotlinParser.delegationSpecifier().