org.sourceforge.jemm.weaver.transformation.field
Interface FieldTransformation


public interface FieldTransformation

A transformation specifically designed for fields.

Author:
Paul Keeble

Method Summary
 boolean transform(javassist.CtClass clazz, javassist.CtField field)
          Change the class such that the field has been changed to suit the transformation.
 

Method Detail

transform

boolean transform(javassist.CtClass clazz,
                  javassist.CtField field)
                  throws TransformationException
Change the class such that the field has been changed to suit the transformation.

Parameters:
clazz - The class to change
field - The field to base the change on
Returns:
true if the transform went ahead on the field, otherwise false.
Throws:
TransformationException


Copyright © 2009. All Rights Reserved.