de.fub.bytecode.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.2 2001/05/09 09:26:57 dahm Exp $
Author:
M. Dahm
See Also:
GOTO, JSR