Class ClassWriterStrategy.FrameComputingClassWriter

    • Field Summary

      • Fields inherited from class org.objectweb.asm.ClassWriter

        COMPUTE_FRAMES, COMPUTE_MAXS
      • Fields inherited from class org.objectweb.asm.ClassVisitor

        api, cv
    • Constructor Summary

      Constructors 
      Constructor Description
      FrameComputingClassWriter​(int flags, TypePool typePool)
      Deprecated.
      Creates a new frame computing class writer.
      FrameComputingClassWriter​(org.objectweb.asm.ClassReader classReader, int flags, TypePool typePool)
      Deprecated.
      Creates a new frame computing class writer.
    • Method Summary

      • Methods inherited from class org.objectweb.asm.ClassWriter

        getClassLoader, hasFlags, newClass, newConst, newConstantDynamic, newField, newHandle, newHandle, newInvokeDynamic, newMethod, newMethodType, newModule, newNameType, newPackage, newUTF8, setFlags, toByteArray, visit, visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod, visitModule, visitNestHost, visitNestMember, visitOuterClass, visitPermittedSubclass, visitRecordComponent, visitSource, visitTypeAnnotation
      • Methods inherited from class org.objectweb.asm.ClassVisitor

        getDelegate
      • Methods inherited from class java.lang.Object

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

      • FrameComputingClassWriter

        public FrameComputingClassWriter​(int flags,
                                         TypePool typePool)
        Deprecated.
        Creates a new frame computing class writer.
        Parameters:
        flags - The flags to be handed to the writer.
        typePool - The type pool to use for computing stack map frames, if required.
      • FrameComputingClassWriter

        public FrameComputingClassWriter​(org.objectweb.asm.ClassReader classReader,
                                         int flags,
                                         TypePool typePool)
        Deprecated.
        Creates a new frame computing class writer.
        Parameters:
        classReader - The class reader from which the original class is read.
        flags - The flags to be handed to the writer.
        typePool - The type pool to use for computing stack map frames, if required.