|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.js.IndentationEngineImpl net.sf.jaxme.js.JavaSourceObject net.sf.jaxme.js.ConditionalIndentationJavaSourceObject net.sf.jaxme.js.AbstractJavaMethod net.sf.jaxme.js.JavaMethod
Implements a Java method.
Nested Class Summary |
Nested classes inherited from class net.sf.jaxme.js.ConditionalIndentationJavaSourceObject |
ConditionalIndentationJavaSourceObject.LJFImpl, ConditionalIndentationJavaSourceObject.LoopVariable |
Field Summary |
Fields inherited from interface net.sf.jaxme.js.IndentationEngine |
NOTHING |
Method Summary | |
java.lang.String |
getLoggingSignature()
Returns the abbreviated method signature: The method name, followed by the parameter types. |
boolean |
isSynchronized()
Returns whether this method is synchronized. |
boolean |
isVoid()
Returns whether the JavaMethod is void. |
void |
setSynchronized(boolean pSynchronized)
Sets whether this method is synchronized. |
protected void |
writeHeader(IndentationTarget pTarget)
Adds a header line. |
Methods inherited from class net.sf.jaxme.js.AbstractJavaMethod |
addParam, addParam, addParam, addParam, addParam, addThrows, addThrows, addThrows, clearParams, getExceptions, getParams, isThrowing, isThrowing |
Methods inherited from class net.sf.jaxme.js.JavaSourceObject |
getComment, getJavaSource, getName, getProtection, getType, isAbstract, isFinal, isStatic, newComment, setAbstract, setFinal, setJavaSource, setName, setProtection, setStatic, setType |
Methods inherited from class net.sf.jaxme.js.IndentationEngineImpl |
addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, asString, checkNulls, clear, getLevel, getLines, getLines, getPlaceHolder, indent, isEmpty, moveToBottom, moveToTop, newPlaceHolder, removePlaceHolder, setLevel, unindent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jaxme.js.IndentationEngine |
addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, addLine, clear, getLevel, getPlaceHolder, indent, moveToBottom, moveToTop, newPlaceHolder, setLevel, unindent |
Method Detail |
public void setSynchronized(boolean pSynchronized)
Sets whether this method is synchronized.
public boolean isSynchronized()
Returns whether this method is synchronized.
protected void writeHeader(IndentationTarget pTarget) throws java.io.IOException
Adds a header line.
writeHeader
in class ConditionalIndentationJavaSourceObject
java.io.IOException
public java.lang.String getLoggingSignature()
Returns the abbreviated method signature: The method name, followed by the parameter types. This is typically used in logging statements.
public boolean isVoid()
Returns whether the JavaMethod is void.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |