| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.jaxme.js.IndentationEngineImpl
org.apache.ws.jaxme.js.JavaSourceObject
org.apache.ws.jaxme.js.ConditionalIndentationJavaSourceObject
org.apache.ws.jaxme.js.AbstractJavaMethod
org.apache.ws.jaxme.js.JavaMethod
Implements a Java method.
| Nested Class Summary | 
| Nested classes inherited from class org.apache.ws.jaxme.js.ConditionalIndentationJavaSourceObject | 
| ConditionalIndentationJavaSourceObject.LJFImpl, ConditionalIndentationJavaSourceObject.LoopVariable | 
| Field Summary | 
| Fields inherited from interface org.apache.ws.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 org.apache.ws.jaxme.js.AbstractJavaMethod | 
| addParam, addParam, addParam, addParam, addParam, addThrows, addThrows, addThrows, clearParams, getExceptions, getParams, isThrowing, isThrowing | 
| Methods inherited from class org.apache.ws.jaxme.js.JavaSourceObject | 
| getComment, getJavaSource, getName, getProtection, getType, isAbstract, isFinal, isStatic, newComment, setAbstract, setFinal, setJavaSource, setName, setProtection, setStatic, setType | 
| Methods inherited from class org.apache.ws.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 org.apache.ws.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 ConditionalIndentationJavaSourceObjectjava.io.IOExceptionpublic 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 | |||||||||