| Package | Description |
|---|---|
| soot.dexpler | |
| soot.tagkit |
Classes supporting classfile annotation in Soot.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DexAnnotation.addAnnotation(String classType,
List<Tag> tags,
VisibilityAnnotationTag[] vatg,
org.jf.dexlib2.iface.Annotation a) |
protected void |
DexAnnotation.addNormalAnnotation(VisibilityAnnotationTag[] vatg,
org.jf.dexlib2.iface.Annotation a,
int v)
Processes a normal annotation and adds it to the proper visibility annotation tag in the given array
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<VisibilityAnnotationTag> |
VisibilityParameterAnnotationTag.getVisibilityAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
VisibilityParameterAnnotationTag.addVisibilityAnnotation(VisibilityAnnotationTag a) |
Copyright © 2020 Soot OSS. All rights reserved.