Uses of Class
com.googlecode.aviator.asm.ClassReader
-
Packages that use ClassReader Package Description com.googlecode.aviator.asm -
-
Uses of ClassReader in com.googlecode.aviator.asm
Fields in com.googlecode.aviator.asm declared as ClassReader Modifier and Type Field Description (package private) ClassReaderClassWriter. crThe class reader from which this class writer was constructed, if any.Methods in com.googlecode.aviator.asm with parameters of type ClassReader Modifier and Type Method Description protected AttributeAttribute. read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)Reads atypeattribute.Constructors in com.googlecode.aviator.asm with parameters of type ClassReader Constructor Description ClassWriter(ClassReader classReader, int flags)Constructs a newClassWriterobject and enables optimizations for "mostly add" bytecode transformations.
-