net.sourceforge.jpotpourri.codegen.method
Class PublicEmptyGenConstructor

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

public class PublicEmptyGenConstructor
extends AbstractGenConstructor

Author:
christoph_pickl@users.sourceforge.net

Constructor Summary
PublicEmptyGenConstructor(java.lang.String className)
           
 
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

PublicEmptyGenConstructor

public PublicEmptyGenConstructor(java.lang.String className)
Method Detail

getBody

protected final 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.