Uses of Enum Class
org.sonar.plugins.java.api.semantic.Type.Primitives
Packages that use Type.Primitives
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of Type.Primitives in org.sonar.plugins.java.api.semantic
Subclasses with type arguments of type Type.Primitives in org.sonar.plugins.java.api.semanticMethods in org.sonar.plugins.java.api.semantic that return Type.PrimitivesModifier and TypeMethodDescriptionstatic Type.PrimitivesReturns the enum constant of this class with the specified name.static Type.Primitives[]Type.Primitives.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sonar.plugins.java.api.semantic with parameters of type Type.PrimitivesModifier and TypeMethodDescriptionbooleanType.isPrimitive(Type.Primitives primitive) Check if this type is the given primitive.