Uses of Class
org.sonar.java.resolve.WildCardType.BoundType
-
Packages that use WildCardType.BoundType Package Description org.sonar.java.resolve -
-
Uses of WildCardType.BoundType in org.sonar.java.resolve
Methods in org.sonar.java.resolve that return WildCardType.BoundType Modifier and Type Method Description static WildCardType.BoundTypeWildCardType.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.Methods in org.sonar.java.resolve with parameters of type WildCardType.BoundType Modifier and Type Method Description JavaTypeParametrizedTypeCache. getWildcardType(JavaType bound, WildCardType.BoundType boundType)Constructors in org.sonar.java.resolve with parameters of type WildCardType.BoundType Constructor Description WildCardType(JavaType bound, WildCardType.BoundType boundType)
-