public abstract static class InstrumentPhase.Point extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
id |
protected NodeSourcePosition |
position |
protected int |
rawIndex |
| Constructor and Description |
|---|
Point(int id,
int rawIndex,
NodeSourcePosition position) |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
getHotness() |
int |
getId() |
NodeSourcePosition |
getPosition() |
abstract boolean |
isPrettified() |
boolean |
shouldInclude() |
abstract int |
slotCount() |
int |
slotIndex(int offset) |
protected int id
protected int rawIndex
protected NodeSourcePosition position
public Point(int id,
int rawIndex,
NodeSourcePosition position)
public int slotIndex(int offset)
public int getId()
public NodeSourcePosition getPosition()
public abstract int slotCount()
public abstract long getHotness()
public abstract boolean isPrettified()
public boolean shouldInclude()