net.sf.cglib.transform.impl
Class AddPropertyTransformer

java.lang.Object
  extended byorg.objectweb.asm.ClassAdapter
      extended bynet.sf.cglib.core.ClassEmitter
          extended bynet.sf.cglib.transform.ClassEmitterTransformer
              extended bynet.sf.cglib.transform.impl.AddPropertyTransformer
All Implemented Interfaces:
ClassTransformer, org.objectweb.asm.ClassVisitor

public class AddPropertyTransformer
extends ClassEmitterTransformer


Field Summary
 
Fields inherited from class org.objectweb.asm.ClassAdapter
cv
 
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, define_attribute, getAccess, getClassType, getStaticHook, getSuperType, init, setTarget, visit, visitAttribute, visitEnd, visitField, visitMethod
 
Methods inherited from class org.objectweb.asm.ClassAdapter
visitInnerClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.cglib.transform.ClassTransformer
setTarget
 
Methods inherited from interface org.objectweb.asm.ClassVisitor
visit, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod
 

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 © 2002-2003 cglib. All Rights Reserved.