org.inxar.jenesis
Interface InitializationDeclaration

All Superinterfaces:
Block, Codeable, Declaration
All Known Subinterfaces:
Constructor, StaticInitializer

public interface InitializationDeclaration
extends Declaration, Block

Declaration subinterface for an initialization structures including static initializers and constructors.


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