| Package | Description |
|---|---|
| soot.dexpler | |
| soot.tagkit |
Classes supporting classfile annotation in Soot.
|
| soot.toDex |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.jf.dexlib2.immutable.ImmutableAnnotation> |
DexPrinter.buildVisibilityAnnotationTag(VisibilityAnnotationTag t,
Set<String> skipList) |
Copyright © 2024 Soot OSS. All rights reserved.