fr.umlv.corosol.component.proxy
Interface JMetaTransformer

All Superinterfaces:
JObject
All Known Implementing Classes:
DefaultJMetaTransformer

public interface JMetaTransformer
extends JObject

This interface represents a bytecode transformer.

Author:
Christophe Deleray

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

Method Detail

metaTransform

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

Parameters:
code - the source code attribute