|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.asm.ClassAdapter
net.sf.cglib.core.ClassEmitter
net.sf.cglib.transform.ClassEmitterTransformer
net.sf.cglib.transform.impl.AddInitTransformer
public class AddInitTransformer
Constructor Summary | |
---|---|
AddInitTransformer(java.lang.reflect.Method method)
|
Method Summary | |
---|---|
CodeEmitter |
begin_method(int access,
Signature sig,
org.objectweb.asm.Type[] exceptions,
org.objectweb.asm.Attribute attrs)
|
Methods inherited from class net.sf.cglib.core.ClassEmitter |
---|
begin_class, begin_static, declare_field, define_attribute, end_class, 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 |
---|
public AddInitTransformer(java.lang.reflect.Method method)
Method Detail |
---|
public CodeEmitter begin_method(int access, Signature sig, org.objectweb.asm.Type[] exceptions, org.objectweb.asm.Attribute attrs)
begin_method
in class ClassEmitter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |