Google

bcel API: Uses of Class org.apache.bcel.generic.InstructionConstants.Clinit

Uses of Class
org.apache.bcel.generic.InstructionConstants.Clinit

Packages that use InstructionConstants.Clinit
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 InstructionConstants.Clinit in org.apache.bcel.generic
 

Fields in org.apache.bcel.generic declared as InstructionConstants.Clinit
static InstructionConstants.Clinit InstructionConstants.bla
          Interfaces may have no static initializers, so we simulate this with an inner class.