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
- Version:
- $Id: MixinEverythingEmitter.java,v 1.3 2004/06/24 21:15:19 herbyderby Exp $
-
Field Summary
Fields inherited from class org.objectweb.asm.ClassVisitor
api, cv
-
Constructor Summary
ConstructorsConstructorDescriptionMixinEverythingEmitter
(org.objectweb.asm.ClassVisitor v, String className, Class[] classes) -
Method Summary
Modifier and TypeMethodDescriptionprotected Class[]
getInterfaces
(Class[] classes) protected Method[]
getMethods
(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
Methods inherited from class org.objectweb.asm.ClassVisitor
getDelegate, visitAnnotation, visitAttribute, visitInnerClass, visitModule, visitNestHost, visitNestMember, visitOuterClass, visitPermittedSubclass, visitRecordComponent, visitSource, visitTypeAnnotation
-
Constructor Details
-
MixinEverythingEmitter
-
-
Method Details
-
getInterfaces
- Overrides:
getInterfaces
in classMixinEmitter
-
getMethods
- Overrides:
getMethods
in classMixinEmitter
-