Package jetbrains.mps.generator.template
Interface ITemplateProcessor
- 
- All Known Implementing Classes:
 TemplateProcessor
public interface ITemplateProcessor 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SNode>apply(SNode templateNode, TemplateContext context) 
 - 
 
- 
- 
Method Detail
- 
apply
@NotNull List<SNode> apply(@NotNull SNode templateNode, @NotNull TemplateContext context) throws DismissTopMappingRuleException, GenerationFailureException, GenerationCanceledException
 
 - 
 
 -