Package org.sonar.javascript.se.points
Class LiteralProgramPoint
- java.lang.Object
-
- org.sonar.javascript.se.points.LiteralProgramPoint
-
- All Implemented Interfaces:
ProgramPoint
public class LiteralProgramPoint extends Object implements ProgramPoint
-
-
Constructor Summary
Constructors Constructor Description LiteralProgramPoint(Tree tree)
-
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
-
LiteralProgramPoint
public LiteralProgramPoint(Tree tree)
-
-
Method Detail
-
originatesFrom
public static boolean originatesFrom(Tree element)
-
execute
public Optional<ProgramState> execute(ProgramState state)
- Specified by:
executein interfaceProgramPoint
-
-