Uses of Class
org.sonar.plugins.javascript.api.symbols.Type.Kind
-
Packages that use Type.Kind Package Description org.sonar.javascript.tree.symbols.type org.sonar.plugins.javascript.api.symbols -
-
Uses of Type.Kind in org.sonar.javascript.tree.symbols.type
Methods in org.sonar.javascript.tree.symbols.type that return Type.Kind Modifier and Type Method Description Type.KindArrayType. kind()Type.KindClassType. kind()Type.KindFunctionType. kind()Type.KindObjectType. kind()Methods in org.sonar.javascript.tree.symbols.type with parameters of type Type.Kind Modifier and Type Method Description static booleanUtils. isPropertyAccess(DotMemberExpressionTree memberAccess, Type.Kind typeKind, String propertyName) -
Uses of Type.Kind in org.sonar.plugins.javascript.api.symbols
Methods in org.sonar.plugins.javascript.api.symbols that return Type.Kind Modifier and Type Method Description Type.KindType. kind()static Type.KindType.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static Type.Kind[]Type.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sonar.plugins.javascript.api.symbols with parameters of type Type.Kind Modifier and Type Method Description booleanTypeSet. contains(Type.Kind kind)booleanTypeSet. containsOnly(Type.Kind kind)booleanTypeSet. containsOnlyAndUnique(Type.Kind kind)TypeTypeSet. getUniqueType(Type.Kind kind)
-