Uses of Enum Class
com.github.javaparser.resolution.types.ResolvedWildcard.BoundType
Packages that use ResolvedWildcard.BoundType
-
Uses of ResolvedWildcard.BoundType in com.github.javaparser.resolution.types
Fields in com.github.javaparser.resolution.types declared as ResolvedWildcard.BoundTypeMethods in com.github.javaparser.resolution.types that return ResolvedWildcard.BoundTypeModifier and TypeMethodDescriptionstatic ResolvedWildcard.BoundType
Returns the enum constant of this class with the specified name.static ResolvedWildcard.BoundType[]
ResolvedWildcard.BoundType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.javaparser.resolution.types with parameters of type ResolvedWildcard.BoundTypeModifierConstructorDescriptionprivate
ResolvedWildcard
(ResolvedWildcard.BoundType type, ResolvedType boundedType)