org.apache.bcel.generic

Interface VariableLengthInstruction

public interface VariableLengthInstruction

Denotes an instruction to be a variable length instruction, such as GOTO, JSR, LOOKUPSWITCH and TABLESWITCH.

See Also: GOTO JSR LOOKUPSWITCH TABLESWITCH