net.sf.cglib.transform.impl
Class AddPropertyTransformer

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

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, define_attribute, getAccess, getClassInfo, getClassType, getStaticHook, getSuperType, setTarget, visit, visitAttribute, visitEnd, visitField, visitMethod
 
Methods inherited from class org.objectweb.asm.ClassAdapter
visitInnerClass
 
Methods inherited from class java.lang.Object
equals, 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 (c) 2001 - Apache Software Foundation