org.inxar.jenesis
Interface LocalBlock

All Superinterfaces:
Block, Codeable, Statement

public interface LocalBlock
extends Statement, Block

Statement subinterface for a local block. The LocalBlock is a simple braced sequence of statements that sets a new scope.


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