org.inxar.jenesis
Interface Finally

All Superinterfaces:
Block, Codeable

public interface Finally
extends Block

Statement subinterface for the finally construct in a try.


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
 
Methods inherited from interface org.inxar.jenesis.Codeable
getComment, setComment, toCode, vm