|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.ispsoft.jaxme.generator.javasource.JavaSourceObject de.ispsoft.jaxme.generator.javasource.JavaMethod de.ispsoft.jaxme.generator.javasource.JavaConstructor
An implementation of a Java constructor.
Constructor Summary | |
JavaConstructor(JavaSource js)
Creates a new JavaConstructor with default protection |
|
JavaConstructor(JavaSource js,
java.lang.String protection)
Creates a new JavaConstructor with the given protection. |
Method Summary | |
protected java.lang.String |
getHeader()
Adds a header line. |
protected java.lang.String |
toString(int i)
|
Methods inherited from class de.ispsoft.jaxme.generator.javasource.JavaMethod |
addException, addLine, addParam, addParam, getExceptions, getLines, getParams, toString |
Methods inherited from class de.ispsoft.jaxme.generator.javasource.JavaSourceObject |
getComment, getFinal, getName, getProtection, getStatic, getType, isAbstract, setAbstract, setComment, setFinal, setName, setProtection, setStatic, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaConstructor(JavaSource js)
public JavaConstructor(JavaSource js, java.lang.String protection)
Method Detail |
protected java.lang.String getHeader()
JavaMethod
Adds a header line.
getHeader
in class JavaMethod
protected java.lang.String toString(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |