Uses of Class
de.jplag.kotlin.grammar.KotlinParser.SimpleIdentifierContext
Packages that use KotlinParser.SimpleIdentifierContext
-
Uses of KotlinParser.SimpleIdentifierContext in de.jplag.kotlin.grammar
Methods in de.jplag.kotlin.grammar that return KotlinParser.SimpleIdentifierContextModifier and TypeMethodDescriptionKotlinParser.AtomicExpressionContext.simpleIdentifier()KotlinParser.CatchStatementContext.simpleIdentifier()KotlinParser.ClassDeclarationContext.simpleIdentifier()KotlinParser.ClassParameterContext.simpleIdentifier()KotlinParser.CompanionObjectContext.simpleIdentifier()KotlinParser.EnumEntryContext.simpleIdentifier()KotlinParser.IdentifierContext.simpleIdentifier(int i) KotlinParser.ImportAliasContext.simpleIdentifier()KotlinParser.InfixFunctionCallContext.simpleIdentifier(int i) KotlinParser.ObjectDeclarationContext.simpleIdentifier()KotlinParser.ParameterContext.simpleIdentifier()KotlinParser.SetterContext.simpleIdentifier()KotlinParser.simpleIdentifier()KotlinParser.SimpleUserTypeContext.simpleIdentifier()KotlinParser.TypeAliasContext.simpleIdentifier()KotlinParser.TypeConstraintContext.simpleIdentifier()KotlinParser.TypeParameterContext.simpleIdentifier()KotlinParser.ValueArgumentContext.simpleIdentifier()KotlinParser.VariableDeclarationContext.simpleIdentifier()Methods in de.jplag.kotlin.grammar that return types with arguments of type KotlinParser.SimpleIdentifierContextModifier and TypeMethodDescriptionKotlinParser.IdentifierContext.simpleIdentifier()KotlinParser.InfixFunctionCallContext.simpleIdentifier()Methods in de.jplag.kotlin.grammar with parameters of type KotlinParser.SimpleIdentifierContextModifier and TypeMethodDescriptionvoidKotlinParserBaseListener.enterSimpleIdentifier(KotlinParser.SimpleIdentifierContext ctx) Enter a parse tree produced byKotlinParser.simpleIdentifier().voidKotlinParserListener.enterSimpleIdentifier(KotlinParser.SimpleIdentifierContext ctx) Enter a parse tree produced byKotlinParser.simpleIdentifier().voidKotlinParserBaseListener.exitSimpleIdentifier(KotlinParser.SimpleIdentifierContext ctx) Exit a parse tree produced byKotlinParser.simpleIdentifier().voidKotlinParserListener.exitSimpleIdentifier(KotlinParser.SimpleIdentifierContext ctx) Exit a parse tree produced byKotlinParser.simpleIdentifier().