Uses of Interface
org.apache.bcel.generic.VariableLengthInstruction
-
Packages that use VariableLengthInstruction Package Description org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. -
-
Uses of VariableLengthInstruction in org.apache.bcel.generic
Classes in org.apache.bcel.generic that implement VariableLengthInstruction Modifier and Type Class Description classGOTOGOTO - Branch always (to relative offset, not absolute address)classJSRJSR - Jump to subroutineclassLOOKUPSWITCHLOOKUPSWITCH - Switch with unordered set of valuesclassPUSHWrapper class for push operations, which are implemented either as BIPUSH, LDC or xCONST_n instructions.classSelectSelect - Abstract super class for LOOKUPSWITCH and TABLESWITCH instructions.classTABLESWITCHTABLESWITCH - Switch within given range of values, i.e., low..highMethods in org.apache.bcel.generic with parameters of type VariableLengthInstruction Modifier and Type Method Description voidEmptyVisitor. visitVariableLengthInstruction(VariableLengthInstruction obj)voidVisitor. visitVariableLengthInstruction(VariableLengthInstruction obj)
-