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 VariableLengthInstruction
Known Implementing Classes:
GOTO
,
JSR
,
LOOKUPSWITCH
,
PUSH
,
Select
,
TABLESWITCH
public interface
VariableLengthInstruction
Denotes an instruction to be a variable length instruction, such as GOTO, JSR, LOOKUPSWITCH and TABLESWITCH.
Version:
$Id: VariableLengthInstruction.java,v 1.1.1.1 2001/10/29 20:00:28 jvanzyl Exp $
Author:
M. Dahm
See Also:
GOTO
,
JSR
,
LOOKUPSWITCH
,
TABLESWITCH
Overview
Package
Class
Use
Tree
Index
Deprecated
About