Uses of Class
org.objectweb.asm.ClassWriter
-
Packages that use ClassWriter Package Description org.objectweb.asm Provides a small and fast bytecode manipulation framework.org.objectweb.asm.commons Provides some useful class and method adapters.org.objectweb.asm.util 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 ClassWriter Modifier and Type Field Description (package private) ClassWriter
SymbolTable. classWriter
The ClassWriter to which this SymbolTable belongs.Methods in org.objectweb.asm with parameters of type ClassWriter Modifier and Type Method Description 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 ClassWriter Constructor Description SymbolTable(ClassWriter classWriter)
Constructs a new, empty SymbolTable for the given ClassWriter.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 ClassWriter Modifier and Type Method Description protected 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 ClassWriter Modifier and Type Field Description private ClassWriter
CheckMethodAdapter.MethodWriterWrapper. owner
Constructors in org.objectweb.asm.util with parameters of type ClassWriter Constructor Description MethodWriterWrapper(int api, ClassWriter owner, MethodVisitor methodWriter)
-