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