public class Dava extends Object
Constructor and Description |
---|
Dava(Singletons.Global g) |
Modifier and Type | Method and Description |
---|---|
String |
get_CurrentPackage() |
IterableSet |
get_CurrentPackageContext() |
void |
log(String s) |
DavaBody |
newBody(Body b)
Returns a DavaBody constructed from the given body b.
|
DavaBody |
newBody(SootMethod m) |
Local |
newLocal(String name,
Type t) |
void |
set_CurrentPackage(String cp) |
void |
set_CurrentPackageContext(IterableSet cpc) |
static Dava |
v() |
public Dava(Singletons.Global g)
public static Dava v()
public void set_CurrentPackage(String cp)
public String get_CurrentPackage()
public void set_CurrentPackageContext(IterableSet cpc)
public IterableSet get_CurrentPackageContext()
public DavaBody newBody(SootMethod m)
public void log(String s)
Copyright © 2020 Sable. All rights reserved.