de.fub.bytecode.generic
Interface VariableLengthInstruction

All Known Implementing Classes:
GOTO, PUSH, Select, JSR

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.2 2001/05/09 09:26:57 dahm Exp $
Author:
M. Dahm
See Also:
GOTO, JSR, LOOKUPSWITCH, TABLESWITCH