| Package | Description |
|---|---|
| org.sonar.javascript.tree.symbols.type | |
| org.sonar.plugins.javascript.api.symbols |
| Modifier and Type | Method and Description |
|---|---|
Type.Kind |
FunctionType.kind() |
Type.Kind |
ArrayType.kind() |
Type.Kind |
ObjectType.kind() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Utils.isPropertyAccess(DotMemberExpressionTree memberAccess,
Type.Kind typeKind,
String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
Type.Kind |
Type.kind() |
static Type.Kind |
Type.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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypeSet.contains(Type.Kind kind) |
boolean |
TypeSet.containsOnly(Type.Kind kind) |
boolean |
TypeSet.containsOnlyAndUnique(Type.Kind kind) |
Type |
TypeSet.getUniqueType(Type.Kind kind) |
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.