Package jetbrains.mps.util
Interface Setter<T>
- 
public interface Setter<T>Igor Alshannikov Jul 17, 2008 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(T o) 
 - 
 
- 
- 
Method Detail
- 
set
void set(T o)
 
 - 
 
 -