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