Uses of Enum
com.github.javaparser.ast.type.PrimitiveType.Primitive
Packages that use PrimitiveType.Primitive
-
Uses of PrimitiveType.Primitive in com.github.javaparser.ast.type
Fields in com.github.javaparser.ast.type declared as PrimitiveType.PrimitiveFields in com.github.javaparser.ast.type with type parameters of type PrimitiveType.PrimitiveModifier and TypeFieldDescription(package private) static final HashMap
<String, PrimitiveType.Primitive> PrimitiveType.unboxMap
Methods in com.github.javaparser.ast.type that return PrimitiveType.PrimitiveModifier and TypeMethodDescriptionPrimitiveType.getType()
static PrimitiveType.Primitive
Returns the enum constant of this type with the specified name.static PrimitiveType.Primitive[]
PrimitiveType.Primitive.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.javaparser.ast.type that return types with arguments of type PrimitiveType.PrimitiveModifier and TypeMethodDescriptionstatic Optional
<PrimitiveType.Primitive> PrimitiveType.Primitive.byBoxedTypeName
(String simpleName) static Optional
<PrimitiveType.Primitive> PrimitiveType.Primitive.byTypeName
(String name) Methods in com.github.javaparser.ast.type with parameters of type PrimitiveType.PrimitiveConstructors in com.github.javaparser.ast.type with parameters of type PrimitiveType.PrimitiveModifierConstructorDescriptionPrimitiveType
(PrimitiveType.Primitive type, NodeList<AnnotationExpr> annotations) PrimitiveType
(TokenRange tokenRange, PrimitiveType.Primitive type, NodeList<AnnotationExpr> annotations) This constructor is used by the parser and is considered private.