public class DexAnnotation
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
void | 
handleClassAnnotation(ClassDef classDef)
Converts Class annotations from Dexlib to Jimple. 
 | 
void | 
handleFieldAnnotation(Host h,
                     Field f)
Converts field annotations from Dexlib to Jimple 
 | 
void | 
handleMethodAnnotation(Host h,
                      Method method)
Converts method and method parameters annotations from Dexlib to Jimple 
 | 
public void handleClassAnnotation(ClassDef classDef)
h - classDef - public void handleFieldAnnotation(Host h, Field f)
h - f - public void handleMethodAnnotation(Host h, Method method)
h - method -