| Package | Description |
|---|---|
| org.eclipse.persistence.internal.libraries.asm | |
| org.eclipse.persistence.internal.libraries.asm.commons |
| Modifier and Type | Class and Description |
|---|---|
class |
EclipseLinkClassReader |
| Modifier and Type | Method and Description |
|---|---|
protected Attribute |
Attribute.read(ClassReader classReader,
int offset,
int length,
char[] charBuffer,
int codeAttributeOffset,
Label[] labels)
Reads a
Attribute.type attribute. |
| Constructor and Description |
|---|
ClassWriter(ClassReader classReader,
int flags)
Constructs a new
ClassWriter object and enables optimizations for "mostly add" bytecode
transformations. |
| Modifier and Type | Method and Description |
|---|---|
protected Attribute |
ModuleTargetAttribute.read(ClassReader classReader,
int offset,
int length,
char[] charBuffer,
int codeOffset,
Label[] labels) |
protected Attribute |
ModuleResolutionAttribute.read(ClassReader classReader,
int offset,
int length,
char[] charBuffer,
int codeOffset,
Label[] labels) |
protected Attribute |
ModuleHashesAttribute.read(ClassReader classReader,
int offset,
int length,
char[] charBuffer,
int codeAttributeOffset,
Label[] labels) |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.