Package jetbrains.mps.generator.runtime
Interface TemplateDeclaration2
- 
- All Superinterfaces:
 TemplateDeclaration,TemplateDeclarationWeavingAware2
- All Known Implementing Classes:
 TemplateDeclarationInterpreted
public interface TemplateDeclaration2 extends TemplateDeclaration
MIGRATION INTERFACE To cease existence once 2018.3 is out and all generated templates don't need arguments at construction time but expect them through TC in apply()- Since:
 - 2018.3
 
 
- 
- 
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String[]getParameterNames()- 
Methods inherited from interface jetbrains.mps.generator.runtime.TemplateDeclaration
apply, getTemplateNode 
- 
Methods inherited from interface jetbrains.mps.generator.runtime.TemplateDeclarationWeavingAware2
weave 
 - 
 
 -