Uses of Interface
org.inxar.jenesis.ConditionalStatement

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

Uses of ConditionalStatement in org.inxar.jenesis
 

Subinterfaces of ConditionalStatement in org.inxar.jenesis
 interface DoWhile
          Statement subinterface for the do while construct.
 interface ElseIf
          Statement subinterface for the else if construct in an if.
 interface For
          Statement subinterface for the for construct.
 interface If
          Statement subinterface for the if, else if, else construct.
 interface Switch
          Statement subinterface for the switch construct.
 interface While
          Statement subinterface for the while construct.