Package spoon.template
Class ExtensionTemplate
-
Constructor Summary
-
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:Template
Returns 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.
-