Class TemplateDropRuleInterpreted
- java.lang.Object
 - 
- jetbrains.mps.generator.runtime.DropRootRuleBase
 - 
- jetbrains.mps.generator.impl.interpreted.TemplateDropRuleInterpreted
 
 
 
- 
- All Implemented Interfaces:
 TemplateDropRootRule,TemplateRule,TemplateRuleForConcept,TemplateRuleWithCondition
public class TemplateDropRuleInterpreted extends DropRootRuleBase implements TemplateDropRootRule
 
- 
- 
Constructor Summary
Constructors Constructor Description TemplateDropRuleInterpreted(SNode child) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisApplicable(TemplateContext context)Subclasses can rely on default implementation to returntrue.- 
Methods inherited from class jetbrains.mps.generator.runtime.DropRootRuleBase
applyToInheritors, getApplicableConcept, getRuleNode 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface jetbrains.mps.generator.runtime.TemplateRule
getRuleNode 
- 
Methods inherited from interface jetbrains.mps.generator.runtime.TemplateRuleForConcept
applyToInheritors, getApplicableConcept 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isApplicable
public boolean isApplicable(@NotNull TemplateContext context) throws GenerationFailureException
Description copied from class:DropRootRuleBaseSubclasses can rely on default implementation to returntrue.- Specified by:
 isApplicablein interfaceTemplateRuleWithCondition- Overrides:
 isApplicablein classDropRootRuleBase- Throws:
 GenerationFailureException
 
 - 
 
 -