public abstract class RIFLDocument.JavaMethodSourceSinkSpec extends RIFLDocument.JavaSourceSinkSpec
type| 构造器和说明 |
|---|
JavaMethodSourceSinkSpec(RIFLDocument.SourceSinkType type,
String className,
String halfSignature)
Creates a new instance of the JavaSourceSinkSpec class
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getHalfSignature()
Gets the method name and the formal parameters with fully-qualified
names in brackets.
|
int |
hashCode() |
getClassNamegetTypepublic JavaMethodSourceSinkSpec(RIFLDocument.SourceSinkType type, String className, String halfSignature)
type - 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.public String getHalfSignature()
public int hashCode()
public boolean equals(Object obj)
Copyright © 2022 Fraunhofer SIT. All rights reserved.