Package jetbrains.mps.generator.template
Class InlineSwitchCaseContext
- java.lang.Object
 - 
- jetbrains.mps.generator.template.TemplateQueryContext
 - 
- jetbrains.mps.generator.template.TemplateQueryContextWithRule
 - 
- jetbrains.mps.generator.template.BaseMappingRuleContext
 - 
- jetbrains.mps.generator.template.InlineSwitchCaseContext
 
 
 
 
 
- 
public class InlineSwitchCaseContext extends BaseMappingRuleContext
- Since:
 - 3.1
 
 
- 
- 
Field Summary
- 
Fields inherited from class jetbrains.mps.generator.template.TemplateQueryContext
myContext 
 - 
 
- 
Constructor Summary
Constructors Constructor Description InlineSwitchCaseContext(TemplateContext templateContext, SNodeReference caseNode) 
- 
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
- 
InlineSwitchCaseContext
public InlineSwitchCaseContext(@NotNull TemplateContext templateContext, @NotNull SNodeReference caseNode)
 
 - 
 
 -