Top Fields Constructors Methods
sun.jvm.hotspot.oops

public Class ExceptionTableElement

extends Object
Class Inheritance
Imports
java.io.*, java.util.*, sun.jvm.hotspot.debugger.*, sun.jvm.hotspot.interpreter.*, sun.jvm.hotspot.runtime.*, sun.jvm.hotspot.types.*, sun.jvm.hotspot.utilities.*, .Observable, .Observer

Field Summary

Modifier and TypeField and Description
private Address
private long
private static long
private static long
private static long
private static long

Constructor Summary

AccessConstructor and Description
public
ExceptionTableElement(Address handle, long offset)

Method Summary

Modifier and TypeMethod and Description
public int
public int
public int
public int
private static synchronized void
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

handleback to summary
private Address handle
offsetback to summary
private long offset
offsetOfCatchTypeIndexback to summary
private static long offsetOfCatchTypeIndex
offsetOfEndPCback to summary
private static long offsetOfEndPC
offsetOfHandlerPCback to summary
private static long offsetOfHandlerPC
offsetOfStartPCback to summary
private static long offsetOfStartPC

Constructor Detail

ExceptionTableElementback to summary
public ExceptionTableElement(Address handle, long offset)

Method Detail

getCatchTypeIndexback to summary
public int getCatchTypeIndex()
getEndPCback to summary
public int getEndPC()
getHandlerPCback to summary
public int getHandlerPC()
getStartPCback to summary
public int getStartPC()
initializeback to summary
private static synchronized void initialize(TypeDataBase db) throws WrongTypeException