Package jetbrains.mps.generator.runtime
Interface TemplateDeclarationKey
- 
- All Known Implementing Classes:
 TemplateIdentity
public interface TemplateDeclarationKeyFor a long time, SNodeReference served as identity of a TemplateDeclaration, this class is a new and better way to identify templates- Since:
 - 2018.3
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdescribe()SModelReferencegetSourceModel()SNodeReferencegetSourceNode() 
 - 
 
- 
- 
Method Detail
- 
getSourceModel
SModelReference getSourceModel()
- Returns:
 - mandatory identifier of a 
TemplateModel. 
 
- 
getSourceNode
SNodeReference getSourceNode()
- Returns:
 - mandatory pointer to source node (i.e. 
node<TemplateDeclaration>). 
 
- 
describe
String describe()
 
 - 
 
 -