Uses of Class
de.jplag.kotlin.grammar.KotlinParser.PreambleContext
Packages that use KotlinParser.PreambleContext
-
Uses of KotlinParser.PreambleContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.PreambleContextModifier and TypeMethodDescriptionKotlinParser.KotlinFileContext.preamble()KotlinParser.preamble()KotlinParser.ScriptContext.preamble()Methods in de.jplag.kotlin.grammar with parameters of type KotlinParser.PreambleContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterPreamble(KotlinParser.PreambleContext ctx) Enter a parse tree produced byKotlinParser.preamble().voidKotlinParserListener.enterPreamble(KotlinParser.PreambleContext ctx) Enter a parse tree produced byKotlinParser.preamble().voidKotlinParserBaseListener.exitPreamble(KotlinParser.PreambleContext ctx) Exit a parse tree produced byKotlinParser.preamble().voidKotlinParserListener.exitPreamble(KotlinParser.PreambleContext ctx) Exit a parse tree produced byKotlinParser.preamble().