Uses of Class
jersey.repackaged.org.objectweb.asm.ClassReader
Packages that use ClassReader
-
Uses of ClassReader in jersey.repackaged.org.objectweb.asm
Methods in jersey.repackaged.org.objectweb.asm with parameters of type ClassReaderModifier and TypeMethodDescriptionstatic Attribute
Attribute.read
(Attribute attribute, ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads an attribute with the sameAttribute.type
as the given attribute.protected Attribute
Attribute.read
(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads aAttribute.type
attribute.static Label
Attribute.readLabel
(ClassReader classReader, int bytecodeOffset, Label[] labels) Returns the label corresponding to the given bytecode offset by callingreadLabel(int, jersey.repackaged.org.objectweb.asm.Label[])
.Constructors in jersey.repackaged.org.objectweb.asm with parameters of type ClassReaderModifierConstructorDescriptionClassWriter
(ClassReader classReader, int flags) Constructs a newClassWriter
object and enables optimizations for "mostly add" bytecode transformations.