public class PrimaryEntry extends Object
| Constructor and Description |
|---|
PrimaryEntry(Range primary,
List<DebugInfoProvider.DebugFrameSizeChange> frameSizeInfos,
int frameSize,
ClassEntry classEntry) |
| Modifier and Type | Method and Description |
|---|---|
ClassEntry |
getClassEntry() |
int |
getFrameSize() |
List<DebugInfoProvider.DebugFrameSizeChange> |
getFrameSizeInfos() |
Range |
getPrimary() |
Iterator<Range> |
leafRangeIterator()
Returns an iterator that traverses the callees of the primary range associated with this
entry and returns only the leafs.
|
Iterator<Range> |
topDownRangeIterator()
Returns an iterator that traverses all the callees of the primary range associated with this
entry.
|
public PrimaryEntry(Range primary, List<DebugInfoProvider.DebugFrameSizeChange> frameSizeInfos, int frameSize, ClassEntry classEntry)
public Range getPrimary()
public ClassEntry getClassEntry()
public Iterator<Range> topDownRangeIterator()
public Iterator<Range> leafRangeIterator()
public List<DebugInfoProvider.DebugFrameSizeChange> getFrameSizeInfos()
public int getFrameSize()