| Package | Description |
|---|---|
| soot.tagkit |
Classes supporting classfile annotation in Soot.
|
| soot.util.annotations |
| Modifier and Type | Method and Description |
|---|---|
AnnotationTag |
AnnotationAnnotationElem.getValue() |
AnnotationTag |
AnnotationAnnotationElem.getValue() |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<AnnotationTag> |
VisibilityAnnotationTag.getAnnotations() |
java.util.ArrayList<AnnotationTag> |
VisibilityAnnotationTag.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
VisibilityAnnotationTag.addAnnotation(AnnotationTag a) |
void |
VisibilityAnnotationTag.addAnnotation(AnnotationTag a) |
| Constructor and Description |
|---|
AnnotationAnnotationElem(AnnotationTag t,
char kind,
java.lang.String name) |
AnnotationAnnotationElem(AnnotationTag t,
char kind,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
AnnotationInstanceCreator.create(AnnotationTag tag)
Creates an instance of the Annotation represented by
tag. |
java.lang.Object |
AnnotationInstanceCreator.create(AnnotationTag tag)
Creates an instance of the Annotation represented by
tag. |