Package jetbrains.mps.smodel.runtime
Class ConceptPresentationAspectBase
- java.lang.Object
 - 
- jetbrains.mps.smodel.runtime.ConceptPresentationAspectBase
 
 
- 
- All Implemented Interfaces:
 LanguageRuntimeAware,ConceptPresentationAspect,ILanguageAspect
public abstract class ConceptPresentationAspectBase extends Object implements ConceptPresentationAspect, LanguageRuntimeAware
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected LanguageRuntimemyLanguageRuntime 
- 
Constructor Summary
Constructors Constructor Description ConceptPresentationAspectBase() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetLanguageRuntime(LanguageRuntime languageRuntime)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface jetbrains.mps.smodel.runtime.ConceptPresentationAspect
getDescriptor 
 - 
 
 - 
 
- 
- 
Field Detail
- 
myLanguageRuntime
protected LanguageRuntime myLanguageRuntime
 
 - 
 
- 
Method Detail
- 
setLanguageRuntime
public void setLanguageRuntime(@NotNull LanguageRuntime languageRuntime)
- Specified by:
 setLanguageRuntimein interfaceLanguageRuntimeAware
 
 - 
 
 -