| 程序包 | 说明 |
|---|---|
| soot.jimple.infoflow.results |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<DataFlowResult> |
InfoflowResults.getResultSet()
Gets the data flow results in a flat set
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InfoflowResults.addResult(DataFlowResult res)
Adds the given data flow result to this data structure
|
void |
InfoflowResults.remove(DataFlowResult result)
Removes the given data flow result from this result set
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InfoflowResults.addAll(Set<DataFlowResult> results)
Adds the given data flow results to this result object
|
Copyright © 2022 Fraunhofer SIT. All rights reserved.