Package | Description |
---|---|
org.eclipse.sisu.space.asm |
Modifier and Type | Field and Description |
---|---|
private AnnotationWriter |
ClassWriter.anns
The runtime visible annotations of this class.
|
private AnnotationWriter |
MethodWriter.anns
The runtime visible annotations of this method.
|
private AnnotationWriter |
FieldWriter.anns
The runtime visible annotations of this field.
|
private AnnotationWriter |
MethodWriter.ctanns
The runtime visible type annotations of the code.
|
private AnnotationWriter |
ClassWriter.ianns
The runtime invisible annotations of this class.
|
private AnnotationWriter |
MethodWriter.ianns
The runtime invisible annotations of this method.
|
private AnnotationWriter |
FieldWriter.ianns
The runtime invisible annotations of this field.
|
private AnnotationWriter |
MethodWriter.ictanns
The runtime invisible type annotations of the code.
|
private AnnotationWriter[] |
MethodWriter.ipanns
The runtime invisible parameter annotations of this method.
|
private AnnotationWriter |
ClassWriter.itanns
The runtime invisible type annotations of this class.
|
private AnnotationWriter |
MethodWriter.itanns
The runtime invisible type annotations of this method.
|
private AnnotationWriter |
FieldWriter.itanns
The runtime invisible type annotations of this field.
|
(package private) AnnotationWriter |
AnnotationWriter.next
Next annotation writer.
|
private AnnotationWriter[] |
MethodWriter.panns
The runtime visible parameter annotations of this method.
|
(package private) AnnotationWriter |
AnnotationWriter.prev
Previous annotation writer.
|
private AnnotationWriter |
ClassWriter.tanns
The runtime visible type annotations of this class.
|
private AnnotationWriter |
MethodWriter.tanns
The runtime visible type annotations of this method.
|
private AnnotationWriter |
FieldWriter.tanns
The runtime visible type annotations of this field.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
AnnotationWriter.put(AnnotationWriter[] panns,
int off,
ByteVector out)
Puts the given annotation lists into the given byte vector.
|