Overview
Package
Class
Use
Tree
Index
Deprecated
About
Prev Class
|
Next Class
Frames
|
No Frames
Summary: Nested | Field | Method | Constr
Detail: Nested | Field | Method | Constr
org.apache.bcel.generic
Interface UnconditionalBranch
Known Implementing Classes:
ATHROW
,
GotoInstruction
,
GOTO
,
GOTO_W
,
JsrInstruction
,
JSR
,
JSR_W
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
Overview
Package
Class
Use
Tree
Index
Deprecated
About