JBoss Reflection 2.2.1.SP1

Uses of Class
org.jboss.reflect.util.objectweb.asm.ClassReader

Packages that use ClassReader
org.jboss.reflect.util.objectweb.asm Provides a small and fast bytecode manipulation framework. 
 

Uses of ClassReader in org.jboss.reflect.util.objectweb.asm
 

Methods in org.jboss.reflect.util.objectweb.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.
 

Constructors in org.jboss.reflect.util.objectweb.asm with parameters of type ClassReader
ClassWriter(ClassReader classReader, int flags)
          Constructs a new ClassWriter object and enables optimizations for "mostly add" bytecode transformations.
 


JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.