de.fub.bytecode.generic
Interface UnconditionalBranch

All Known Implementing Classes:
ATHROW, GOTO, GOTO_W

public interface UnconditionalBranch

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

Version:
$Id: UnconditionalBranch.java,v 1.4 2000/08/10 08:36:24 dahm Exp $
Author:
M. Dahm
See Also:
GOTO, JSR