Uses of Class
org.objectweb.asm.ClassReader
-
Packages that use ClassReader Package Description org.objectweb.asm Provides a small and fast bytecode manipulation framework. -
-
Uses of ClassReader in org.objectweb.asm
Methods in org.objectweb.asm with parameters of type ClassReader Modifier and Type Method Description static 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.objectweb.asm.Label[]).Constructors in org.objectweb.asm with parameters of type ClassReader Constructor Description ClassWriter(ClassReader classReader, int flags)Constructs a newClassWriterobject and enables optimizations for "mostly add" bytecode transformations.
-