public class DelayedEvalBshMethod extends BshMethod
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Class[] | getParameterTypes()Get the argument types of this method. | 
| java.lang.String[] | getParamTypeDescriptors() | 
| java.lang.Class | getReturnType()Get the return type of the method. | 
| java.lang.String | getReturnTypeDescriptor() | 
getModifiers, getName, getParameterNames, hasModifier, invoke, invoke, toStringpublic java.lang.String getReturnTypeDescriptor()
public java.lang.Class getReturnType()
BshMethodgetReturnType in class BshMethodpublic java.lang.String[] getParamTypeDescriptors()
public java.lang.Class[] getParameterTypes()
BshMethodgetParameterTypes in class BshMethod