Package jetbrains.mps.generator.template
Class BaseMappingRuleContext
- java.lang.Object
 - 
- jetbrains.mps.generator.template.TemplateQueryContext
 - 
- jetbrains.mps.generator.template.TemplateQueryContextWithRule
 - 
- jetbrains.mps.generator.template.BaseMappingRuleContext
 
 
 
 
- 
- Direct Known Subclasses:
 InlineSwitchCaseContext,MapRootRuleContext,PatternRuleContext,ReductionRuleQueryContext,WeavingMappingRuleContext
public class BaseMappingRuleContext extends TemplateQueryContextWithRule
 
- 
- 
Field Summary
- 
Fields inherited from class jetbrains.mps.generator.template.TemplateQueryContext
myContext 
 - 
 
- 
Constructor Summary
Constructors Constructor Description BaseMappingRuleContext(TemplateContext context, SNodeReference ruleNode) 
- 
Method Summary
- 
Methods inherited from class jetbrains.mps.generator.template.TemplateQueryContextWithRule
getRuleNode 
- 
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, getSessionObject, getStepObject, getTemplateNodeRef, getTemplateReference, getTransientObject, getVariable, putSessionObject, putStepObject, putTransientObject, registerMappingLabel, showErrorMessage, showInformationMessage, showWarningMessage 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
BaseMappingRuleContext
public BaseMappingRuleContext(@NotNull TemplateContext context, @NotNull SNodeReference ruleNode)
- Since:
 - 3.1
 
 
 - 
 
 -