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.
Provides ASM visitors that can be useful for programming and
debugging purposes.
-
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 TypeMethodDescriptionprivate ByteVector
Attribute.maybeWrite
(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) CallsAttribute.write(ClassWriter,byte[],int,int,int)
if it has not already been called and returns its result or its (cached) previous result.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.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) -
Uses of ClassWriter in org.objectweb.asm.util
Fields in org.objectweb.asm.util declared as ClassWriterModifier and TypeFieldDescriptionprivate final ClassWriter
CheckMethodAdapter.MethodWriterWrapper.owner
Constructors in org.objectweb.asm.util with parameters of type ClassWriterModifierConstructorDescription(package private)
MethodWriterWrapper
(int api, int version, ClassWriter owner, MethodVisitor methodWriter)