| Package | Description |
|---|---|
| edu.umd.cs.findbugs.ba.jsr305 |
Support for analyzing code containing JSR-305 type qualifier annotations.
|
| Modifier and Type | Method and Description |
|---|---|
SourceSinkType |
SourceSinkInfo.getType() |
static SourceSinkType |
SourceSinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceSinkType[] |
SourceSinkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SourceSinkInfo(SourceSinkType type,
Location location,
ValueNumber vn,
javax.annotation.meta.When when)
Constructor.
|
Copyright © 2003–2015. All rights reserved.