Uses of Enum
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
Subclasses with type arguments of type ResolvedPrimitiveType in com.github.javaparser.resolution.typesMethods in com.github.javaparser.resolution.types that return ResolvedPrimitiveTypeModifier and TypeMethodDescriptionResolvedPrimitiveType.asPrimitive()default ResolvedPrimitiveTypeResolvedType.asPrimitive()ResolvedPrimitiveType.bnp(ResolvedPrimitiveType other) static ResolvedPrimitiveType[]ResolvedPrimitiveType.getNumericPrimitiveTypes()static ResolvedPrimitiveTypeReturns the enum constant of this type with the specified name.static ResolvedPrimitiveType[]ResolvedPrimitiveType.values()Returns an array containing the constants of this enum type, 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) booleanResolvedPrimitiveType.in(ResolvedPrimitiveType... types) booleanResolvedReferenceType.isUnboxableTo(ResolvedPrimitiveType primitiveType) -
Uses of ResolvedPrimitiveType in com.github.javaparser.symbolsolver.resolution.promotion
Methods in com.github.javaparser.symbolsolver.resolution.promotion with parameters of type ResolvedPrimitiveTypeModifier and TypeMethodDescriptionprotected booleanNumericConditionalExprHandler.exactMatch(ResolvedType type, ResolvedPrimitiveType... types) protected booleanNumericConditionalExprHandler.isResolvableTo(ResolvedPrimitiveType toType, ResolvedType resolvedType) protected booleanNumericConditionalExprHandler.isResolvableTo(ResolvedPrimitiveType toType, ResolvedType resolvedType, boolean verifyBoxedType) protected booleanNumericConditionalExprHandler.relaxMatch(ResolvedType type, ResolvedPrimitiveType... types) -
Uses of ResolvedPrimitiveType in com.github.javaparser.symbolsolver.resolution.typeinference
Methods in com.github.javaparser.symbolsolver.resolution.typeinference with parameters of type ResolvedPrimitiveTypeModifier and TypeMethodDescriptionstatic ResolvedTypeTypeHelper.toBoxedType(ResolvedPrimitiveType primitiveType) static ResolvedTypeTypeHelper.toBoxedType(ResolvedPrimitiveType primitiveType, TypeSolver typeSolver)