net.sf.cglib.transform.impl

Class FieldProviderTransformer

Implemented Interfaces:
ClassTransformer, ClassVisitor

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()

Methods inherited from class net.sf.cglib.core.ClassEmitter

begin_class, begin_method, begin_static, declare_field, define_attribute, end_class, getAccess, getClassInfo, getClassType, getStaticHook, getSuperType, setTarget, visit, visitAttribute, visitEnd, visitField, visitMethod

Method Details

begin_class

public void begin_class(int version,
                        int access,
                        String className,
                        Type superType,
                        Type[] interfaces,
                        String sourceFile)
Overrides:
begin_class in interface ClassEmitter

declare_field

public void declare_field(int access,
                          String name,
                          Type type,
                          Object value,
                          Attribute attrs)
Overrides:
declare_field in interface ClassEmitter

end_class

public void end_class()
Overrides:
end_class in interface ClassEmitter

Copyright (c) 2001 - Apache Software Foundation