Package org.apache.bcel.generic
Interface VariableLengthInstruction
- All 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.
- See Also: