Uses of Class
com.caucho.bytecode.IntegerConstant

Packages that use IntegerConstant
com.caucho.bytecode   
 

Uses of IntegerConstant in com.caucho.bytecode
 

Methods in com.caucho.bytecode that return IntegerConstant
 IntegerConstant ConstantPool.addInteger(int value)
          Adds a integer constant.
 IntegerConstant ConstantPool.getInteger(int index)
          Returns an integer constant
 IntegerConstant ConstantPool.getIntegerByValue(int value)
          Gets a integer constant.