public class DebloatingSelector extends CtxSelector
| Modifier and Type | Field and Description |
|---|---|
protected Set<Object> |
ctxDepHeaps |
| Constructor and Description |
|---|
DebloatingSelector(Set<Object> ctxDepHeaps) |
| Modifier and Type | Method and Description |
|---|---|
Context |
select(AllocNode heap,
Context context) |
Context |
select(FieldValNode fvn,
Context context) |
Context |
select(LocalVarNode lvn,
Context context) |
Context |
select(SootMethod m,
Context context) |
contextTailorpublic Context select(SootMethod m, Context context)
select in class CtxSelectorpublic Context select(LocalVarNode lvn, Context context)
select in class CtxSelectorpublic Context select(FieldValNode fvn, Context context)
select in class CtxSelectorpublic Context select(AllocNode heap, Context context)
select in class CtxSelectorCopyright © 2024 Soot OSS. All rights reserved.