| Package | Description |
|---|---|
| org.sonar.javascript.tree.symbols.type | |
| org.sonar.plugins.javascript.api.symbols |
| Modifier and Type | Field and Description |
|---|---|
protected Type.Callability |
ObjectType.callability |
| Modifier and Type | Method and Description |
|---|---|
Type.Callability |
ObjectType.callability() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectType |
ObjectType.create(Type.Callability callability) |
| Constructor and Description |
|---|
ObjectType(Type.Callability callability) |
| Modifier and Type | Method and Description |
|---|---|
Type.Callability |
Type.callability() |
static Type.Callability |
Type.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.
|
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.