public class RIFLDocument.JavaParameterSpec extends RIFLDocument.JavaMethodSourceSinkSpec
type| 构造器和说明 |
|---|
JavaParameterSpec(RIFLDocument.SourceSinkType type,
String className,
String halfSignature,
int paramIdx)
Creates a new instance of the
RIFLDocument.JavaParameterSpec class |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
int |
getParamIdx()
Gets the index of the parameter to be defined as a source or sink. 0
refers to the return value, so the list is 1-based.
|
int |
hashCode() |
getHalfSignaturegetClassNamegetTypepublic JavaParameterSpec(RIFLDocument.SourceSinkType type, String className, String halfSignature, int paramIdx)
RIFLDocument.JavaParameterSpec classtype - Specifies whether this element is a source or a sinkclassName - The name of the class containing the parameter to
be defined as a source or sink.halfSignature - The method name and the formal parameters with
fully-qualified names in brackets. This is like a Soot subsignature,
except for the return type which is omitted.paramIdx - The index of the parameter to be defined as a source
or sink. 0 refers to the return value, so the list is 1-based.public int getParamIdx()
public int hashCode()
public boolean equals(Object obj)
Copyright © 2022 Fraunhofer SIT. All rights reserved.