public class DelayedEvalBshMethod extends BshMethod
isVarArgs, methodBody| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAltConstructor() |
bsh.BSHArguments |
getArgsNode() |
java.lang.Object[] |
getConstructorArgs() |
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() |
int |
hashCode() |
classLoaderChanged, clone, equal, getModifiers, getName, getParameterCount, getParameterModifiers, getParameterNames, hasModifier, invoke, invoke, isVarArgs, 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 BshMethodpublic java.lang.String getAltConstructor()
public bsh.BSHArguments getArgsNode()
public java.lang.Object[] getConstructorArgs()