fr.umlv.corosol.component.proxy.impl
Class DefaultJMetaTransformer

java.lang.Object
  extended by fr.umlv.corosol.component.proxy.impl.DefaultJMetaTransformer
All Implemented Interfaces:
JObject, JMetaTransformer

public class DefaultJMetaTransformer
extends java.lang.Object
implements JMetaTransformer

This class is the default implementation of the JMetaTransformer interface.

Author:
Christophe Deleray
See Also:
JMetaTransformer

Constructor Summary
DefaultJMetaTransformer()
          Creates a new DefaultJMetaTransformer object.
 
Method Summary
 JCodeAttribute metaTransform(JCodeAttribute code)
          Returns the CODE attribute creates from meta transformations performed from the specified CODE attribute.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultJMetaTransformer

public DefaultJMetaTransformer()
Creates a new DefaultJMetaTransformer object.

Method Detail

metaTransform

public JCodeAttribute metaTransform(JCodeAttribute code)
Returns the CODE attribute creates from meta transformations performed from the specified CODE attribute.

Specified by:
metaTransform in interface JMetaTransformer
Parameters:
code - the source code attribute