public final class MethodToContexts extends Object
| Constructor and Description |
|---|
MethodToContexts() |
MethodToContexts(Iterator<MethodOrMethodContext> it) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Iterator<MethodOrMethodContext> it) |
void |
add(MethodOrMethodContext momc) |
List<MethodOrMethodContext> |
get(SootMethod m) |
public MethodToContexts()
public MethodToContexts(Iterator<MethodOrMethodContext> it)
public void add(MethodOrMethodContext momc)
public void add(Iterator<MethodOrMethodContext> it)
public List<MethodOrMethodContext> get(SootMethod m)
Copyright © 2020 Soot OSS. All rights reserved.