Uses of Class
com.github.javaparser.resolution.types.ResolvedPrimitiveType
-
-
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
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(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 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)
-
Uses of ResolvedPrimitiveType in com.github.javaparser.symbolsolver.resolution.promotion
Methods in com.github.javaparser.symbolsolver.resolution.promotion with parameters of type ResolvedPrimitiveType Modifier and Type Method Description protected boolean
NumericConditionalExprHandler. exactMatch(ResolvedType type, ResolvedPrimitiveType... types)
protected boolean
NumericConditionalExprHandler. isResolvableTo(ResolvedPrimitiveType toType, ResolvedType resolvedType)
protected boolean
NumericConditionalExprHandler. isResolvableTo(ResolvedPrimitiveType toType, ResolvedType resolvedType, boolean verifyBoxedType)
protected boolean
NumericConditionalExprHandler. 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 ResolvedPrimitiveType Modifier and Type Method Description static ResolvedType
TypeHelper. toBoxedType(ResolvedPrimitiveType primitiveType)
static ResolvedType
TypeHelper. toBoxedType(ResolvedPrimitiveType primitiveType, TypeSolver typeSolver)
-