Uses of Class
de.jplag.kotlin.grammar.KotlinParser.ExplicitDelegationContext
Packages that use KotlinParser.ExplicitDelegationContext
-
Uses of KotlinParser.ExplicitDelegationContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.ExplicitDelegationContextModifier and TypeMethodDescriptionKotlinParser.DelegationSpecifierContext.explicitDelegation()KotlinParser.explicitDelegation()Methods in de.jplag.kotlin.grammar with parameters of type KotlinParser.ExplicitDelegationContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterExplicitDelegation(KotlinParser.ExplicitDelegationContext ctx) Enter a parse tree produced byKotlinParser.explicitDelegation().voidKotlinParserListener.enterExplicitDelegation(KotlinParser.ExplicitDelegationContext ctx) Enter a parse tree produced byKotlinParser.explicitDelegation().voidKotlinParserBaseListener.exitExplicitDelegation(KotlinParser.ExplicitDelegationContext ctx) Exit a parse tree produced byKotlinParser.explicitDelegation().voidKotlinParserListener.exitExplicitDelegation(KotlinParser.ExplicitDelegationContext ctx) Exit a parse tree produced byKotlinParser.explicitDelegation().