Home
last modified time | relevance | path

Searched refs:exception_table (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DCode.java49 private CodeException[] exception_table; // Table of handled exceptions field in Code
81 exception_table = new CodeException[exception_table_length]; in Code()
83 exception_table[i] = new CodeException(file); in Code()
112 …final CodeException[] exception_table, final Attribute[] attributes, final ConstantPool constant_p… in Code() argument
117 this.exception_table = exception_table != null ? exception_table : new CodeException[0]; in Code()
149 file.writeShort(exception_table.length); in dump()
150 for (final CodeException exception : exception_table) { in dump()
208 return exception_table; in getExceptionTable()
236 + 8 * (exception_table == null ? 0 : exception_table.length) /* exception table */ in getInternalLength()
277 public final void setExceptionTable( final CodeException[] exception_table ) { in setExceptionTable() argument
[all …]
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/apache-commons-bcel/docs/verifier/
DJustIce.lyx1368 } exception_table[exception_table_length];