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() |
getMemberName
getClassName
compareTo, equals, getPackageName, getPath, isEqualToPath
public static final String NO_PARAMETERS
public static final String PARAMETER_SEPARATOR
public String toString()
toString
in class FieldLocation
public int hashCode()
hashCode
in class FieldLocation
public String getParametersAsString()
public boolean hasNoParameters()
Copyright © 2005–2015 MojoHaus. All rights reserved.