public class JavaMethods
extends java.lang.Object
| Constructor and Description |
|---|
JavaMethods(java.util.Map<MethodSignature,JavaMethod> methods) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<JavaMethod> |
getMethod(java.lang.Class... types) |
java.util.Collection<JavaMethod> |
getMethods() |
void |
merge(JavaMethods origin) |
public JavaMethods(java.util.Map<MethodSignature,JavaMethod> methods)
public java.util.Collection<JavaMethod> getMethods()
public com.google.common.base.Optional<JavaMethod> getMethod(java.lang.Class... types)
public void merge(JavaMethods origin)