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