org.inxar.jenesis
Interface While

All Superinterfaces:
Block, Codeable, ConditionalStatement, Statement

public interface While
extends ConditionalStatement

Statement subinterface for the 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