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