Uses of Class
de.jplag.kotlin.grammar.KotlinParser.TopLevelObjectContext
Packages that use KotlinParser.TopLevelObjectContext
-
Uses of KotlinParser.TopLevelObjectContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.TopLevelObjectContextModifier and TypeMethodDescriptionKotlinParser.KotlinFileContext.topLevelObject(int i) KotlinParser.topLevelObject()Methods in de.jplag.kotlin.grammar that return types with arguments of type KotlinParser.TopLevelObjectContextMethods in de.jplag.kotlin.grammar with parameters of type KotlinParser.TopLevelObjectContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterTopLevelObject(KotlinParser.TopLevelObjectContext ctx) Enter a parse tree produced byKotlinParser.topLevelObject().voidKotlinParserListener.enterTopLevelObject(KotlinParser.TopLevelObjectContext ctx) Enter a parse tree produced byKotlinParser.topLevelObject().voidKotlinParserBaseListener.exitTopLevelObject(KotlinParser.TopLevelObjectContext ctx) Exit a parse tree produced byKotlinParser.topLevelObject().voidKotlinParserListener.exitTopLevelObject(KotlinParser.TopLevelObjectContext ctx) Exit a parse tree produced byKotlinParser.topLevelObject().