| 程序包 | 说明 |
|---|---|
| soot.jimple.infoflow.rifl |
| 限定符和类型 | 字段和说明 |
|---|---|
protected RIFLDocument.SourceSinkType |
RIFLDocument.SourceSinkSpec.type |
| 限定符和类型 | 方法和说明 |
|---|---|
RIFLDocument.SourceSinkType |
RIFLDocument.SourceSinkSpec.getType()
Gets the type of this specification, i.e., whether it's a source or
a sink
|
static RIFLDocument.SourceSinkType |
RIFLDocument.SourceSinkType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static RIFLDocument.SourceSinkType[] |
RIFLDocument.SourceSinkType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
JavaFieldSpec(RIFLDocument.SourceSinkType type,
String className,
String fieldName)
Creates a new instance of the
RIFLDocument.JavaFieldSpec class |
JavaMethodSourceSinkSpec(RIFLDocument.SourceSinkType type,
String className,
String halfSignature)
Creates a new instance of the JavaSourceSinkSpec class
|
JavaParameterSpec(RIFLDocument.SourceSinkType type,
String className,
String halfSignature,
int paramIdx)
Creates a new instance of the
RIFLDocument.JavaParameterSpec class |
JavaReturnValueSpec(RIFLDocument.SourceSinkType type,
String className,
String halfSignature)
Creates a new instance of the
RIFLDocument.JavaReturnValueSpec class |
JavaSourceSinkSpec(RIFLDocument.SourceSinkType type,
String className)
Creates a new instance of the JavaSourceSinkSpec class
|
SourceSinkSpec(RIFLDocument.SourceSinkType type) |
Copyright © 2022 Fraunhofer SIT. All rights reserved.