Uses of Class
com.tc.asm.ClassWriter

Packages that use ClassWriter
com.tc.asm Provides a small and fast bytecode manipulation framework. 
com.tc.asm.xml Provides SAX 2.0 adapters for ASM visitors to convert classes to and from XML. 
 

Uses of ClassWriter in com.tc.asm
 

Methods in com.tc.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 com.tc.asm.xml
 

Fields in com.tc.asm.xml declared as ClassWriter
protected  ClassWriter ASMContentHandler.cw
          Current instance of the ClassWriter used to write class bytecode.
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.