Uses of Class
org.springframework.asm.ClassReader
Packages that use ClassReader
Package
Description
Spring's repackaging of
 ASM 9.x
 (with Spring-specific patches; for internal use only).
Spring's repackaging of the
 CGLIB core package
 (for internal use only).
Spring's repackaging of the
 CGLIB transform package
 (for internal use only).
- 
Uses of ClassReader in org.springframework.asmMethods in org.springframework.asm with parameters of type ClassReaderModifier and TypeMethodDescriptionstatic AttributeAttribute.read(Attribute attribute, ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads an attribute with the sameAttribute.typeas the given attribute.protected AttributeAttribute.read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads aAttribute.typeattribute.static LabelAttribute.readLabel(ClassReader classReader, int bytecodeOffset, Label[] labels) Returns the label corresponding to the given bytecode offset by callingreadLabel(int, org.springframework.asm.Label[]).Constructors in org.springframework.asm with parameters of type ClassReaderModifierConstructorDescriptionClassWriter(ClassReader classReader, int flags) Constructs a newClassWriterobject and enables optimizations for "mostly add" bytecode transformations.
- 
Uses of ClassReader in org.springframework.cglib.coreMethods in org.springframework.cglib.core with parameters of type ClassReaderModifier and TypeMethodDescriptionstatic String[]ClassNameReader.getClassInfo(ClassReader r) static StringClassNameReader.getClassName(ClassReader r) 
- 
Uses of ClassReader in org.springframework.cglib.transformMethods in org.springframework.cglib.transform with parameters of type ClassReaderModifier and TypeMethodDescriptionprotected ClassGeneratorAbstractClassLoader.getGenerator(ClassReader r) protected ClassGeneratorTransformingClassLoader.getGenerator(ClassReader r) Constructors in org.springframework.cglib.transform with parameters of type ClassReaderModifierConstructorDescriptionClassReaderGenerator(ClassReader r, int flags) ClassReaderGenerator(ClassReader r, Attribute[] attrs, int flags)