| Package | Description |
|---|---|
| org.sonar.java.se.constraint | |
| org.sonar.java.se.symbolicvalues |
| Modifier and Type | Method | Description |
|---|---|---|
static ObjectConstraint |
ObjectConstraint.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ObjectConstraint[] |
ObjectConstraint.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<ProgramState> |
SymbolicValue.setConstraint(ProgramState programState,
ObjectConstraint nullConstraint) |
|
ProgramState |
SymbolicValue.setSingleConstraint(ProgramState programState,
ObjectConstraint nullConstraint) |
Copyright © 2012–2018 SonarSource. All rights reserved.