net.kldp.jcodegen.code.type
Class ConstructorBlock

java.lang.Object
  extended by net.kldp.jcodegen.base.AbstractCodeFragment
      extended by net.kldp.jcodegen.base.AbstractBlock
          extended by net.kldp.jcodegen.base.AbstractMethodBlock
              extended by net.kldp.jcodegen.code.type.ConstructorBlock
All Implemented Interfaces:
ParamSupport, CodeFragment, Source

public class ConstructorBlock
extends AbstractMethodBlock


Constructor Summary
ConstructorBlock(AbstractTypeBlock parent)
           
ConstructorBlock(AbstractTypeBlock parent, Visibility visibility)
           
 
Method Summary
 
Methods inherited from class net.kldp.jcodegen.base.AbstractMethodBlock
addException, addException, addException, addException, addException, addParam, addParam, addParam, appendHeader, getComment, getMethodSupport
 
Methods inherited from class net.kldp.jcodegen.base.AbstractBlock
appendContents, canBeParentOf, 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

ConstructorBlock

public ConstructorBlock(AbstractTypeBlock parent)

ConstructorBlock

public ConstructorBlock(AbstractTypeBlock parent,
                        Visibility visibility)