Uses of Class
org.objectweb.asm.ClassWriter
Packages that use ClassWriter
Package
Description
Provides a small and fast bytecode manipulation framework.
Provides SAX 2.0 adapters for ASM
visitors to convert classes to and from XML.
-
Uses of ClassWriter in org.objectweb.asm
Methods in org.objectweb.asm with parameters of type ClassWriterModifier and TypeMethodDescriptionprotected ByteVectorAttribute.write(ClassWriter cw, byte[] code, int len, int maxStack, int maxLocals) Returns the byte array form of this attribute. -
Uses of ClassWriter in org.objectweb.asm.xml
Fields in org.objectweb.asm.xml declared as ClassWriterModifier and TypeFieldDescriptionprotected ClassWriterASMContentHandler.cwCurrent instance of theClassWriterused to write class bytecode.