Package org.apache.openjpa.util.asm
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
-
-
Constructor Summary
Constructors Constructor Description BCClassWriter(int flags, java.lang.ClassLoader loader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getCommonSuperClass(java.lang.String type1, java.lang.String type2)
-
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
-
-