程序包 bsh
类 DelayedEvalBshMethod
java.lang.Object
bsh.BshMethod
bsh.DelayedEvalBshMethod
- 所有已实现的接口:
Serializable
- 另请参阅:
-
方法概要
从类继承的方法 bsh.BshMethod
getModifiers, getName, getParameterNames, hasModifier, invoke, invoke, toString
-
方法详细资料
-
getReturnTypeDescriptor
-
getReturnType
从类复制的说明:BshMethod
Get the return type of the method.- 覆盖:
getReturnType
在类中BshMethod
- 返回:
- Returns null for a loosely typed return value, Void.TYPE for a void return type, or the Class of the type.
-
getParamTypeDescriptors
-
getParameterTypes
从类复制的说明:BshMethod
Get the argument types of this method. loosely typed (untyped) arguments will be represented by null argument types.- 覆盖:
getParameterTypes
在类中BshMethod
-