Class BCClassWriter

java.lang.Object
org.apache.xbean.asm9.ClassVisitor
org.apache.xbean.asm9.ClassWriter
org.apache.openjpa.util.asm.BCClassWriter

public class BCClassWriter extends org.apache.xbean.asm9.ClassWriter
Author:
Mark Struberg
  • Field Summary

    Fields inherited from class org.apache.xbean.asm9.ClassWriter

    COMPUTE_FRAMES, COMPUTE_MAXS

    Fields inherited from class org.apache.xbean.asm9.ClassVisitor

    api, cv
  • Constructor Summary

    Constructors
    Constructor
    Description
    BCClassWriter(int flags, ClassLoader loader)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     

    Methods inherited from class org.apache.xbean.asm9.ClassWriter

    getClassLoader, hasFlags, newClass, newConst, newConstantDynamic, newField, newHandle, newHandle, newInvokeDynamic, newMethod, newMethodType, newModule, newNameType, newPackage, newUTF8, toByteArray, visit, visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod, visitModule, visitNestHost, visitNestMember, visitOuterClass, visitPermittedSubclass, visitRecordComponent, visitSource, visitTypeAnnotation

    Methods inherited from class org.apache.xbean.asm9.ClassVisitor

    getDelegate

    Methods inherited from class java.lang.Object

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

    • BCClassWriter

      public BCClassWriter(int flags, ClassLoader loader)
  • Method Details

    • getCommonSuperClass

      protected String getCommonSuperClass(String type1, String type2)
      Overrides:
      getCommonSuperClass in class org.apache.xbean.asm9.ClassWriter