| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.jimple.toolkits.typing.fast |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanType
Soot representation of the Java built-in type 'boolean'.
|
class |
ByteType
Soot representation of the Java built-in type 'byte'.
|
class |
CharType
Soot representation of the Java built-in type 'char'.
|
class |
IntType
Soot representation of the Java built-in type 'int'.
|
class |
ShortType
Soot representation of the Java built-in type 'short'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Integer127Type |
class |
Integer1Type |
class |
Integer32767Type |
| Modifier and Type | Method and Description |
|---|---|
static IntegerType |
IntUtils.getTypeByWidth(int maxValue)
Returns an appropriate integer for a given maximum element.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
IntUtils.getMaxValue(IntegerType t)
Returns the maximum value an integer type can have.
|
Copyright © 2024 Soot OSS. All rights reserved.