Package jetbrains.mps.smodel.runtime
Interface MakeAspectDescriptor
- 
- All Superinterfaces:
 ILanguageAspect
- All Known Implementing Classes:
 FacetAspectDescriptor
public interface MakeAspectDescriptor extends ILanguageAspect
This class, as well as other AspectDescriptors, shall reside not in core/kernel but along with respective functionality. The only reason we keep them in [kernel] is that we need to ensure compatibility with 3.1-generated languages through 3.2 API. Once 3.2 is out there, and 3.1 compatibility is not an issue, these classes might end up in [mps-core] (as they constitute core functionality - structure, behavior, textgen, make) to avoid package name change 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFacetManifestgetManifest() 
 - 
 
- 
- 
Method Detail
- 
getManifest
IFacetManifest getManifest()
 
 - 
 
 -