Package jetbrains.mps.generator.runtime
Interface TemplateDropAttributeRule
- 
- All Superinterfaces:
 TemplateRule,TemplateRuleForConcept,TemplateRuleWithCondition
- All Known Implementing Classes:
 DropAttributeRuleBase,DropAttributeRuleInterpreted
public interface TemplateDropAttributeRule extends TemplateRuleWithCondition, TemplateRuleForConcept
Dedicated rules to abandon node attributes during transformation. Pretty much are identical toTemplateDropRootRule, applied to node attributes.- Since:
 - 3.3
 
 
- 
- 
Method Summary
- 
Methods inherited from interface jetbrains.mps.generator.runtime.TemplateRule
getRuleNode 
- 
Methods inherited from interface jetbrains.mps.generator.runtime.TemplateRuleForConcept
applyToInheritors, getApplicableConcept 
- 
Methods inherited from interface jetbrains.mps.generator.runtime.TemplateRuleWithCondition
isApplicable 
 - 
 
 -