Uses of Class
de.jplag.kotlin.grammar.KotlinParser.NamedInfixContext
Packages that use KotlinParser.NamedInfixContext
-
Uses of KotlinParser.NamedInfixContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.NamedInfixContextModifier and TypeMethodDescriptionKotlinParser.ComparisonContext.namedInfix(int i) KotlinParser.namedInfix()Methods in de.jplag.kotlin.grammar that return types with arguments of type KotlinParser.NamedInfixContextMethods in de.jplag.kotlin.grammar with parameters of type KotlinParser.NamedInfixContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterNamedInfix(KotlinParser.NamedInfixContext ctx) Enter a parse tree produced byKotlinParser.namedInfix().voidKotlinParserListener.enterNamedInfix(KotlinParser.NamedInfixContext ctx) Enter a parse tree produced byKotlinParser.namedInfix().voidKotlinParserBaseListener.exitNamedInfix(KotlinParser.NamedInfixContext ctx) Exit a parse tree produced byKotlinParser.namedInfix().voidKotlinParserListener.exitNamedInfix(KotlinParser.NamedInfixContext ctx) Exit a parse tree produced byKotlinParser.namedInfix().