public class MethodSpec extends Object implements Comparable, Serializable
| Constructor and Description |
|---|
MethodSpec(String text) |
MethodSpec(String methodIntf,
String methodName,
String[] parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equals(Object obj) |
String |
getMethodIntf() |
String |
getMethodName() |
String[] |
getParameterTypes() |
int |
hashCode() |
boolean |
matches(String methodIntf,
String methodName,
String[] parameterTypes) |
String |
toString() |
public MethodSpec(String text)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.