Top Description Fields Constructors Methods
sun.jvm.hotspot.debugger.cdbg

public Class ClosestSymbol

extends Object
Class Inheritance

Models the closest symbol to a given program counter: name and offset.

Field Summary

Modifier and TypeField and Description
private String
private long

Constructor Summary

AccessConstructor and Description
public
ClosestSymbol(String name, long offset)

Method Summary

Modifier and TypeMethod and Description
public String
public long
public String
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

nameback to summary
private String name
offsetback to summary
private long offset

Constructor Detail

ClosestSymbolback to summary
public ClosestSymbol(String name, long offset)

Method Detail

getNameback to summary
public String getName()
getOffsetback to summary
public long getOffset()
offsetAsHexback to summary
public String offsetAsHex()