Package jetbrains.mps.generator.impl
Class WeavingProcessor
- java.lang.Object
 - 
- jetbrains.mps.generator.impl.WeavingProcessor
 
 
- 
public class WeavingProcessor extends Object
Evgeny Gryaznov, Feb 15, 2010 
- 
- 
Constructor Summary
Constructors Constructor Description WeavingProcessor(TemplateGenerator generator) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply()booleanhasWeavingRulesToApply()voidprepareWeavingRules(SModel inputModel) 
 - 
 
- 
- 
Constructor Detail
- 
WeavingProcessor
public WeavingProcessor(TemplateGenerator generator)
 
 - 
 
- 
Method Detail
- 
prepareWeavingRules
public void prepareWeavingRules(SModel inputModel) throws GenerationFailureException
- Throws:
 GenerationFailureException
 
- 
hasWeavingRulesToApply
public boolean hasWeavingRulesToApply()
 
- 
apply
public void apply() throws GenerationFailureException, GenerationCanceledException 
 - 
 
 -