Class SmartClassWriter


  • public class SmartClassWriter
    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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected String getCommonSuperClass​(String aType, String bType)  
      • 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, visitPermittedSubclass, visitRecordComponent, visitSource, visitTypeAnnotation
    • Constructor Detail

      • SmartClassWriter

        public SmartClassWriter​(ClassInfoLoader classInfoLoader)
    • Method Detail

      • getCommonSuperClass

        protected String getCommonSuperClass​(String aType,
                                             String bType)
        Overrides:
        getCommonSuperClass in class org.objectweb.asm.ClassWriter