Uses of Interface
org.apache.bcel.generic.VariableLengthInstruction
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of VariableLengthInstruction in org.apache.bcel.generic
Modifier and TypeClassDescriptionclass
GOTO - Branch always (to relative offset, not absolute address)class
JSR - Jump to subroutineclass
LOOKUPSWITCH - Switch with unordered set of valuesfinal class
Wrapper class for push operations, which are implemented either as BIPUSH, LDC or xCONST_n instructions.class
Select - Abstract super class for LOOKUPSWITCH and TABLESWITCH instructions.class
TABLESWITCH - Switch within given range of values, i.e., low..highModifier and TypeMethodDescriptionvoid
EmptyVisitor.visitVariableLengthInstruction
(VariableLengthInstruction obj) void
Visitor.visitVariableLengthInstruction
(VariableLengthInstruction obj)