Uses of Class
org.apache.jdo.impl.enhancer.classfile.ConstInteger

Packages that use ConstInteger
org.apache.jdo.impl.enhancer.classfile   
 

Uses of ConstInteger in org.apache.jdo.impl.enhancer.classfile
 

Methods in org.apache.jdo.impl.enhancer.classfile that return ConstInteger
 ConstInteger ConstantPool.addInteger(int i)
          Find or create an integer constant in the pool
(package private) static ConstInteger ConstInteger.read(java.io.DataInputStream input)