|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassWriter | |
---|---|
org.objectweb.asm | Provides a small and fast bytecode manipulation framework. |
org.objectweb.asm.xml | 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 ClassWriter | |
---|---|
protected ByteVector |
Attribute.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 ClassWriter | |
---|---|
protected ClassWriter |
ASMContentHandler.cw
Current instance of the ClassWriter used to write
class bytecode. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |