net.sf.cglib.transform.impl

Class FieldProviderTransformer

public class FieldProviderTransformer extends ClassEmitterTransformer

Method Summary
voidbegin_class(int version, int access, String className, Type superType, Type[] interfaces, String sourceFile)
voiddeclare_field(int access, String name, Type type, Object value, Attribute attrs)
voidend_class()

Method Detail

begin_class

public void begin_class(int version, int access, String className, Type superType, Type[] interfaces, String sourceFile)

declare_field

public void declare_field(int access, String name, Type type, Object value, Attribute attrs)

end_class

public void end_class()
Copyright (c) 2001 - Apache Software Foundation