Uses of Class
org.sonar.javascript.se.Relation.Operator
-
Packages that use Relation.Operator Package Description org.sonar.javascript.se -
-
Uses of Relation.Operator in org.sonar.javascript.se
Methods in org.sonar.javascript.se that return Relation.Operator Modifier and Type Method Description Relation.OperatorRelation.Operator. not()Relation.OperatorRelation.Operator. onReversedOperands()Relation.OperatorRelation. operator()static Relation.OperatorRelation.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.Methods in org.sonar.javascript.se with parameters of type Relation.Operator Modifier and Type Method Description booleanRelation.Operator. isCompatibleForSameOperands(Relation.Operator other)Constructors in org.sonar.javascript.se with parameters of type Relation.Operator Constructor Description RelationOnSymbols(Relation.Operator operator, Symbol leftOperand, Symbol rightOperand)
-