Uses of Class
com.googlecode.aviator.asm.ClassReader
Packages that use ClassReader
-
Uses of ClassReader in com.googlecode.aviator.asm
Methods in com.googlecode.aviator.asm with parameters of type ClassReaderModifier and TypeMethodDescriptionprotected 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 ClassReaderModifierConstructorDescriptionClassWriter(ClassReader classReader, int flags) Constructs a newClassWriterobject and enables optimizations for "mostly add" bytecode transformations.