Package net.sf.cglib.proxy
Class MixinEmitter
java.lang.Object
org.objectweb.asm.ClassVisitor
net.sf.cglib.transform.ClassTransformer
net.sf.cglib.core.ClassEmitter
net.sf.cglib.proxy.MixinEmitter
- Direct Known Subclasses:
MixinBeanEmitter
,MixinEverythingEmitter
- Version:
- $Id: MixinEmitter.java,v 1.9 2006/08/27 21:04:37 herbyderby Exp $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Signature
private static final String
private static final org.objectweb.asm.Type
private static final Signature
Fields inherited from class org.objectweb.asm.ClassVisitor
api, cv
-
Constructor Summary
ConstructorsConstructorDescriptionMixinEmitter
(org.objectweb.asm.ClassVisitor v, String className, Class[] classes, int[] route) -
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
-
Field Details
-
FIELD_NAME
- See Also:
-
CSTRUCT_OBJECT_ARRAY
-
MIXIN
private static final org.objectweb.asm.Type MIXIN -
NEW_INSTANCE
-
-
Constructor Details
-
MixinEmitter
-
-
Method Details
-
getInterfaces
-
getMethods
-