Field Summary |
|
protected InstructionList | code Method bytecode represented as a BCEL instruction list. |
protected InstructionHandle | finallyStart Branch target of JSR instruction. |
protected InstructionHandle | handle Temporary instruction handle. |
protected int | localIndex Index of local variable where an eventual result of a return can be
stored. |
protected int | localSize Size of local variable. |
protected InstructionHandle | tryEnd Last instruction that will be visited. |
protected InstructionHandle | tryStart First instruction that will be visited. |