org.apache.bcel.generic
Interface UnconditionalBranch

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

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 $
See Also:
GOTO, JSR



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.