| 程序包 | 说明 |
|---|---|
| soot.jimple.infoflow.data | |
| soot.jimple.infoflow.sourcesSinks.definitions |
| 限定符和类型 | 方法和说明 |
|---|---|
SourceSinkType |
SootFieldAndClass.getSourceSinkType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SootFieldAndClass.setSourceSinkType(SourceSinkType sourceSinkType) |
| 构造器和说明 |
|---|
SootFieldAndClass(String fieldName,
String className,
String fieldType,
SourceSinkType sourceSinkType) |
| 限定符和类型 | 方法和说明 |
|---|---|
SourceSinkType |
SourceSinkType.addType(SourceSinkType toAdd)
Adds the given source / sink type to the combined type.
|
static SourceSinkType |
SourceSinkType.fromFlags(boolean isSink,
boolean isSource)
Converts boolean flags (is source, is sink) into a source/sink type
|
static SourceSinkType |
SourceSinkType.fromString(String sourceSinkTypeString) |
SourceSinkType |
AccessPathTuple.getSourceSinkType() |
SourceSinkType |
SourceSinkType.removeType(SourceSinkType toRemove)
Removes the given source / sink type from the combined type.
|
static SourceSinkType |
SourceSinkType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SourceSinkType[] |
SourceSinkType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
SourceSinkType |
SourceSinkType.addType(SourceSinkType toAdd)
Adds the given source / sink type to the combined type.
|
static AccessPathTuple |
AccessPathTuple.fromPathElements(List<String> fields,
List<String> fieldTypes,
SourceSinkType sourceSinkType) |
static AccessPathTuple |
AccessPathTuple.fromPathElements(String baseType,
List<String> fields,
List<String> fieldTypes,
SourceSinkType sourceSinkType) |
static AccessPathTuple |
AccessPathTuple.fromPathElements(String field,
String fieldType,
SourceSinkType sourceSinkType) |
static AccessPathTuple |
AccessPathTuple.fromPathElements(String baseType,
String field,
String fieldType,
SourceSinkType sourceSinkType) |
SourceSinkType |
SourceSinkType.removeType(SourceSinkType toRemove)
Removes the given source / sink type from the combined type.
|
Copyright © 2022 Fraunhofer SIT. All rights reserved.