Lines Matching refs:participants

14 package org.eclipse.ltk.core.refactoring.participants;
77 …RefactoringParticipant[] participants= fgRenameInstance.getParticipants(status, processor, element… in loadRenameParticipants() local
78 RenameParticipant[] result= new RenameParticipant[participants.length]; in loadRenameParticipants()
79 System.arraycopy(participants, 0, result, 0, participants.length); in loadRenameParticipants()
124 …RefactoringParticipant[] participants= fgMoveExtensions.getParticipants(status, processor, element… in loadMoveParticipants() local
125 MoveParticipant[] result= new MoveParticipant[participants.length]; in loadMoveParticipants()
126 System.arraycopy(participants, 0, result, 0, participants.length); in loadMoveParticipants()
169 …RefactoringParticipant[] participants= fgDeleteInstance.getParticipants(status, processor, element… in loadDeleteParticipants() local
170 DeleteParticipant[] result= new DeleteParticipant[participants.length]; in loadDeleteParticipants()
171 System.arraycopy(participants, 0, result, 0, participants.length); in loadDeleteParticipants()
216 …RefactoringParticipant[] participants= fgCreateInstance.getParticipants(status, processor, element… in loadCreateParticipants() local
217 CreateParticipant[] result= new CreateParticipant[participants.length]; in loadCreateParticipants()
218 System.arraycopy(participants, 0, result, 0, participants.length); in loadCreateParticipants()
265 …RefactoringParticipant[] participants= fgCopyInstance.getParticipants(status, processor, element, … in loadCopyParticipants() local
266 CopyParticipant[] result= new CopyParticipant[participants.length]; in loadCopyParticipants()
267 System.arraycopy(participants, 0, result, 0, participants.length); in loadCopyParticipants()