Class ClassReaderGenerator

java.lang.Object
net.sf.cglib.transform.ClassReaderGenerator
All Implemented Interfaces:
ClassGenerator

public class ClassReaderGenerator extends Object implements ClassGenerator
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final org.objectweb.asm.Attribute[]
     
    private final int
     
    private final org.objectweb.asm.ClassReader
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ClassReaderGenerator(org.objectweb.asm.ClassReader r, int flags)
     
    ClassReaderGenerator(org.objectweb.asm.ClassReader r, org.objectweb.asm.Attribute[] attrs, int flags)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    generateClass(org.objectweb.asm.ClassVisitor v)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • r

      private final org.objectweb.asm.ClassReader r
    • attrs

      private final org.objectweb.asm.Attribute[] attrs
    • flags

      private final int flags
  • Constructor Details

    • ClassReaderGenerator

      public ClassReaderGenerator(org.objectweb.asm.ClassReader r, int flags)
    • ClassReaderGenerator

      public ClassReaderGenerator(org.objectweb.asm.ClassReader r, org.objectweb.asm.Attribute[] attrs, int flags)
  • Method Details

    • generateClass

      public void generateClass(org.objectweb.asm.ClassVisitor v)
      Specified by:
      generateClass in interface ClassGenerator