public class MethodLocation extends FieldLocation
| Modifier and Type | Field and Description |
|---|---|
static String |
NO_PARAMETERS
Signature for a method without any parameters.
|
static String |
PARAMETER_SEPARATOR
Separator for a method's parameters.
|
| Constructor and Description |
|---|
MethodLocation(String packageName,
String className,
String memberName,
List<com.thoughtworks.qdox.model.JavaParameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
String |
getParametersAsString() |
int |
hashCode() |
boolean |
hasNoParameters() |
String |
toString() |
getMemberNamegetClassNamecompareTo, equals, getPackageName, getPath, isEqualToPathpublic static final String NO_PARAMETERS
public static final String PARAMETER_SEPARATOR
public String toString()
toString in class FieldLocationpublic int hashCode()
hashCode in class FieldLocationpublic String getParametersAsString()
public boolean hasNoParameters()
Copyright © 2005–2015 Codehaus. All rights reserved.