类 ActionCommand.ActionMethodReturnInfo

java.lang.Object
com.iohao.game.action.skeleton.core.ActionCommand.ActionMethodReturnInfo
所有已实现的接口:
ActionCommand.MethodParamResultInfo
封闭类:
ActionCommand

public static final class ActionCommand.ActionMethodReturnInfo extends Object implements ActionCommand.MethodParamResultInfo
action 方法参数返回值信息
  • 方法详细资料

    • isVoid

      public boolean isVoid()
      方法返回值类型是否 void
      返回:
      true 是 void
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object
    • toString

      public String toString(boolean fullName)