Uses of Class
org.eclipse.sisu.space.asm.ClassReader
Packages that use ClassReader
-
Uses of ClassReader in org.eclipse.sisu.space.asm
Fields in org.eclipse.sisu.space.asm declared as ClassReaderModifier and TypeFieldDescription(package private) ClassReaderClassWriter.crThe class reader from which this class writer was constructed, if any.Methods in org.eclipse.sisu.space.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 org.eclipse.sisu.space.asm with parameters of type ClassReaderModifierConstructorDescriptionClassWriter(ClassReader classReader, int flags) Constructs a newClassWriterobject and enables optimizations for "mostly add" bytecode transformations.