Class RefactoringParticipant.ParticipantStateFactory<IP,FP,IS,FS>
- java.lang.Object
 - 
- jetbrains.mps.refactoring.participant.RefactoringParticipant.ParticipantStateFactory<IP,FP,IS,FS>
 
 
- 
- Direct Known Subclasses:
 RefactoringParticipant.CollectingParticipantStateFactory,RefactoringParticipant.DeserializingParticipantStateFactory
- Enclosing interface:
 - RefactoringParticipant<InitialDataObject,FinalDataObject,InitialPoint,FinalPoint>
 
public abstract static class RefactoringParticipant.ParticipantStateFactory<IP,FP,IS,FS> extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description ParticipantStateFactory() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <I,F>
FgetFinal(RefactoringParticipant<I,F,IP,FP> participant, FS newNode)abstract <I,F>
IgetInitial(RefactoringParticipant<I,F,IP,FP> participant, IS oldNode) 
 - 
 
- 
- 
Method Detail
- 
getInitial
public abstract <I,F> I getInitial(RefactoringParticipant<I,F,IP,FP> participant, IS oldNode)
 
- 
getFinal
public abstract <I,F> F getFinal(RefactoringParticipant<I,F,IP,FP> participant, FS newNode)
 
 - 
 
 -