Uses of Class
org.sonar.plugins.javascript.api.symbols.Type.Callability
-
Packages that use Type.Callability Package Description org.sonar.javascript.tree.symbols.type org.sonar.plugins.javascript.api.symbols -
-
Uses of Type.Callability in org.sonar.javascript.tree.symbols.type
Fields in org.sonar.javascript.tree.symbols.type declared as Type.Callability Modifier and Type Field Description protected Type.CallabilityObjectType. callabilityMethods in org.sonar.javascript.tree.symbols.type that return Type.Callability Modifier and Type Method Description Type.CallabilityObjectType. callability()Methods in org.sonar.javascript.tree.symbols.type with parameters of type Type.Callability Modifier and Type Method Description static ObjectTypeObjectType. create(Type.Callability callability)Constructors in org.sonar.javascript.tree.symbols.type with parameters of type Type.Callability Constructor Description ObjectType(Type.Callability callability) -
Uses of Type.Callability in org.sonar.plugins.javascript.api.symbols
Methods in org.sonar.plugins.javascript.api.symbols that return Type.Callability Modifier and Type Method Description Type.CallabilityType. callability()static Type.CallabilityType.Callability. valueOf(String name)Returns the enum constant of this type with the specified name.static Type.Callability[]Type.Callability. values()Returns an array containing the constants of this enum type, in the order they are declared.
-