dump(java.io.DataOutputStream out)
Dump instruction as byte code to stream out.
protected int
updatePosition(int offset,
int max_offset)
Called in pass 2 of InstructionList.setPositions() in order to update
the branch target, that may shift due to variable length instructions.
Methods inherited from class org.apache.bcel.generic.BranchInstruction
Call corresponding visitor method(s). The order is:
Call visitor methods of implemented interfaces first, then
call methods according to the class hierarchy in descending order,
i.e., the most specific visitXXX() call comes last.