public enum SourceSinkType extends java.lang.Enum<SourceSinkType>
SourceSinkInfo,
TypeQualifierValueSet| Enum Constant | Description |
|---|---|
ARGUMENT_TO_CALLED_METHOD |
|
CONSTANT_VALUE |
|
FIELD_LOAD |
|
FIELD_STORE |
|
OTHER |
|
PARAMETER |
|
RETURN_VALUE |
|
RETURN_VALUE_OF_CALLED_METHOD |
| Modifier and Type | Method | Description |
|---|---|---|
static SourceSinkType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SourceSinkType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceSinkType PARAMETER
public static final SourceSinkType RETURN_VALUE_OF_CALLED_METHOD
public static final SourceSinkType FIELD_LOAD
public static final SourceSinkType CONSTANT_VALUE
public static final SourceSinkType OTHER
public static final SourceSinkType ARGUMENT_TO_CALLED_METHOD
public static final SourceSinkType RETURN_VALUE
public static final SourceSinkType FIELD_STORE
public static SourceSinkType[] values()
for (SourceSinkType c : SourceSinkType.values()) System.out.println(c);
public static SourceSinkType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.