public class ResultSourceInfo extends AbstractResultSourceSinkInfo
accessPath, definition, stmt, userData| 构造器和说明 |
|---|
ResultSourceInfo() |
ResultSourceInfo(ISourceSinkDefinition definition,
AccessPath source,
soot.jimple.Stmt context) |
ResultSourceInfo(ISourceSinkDefinition definition,
AccessPath source,
soot.jimple.Stmt context,
Object userData,
List<soot.jimple.Stmt> path,
List<AccessPath> pathAPs) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
soot.jimple.Stmt[] |
getPath() |
AccessPath[] |
getPathAccessPaths() |
int |
hashCode() |
String |
toString() |
getAccessPath, getDefinition, getStmt, getUserDatapublic ResultSourceInfo()
public ResultSourceInfo(ISourceSinkDefinition definition, AccessPath source, soot.jimple.Stmt context)
public ResultSourceInfo(ISourceSinkDefinition definition, AccessPath source, soot.jimple.Stmt context, Object userData, List<soot.jimple.Stmt> path, List<AccessPath> pathAPs)
public soot.jimple.Stmt[] getPath()
public AccessPath[] getPathAccessPaths()
public int hashCode()
hashCode 在类中 AbstractResultSourceSinkInfopublic boolean equals(Object obj)
equals 在类中 AbstractResultSourceSinkInfoCopyright © 2022 Fraunhofer SIT. All rights reserved.