Uses of Interface
org.apache.bcel.generic.InstructionConstants
Packages that use InstructionConstants
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
 and byte code instructions.
- 
Uses of InstructionConstants in org.apache.bcel.genericClasses in org.apache.bcel.generic that implement InstructionConstantsModifier and TypeClassDescriptionclassInstances of this class may be used, for example, to generate typed versions of instructions.final classWrapper class for push operations, which are implemented either as BIPUSH, LDC or xCONST_n instructions.