Uses of Enum
com.github.javaparser.resolution.types.ResolvedPrimitiveType
Packages that use ResolvedPrimitiveType
-
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.types
Methods 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)