| Package | Description |
|---|---|
| org.sonar.java.resolve |
| Modifier and Type | Method | Description |
|---|---|---|
static WildCardType.BoundType |
WildCardType.BoundType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static WildCardType.BoundType[] |
WildCardType.BoundType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
JavaType |
ParametrizedTypeCache.getWildcardType(JavaType bound,
WildCardType.BoundType boundType) |
| Constructor | Description |
|---|---|
WildCardType(JavaType bound,
WildCardType.BoundType boundType) |
Copyright © 2012–2018 SonarSource. All rights reserved.