javax.el
Class MethodInfo
java.lang.Object
javax.el.MethodInfo
public class MethodInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodInfo
public MethodInfo(String name,
Class<?> returnType,
Class<?>[] paramTypes)
getName
public String getName()
getParamTypes
public Class<?>[] getParamTypes()
getReturnType
public Class<?> getReturnType()
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.