Package spoon.template
Class ExtensionTemplate
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class spoon.template.AbstractTemplate
addGeneratedBy, getFactory, isAddGeneratedBy, isValid, isWellFormed, withPartialEvaluation 
- 
Constructor Details
- 
ExtensionTemplate
public ExtensionTemplate() 
 - 
 - 
Method Details
- 
apply
Description copied from interface:TemplateReturns the code which results from applying the template.- Parameters:
 target- the type that defines the context of the substitution. It may be null for templates with no context.
 
 -