Uses of Class
net.sourceforge.pmd.lang.java.types.JPrimitiveType.PrimitiveTypeKind
-
Packages that use JPrimitiveType.PrimitiveTypeKind Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.types 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 Modifier and Type Method Description JPrimitiveType.PrimitiveTypeKindASTPrimitiveType. getKind() -
Uses of JPrimitiveType.PrimitiveTypeKind in net.sourceforge.pmd.lang.java.types
Methods in net.sourceforge.pmd.lang.java.types that return JPrimitiveType.PrimitiveTypeKind Modifier and Type Method Description static @Nullable JPrimitiveType.PrimitiveTypeKindJPrimitiveType.PrimitiveTypeKind. fromName(String token)Gets an enum constant from the token used to represent it in source, e.g.JPrimitiveType.PrimitiveTypeKindJPrimitiveType. getKind()static JPrimitiveType.PrimitiveTypeKindJPrimitiveType.PrimitiveTypeKind. valueOf(String name)Returns the enum constant of this type with the specified name.static JPrimitiveType.PrimitiveTypeKind[]JPrimitiveType.PrimitiveTypeKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.pmd.lang.java.types with parameters of type JPrimitiveType.PrimitiveTypeKind Modifier and Type Method Description @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.
-