Uses of Interface
org.inxar.jenesis.Constant

Packages that use Constant
org.inxar.jenesis Interfaces which abstract Java language elements (read the desciption below). 
 

Uses of Constant in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return Constant
 Constant Interface.newConstant(Type type, java.lang.String name)
          Adds a new constant to this interface.
 Constant Interface.newConstant(java.lang.String name, int value)
          Adds a new int constant to this interface with the given name and value.