| Package | Description |
|---|---|
| org.sonar.javascript.se |
| Modifier and Type | Method and Description |
|---|---|
Nullability |
SymbolicValue.nullability() |
static Nullability |
Nullability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Nullability[] |
Nullability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Nullability.canNotBeEqual(Nullability other) |
SymbolicValue |
SymbolicValue.constrain(Nullability nullability) |
ProgramState |
ProgramState.constrain(Symbol symbol,
Nullability nullability) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.