Uses of Enum
com.github.javaparser.resolution.types.ResolvedWildcard.BoundType
Packages that use ResolvedWildcard.BoundType
Package
Description
-
Uses of ResolvedWildcard.BoundType in com.github.javaparser.resolution.types
Subclasses with type arguments of type ResolvedWildcard.BoundType in com.github.javaparser.resolution.typesFields 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 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.BoundTypeModifierConstructorDescriptionprivateResolvedWildcard(ResolvedWildcard.BoundType type, ResolvedType boundedType) -
Uses of ResolvedWildcard.BoundType in com.github.javaparser.symbolsolver.resolution.typeinference
Methods in com.github.javaparser.symbolsolver.resolution.typeinference with parameters of type ResolvedWildcard.BoundTypeModifier and TypeMethodDescriptionprivate ResolvedTypeLeastUpperBoundLogic.bound(ResolvedType type, ResolvedWildcard.BoundType boundType)