func (s *JavaRefactorListener) EnterCreatedName(ctx *CreatedNameContext) {
    identifiers := ctx.AllIdentifier()
    for index := range identifiers {
        context := ctx.Identifier(index)
        name := context.GetText()