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. |
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 changefield
- 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.