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