public class LiteralProgramPoint extends Object implements ProgramPoint
| Constructor and Description |
|---|
LiteralProgramPoint(Tree tree) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ProgramState> |
execute(ProgramState state) |
static boolean |
originatesFrom(Tree element) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic LiteralProgramPoint(Tree tree)
public static boolean originatesFrom(Tree element)
public Optional<ProgramState> execute(ProgramState state)
execute in interface ProgramPointCopyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.