| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.jimple.toolkits.annotation.purity | |
| soot.util |
Generally useful utility classes for Soot.
|
| Modifier and Type | Field and Description |
|---|---|
protected MultiMap |
FastHierarchy.interfaceToAllImplementers
This map gives, for an interface, all concrete classes that
implement that interface and all its subinterfaces, but
NOT their subclasses.
|
protected MultiMap |
FastHierarchy.interfaceToAllSubinterfaces
This map is a transitive closure of interfaceToSubinterfaces,
and each set contains its superinterface itself.
|
protected MultiMap |
FastHierarchy.interfaceToImplementers
This map holds all key,value pairs such that value is a class
(NOT an interface) and key is in value.getInterfaces().
|
protected MultiMap |
FastHierarchy.interfaceToSubinterfaces
This map holds all key,value pairs such that value is an interface
and key is in value.getInterfaces().
|
| Modifier and Type | Field and Description |
|---|---|
protected MultiMap |
PurityGraph.backEdges |
protected MultiMap |
PurityGraph.backLocals |
protected MultiMap |
PurityGraph.edges |
protected MultiMap |
PurityGraph.locals |
protected MultiMap |
PurityGraph.mutated |
| Modifier and Type | Class and Description |
|---|---|
class |
HashMultiMap
A map with sets as values, HashMap implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiMap.putAll(MultiMap m) |
void |
HashMultiMap.putAll(MultiMap m) |
| Constructor and Description |
|---|
HashMultiMap(MultiMap m) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.