| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.toolkits.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
AnySubType |
class |
ArrayType
A class that models Java's array types.
|
class |
ModuleRefType
A class that models Java's reference types.
|
class |
NullType
Soot representation of the Java type 'null'.
|
class |
RefType
A class that models Java's reference types.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<RefLikeType> |
ThrowableSet.exceptionsIncluded
Set of exception types included within the set.
|
| Modifier and Type | Method and Description |
|---|---|
protected ThrowableSet |
ThrowableSet.Manager.registerSetIfNew(Set<RefLikeType> include,
Set<AnySubType> exclude)
Returns a
ThrowableSet representing the set of exceptions included in include minus the set
of exceptions included in exclude. |
| Constructor and Description |
|---|
ThrowableSet(Set<RefLikeType> include,
Set<AnySubType> exclude)
Constructs a
ThrowableSet which contains the exception types represented in include, except
for those which are also in exclude. |
Copyright © 2020 Soot OSS. All rights reserved.