Class MixinEmitter

java.lang.Object
org.objectweb.asm.ClassVisitor
Direct Known Subclasses:
MixinBeanEmitter, MixinEverythingEmitter

class MixinEmitter extends ClassEmitter
Version:
$Id: MixinEmitter.java,v 1.9 2006/08/27 21:04:37 herbyderby Exp $
  • Field Details

    • FIELD_NAME

      private static final String FIELD_NAME
      See Also:
    • CSTRUCT_OBJECT_ARRAY

      private static final Signature CSTRUCT_OBJECT_ARRAY
    • MIXIN

      private static final org.objectweb.asm.Type MIXIN
    • NEW_INSTANCE

      private static final Signature NEW_INSTANCE
  • Constructor Details

    • MixinEmitter

      public MixinEmitter(org.objectweb.asm.ClassVisitor v, String className, Class[] classes, int[] route)
  • Method Details

    • getInterfaces

      protected Class[] getInterfaces(Class[] classes)
    • getMethods

      protected Method[] getMethods(Class type)