Uses of Enum
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
Methods in org.sonar.plugins.java.api.semantic that return Type.PrimitivesModifier and TypeMethodDescriptionstatic Type.PrimitivesReturns the enum constant of this type with the specified name.static Type.Primitives[]Type.Primitives.values()Returns an array containing the constants of this enum type, 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.