Uses of Class
com.github.javaparser.resolution.types.ResolvedWildcard.BoundType
-
Packages that use ResolvedWildcard.BoundType Package Description com.github.javaparser.resolution.types -
-
Uses of ResolvedWildcard.BoundType in com.github.javaparser.resolution.types
Fields in com.github.javaparser.resolution.types declared as ResolvedWildcard.BoundType Modifier and Type Field Description private ResolvedWildcard.BoundType
ResolvedWildcard. type
Methods in com.github.javaparser.resolution.types that return ResolvedWildcard.BoundType Modifier and Type Method Description static ResolvedWildcard.BoundType
ResolvedWildcard.BoundType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResolvedWildcard.BoundType[]
ResolvedWildcard.BoundType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.javaparser.resolution.types with parameters of type ResolvedWildcard.BoundType Constructor Description ResolvedWildcard(ResolvedWildcard.BoundType type, ResolvedType boundedType)
-