org.inxar.jenesis
Interface DoWhile

All Superinterfaces:
Block, Codeable, ConditionalStatement, Statement

public interface DoWhile
extends ConditionalStatement

Statement subinterface for the do while construct.


Methods inherited from interface org.inxar.jenesis.ConditionalStatement
getPredicate, setPredicate
 
Methods inherited from interface org.inxar.jenesis.Statement
comment, getLabel, setLabel
 
Methods inherited from interface org.inxar.jenesis.Codeable
getComment, setComment, toCode, vm
 
Methods inherited from interface org.inxar.jenesis.Block
getStatements, newBreak, newContinue, newDoWhile, newEmpty, newFor, newIf, newLet, newLocalBlock, newLocalClass, newReturn, newStmt, newSwitch, newSynchronized, newThrow, newTry, newWhile