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
Fields in org.eclipse.sisu.space.asm declared as ClassReader Modifier and Type Field Description (package private) ClassReader
ClassWriter. cr
The class reader from which this class writer was constructed, if any.Methods in org.eclipse.sisu.space.asm with parameters of type ClassReader Modifier and Type Method Description protected Attribute
Attribute. read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)
Reads atype
attribute.Constructors in org.eclipse.sisu.space.asm with parameters of type ClassReader Constructor Description ClassWriter(ClassReader classReader, int flags)
Constructs a newClassWriter
object and enables optimizations for "mostly add" bytecode transformations.
-