Package jetbrains.mps.generator.template
Class PropertyMacroContext
- java.lang.Object
 - 
- jetbrains.mps.generator.template.TemplateQueryContext
 - 
- jetbrains.mps.generator.template.PropertyMacroContext
 
 
 
- 
public class PropertyMacroContext extends TemplateQueryContext
 
- 
- 
Field Summary
- 
Fields inherited from class jetbrains.mps.generator.template.TemplateQueryContext
myContext 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PropertyMacroContext(TemplateContext context, String templateValue, SNodeReference macroNode) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTemplateValue()'templateValue' mapping- 
Methods inherited from class jetbrains.mps.generator.template.TemplateQueryContext
createIndexedName, createUniqueName, getAllOutputNodesByInputNodeAndMappingLabel, getCopiedOutputNodeForInputNode, getGenerationParameter, getGenerator, getInputModel, getInputNode, getNode, getOriginalCopiedInputNode, getOriginalInputModel, getOutputModel, getOutputNode, getOutputNodeByInputNodeAndMappingLabel, getOutputNodeByMappingLabel, getPatternVariable, getPreviousInputNodeByMappingLabel, getRuleNode, getSessionObject, getStepObject, getTemplateNodeRef, getTemplateReference, getTransientObject, getVariable, putSessionObject, putStepObject, putTransientObject, registerMappingLabel, showErrorMessage, showInformationMessage, showWarningMessage 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
PropertyMacroContext
public PropertyMacroContext(@NotNull TemplateContext context, String templateValue, @NotNull SNodeReference macroNode)
- Since:
 - 3.1
 
 
 - 
 
- 
Method Detail
- 
getTemplateValue
public String getTemplateValue()
'templateValue' mapping 
 - 
 
 -