Uses of Class
org.eclipse.sisu.space.asm.ClassReader
Packages that use ClassReader
-
Uses of ClassReader in org.eclipse.sisu.space.asm
Methods in org.eclipse.sisu.space.asm with parameters of type ClassReaderModifier and TypeMethodDescriptionprotected Attribute
Attribute.read
(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads aAttribute.type
attribute.Constructors in org.eclipse.sisu.space.asm with parameters of type ClassReaderModifierConstructorDescriptionClassWriter
(ClassReader classReader, int flags) Constructs a newClassWriter
object and enables optimizations for "mostly add" bytecode transformations.