net.sf.cglib.transform.impl
Class InterceptFieldTransformer
- ClassTransformer, ClassVisitor
public class InterceptFieldTransformer
- Juozas Baliuka, Chris Nokleberg
void | begin_class(int version, int access, String className, Type superType, Type[] interfaces, String sourceFile)
|
CodeEmitter | begin_method(int access, Signature sig, Type[] exceptions, Attribute attrs)
|
void | declare_field(int access, String name, Type type, Object value, Attribute attrs)
|
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