程序包 bsh

类 DelayedEvalBshMethod

java.lang.Object
bsh.BshMethod
bsh.DelayedEvalBshMethod
所有已实现的接口:
Serializable

public class DelayedEvalBshMethod extends BshMethod
另请参阅:
  • 方法详细资料

    • getReturnTypeDescriptor

      public String getReturnTypeDescriptor()
    • getReturnType

      public Class 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

      public String[] getParamTypeDescriptors()
    • getParameterTypes

      public Class[] getParameterTypes()
      从类复制的说明: BshMethod
      Get the argument types of this method. loosely typed (untyped) arguments will be represented by null argument types.
      覆盖:
      getParameterTypes 在类中 BshMethod