接口 ScxTreeVisitor<T extends ScxTree<T>>


public interface ScxTreeVisitor<T extends ScxTree<T>>
树 访问器
版本:
0.0.1
作者:
scx567888
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    handle(List<T> parents, T currentScxTree)
    handle.
  • 方法详细资料

    • handle

      void handle(List<T> parents, T currentScxTree)

      handle.

      参数:
      parents - a List object
      currentScxTree - a T object