net.sourceforge.jpotpourri.codegen.method
Class NullGenConstructor

java.lang.Object
  extended by net.sourceforge.jpotpourri.codegen.method.AbstractGenConstructor
      extended by net.sourceforge.jpotpourri.codegen.method.NullGenConstructor
All Implemented Interfaces:
IAnnotationable, IJavaCode

public final class NullGenConstructor
extends AbstractGenConstructor

Author:
christoph_pickl@users.sourceforge.net

Constructor Summary
NullGenConstructor()
           
 
Method Summary
 void addAnnotation(java.lang.String textAfterAt)
           
protected  java.lang.String getBody()
           
 java.lang.String toCode()
           
 
Methods inherited from class net.sourceforge.jpotpourri.codegen.method.AbstractGenConstructor
newManConstructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullGenConstructor

public NullGenConstructor()
Method Detail

getBody

protected java.lang.String getBody()
Returns:
no need of manual indentation ("\t"); will be done automatically

toCode

public final java.lang.String toCode()
Specified by:
toCode in interface IJavaCode

addAnnotation

public final void addAnnotation(java.lang.String textAfterAt)
Specified by:
addAnnotation in interface IAnnotationable


Copyright © 2008. All Rights Reserved.