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