Uses of Class
com.github.javaparser.resolution.types.ResolvedPrimitiveType
-
Packages that use ResolvedPrimitiveType Package Description com.github.javaparser.ast.type 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 ResolvedPrimitiveTypePrimitiveType. resolve() -
Uses of ResolvedPrimitiveType in com.github.javaparser.resolution.types
Methods in com.github.javaparser.resolution.types that return ResolvedPrimitiveType Modifier and Type Method Description ResolvedPrimitiveTypeResolvedPrimitiveType. asPrimitive()default ResolvedPrimitiveTypeResolvedType. asPrimitive()static ResolvedPrimitiveTypeResolvedPrimitiveType. 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.
-