| Package | Description |
|---|---|
| org.sonar.javascript.se |
| Modifier and Type | Method and Description |
|---|---|
Relation.Operator |
Relation.Operator.not() |
Relation.Operator |
Relation.Operator.onReversedOperands() |
Relation.Operator |
Relation.operator() |
static Relation.Operator |
Relation.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Relation.Operator[] |
Relation.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Relation.Operator.isCompatibleForSameOperands(Relation.Operator other) |
| Constructor and Description |
|---|
RelationOnSymbols(Relation.Operator operator,
Symbol leftOperand,
Symbol rightOperand) |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.