public class MethodInfo extends Object
MethodExpression evaluated to.| Constructor and Description | 
|---|
MethodInfo(String name,
          Class<?> returnType,
          Class<?>[] paramTypes)
Creates a new instance of  
MethodInfo with the given information. | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()
Returns the name of the method 
 | 
Class<?>[] | 
getParamTypes()
Returns the parameter types of the method 
 | 
Class<?> | 
getReturnType()
Returns the return type of the method 
 | 
public String getName()
public Class<?> getReturnType()
public Class<?>[] getParamTypes()
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.