net.sf.cglib.transform.impl
public class FieldProviderTransformer extends ClassEmitterTransformer
Method Summary | |
---|---|
void | begin_class(int version, int access, String className, Type superType, Type[] interfaces, String sourceFile) |
void | declare_field(int access, String name, Type type, Object value, Attribute attrs) |
void | end_class() |