Uses of Class
com.uwyn.rife.continuations.asm.ClassWriter

Packages that use ClassWriter
com.uwyn.rife.continuations.asm Provides a small and fast bytecode manipulation framework. 
com.uwyn.rife.continuations.asm.attrs Provides an implementation for optional class, field and method attributes. 
 

Uses of ClassWriter in com.uwyn.rife.continuations.asm
 

Methods in com.uwyn.rife.continuations.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.uwyn.rife.continuations.asm.attrs
 

Methods in com.uwyn.rife.continuations.asm.attrs with parameters of type ClassWriter
 void StackMapFrame.write(ClassWriter cw, int maxStack, int maxLocals, ByteVector bv)
           
protected  ByteVector StackMapAttribute.write(ClassWriter cw, byte[] code, int len, int maxStack, int maxLocals)
           
 


RIFE Project Page