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

Packages that use ClassReader
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 ClassReader in com.uwyn.rife.continuations.asm
 

Methods in com.uwyn.rife.continuations.asm with parameters of type ClassReader
protected  Attribute Attribute.read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)
          Reads a type attribute.
 

Uses of ClassReader in com.uwyn.rife.continuations.asm.attrs
 

Methods in com.uwyn.rife.continuations.asm.attrs with parameters of type ClassReader
 int StackMapFrame.read(ClassReader cr, int off, char[] buf, int codeOff, Label[] labels)
           
protected  Attribute StackMapAttribute.read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)
           
 


RIFE Project Page