org.apache.bcel.generic

Interface UnconditionalBranch

Known Implementing Classes:
ATHROW, GotoInstruction, GOTO, GOTO_W, JsrInstruction, JSR, JSR_W

public interface UnconditionalBranch

Denotes an instruction to perform an unconditional branch, i.e., GOTO, JSR.
Version:
$Id: UnconditionalBranch.java 386056 2006-03-15 11:31:56Z tcurdt $
Author:
M. Dahm
See Also:
GOTO, JSR