Uses of Interface
org.inxar.jenesis.DoWhile

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

Uses of DoWhile in org.inxar.jenesis
 

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