| Package | Description |
|---|---|
| soot.jimple.spark.geom.utils | |
| soot.util |
Generally useful utility classes for Soot.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZArrayNumberer<E extends Numberable>
Similar to the ArrayNumberer class in soot.
|
| 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 extends Numberable>
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<T> |
class |
StringNumberer
A class that numbers strings, so they can be placed in bitsets.
|
class |
WeakMapNumberer<T extends Numberable>
A class that numbers objects but keeps weak references for garbage collection
|
Copyright © 2024 Soot OSS. All rights reserved.