Package jetbrains.mps.generator.runtime
Class TemplateSwitchBase
- java.lang.Object
 - 
- jetbrains.mps.generator.runtime.TemplateSwitchBase
 
 
- 
- All Implemented Interfaces:
 TemplateSwitchMapping
public abstract class TemplateSwitchBase extends Object implements TemplateSwitchMapping
Base implementation ofTemplateSwitchMappingto use as superclass in generated code to facilitate future API changes 
- 
- 
Constructor Summary
Constructors Constructor Description TemplateSwitchBase() 
- 
Method Summary
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface jetbrains.mps.generator.runtime.TemplateSwitchMapping
applyDefault, getModifiesSwitch, getReductionRules, getSwitchNode, processNull 
 - 
 
 -