Uses of Class
org.objectweb.asm.ClassWriter

Packages that use ClassWriter
Package
Description
Provides a small and fast bytecode manipulation framework.
  • Uses of ClassWriter in org.objectweb.asm

    Methods in org.objectweb.asm with parameters of type ClassWriter
    Modifier and Type
    Method
    Description
    static byte[]
    Attribute.write(Attribute attribute, ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals)
    Returns the byte array form of the content of the given attribute.
    protected ByteVector
    Attribute.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals)
    Returns the byte array form of the content of this attribute.