net.sf.cglib.transform.impl
Class FieldProviderTransformer
- ClassTransformer, ClassVisitor
public class FieldProviderTransformer
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()
|
begin_class, begin_method, begin_static, declare_field, define_attribute, end_class, getAccess, getClassInfo, getClassType, getStaticHook, getSuperType, setTarget, visit, visitAttribute, visitEnd, visitField, visitMethod |
begin_class
public void begin_class(int version,
int access,
String className,
Type superType,
Type[] interfaces,
String sourceFile)- begin_class in interface ClassEmitter
declare_field
public void declare_field(int access,
String name,
Type type,
Object value,
Attribute attrs)- declare_field in interface ClassEmitter
Copyright (c) 2001 - Apache Software Foundation