net.kldp.jcodegen.code
Class ElseBlock

java.lang.Object
  extended by net.kldp.jcodegen.base.AbstractCodeFragment
      extended by net.kldp.jcodegen.base.AbstractBlock
          extended by net.kldp.jcodegen.code.HeadedBlock
              extended by net.kldp.jcodegen.code.ElseBlock
All Implemented Interfaces:
CodeFragment, Source

public class ElseBlock
extends HeadedBlock

represents else block . This class must be used with IfElseChain . @see IfElseChain


Constructor Summary
ElseBlock(AbstractBlock parent)
           
 
Method Summary
 
Methods inherited from class net.kldp.jcodegen.code.HeadedBlock
appendHeader
 
Methods inherited from class net.kldp.jcodegen.base.AbstractBlock
appendContents, canBeParentOf, getComment, getSubList
 
Methods inherited from class net.kldp.jcodegen.base.AbstractCodeFragment
addCommentLine, addImport, addImport, addModifier, appendComment, appendModifiers, eval, getModifiers, getVisibility, setVariable, setVisibility
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElseBlock

public ElseBlock(AbstractBlock parent)