Top Fields Constructors Methods
sun.jvm.hotspot.oops

public Class CompressedLineNumberReadStream

extends CompressedReadStream
Class Inheritance
Imports
sun.jvm.hotspot.code.*, sun.jvm.hotspot.debugger.*

Field Summary

Modifier and TypeField and Description
private int
private int

Constructor Summary

AccessConstructor and Description
public
CompressedLineNumberReadStream(Address buffer)

Equivalent to CompressedLineNumberReadStream(buffer, 0)

public

Method Summary

Modifier and TypeMethod and Description
public int
bci()

public int
line()

public boolean
readPair()

Read (bci, line number) pair from stream.

Inherited from sun.jvm.hotspot.code.CompressedReadStream:
dumpdumpdumpOnreadBooleanreadBytereadCharreadDoublereadFloatreadIntreadLongreadShortreadSignedInt

Field Detail

bciback to summary
private int bci
lineback to summary
private int line

Constructor Detail

CompressedLineNumberReadStreamback to summary
public CompressedLineNumberReadStream(Address buffer)

Equivalent to CompressedLineNumberReadStream(buffer, 0)

CompressedLineNumberReadStreamback to summary
public CompressedLineNumberReadStream(Address buffer, int position)

Method Detail

bciback to summary
public int bci()
lineback to summary
public int line()
readPairback to summary
public boolean readPair()

Read (bci, line number) pair from stream. Returns false at end-of-stream.