Uses of Class
de.jplag.kotlin.grammar.KotlinParser.KotlinFileContext
Packages that use KotlinParser.KotlinFileContext
-
Uses of KotlinParser.KotlinFileContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.KotlinFileContextMethods in de.jplag.kotlin.grammar with parameters of type KotlinParser.KotlinFileContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterKotlinFile(KotlinParser.KotlinFileContext ctx) Enter a parse tree produced byKotlinParser.kotlinFile().voidKotlinParserListener.enterKotlinFile(KotlinParser.KotlinFileContext ctx) Enter a parse tree produced byKotlinParser.kotlinFile().voidKotlinParserBaseListener.exitKotlinFile(KotlinParser.KotlinFileContext ctx) Exit a parse tree produced byKotlinParser.kotlinFile().voidKotlinParserListener.exitKotlinFile(KotlinParser.KotlinFileContext ctx) Exit a parse tree produced byKotlinParser.kotlinFile().