Uses of Enum Class
com.github.javaparser.resolution.types.ResolvedPrimitiveType
Packages that use ResolvedPrimitiveType
Package
Description
-
Uses of ResolvedPrimitiveType in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return ResolvedPrimitiveType -
Uses of ResolvedPrimitiveType in com.github.javaparser.resolution.model.typesystem
Methods in com.github.javaparser.resolution.model.typesystem that return ResolvedPrimitiveType -
Uses of ResolvedPrimitiveType in com.github.javaparser.resolution.types
Fields in com.github.javaparser.resolution.types with type parameters of type ResolvedPrimitiveTypeModifier and TypeFieldDescriptionprivate List
<ResolvedPrimitiveType> ResolvedPrimitiveType.promotionTypes
Methods in com.github.javaparser.resolution.types that return ResolvedPrimitiveTypeModifier and TypeMethodDescriptionResolvedPrimitiveType.asPrimitive()
default ResolvedPrimitiveType
ResolvedType.asPrimitive()
ResolvedPrimitiveType.bnp
(ResolvedPrimitiveType other) static ResolvedPrimitiveType[]
ResolvedPrimitiveType.getNumericPrimitiveTypes()
static ResolvedPrimitiveType
Returns the enum constant of this class with the specified name.static ResolvedPrimitiveType[]
ResolvedPrimitiveType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.javaparser.resolution.types that return types with arguments of type ResolvedPrimitiveTypeMethods in com.github.javaparser.resolution.types with parameters of type ResolvedPrimitiveTypeModifier and TypeMethodDescriptionResolvedPrimitiveType.bnp
(ResolvedPrimitiveType other) boolean
ResolvedPrimitiveType.in
(ResolvedPrimitiveType... types) boolean
ResolvedReferenceType.isUnboxableTo
(ResolvedPrimitiveType primitiveType) Constructor parameters in com.github.javaparser.resolution.types with type arguments of type ResolvedPrimitiveTypeModifierConstructorDescriptionprivate
ResolvedPrimitiveType
(String name, Class boxTypeClass, List<ResolvedPrimitiveType> promotionTypes)