Uses of Class
org.sonar.javascript.tree.symbols.type.PrimitiveType
-
Packages that use PrimitiveType Package Description org.sonar.javascript.tree.symbols.type -
-
Uses of PrimitiveType in org.sonar.javascript.tree.symbols.type
Methods in org.sonar.javascript.tree.symbols.type that return PrimitiveType Modifier and Type Method Description static PrimitiveTypePrimitiveType. valueOf(String name)Returns the enum constant of this type with the specified name.static PrimitiveType[]PrimitiveType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-