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).
-
Uses of ClassReader in org.springframework.asm
Methods in org.springframework.asm with parameters of type ClassReaderModifier and TypeMethodDescriptionprotected AttributeAttribute.read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads aAttribute.typeattribute.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.