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
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 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.BoundTypeModifierConstructorDescriptionprivate
ResolvedWildcard
(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 ResolvedType
LeastUpperBoundLogic.bound
(ResolvedType type, ResolvedWildcard.BoundType boundType)