de.fub.bytecode.generic
Interface UnconditionalBranch

All Known Implementing Classes:
ATHROW, GOTO_W, GOTO

public abstract interface UnconditionalBranch

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

Version:
$Id: UnconditionalBranch.java,v 1.3 1999/05/04 13:14:59 dahm Exp $
Author:
M. Dahm
See Also:
GOTO, JSR