Package jetbrains.mps.generator.runtime
Interface TemplateCreateRootRule
- 
- All Superinterfaces:
 TemplateRule,TemplateRuleWithCondition
- All Known Implementing Classes:
 CreateRootRuleBase,TemplateCreateRootRuleInterpreted
public interface TemplateCreateRootRule extends TemplateRuleWithCondition
Evgeny Gryaznov, 10/27/10 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<SNode>apply(TemplateExecutionEnvironment environment)- 
Methods inherited from interface jetbrains.mps.generator.runtime.TemplateRule
getRuleNode 
- 
Methods inherited from interface jetbrains.mps.generator.runtime.TemplateRuleWithCondition
isApplicable 
 - 
 
 - 
 
- 
- 
Method Detail
- 
apply
Collection<SNode> apply(TemplateExecutionEnvironment environment) throws GenerationException
- Throws:
 GenerationException
 
 - 
 
 -