Package io.activej.codegen.util
Class DefiningClassWriter
java.lang.Object
org.objectweb.asm.ClassVisitor
org.objectweb.asm.ClassWriter
io.activej.codegen.util.DefiningClassWriter
public final class DefiningClassWriter
extends org.objectweb.asm.ClassWriter
-
Field Summary
-
Method Summary
Modifier and Type Method Description static DefiningClassWritercreate(DefiningClassLoader classLoader)protected StringgetCommonSuperClass(String type1, String type2)Methods inherited from class org.objectweb.asm.ClassWriter
getClassLoader, 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, visitSource, visitTypeAnnotation
-
Method Details
-
create
-
getCommonSuperClass
- Overrides:
getCommonSuperClassin classorg.objectweb.asm.ClassWriter
-