|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.activiti.engine.impl.javax.el.MethodInfo
public class MethodInfo
Holds information about a method that a MethodExpression
evaluated to.
构造方法摘要 | |
---|---|
MethodInfo(String name,
Class<?> returnType,
Class<?>[] paramTypes)
Creates a new instance of MethodInfo with the given information. |
方法摘要 | |
---|---|
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 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public MethodInfo(String name, Class<?> returnType, Class<?>[] paramTypes)
name
- The name of the methodreturnType
- The return type of the methodparamTypes
- The types of each of the method's parameters方法详细信息 |
---|
public String getName()
public Class<?>[] getParamTypes()
public Class<?> getReturnType()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |