Methods Summary |
---|
public int | add(Exception_info exception)Adds a new Exception_info descriptor to this collection. No duplicate
checks are made. It is the responsibility of the caller to ensure
that all data referenced in 'exception' will eventually be consistent
with method's bytecode and the class's constant pool.
|
public java.lang.Object | clone()
|
public Exception_info | get(int offset)Returns {@link Exception_info} descriptor at a given offset.
|
public long | length()Returns the total length of this table when converted to
.class format [including 2 count bytes]
|
public Exception_info | set(int offset, Exception_info exception)Replaces the Exception_info descriptor at a given offset. No duplicate
checks are made. No exception type compatibility checks are made. It is
the responsibility of the caller to ensure that all data referenced
in 'exception' will eventually be consistent with method's bytecode and
the class's constant pool.
|
public int | size()Returns the number of descriptors in this collection [can be 0].
|