public class ProgramPoint extends Object
| Modifier and Type | Field | Description |
|---|---|---|
CFG.IBlock<?> |
block |
|
int |
i |
| Constructor | Description |
|---|---|
ProgramPoint(CFG.IBlock<?> block) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
ProgramPoint |
next() |
|
Tree |
syntaxTree() |
|
String |
toString() |
public final CFG.IBlock<?> block
public final int i
public ProgramPoint(CFG.IBlock<?> block)
Copyright © 2012–2018 SonarSource. All rights reserved.