Uses of Class
org.objectweb.asm.ClassWriter
Packages that use ClassWriter
Package
Description
Provides a small and fast bytecode manipulation framework.
Provides some useful class and method adapters.
-
Uses of ClassWriter in org.objectweb.asm
Fields in org.objectweb.asm declared as ClassWriterModifier and TypeFieldDescription(package private) final ClassWriter
SymbolTable.classWriter
The ClassWriter to which this SymbolTable belongs.Methods in org.objectweb.asm with parameters of type ClassWriterModifier and TypeMethodDescriptionprotected ByteVector
Attribute.write
(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) Returns the byte array form of the content of this attribute.Constructors in org.objectweb.asm with parameters of type ClassWriterModifierConstructorDescription(package private)
SymbolTable
(ClassWriter classWriter) Constructs a new, empty SymbolTable for the given ClassWriter.(package private)
SymbolTable
(ClassWriter classWriter, ClassReader classReader) Constructs a new SymbolTable for the given ClassWriter, initialized with the constant pool and bootstrap methods of the given ClassReader. -
Uses of ClassWriter in org.objectweb.asm.commons
Methods in org.objectweb.asm.commons with parameters of type ClassWriterModifier and TypeMethodDescriptionprotected ByteVector
ModuleHashesAttribute.write
(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) protected ByteVector
ModuleResolutionAttribute.write
(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) protected ByteVector
ModuleTargetAttribute.write
(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals)