Uses of Class
org.sonar.plugins.java.api.semantic.Type.Primitives
-
Packages that use Type.Primitives Package Description org.sonar.java.resolve org.sonar.plugins.java.api.semantic Provides interfaces to represent Java source code as syntax tree. -
-
Uses of Type.Primitives in org.sonar.java.resolve
Methods in org.sonar.java.resolve with parameters of type Type.Primitives Modifier and Type Method Description booleanJavaType. isPrimitive(Type.Primitives primitive) -
Uses of Type.Primitives in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic that return Type.Primitives Modifier and Type Method Description static Type.PrimitivesType.Primitives. valueOf(String name)Returns 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.Primitives Modifier and Type Method Description booleanType. isPrimitive(Type.Primitives primitive)Check if this type is the given primitive.
-