public class MethodInfo extends Object
| Constructor and Description |
|---|
MethodInfo() |
MethodInfo(Method method) |
| Modifier and Type | Method and Description |
|---|---|
Method |
getMethodObject() |
int |
getModifiers() |
String |
getName() |
int |
getParameterCount() |
Class[] |
getParameterTypes() |
Class[] |
getParameterTypes(int parameterCount) |
Class |
getReturnType() |
boolean |
matches(String methodName,
OperationInfo operation) |
public MethodInfo()
public MethodInfo(Method method)
public int getModifiers()
public String getName()
public Class[] getParameterTypes()
public Class[] getParameterTypes(int parameterCount)
public int getParameterCount()
public Class getReturnType()
public Method getMethodObject()
public boolean matches(String methodName, OperationInfo operation)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.