Package | Description |
---|---|
oracle.toplink.libraries.asm | |
oracle.toplink.libraries.asm.attrs | |
oracle.toplink.libraries.asm.util.attrs |
Modifier and Type | Method and Description |
---|---|
protected Attribute |
Attribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels)
Reads a
type attribute. |
Modifier and Type | Method and Description |
---|---|
int |
Annotation.read(ClassReader cr,
int off,
char[] buf)
Reads annotation data structures.
|
int |
StackMapFrame.read(ClassReader cr,
int off,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
StackMapAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
RuntimeVisibleParameterAnnotations.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
RuntimeVisibleAnnotations.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
AnnotationDefaultAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
EnclosingMethodAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
RuntimeInvisibleAnnotations.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
RuntimeInvisibleParameterAnnotations.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
SourceDebugExtensionAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
SignatureAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
LocalVariableTypeTableAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
static int |
Annotation.readAnnotations(List annotations,
ClassReader cr,
int off,
char[] buf)
Utility method to read List of annotations.
|
static void |
Annotation.readParameterAnnotations(List parameters,
ClassReader cr,
int off,
char[] buf)
Utility method to read List of parameters annotations.
|
protected static Object |
Annotation.readValue(ClassReader cr,
int[] off,
char[] buf)
Reads element_value data structures.
|
Modifier and Type | Method and Description |
---|---|
protected Attribute |
ASMSourceDebugExtensionAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
ASMStackMapAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
ASMRuntimeInvisibleAnnotations.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
ASMSignatureAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
ASMRuntimeInvisibleParameterAnnotations.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
ASMEnclosingMethodAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
ASMRuntimeVisibleAnnotations.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
ASMAnnotationDefaultAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
ASMLocalVariableTypeTableAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
protected Attribute |
ASMRuntimeVisibleParameterAnnotations.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels) |
Copyright © 2024. All rights reserved.