Uses of Class
de.jplag.kotlin.grammar.KotlinParser.UserTypeContext
Packages that use KotlinParser.UserTypeContext
-
Uses of KotlinParser.UserTypeContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.UserTypeContextModifier and TypeMethodDescriptionKotlinParser.CallableReferenceContext.userType()KotlinParser.CatchStatementContext.userType()KotlinParser.ConstructorInvocationContext.userType()KotlinParser.DelegationSpecifierContext.userType()KotlinParser.ExplicitDelegationContext.userType()KotlinParser.TypeReferenceContext.userType()KotlinParser.userType()Methods in de.jplag.kotlin.grammar with parameters of type KotlinParser.UserTypeContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterUserType(KotlinParser.UserTypeContext ctx) Enter a parse tree produced byKotlinParser.userType().voidKotlinParserListener.enterUserType(KotlinParser.UserTypeContext ctx) Enter a parse tree produced byKotlinParser.userType().voidKotlinParserBaseListener.exitUserType(KotlinParser.UserTypeContext ctx) Exit a parse tree produced byKotlinParser.userType().voidKotlinParserListener.exitUserType(KotlinParser.UserTypeContext ctx) Exit a parse tree produced byKotlinParser.userType().