Uses of Enum Class
net.sourceforge.pmd.lang.java.types.JPrimitiveType.PrimitiveTypeKind
Packages that use JPrimitiveType.PrimitiveTypeKind
Package
Description
Contains the classes and interfaces modelling the Java AST.
Support for compile-time type resolution on the AST.
-
Uses of JPrimitiveType.PrimitiveTypeKind in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return JPrimitiveType.PrimitiveTypeKind -
Uses of JPrimitiveType.PrimitiveTypeKind in net.sourceforge.pmd.lang.java.types
Methods in net.sourceforge.pmd.lang.java.types that return JPrimitiveType.PrimitiveTypeKindModifier and TypeMethodDescriptionstatic @Nullable JPrimitiveType.PrimitiveTypeKindGets an enum constant from the token used to represent it in source, e.g.JPrimitiveType.getKind()Returns the enum constant of this class with the specified name.static JPrimitiveType.PrimitiveTypeKind[]JPrimitiveType.PrimitiveTypeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.pmd.lang.java.types with parameters of type JPrimitiveType.PrimitiveTypeKindModifier and TypeMethodDescription@NonNull JPrimitiveTypeTypeSystem.getPrimitive(@NonNull JPrimitiveType.PrimitiveTypeKind kind) Gets the primitive type identified by the given kind.booleanJPrimitiveType.isPrimitive(JPrimitiveType.PrimitiveTypeKind kind) default booleanJTypeMirror.isPrimitive(JPrimitiveType.PrimitiveTypeKind kind) Returns true if this type is the primitive type of the given kind in its type system.