Uses of Class
jellyj.classfile.javaclass.ConstantInteger

Packages that use ConstantInteger
jellyj.classfile.javaclass 

Uses of ConstantInteger in jellyj.classfile.javaclass
 

Constructors in jellyj.classfile.javaclass with parameters of type ConstantInteger
ConstantInteger.ConstantInteger(ConstantInteger c)
          Initialize from another object.
 

Methods in jellyj.classfile.javaclass with parameters of type ConstantInteger
voidVisitor.visitConstantInteger(ConstantInteger obj)