Google

bcel API: Interface UnconditionalBranch

org.apache.bcel.generic
Interface UnconditionalBranch

All Known Implementing Classes:
ATHROW, GotoInstruction, JsrInstruction

public interface UnconditionalBranch

Denotes an instruction to perform an unconditional branch, i.e., GOTO, JSR.

Version:
$Id: UnconditionalBranch.java,v 1.1.1.1 2001/10/29 20:00:28 jvanzyl Exp $
Author:
M. Dahm
See Also:
GOTO, JSR