net.sf.cglib.transform.impl
Class AddStaticInitTransformer

java.lang.Object
  extended by ClassAdapter
      extended by net.sf.cglib.core.ClassEmitter
          extended by net.sf.cglib.transform.ClassEmitterTransformer
              extended by net.sf.cglib.transform.impl.AddStaticInitTransformer
All Implemented Interfaces:
ClassTransformer

public class AddStaticInitTransformer
extends ClassEmitterTransformer

Author:
Juozas Baliuka, Chris Nokleberg

Constructor Summary
AddStaticInitTransformer(java.lang.reflect.Method classInit)
           
 
Method Summary
 
Methods inherited from class net.sf.cglib.core.ClassEmitter
begin_class, begin_method, begin_static, declare_field, define_attribute, end_class, getAccess, getClassInfo, getClassType, getStaticHook, getSuperType, setTarget, visit, visitAttribute, visitEnd, visitField, visitMethod
 
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
 

Constructor Detail

AddStaticInitTransformer

public AddStaticInitTransformer(java.lang.reflect.Method classInit)


Copyright (c) 2001 - Apache Software Foundation