net.sf.cglib.transform.impl
Class AddInitTransformer

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.AddInitTransformer
All Implemented Interfaces:
ClassTransformer

public class AddInitTransformer
extends ClassEmitterTransformer

Author:
Mark Hobson

Constructor Summary
AddInitTransformer(java.lang.reflect.Method method)
           
 
Method Summary
 CodeEmitter begin_method(int access, Signature sig, Type[] exceptions)
           
 
Methods inherited from class net.sf.cglib.core.ClassEmitter
begin_class, begin_static, declare_field, end_class, getAccess, getClassInfo, getClassType, getStaticHook, getSuperType, setTarget, visit, 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

AddInitTransformer

public AddInitTransformer(java.lang.reflect.Method method)
Method Detail

begin_method

public CodeEmitter begin_method(int access,
                                Signature sig,
                                Type[] exceptions)
Overrides:
begin_method in class ClassEmitter


Copyright (c) 2001 - Apache Software Foundation