Searched defs:exception_table (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DCode.java89 private CodeException[] exception_table; // Table of handled exceptions field in class:Code
126 exception_table = new CodeException[exception_table_length];
129 exception_table[i] = new CodeException(file);
152 * @param exception_table Table of handled exceptions
159 CodeException[] exception_table,
169 setExceptionTable(exception_table);
201 exception_table[i].dump(file);
245 public final CodeException[] getExceptionTable() { return exception_table; }
301 * @param exception_table exception table
303 public final void setExceptionTable(CodeException[] exception_table) { argument
156 Code(int name_index, int length, int max_stack, int max_locals, byte[] code, CodeException[] exception_table, Attribute[] attributes, ConstantPool constant_pool) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java65 exception_table = new Exception_data[exception_table_langth];
67 exception_table[i] = new Exception_data(cr);
143 public final Exception_data[] exception_table; field in class:Code_attribute

Completed in 70 milliseconds