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 |
---|---|
ArrayList<AnnotationTag> |
VisibilityAnnotationTag.getAnnotations() |
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,
String name) |
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 . |
Object |
AnnotationInstanceCreator.create(AnnotationTag tag)
Creates an instance of the Annotation represented by
tag . |