public class RIFLDocument.JavaFieldSpec extends RIFLDocument.JavaSourceSinkSpec
type| 构造器和说明 |
|---|
JavaFieldSpec(RIFLDocument.SourceSinkType type,
String className,
String fieldName)
Creates a new instance of the
RIFLDocument.JavaFieldSpec class |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object other) |
String |
getFieldName()
Gets the name of the static field to be treated as a source or sink
|
int |
hashCode() |
getClassNamegetTypepublic JavaFieldSpec(RIFLDocument.SourceSinkType type, String className, String fieldName)
RIFLDocument.JavaFieldSpec classtype - Specifies whether this element is a source or a sinkclassName - The name of the class containing the static field to
be defined as a source or sink.fieldName - The name of the static field to be treated as a source
or sinkCopyright © 2022 Fraunhofer SIT. All rights reserved.