Uses of Class
org.eclipse.persistence.internal.libraries.asm.ClassReader
Packages that use ClassReader
Package
Description
-
Uses of ClassReader in org.eclipse.persistence.asm.internal.platform.eclipselink
Methods in org.eclipse.persistence.asm.internal.platform.eclipselink that return ClassReader -
Uses of ClassReader in org.eclipse.persistence.internal.libraries.asm
Subclasses of ClassReader in org.eclipse.persistence.internal.libraries.asmMethods in org.eclipse.persistence.internal.libraries.asm with parameters of type ClassReaderModifier and TypeMethodDescriptionstatic 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.eclipse.persistence.internal.libraries.asm.Label[]).Constructors in org.eclipse.persistence.internal.libraries.asm with parameters of type ClassReaderModifierConstructorDescriptionClassWriter(ClassReader classReader, int flags) Constructs a newClassWriterobject and enables optimizations for "mostly add" bytecode transformations. -
Uses of ClassReader in org.eclipse.persistence.internal.libraries.asm.commons
Methods in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type ClassReaderModifier and TypeMethodDescriptionprotected AttributeModuleHashesAttribute.read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) protected AttributeModuleResolutionAttribute.read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeOffset, Label[] labels) protected AttributeModuleTargetAttribute.read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeOffset, Label[] labels)