Package jetbrains.mps.generator.runtime
Interface TemplateRule
- 
- All Known Subinterfaces:
 ReferenceReductionRule,TemplateCreateRootRule,TemplateDropAttributeRule,TemplateDropRootRule,TemplateReductionRule,TemplateRootMappingRule,TemplateRuleForConcept,TemplateRuleWithCondition,TemplateWeavingRule
- All Known Implementing Classes:
 CreateRootRuleBase,DropAttributeRuleBase,DropAttributeRuleInterpreted,DropRootRuleBase,MapRootRuleBase,ReductionRuleBase,ReferenceReductionRuleBase,RefReductionRuleInterpreted,TemplateCreateRootRuleInterpreted,TemplateDropRuleInterpreted,TemplateReductionPatternRuleInterpreted,TemplateReductionRuleInterpreted,TemplateRootMappingRuleInterpreted,TemplateWeavingRuleInterpreted,WeaveRuleBase
public interface TemplateRuleRoot of template rules hierarchy- Since:
 - 3.3
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SNodeReferencegetRuleNode() 
 - 
 
- 
- 
Method Detail
- 
getRuleNode
@NotNull SNodeReference getRuleNode()
 
 - 
 
 -