Uses of Class
com.googlecode.aviator.asm.ClassReader
Packages that use ClassReader
-
Uses of ClassReader in com.googlecode.aviator.asm
Fields in com.googlecode.aviator.asm declared as ClassReaderModifier and TypeFieldDescription(package private) ClassReader
ClassWriter.cr
The class reader from which this class writer was constructed, if any.Methods in com.googlecode.aviator.asm with parameters of type ClassReaderModifier and TypeMethodDescriptionprotected Attribute
Attribute.read
(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels) Reads atype
attribute.Constructors in com.googlecode.aviator.asm with parameters of type ClassReaderModifierConstructorDescriptionClassWriter
(ClassReader classReader, int flags) Constructs a newClassWriter
object and enables optimizations for "mostly add" bytecode transformations.