Method Summary |
|
protected void | debug(String message) |
public int | getAttributeLength() |
public byte[] | getCode() Get the code of this code attribute as an array of bytes . |
public ExceptionTableEntry[] | getExceptionTable() Get the exception table of this code attribute as an array of
ExceptionTableEntry elements. |
public int | getMaxLocals() Get the maximum number of local variables of this code attribute. |
public int | getMaxStack() Get the maximum stack depth of this code attribute. |
public void | read(DataInput in) |
public void | setCode(byte[] code) Set the code of this code attribute as an array of bytes . |
public void | setExceptionTable(ExceptionTableEntry[] exceptionTable) Set the exception table of this code attribute as an array of
ExceptionTableEntry elements. |
public void | setMaxLocals(int maxLocals) Set the maximum number of local variables of this code attribute. |
public void | setMaxStack(int maxStack) Set the maximum stack depth of this code attribute. |
public void | write(DataOutput out) |