net.sourceforge.jpotpourri.codegen.method
Class AbstractAbstractGenMethod
java.lang.Object
net.sourceforge.jpotpourri.codegen.method.AbstractGenMethod
net.sourceforge.jpotpourri.codegen.method.AbstractAbstractGenMethod
- All Implemented Interfaces:
- IAnnotationable, IJavaCode
public abstract class AbstractAbstractGenMethod
- extends AbstractGenMethod
- Author:
- christoph_pickl@users.sourceforge.net
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAbstractGenMethod
public AbstractAbstractGenMethod(GenVisibility visibility,
java.lang.String methodName,
java.lang.String returnType,
java.util.List<GenArgument> arguments)
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.