Package org.sonar.javascript.se.points
Class StrictlyArithmeticBinaryProgramPoint
- java.lang.Object
-
- org.sonar.javascript.se.points.BinaryProgramPoint
-
- org.sonar.javascript.se.points.StrictlyArithmeticBinaryProgramPoint
-
- All Implemented Interfaces:
ProgramPoint
public class StrictlyArithmeticBinaryProgramPoint extends BinaryProgramPoint
-
-
Constructor Summary
Constructors Constructor Description StrictlyArithmeticBinaryProgramPoint()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanoriginatesFrom(Tree element)protected SymbolicValueresolveValue(Constraint firstOperandConstraint, Constraint secondOperandConstraint, SymbolicValue firstOperandValue, SymbolicValue secondOperandValue)-
Methods inherited from class org.sonar.javascript.se.points.BinaryProgramPoint
execute, firstOperandConstraint, resultingConstraint, secondOperandConstraint
-
-
-
-
Method Detail
-
resolveValue
protected SymbolicValue resolveValue(Constraint firstOperandConstraint, Constraint secondOperandConstraint, SymbolicValue firstOperandValue, SymbolicValue secondOperandValue)
- Specified by:
resolveValuein classBinaryProgramPoint
-
originatesFrom
public static boolean originatesFrom(Tree element)
-
-