| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.util |
Generally useful utility classes for Soot.
|
| Modifier and Type | Method and Description |
|---|---|
Numberer |
Scene.getContextNumberer() |
Numberer |
Scene.getUnitNumberer() |
Numberer |
Scene.kindNumberer() |
| Modifier and Type | Method and Description |
|---|---|
void |
Scene.setContextNumberer(Numberer n) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IterableNumberer<E>
A numberer which also supports an iterator on newly-added objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayNumberer<E>
A class that numbers objects, so they can be placed in bitsets.
|
class |
IntegerNumberer
A numberer that associates each number with the corresponding Long object.
|
class |
MapNumberer |
class |
StringNumberer
A class that numbers strings, so they can be placed in bitsets.
|
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.