Uses of Class
com.github.javaparser.resolution.types.ResolvedPrimitiveType
-
Packages that use ResolvedPrimitiveType Package Description com.github.javaparser.ast.type com.github.javaparser.resolution.model.typesystem com.github.javaparser.resolution.types -
-
Uses of ResolvedPrimitiveType in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return ResolvedPrimitiveType Modifier and Type Method Description ResolvedPrimitiveType
PrimitiveType. resolve()
-
Uses of ResolvedPrimitiveType in com.github.javaparser.resolution.model.typesystem
Methods in com.github.javaparser.resolution.model.typesystem that return ResolvedPrimitiveType Modifier and Type Method Description ResolvedPrimitiveType
LazyType. asPrimitive()
-
Uses of ResolvedPrimitiveType in com.github.javaparser.resolution.types
Fields in com.github.javaparser.resolution.types with type parameters of type ResolvedPrimitiveType Modifier and Type Field Description private java.util.List<ResolvedPrimitiveType>
ResolvedPrimitiveType. promotionTypes
Methods in com.github.javaparser.resolution.types that return ResolvedPrimitiveType Modifier and Type Method Description ResolvedPrimitiveType
ResolvedPrimitiveType. asPrimitive()
default ResolvedPrimitiveType
ResolvedType. asPrimitive()
ResolvedPrimitiveType
ResolvedPrimitiveType. bnp(ResolvedPrimitiveType other)
static ResolvedPrimitiveType[]
ResolvedPrimitiveType. getNumericPrimitiveTypes()
static ResolvedPrimitiveType
ResolvedPrimitiveType. valueOf(java.lang.String name)
Returns 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 ResolvedPrimitiveType Modifier and Type Method Description java.util.Optional<ResolvedPrimitiveType>
ResolvedReferenceType. toUnboxedType()
Methods in com.github.javaparser.resolution.types with parameters of type ResolvedPrimitiveType Modifier and Type Method Description ResolvedPrimitiveType
ResolvedPrimitiveType. 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 ResolvedPrimitiveType Constructor Description ResolvedPrimitiveType(java.lang.String name, java.lang.Class boxTypeClass, java.util.List<ResolvedPrimitiveType> promotionTypes)
-