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

    Fields inherited from class org.objectweb.asm.ClassWriter

    COMPUTE_FRAMES, COMPUTE_MAXS

    Fields inherited from class org.objectweb.asm.ClassVisitor

    api, cv
  • Method Summary

    Modifier and Type Method Description
    static DefiningClassWriter create​(DefiningClassLoader classLoader)  
    protected String getCommonSuperClass​(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait