Package net.sf.cglib.proxy
Class MixinEverythingEmitter
- java.lang.Object
-
- org.objectweb.asm.ClassVisitor
-
- net.sf.cglib.transform.ClassTransformer
-
- net.sf.cglib.core.ClassEmitter
-
- net.sf.cglib.proxy.MixinEmitter
-
- net.sf.cglib.proxy.MixinEverythingEmitter
-
class MixinEverythingEmitter extends MixinEmitter
- Version:
- $Id: MixinEverythingEmitter.java,v 1.3 2004/06/24 21:15:19 herbyderby Exp $
-
-
Constructor Summary
Constructors Constructor Description MixinEverythingEmitter(org.objectweb.asm.ClassVisitor v, java.lang.String className, java.lang.Class[] classes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Class[]
getInterfaces(java.lang.Class[] classes)
protected java.lang.reflect.Method[]
getMethods(java.lang.Class type)
-
Methods inherited from class net.sf.cglib.core.ClassEmitter
begin_class, begin_method, begin_static, declare_field, end_class, getAccess, getClassInfo, getClassType, getStaticHook, getSuperType, init, setTarget, visit, visitEnd, visitField, visitMethod
-
-
-
-
Method Detail
-
getInterfaces
protected java.lang.Class[] getInterfaces(java.lang.Class[] classes)
- Overrides:
getInterfaces
in classMixinEmitter
-
getMethods
protected java.lang.reflect.Method[] getMethods(java.lang.Class type)
- Overrides:
getMethods
in classMixinEmitter
-
-