org.objectweb.fractal.aokell.glue.template
Class LifeCycleInterceptorBeforeTemplate
java.lang.Object
spoon.template.StatementListTemplateParameter
org.objectweb.fractal.aokell.glue.template.LifeCycleInterceptorBeforeTemplate
- All Implemented Interfaces:
- spoon.template.Template, spoon.template.TemplateParameter<Void>, spoon.template.TemplateParameterList<Void>
public class LifeCycleInterceptorBeforeTemplate
- extends spoon.template.StatementListTemplateParameter
- implements spoon.template.Template
Template applied to all classes which are processed by
LifeCycleControllerProcessor. This template defines some before code inserted
at the beginning of all processed methods.
- Author:
- Lionel Seinturier
Method Summary |
void |
statements()
Define the code which will be introduced before each method of the
processed class. |
Methods inherited from class spoon.template.StatementListTemplateParameter |
getSubstitution, S |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LifeCycleInterceptorBeforeTemplate
public LifeCycleInterceptorBeforeTemplate()
statements
public void statements()
- Define the code which will be introduced before each method of the
processed class.
- Specified by:
statements
in class spoon.template.StatementListTemplateParameter