| Package | Description |
|---|---|
| org.openjdk.asmtools.jdis |
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationElement.Annot_AnnotValue
Annot_AnnotValue
Annotation value that is a reference to an annotation.
|
static class |
AnnotationElement.Array_AnnotValue
Array_AnnotElem
Annotation value that is an array of annotation elements.
|
static class |
AnnotationElement.CPX_AnnotValue
CPX_AnnotElem
Annotation value which is described by a single CPX entry (ie.
|
static class |
AnnotationElement.CPX2_AnnotValue
CPX_AnnotElem
AnnotElements that contain 2 cpx indices (ie.
|
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationElement.AnnotValue |
MethodData.defaultAnnotation
The invisible parameter annotations for this method
|
AnnotationElement.AnnotValue |
AnnotationElement.value |
| Modifier and Type | Field and Description |
|---|---|
java.util.ArrayList<AnnotationElement.AnnotValue> |
AnnotationElement.Array_AnnotValue.array
tag the descriptor for the constant
|
| Modifier and Type | Method and Description |
|---|---|
static AnnotationElement.AnnotValue |
AnnotationElement.readValue(java.io.DataInputStream in,
ClassData cls,
boolean invisible)
read
Static factory - creates Annotation Elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationElement.Array_AnnotValue.add(AnnotationElement.AnnotValue elem) |