org.inxar.jenesis
Interface StaticInitializer

All Superinterfaces:
Block, Codeable, Declaration, InitializationDeclaration

public interface StaticInitializer
extends InitializationDeclaration

Declaration subinterface for a static initialization block.


Methods inherited from interface org.inxar.jenesis.Declaration
javadoc
 
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