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.BoundTypeReturns 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.BoundTypeModifierConstructorDescriptionprivateResolvedWildcard(ResolvedWildcard.BoundType type, ResolvedType boundedType)