net.sf.cglib.transform.impl

Class InterceptFieldTransformer

public class InterceptFieldTransformer extends ClassEmitterTransformer

Author: Juozas Baliuka, Chris Nokleberg

Constructor Summary
InterceptFieldTransformer(InterceptFieldFilter filter)
Method Summary
voidbegin_class(int version, int access, String className, Type superType, Type[] interfaces, String sourceFile)
CodeEmitterbegin_method(int access, Signature sig, Type[] exceptions, Attribute attrs)
voiddeclare_field(int access, String name, Type type, Object value, Attribute attrs)

Constructor Detail

InterceptFieldTransformer

public InterceptFieldTransformer(InterceptFieldFilter filter)

Method Detail

begin_class

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

begin_method

public CodeEmitter begin_method(int access, Signature sig, Type[] exceptions, Attribute attrs)

declare_field

public void declare_field(int access, String name, Type type, Object value, Attribute attrs)
Copyright (c) 2001 - Apache Software Foundation