| 程序包 | 说明 |
|---|---|
| soot.jimple.infoflow.data | |
| soot.jimple.infoflow.util.extensiblelist |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ExtensibleList<soot.jimple.Stmt> |
SourceContextAndPath.callStack |
protected ExtensibleList<Abstraction> |
SourceContextAndPath.path |
| 限定符和类型 | 方法和说明 |
|---|---|
ExtensibleList<T> |
ExtensibleList.add(T add)
In case this list is locked, a new one is created and returned.
|
ExtensibleList<T> |
ExtensibleList.addAll(T... add) |
ExtensibleList<T> |
ExtensibleList.addFirstSlow(T toAdd)
Adds an element to the beginning.
|
| 构造器和说明 |
|---|
ExtensibleList(ExtensibleList<T> original)
Creates a new extensible list.
|
Copyright © 2022 Fraunhofer SIT. All rights reserved.