Package org.sonar.javascript.se.points
Class BitwiseBinaryProgramPoint
- java.lang.Object
-
- org.sonar.javascript.se.points.BinaryProgramPoint
-
- org.sonar.javascript.se.points.BitwiseBinaryProgramPoint
-
- All Implemented Interfaces:
ProgramPoint
public class BitwiseBinaryProgramPoint extends BinaryProgramPoint
-
-
Constructor Summary
Constructors Constructor Description BitwiseBinaryProgramPoint()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanoriginatesFrom(Tree element)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
public SymbolicValue resolveValue(Constraint firstOperandConstraint, Constraint secondOperandConstraint, SymbolicValue firstOperandValue, SymbolicValue secondOperandValue)
- Specified by:
resolveValuein classBinaryProgramPoint
-
originatesFrom
public static boolean originatesFrom(Tree element)
-
-