public class IdentifierProgramPoint extends Object implements ProgramPoint
| Constructor and Description |
|---|
IdentifierProgramPoint(Tree tree,
SymbolicExecution execution) |
| 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 IdentifierProgramPoint(Tree tree, SymbolicExecution execution)
public Optional<ProgramState> execute(ProgramState state)
execute in interface ProgramPointpublic static boolean originatesFrom(Tree element)
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.