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()
Comments to: el-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.