Uses of Interface
org.inxar.jenesis.While

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

Uses of While in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return While
 While Block.newWhile(Expression predicate)
          Adds a new While statement to this block and returns it.