Package jetbrains.mps.text.rt
Class TextGenAspectBase
- java.lang.Object
 - 
- jetbrains.mps.text.rt.TextGenAspectBase
 
 
- 
- All Implemented Interfaces:
 ILanguageAspect,TextGenAspectDescriptor
public abstract class TextGenAspectBase extends Object implements TextGenAspectDescriptor
Base implementation ofTextGenAspectDescriptorto extend from generated code- Since:
 - 3.3
 
 
- 
- 
Constructor Summary
Constructors Constructor Description TextGenAspectBase() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbreakdownToUnits(TextGenModelOutline modelOutline)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface jetbrains.mps.text.rt.TextGenAspectDescriptor
getDescriptor 
 - 
 
 - 
 
- 
- 
Method Detail
- 
breakdownToUnits
public void breakdownToUnits(@NotNull TextGenModelOutline modelOutline)
 
 - 
 
 -