net.sf.cglib.transform.impl
Class AddPropertyTransformer

java.lang.Object
  extended byorg.objectweb.asm.ClassVisitor
      extended bynet.sf.cglib.transform.ClassTransformer
          extended bynet.sf.cglib.core.ClassEmitter
              extended bynet.sf.cglib.transform.ClassEmitterTransformer
                  extended bynet.sf.cglib.transform.impl.AddPropertyTransformer

public class AddPropertyTransformer
extends ClassEmitterTransformer


Constructor Summary
AddPropertyTransformer(java.util.Map props)
           
AddPropertyTransformer(java.lang.String[] names, org.objectweb.asm.Type[] types)
           
 
Method Summary
 void end_class()
           
 
Methods inherited from class net.sf.cglib.core.ClassEmitter
begin_class, begin_method, begin_static, declare_field, getAccess, getClassInfo, getClassType, getStaticHook, getSuperType, setTarget, visit, visitEnd, visitField, visitMethod
 
Methods inherited from class org.objectweb.asm.ClassVisitor
visitAnnotation, visitAttribute, visitInnerClass, visitOuterClass, visitSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddPropertyTransformer

public AddPropertyTransformer(java.util.Map props)

AddPropertyTransformer

public AddPropertyTransformer(java.lang.String[] names,
                              org.objectweb.asm.Type[] types)
Method Detail

end_class

public void end_class()
Overrides:
end_class in class ClassEmitter


Copyright (c) 2001 - Apache Software Foundation