xjavadoc
final class MethodImpl extends AbstractExecutableMember implements XMethod
UNKNOWN: 25. februar 2003
| Field Summary | |
|---|---|
| static int | instanceCount |
| String | methodNameWithSignatureAndModifiers |
| String | methodNameWithSignatureWithoutModifiers |
| ReturnType | _returnType |
| Constructor Summary | |
|---|---|
| MethodImpl(AbstractClass containingClass, XTagFactory tagFactory) | |
| Method Summary | |
|---|---|
| protected String | buildStringId() |
| boolean | equals(Object o)
Two methods are equal if they have the same return type, name and signature,
regardless of the enclosing class and modifiers. |
| XMethod | getAccessor() |
| String | getMethodNameWithSignatureAndModifiers() |
| String | getMethodNameWithSignatureWithoutModifiers() |
| XMethod | getMutator() |
| String | getNameWithoutPrefix() |
| String | getPropertyName() |
| Type | getPropertyType() |
| Type | getReturnType() |
| XProgramElement | getSuperElement() |
| List | getSuperInterfaceElements() |
| int | hashCode() |
| boolean | isConstructor()
Gets the Constructor attribute of the SourceMethod object
|
| boolean | isPropertyAccessor() |
| boolean | isPropertyMutator() |
| void | setReturnDimension(int d)
Sets the ReturnDimension attribute of the SourceMethod object
|
| void | setReturnType(String returnType)
Sets the ReturnType attribute of the SourceMethod object
|
| String | toString() |
| String | toString(boolean modifiers)
Builds a String uniquely describing this method
|
Parameters: o
Returns:
Returns: The Constructor value
Parameters: d The new ReturnDimension value
Parameters: returnType The new ReturnType value
Parameters: modifiers
Returns: a String uniquely describing this method