| Package | Description |
|---|---|
| soot |
Base Soot classes, shared by different intermediate representations.
|
| soot.jimple.spark.builder | |
| soot.jimple.spark.internal | |
| soot.jimple.spark.pag |
| Modifier and Type | Field and Description |
|---|---|
protected ClientAccessibilityOracle |
Scene.accessibilityOracle |
| Modifier and Type | Method and Description |
|---|---|
ClientAccessibilityOracle |
Scene.getClientAccessibilityOracle()
Retrieves the active client accessibility oracle
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scene.setClientAccessibilityOracle(ClientAccessibilityOracle oracle) |
| Modifier and Type | Field and Description |
|---|---|
protected ClientAccessibilityOracle |
MethodNodeFactory.accessibilityOracle |
| Modifier and Type | Class and Description |
|---|---|
class |
CompleteAccessibility
Using this oracle one assumes, that a client of the target library can call every method and access every field.
|
class |
PublicAndProtectedAccessibility
Using this oracle one assumes, that a client of the target library can call every public or protected method and access
every public or protected field.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClientAccessibilityOracle |
PAG.accessibilityOracle |
Copyright © 2020 Soot OSS. All rights reserved.