org.objectweb.fractal.aokell.glue.template
Class LifeCycleInterceptorBeforeTemplate

java.lang.Object
  extended by spoon.template.StatementListTemplateParameter
      extended by 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

Constructor Summary
LifeCycleInterceptorBeforeTemplate()
           
 
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
 

Constructor Detail

LifeCycleInterceptorBeforeTemplate

public LifeCycleInterceptorBeforeTemplate()
Method Detail

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