Uses of Interface
org.inxar.jenesis.ClassField

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

Uses of ClassField in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return ClassField
 ClassField ClassDeclaration.newField(Type type, java.lang.String name)
          Creates a new field in this class with the given type and name.