Package org.sonar.javascript.se.points
Class UnaryNumericProgramPoint
- java.lang.Object
-
- org.sonar.javascript.se.points.UnaryNumericProgramPoint
-
- All Implemented Interfaces:
ProgramPoint
public class UnaryNumericProgramPoint extends Object implements ProgramPoint
-
-
Constructor Summary
Constructors Constructor Description UnaryNumericProgramPoint(Tree element, SymbolicExecution execution)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<ProgramState>execute(ProgramState state)static booleanoriginatesFrom(Tree element)
-
-
-
Constructor Detail
-
UnaryNumericProgramPoint
public UnaryNumericProgramPoint(Tree element, SymbolicExecution execution)
-
-
Method Detail
-
execute
public Optional<ProgramState> execute(ProgramState state)
- Specified by:
executein interfaceProgramPoint
-
originatesFrom
public static boolean originatesFrom(Tree element)
-
-