org.apache.ws.jaxme.js
public class JavaMethod extends AbstractJavaMethod
Implements a Java method.
Method Summary | |
---|---|
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. |
Returns the abbreviated method signature: The method name, followed by the parameter types. This is typically used in logging statements.
Returns whether this method is synchronized.
Returns whether the JavaMethod is void.
Sets whether this method is synchronized.
Adds a header line.