public class TamiflexModel extends ReflectionModel
| Modifier and Type | Field and Description |
|---|---|
protected Map<ReflectionKind,Map<Stmt,Set<String>>> |
reflectionMap |
ptaScene, sigArrayGet, sigArrayNewInstance, sigArraySet, sigClassNewInstance, sigConstructorNewInstance, sigFieldGet, sigFieldSet, sigForName, sigForName2, sigMethodInvoke, sigReifiedDeclaredField, sigReifiedDeclaredFieldArray, sigReifiedDeclaredMethod, sigReifiedDeclaredMethodArray, sigReifiedField, sigReifiedFieldArray, sigReifiedMethod, sigReifiedMethodArray| Constructor and Description |
|---|
TamiflexModel(PTAScene ptaScene) |
| Modifier and Type | Method and Description |
|---|---|
static String |
dot2slashStyle(String clazz) |
protected Collection<Stmt> |
transformArrayNewInstance(Stmt s) |
protected Collection<Stmt> |
transformClassNewInstance(Stmt s) |
protected Collection<Stmt> |
transformContructorNewInstance(Stmt s) |
protected Collection<Stmt> |
transformFieldGet(Stmt s) |
protected Collection<Stmt> |
transformFieldSet(Stmt s) |
protected Collection<Stmt> |
transformMethodInvoke(Stmt s) |
buildReflectionpublic TamiflexModel(PTAScene ptaScene)
protected Collection<Stmt> transformClassNewInstance(Stmt s)
protected Collection<Stmt> transformContructorNewInstance(Stmt s)
protected Collection<Stmt> transformMethodInvoke(Stmt s)
protected Collection<Stmt> transformFieldSet(Stmt s)
protected Collection<Stmt> transformFieldGet(Stmt s)
protected Collection<Stmt> transformArrayNewInstance(Stmt s)
Copyright © 2024 Soot OSS. All rights reserved.