public class ProgramPoint extends Object
Modifier and Type | Field and Description |
---|---|
CFG.IBlock<?> |
block |
int |
i |
Constructor and Description |
---|
ProgramPoint(CFG.IBlock<?> block) |
Modifier and Type | Method and 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–2017 SonarSource. All rights reserved.