Uses of Class
org.eclipse.sisu.space.asm.ClassReader
-
Packages that use ClassReader Package Description org.eclipse.sisu.space.asm -
-
Uses of ClassReader in org.eclipse.sisu.space.asm
Methods in org.eclipse.sisu.space.asm with parameters of type ClassReader Modifier and Type Method Description protected AttributeAttribute. read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels)Reads aAttribute.typeattribute.Constructors in org.eclipse.sisu.space.asm with parameters of type ClassReader Constructor Description ClassWriter(ClassReader classReader, int flags)Constructs a newClassWriterobject and enables optimizations for "mostly add" bytecode transformations.
-