Package | Description |
---|---|
com.vladium.jcd.cls.attribute |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ExceptionHandlerTable |
Modifier and Type | Field and Description |
---|---|
private IExceptionHandlerTable |
CodeAttribute_info.m_exceptionHandlerTable |
Modifier and Type | Method and Description |
---|---|
IExceptionHandlerTable |
CodeAttribute_info.getExceptionTable() |
static IExceptionHandlerTable |
AttributeElementFactory.newExceptionHandlerTable(int capacity) |
Constructor and Description |
---|
CodeAttribute_info(int attribute_name_index,
int max_stack,
int max_locals,
byte[] code,
IExceptionHandlerTable exceptionHandlerTable,
IAttributeCollection attributes) |