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 © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.